@charset "utf-8";
body  {
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	background: #2a408c url(images/bg_page_2.jpg) no-repeat;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #555;
}


.thrColFixHdr #container { 
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: transparent;
	margin: 10px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 10px solid #fff;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColFixHdr #header { 
	background: url(images/background_2.jpg) no-repeat; 
	height: 153px;
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #333;
	visibility:hidden;
}


.thrColFixHdr #menu { padding: 12px 0px 0 0px; color: #999; font-size:85%; background: url(images/menu_bg.jpg) ;height: 25px; }

.thrColFixHdr #menu a { color: #3a62ba; text-decoration:none; font-family: Verdana, Arial, sans-serif; font-weight: 600; padding: 0 10px 0 10px; }
.thrColFixHdr #menu a.first { color: #3a62ba; text-decoration:none; padding-left:15px; }
.thrColFixHdr #menu a:hover { text-decoration: underline; }


.thrColFixHdr #mainContent { 
	margin: 0px 0px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: 90%;
	line-height: 150%;
	background: #fff ;
	
} 

.thrColFixHdr #mainContent p { padding-left: 10px;  padding-right: 20px; }

.thrColFixHdr #mainContent #contentContainer { padding: 0px 5px 0 5px; }

.thrColFixHdr #mainContent #contentContainer p { padding-left:0px; font-size: 90%; }

#VU { padding: 0px 0 0 0; float:left; border:1px solid #eee; margin: 10px 5px 20px 1px; background: url(images/border_top_bg.jpg) no-repeat top center; width:960px; }

#VUleft { background:url(images/slideshow/banner_left.jpg) no-repeat; float:left; width:370px; height:206px; }
.twoColFixLtHdr #header #VUright { float:right; width:585px; }	

.thrColFixHdr #mainContent h1 { color: #414141; font-weight:bold; font-size: 140%; margin-top: 0px; padding-top:20px; padding-bottom:10px; } 
.thrColFixHdr #mainContent h2 { color: #414141; font-size: 120%; padding-top:10px;  } 
.thrColFixHdr #mainContent h3 { color: #3680a2; font-size:110%; padding-top:10px; margin-top:0;} 

.thrColFixHdr #mainContent table.layout td { vertical-align:top; padding: 0 20px 0 0px; } 

.thrColFixHdr #mainContent ul { list-style-image:url(images/bullet.jpg); color:#414141; line-height:190%; font-size:90%; }
.thrColFixHdr #mainContent ul li a { color: #414141; }



 #liquid-round {
     width:100%;
     margin:0px auto;
     background:#fff url(images/leftside.gif) repeat-y left top;
	 font-size: 100%;
 
      }
	  
 #liquid-round h2 {
     margin-top: 0px;
	 padding-top: 0px;
 
      }

.top {
      width:100%;
      height:20px;
      background:url(images/top.gif) no-repeat left top;
  
      }
 
.top span {
      display:block;
      position:relative;
      height:20px;
      background:url(images/top-right.gif) no-repeat right top;
  
      }
.center-content {
      position:relative;
      background:url(images/rightside.gif) repeat-y right top;
      padding:1px 20px 1px 20px;
      margin:-1px 0 -50px 0;
 
      }

.bottom {
      height:60px;
      background:url(images/bottom.gif) no-repeat left bottom;
  
      }
.bottom span {
      display:block;
      position:relative;
      height:60px;
      background:url(images/bottom-right.gif) no-repeat right top;
  
      }
	  
 #liquid-round-darker-top {
     width:100%;
     margin:0px auto;
     background:#fff url(images/leftside.gif) repeat-y left top;
	 font-size: 100%;
 	 margin-bottom: 20px;
      }
	  
 #liquid-round-darker-top h2 {
     margin-top: -40px;
	 padding-top: 0px;
 
      }

#liquid-round-darker-top .top {
      width:100%;
      height:56px;
      background:url(images/top-darker-top.gif) no-repeat left top;
  
      }
 
#liquid-round-darker-top .top span {
      display:block;
      position:relative;
      height:56px;
      background:url(images/top-right-darker-top.gif) no-repeat right top;
  
      }
#liquid-round-darker-top .center-content {
      position:relative;
      background:url(images/rightside.gif) repeat-y right top;
      padding:1px 20px 1px 20px;
      margin:0px 0 0px 0;
 
      }

#liquid-round-darker-top .bottom {
      height:18px;
      background:url(images/bottom-darker-top.gif) no-repeat left bottom;
  
      }
#liquid-round-darker-top .bottom span {
      display:block;
      position:relative;
      height:18px;
      background:url(images/bottom-right-darker-top.gif) no-repeat right top;
  
      }	  



strong { font-weight: bold; color:#414141; }
a { color: #777;  }


#bottom { 
}

.thrColFixHdr #footer { 
	padding: 20px 10px 20px 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	border-left: 5px solid #fff;
	border-right: 5px solid #fff;
	background: #fff;
	text-align:center;
	font-size: 85%;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #888;
}

.thrColFixHdr #footer a { color: #888; font-weight: normal; padding: 0 10px 0 10px; }
.thrColFixHdr #footer a:hover { color: #000; }
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#info p {margin-left:15px; margin-right:20px;}
#info img {margin:15px; float:left;}
#info h1 {margin-left:15px;}


a.tooltip {color:#c00;}
a.tooltip b {display:none;}
a.tooltip:hover {border:0; position:relative; z-index:500; text-decoration:none;}
a.tooltip:hover b {display:block; position:absolute; top:20px; left:-25px; padding:5px; font-weight:normal; color:#000; border:1px solid #888; background:#fff; width:150px;}
a.tooltip:hover b em {position:absolute; left:20px; top:-6px; width:11px; height:6px; background:#fff url(images/tooltip.gif) 0 0; display:block; font-size:1px;}

#tt {}
a.tooltip2 {color:#c00;}
a.tooltip2 b {display:none;}
a.tooltip2:hover {border:0; position:relative; z-index:500; text-decoration:none;}
a.tooltip2:hover b {display:block; position:absolute; top:20px; left:-25px; padding:5px; font-weight:normal; color:#000; border:1px solid #333; background:#f5f6f7; width:250px;}
a.tooltip2:hover b em.outer {position:absolute; left:20px; top:-8px; width:0; height:0; display:block; background:transparent; border-left:7px dashed transparent; border-right:7px dashed transparent; border-bottom:7px solid #333; overflow:hidden; z-index:100;}
a.tooltip2:hover b em.inner {position:absolute; left:20px; top:-7px; width:0; height:0; display:block; background:transparent; border-left:7px dashed transparent; border-right:7px dashed transparent; border-bottom:7px solid #eee; overflow:hidden;; z-index:100;}

.signature { font-style: italic; }

.divider { border-bottom: 1px solid #eee; }

/***********  styles for images with captions ************/

.picture { background-color: #fefefe;
border: 1px solid #eee; padding: 13px;
font-size: 90%;
line-height: 120%;
color: #777;
font-family: Verdana, Arial, Helvetica, sans-serif; }
.picture img { border: 1px solid #fff;
vertical-align:middle; margin-bottom: 3px; } 
.picright { margin: 0.5em 0pt 0.5em 0.8em; float:right; }
.picleft { margin: 0.5em 0.8em 0.5em 0; float:left; }
.piccenter { margin: 0.5em 0em 0em 0; text-align: center; } 

/**********************************************************/
