/* CSS Document */

/********** defaults **********/

html {
	margin: 0;
	padding: 0;
}

body {
	margin:0;
	padding:0;
	font: 12px/16px Arial;
	color:#333333;
	background:#4484bd url(../media/bkgd-gradient.gif) repeat-x;

}

h1 {
	font-size:18px;
	font-weight:bold;
}

h2 {
	font-size:16px;
	font-weight:bold;
	margin:5px 0 5px 0;
}

h3 {
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	
}

h4 {
	font-size:11px;
	font-weight:bold;
	color:#004b72;
	margin:5px 0 5px 0;
}

h5 {
	font-size:10px;
	font-weight:bold;
}

p, blockquote { 
	margin:0 auto;
}

a {
	font-weight:bold;
	color:#2777b6;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

a {
	font-weight:bold;
	color:#2777b6;
	text-decoration:none;
}

ul, ol {
	list-style-type:disc;
}

.clear {
	clear: both;
}

/********** body **********/

#bodybackground {
	background: url(../media/bkgd-burst-top.jpg) no-repeat;
	_background: url(../media/bkgd-burst-top-ie.jpg) no-repeat;
	margin:0 auto;
	width:auto;
	position:relative;
}

#siteshell {
	width: 771px;
	margin:0 auto;
	background: url(../media/bkdg-mainregion.gif);
}

#header {
	width:auto;
	height:85px;
	background: url(../media/header-twointeract-logo.png) no-repeat top;
	_background: url(../media/header-twointeract-logo-ie.jpg) no-repeat top;
}

#mainmenu {
	margin:0 1px;
}

#maincontainer {
	margin:0;
	width:771px;
}

#content-region {
	width:496px;
	float:left;
	margin-left:15px;
	_margin-left:6px;
}

#content-article {
	float:left;
	margin:0 40px;
	width:690px;
	_width:670px;
	_margin:0 25px;
}

#content-portfolio{
	width:575px;
	float:left;
	_float:right;
	margin:6px 15px 0 0;
	_margin:6px 10px 0 0;
}

#right-rail{
	float:right;
	width:230px;
	margin-right:15px;
	_margin-right:8px;
}

#left-navigation { 
	width:140px;
	float:left;
	margin:0px 15px;
	_margin:0 10px 0 10px;
}

.divider {
	clear:both;
	margin:12px 0px;
	border-bottom:1px solid #dfdfdf;
}

.divider-dash {
	clear:both;
	margin:12px 0px;
	border-bottom:1px dashed #dfdfdf;
}

.disclaimer {
	font-size:10px;
	line-height:12px;
	color:#666666;
}

.summary {
	display:block;
	font:12px/15px Arial, monospace;
	padding:10px;
	border:1px solid #bae2f0;
	background:#e3f4f9;	
	margin:.5em 0;

}

.quote {
	display:block;
	font:12px/15px Arial, monospace;
	padding:10px;
	border:1px solid #ffcc33;
	background:#ffffcc;	
	margin:.5em 0;

}

.img-right {
	float:right;
	margin:6px 8px;
	clear:both;
}

.img-left {
	float:left;
	margin:6px 8px;
}

.printPage {
	float:right;
	margin:6px 6px;
}

/********** homepage **********/

#content-main {
	float:left;
	margin:0 auto;
	padding:0px 15px;
}

#content-home {
	width:363px;
	float:left;
}
#homepage-img {
	float:left;
	margin-right:15px;
}

#callout-left {
	width:363px;
	float:left;
	margin-left:15px;
	_margin-left:8px;
	padding-top:12px;
}

#callout-right {
	width:363px;
	float:right;
	margin-right:15px;
	_margin-right:8px;
	padding-top:12px;
}

.callout-shell {
	width:363px;
	background:url(../media/callout-bkgd.gif);

}

.callout-content {
	margin:5px 15px 0px 15px;
	font: 11px/13px Arial;
}

.callout a {
	color:#ca4623;
}

.callout-top {
	background:url(../media/callout-top.gif) no-repeat left top;
	height:11px;
}

.callout-btm {
	clear:both;
	height:13px;
	background:url(../media/callout-btm.gif) no-repeat left top;
	_overflow:hidden;
}

.callout-title {
	font:12px/18px Arial;
	color:#333333;
	font-weight:bold;
}

.callout-img {
	float:left;
	padding: 0px 4px 0px 0px;
}

/********** portfolio **********/

.porfolio-title {
	font: 16px/18px Arial;
	color:#333333;
}
	
.portfolio-image {
	float:left;
	margin:0 10px 0 0;
}


/********** navigation **********/


.glossymenu{
	padding: 0px;
	margin: 0px;
	background: url(../media/nav-bkgd.gif) repeat-x right top;
	height: 46px;
	list-style: none;
}

.glossymenu li{
	float:left;
}

.glossymenu li a{
	float: left;
	display: inline;
	color:#fff;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding:0 0 0 22px;
	height: 46px;
	line-height: 37px;
	text-align: center;
	cursor: pointer;
	background: url(../media/nav-leftline.gif) no-repeat right top;
}

.glossymenu li a b{
	float: left;
	display: block;
	padding: 0 21px 0 0px; /*Padding of menu items*/
}

.glossymenu li.current a, .glossymenu li a:hover{
	color: #333;
	background: url(../media/nav-left.gif) no-repeat; /*left tab image path*/
	background-position: left;
}

.glossymenu li.current a b, .glossymenu li a:hover b{
	color: #333;
	background: url(../media/nav-right.gif) no-repeat right top; /*right tab image path*/
}

/********** left navigation **********/

.leftNavTitle {
	background-image:url(../media/left_nav_title.gif);
	background-repeat:repeat-x;
	color:#FFFFFF;
	font-weight:bold;
	margin:5px 0 0 0;
	padding: 3px 0 3px 10px;
	border-top:1px solid #02496e;
	border-left:1px solid #02496e;
	border-right:1px solid #02496e;
}

ul.leftNav, ul.leftNav ul {
	list-style-type:none;
	margin: 0px 0px 0px -10px;
	padding: 0px;
	width: 150px;
}

ul.leftNav a {
  	display: block;
	font-weight:normal;
  	text-decoration: none;	
}

ul.leftNav li {
  	margin-top: 0px;
  	margin-left:10px;
  	border-right:1px solid #d0d7dd;
  	border-bottom:1px solid #d0d7dd;
  	border-left:1px solid #d0d7dd;
  	background-image:none;
	padding-left: 10px;
	line-height:15px;
}

ul.leftNav li a {
  	background: #f1f4f6;
  	padding: 5px 0px 5px 10px;
  	margin-left: -10px;
  	color:#004b72;
}

ul.leftNav li.current a, ul.leftNav li a:hover {
	background: #fedc76;
	color:#333333;
	font-weight:bold;
}

ul.leftNav li a:hover {
  	color:#004b72;
}

/********** subnav for left navigation **********/

ul.leftNav li ul {
	list-style-image:url(../media/bullet-grey-arrow.gif);
	padding-left:20px;
}
ul.leftNav li ul li {
	width:105px;
	margin:0px;
	padding-left:0px;
	border:0px;
}

ul.leftNav li ul li a {
  	background: #fff;
  	color: #000;
  	font-weight:normal;
}

ul.leftNav li ul li a:hover {
  	background: #ffffff;
  	color:#000000;
  	text-decoration:underline;
}

/********** footer **********/

#footer-bar {
	clear:both;
	width: 802px;
	height:39px;
	margin-bottom:30px;
	position:relative;
	left:-6px;
	top:10px;
	background: url(../media/footer.png) no-repeat top;
	_width:771px;
	_height:59px;
	_left:0px;
	_top:0px;
	_margin-top:20px;
	_margin-bottom:0px;
	_position:fixed;
	_background: url(../media/ie-footer.gif) no-repeat top;
}

.footer-content {
	position:relative;
	_position:fixed;
	_margin-top:15px;
	top:18px;
	font-size:10px;
	font-weight:bold;
	text-align:right;
	color: #996600;
	padding-right:25px;
	_padding-right:15px;
	
}

#footer a {
	font-weight:normal;
	text-decoration:none;
	color:#996600;
}

#footer a:hover {
	text-decoration:underline;
}

/********** right rail **********/

.rrail-shell {
	background:url(../media/rrail-bkgd.gif);

}

.rrail-content {
	margin:0px 15px 0px 15px;
	font: 11px/13px Arial;
}

.rrail a {
	color:#ca4623;
}

.rrail-cap-top {
	background:url(../media/rrail-top.gif) no-repeat left top;
	height:11px;
}

.rail-cap-btm {
	height:19px;
	background:url(../media/rrail-btm.gif) no-repeat left top;
	_overflow:hidden;
}

.rrail-main-title {
	font-size:14px;
	color:#333333;
	font-weight:bold;
}

.rrail-article-title {
	color:#333333;
	font:12px/16px Arial;
	font-weight:bold;
}

.rrail-img {
	float:left;
	padding: 0px 4px 0px 0px;
}

/********** table design **********/

#cttable-shell {
	/*border:1px solid #dcdcdc;*/
}

#cttable {
	width:100%;
	padding: 0;
	margin: 0;
	text-align:left;
}

#cttable a {
	text-decoration:none;
}

#cttable a:hover {
	text-decoration: underline;
}

#cttable th {
	color: #333;
	border-right: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
	border-top: 1px solid #dbdbdb;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 8px 4px;
	background: #dbdbdb url(../media/bg_header.gif) no-repeat;
}

#cttable th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #C1DAD7;
	background: none;
}

#cttable td {
	/*background: #e8f2ff;*/
	padding: 8px 4px;
	color: #333;
}

#cttable td:hover {
	background-color:#fffdd7;
}

#cttable td.alt {
	background: #ececec;
}

#cttable th.spec {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #fff url(../media/bullet1.gif) no-repeat;
	font: bold 10px;
}


/********** easy slider **********/

.graphic, #prevBtn, #nextBtn, #slider1prev, #slider1next { /* image replacement */
	margin:0;
 	padding:0;
	display:block;
	overflow:hidden;
	text-indent:-8000px;
}
			
#slider-container {	 /* image replacement */
	margin:0 auto;
	text-align:left;
	width:741px;
	/*background:#99FFFF;*/
}					
	
#slider-content {
	position:relative;
}			

#slider ul, #slider li, #slider2 ul, #slider2 li { /* Easy Slider */
	margin:0;
	padding:0;
	list-style:none;
}
	
#slider2 {
	margin-top:1em
}
	
#slider li, #slider2 li {  /* define width and height of list item (slide) entire slider area will adjust according to the parameters provided here */ 
	width:724px;
	height:236px;
	overflow:hidden; 
}	
	
#prevBtn, #nextBtn,#slider1next, #slider1prev { 
	display:block;
	width:30px;
	height:77px;
	position:absolute;
	left:-17px;
	top:71px;
	z-index:1000;
}	
	
#nextBtn, #slider1next { 
	left:726px;
}														
	
#prevBtn a, #nextBtn a,#slider1next a, #slider1prev a{  
	display:block;
	position:relative;
	width:30px;
	height:77px;
	background:url(../media/btn_prev.gif) no-repeat 0 0;	
}	
	
#nextBtn a, #slider1next a{ 
	background:url(../media/btn_next.gif) no-repeat 0 0;	
}	

/* numeric controls */	

ol#controls{
	margin:0 15px 0 0;
	padding:0;
	float:right;
	height:28px;	
}

ol#controls li{
	margin:0 8px 0 0; 
	padding:0;
	float:left;
	list-style:none;
	height:28px;
	line-height:26px;
}

ol#controls li a{
	float:left;
	height:28px;
	line-height:26px;
	text-align:center;
	background:url(../media/btn-slider-nav.gif) no-repeat;
	color:#555;
	padding:0 10px;
	text-decoration:none;
}

ol#controls li.current a{
	background:url(../media/btn-slider-nav-active.gif) no-repeat;
	color:#fff;
}

ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus {
	outline:none;
}
	
#slider {
	overflow:hidden;
	width: 741px;
	height: 221px;
	padding:0;
}

#slider p.img {
	float:left;
	padding:0 10px 0 0;
	margin:0 5px;
	line-height:0;
}

#slider p.img img {
	padding:0;
	margin:0 8px;
	border:0;
}

#slider h2 {
	font:bold 24px Arial, Helvetica, sans-serif;
	color:#2a2a2a;
	margin:0;
	padding:10px;
	line-height:28px;
}

#slider p {
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#5f5f5f;
	margin:0;
	padding:0;
	line-height:1.8em;
}


#slider div.button {
	clear:both;
	float:left;
	margin:0 0 0 360px;
	_margin:0 0 0 185px;
	width:741px;
	margin-top:-71px;
	_margin-top:-70px;
}