@charset "utf-8";
body  {
	font: 0.8em "Trebuchet MS", Arial, Helvetica, Verdana, sans-serif;
	background: #FFF;
	background-image:url(../img/main_bkg.gif);
	background-repeat: repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container { 
	width: 99%;
	height: 100%;
	background: #FFFFFF;
	background-image:url(../img/container-back.gif);
	background-repeat:repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

/*==============HEADER CONTENT DIV STYLES===============*/

#header { 
	background:#144860;
	height: 102px;
	background-image:url(../img/banner_back.jpg);
	background-position:right;
	background-repeat:no-repeat;
	} 
	
	  /* 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. */

#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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#toplinks {
	background-color: #144860;
	font-size:0.8em;
	height: 25px;
	padding: 3px 13px 3px 0px;
	color: #fff;
	text-align: right;
	vertical-align:middle;
	}

#search_form {
	display: inline;
	}

input.btn { 
	  font: bold 0.8em 'trebuchet ms',helvetica,sans-serif;
	  background-image: url(../img/go_button.gif);
	  color:#FFFFFF;
	  border: 0;
	  height: 23px;
	  width: 23px; 
	} 

input.txt { 
	  font: 1.2em 'trebuchet ms', helvetica, sans-serif;
	} 

#toplinks a {
	color: #FFFFFF;
	background-position:bottom;
	background-repeat:repeat-x;
}

#toplinks a:hover {
	color: #CCCCFF;
	background-position:bottom;
	background-repeat:repeat-x;
}

#skipnav_block {
	color:#CCCCFF;
	left: -20px;
	position:absolute;
	top:106px;
	width:200px;
	z-index:100;
}

#skipnav_block a {
color: #fff;
background:url(../img/underline_wht.gif) repeat-x bottom;
text-decoration:none;
font-size: 0.8em;
}

#skipnav_block a:hover {
color: #CCCCFF;
background:url(../img/underline_ltblue.gif) repeat-x bottom;
text-decoration:none;
}


.skipnav_span {
	position:absolute;
}

/*==============END HEADER CONTENT DIV STYLES===============*/

/*==============FLYOUT LINKS CONTENT DIV STYLES===============*/

#menuheader {
background:url(../img/headeritem_bkg.gif);
background-repeat:no-repeat;
background-position:left;
color: #fff;
font-family:Georgia, "Times New Roman", Times, serif;
font-size: 1.4em;
height: 39px;
width: 186px;
margin-bottom: -11px;
padding-top: 23px;
}

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 190px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/*background: #cfd8e0;*/
	/*background-image:url(../img/sidebar_bkg.gif);*/
	/*background-repeat:repeat-x;*/
	/*padding: 15px 10px 15px 20px;*/ /* padding keeps the content of the div away from the edges */
	padding: 15px 5px 5px 5px; /* padding keeps the content of the div away from the edges */
	text-align: center;
}

#sidebar1 h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	font-weight:normal;
	}

#menu {width:175px; position:relative; margin: 0;}
/*1st Level items*/
#menu ul li a, .menu ul li a:visited {display:block; text-decoration:none; color:#000; width:175px; text-align:left; border:1px solid #fff; border-width:1px 1px 0 0; background:#bbd2de url(../img/buttons-2.gif) repeat-x; line-height:19px; font-size:1em;padding: 5px 0px 5px 10px; }
#menu ul {padding:0; margin:0;list-style-type: none; }
#menu ul li {float:left; margin-right:1px; position:relative;}
#menu ul li ul {display: none; }

/*2nd Level items*/
/* specific to non IE browsers */
#menu ul li:hover a {color:#fff; background:#64a0b9; }
#menu ul li:hover ul {display:block; position:absolute; top:0; left:185px; width:130px; height: 20px;}
#menu ul li:hover ul li a.hide {background:#e3ecfd; color:#000; }
#menu ul li:hover ul li:hover a.hide {width:150px;}
#menu ul li:hover ul li ul {display: none;}

/*SECOND LEVEL APPEARENCE*/
#menu ul li:hover ul li a {display:block; background:#bbd2de; background-image:url(../img/buttons-2.gif); background-repeat:repeat-x; color:#000; width:175px; height:auto;}
#menu ul li:hover ul li a:hover {background:#64a0b9; color:#fff;}

/*==============END FLYOUT LINKS CONTENT DIV STYLES===============*/

/*==============NEWS CONTENT DIV STYLES===============*/

#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 218px;
	margin: 20px 10px 0px 40px;
	text-align:left;
}

#sidebar2 h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1.25em;
	color: #144860;
	margin: 20px 20px;
	text-align: center;
	}
	
#sidebar2 p {
	font-size: 0.85em;
	}

#sidebar2 td {
	text-align:left;
	}

#sidebar2 img {
	padding-right:10px;
	}
	
#sidebar2 .news {
	background-image:url(../img/news_bkg.gif);
	background-repeat:no-repeat;
	padding: 5px 10px 5px 0px;
	text-align:left;
	}

#sidebar2 .news ul {
	padding: 0;
	margin-left: 10px;
	font-size: 0.85em;
	list-style:none;
	}

#sidebar2 .news ul li ul {
	font-size: 0.85em;
	margin-bottom:1.5em;
	list-style:square;
	}

#sidebar2 .news ul li ul li {
	padding: 0;
	margin-left: 15px;
	}

#prev_news {
	background:url(../img/previous_news.gif) repeat-x #c4d8e3;
	text-align:center;
	font: 0.8em bolder "Trebuchet MS", Arial, Helvetica, Verdana, sans-serif;
	height: 20px;
	border: 1px solid #c4d8e3;
	padding-top: 5px;
	}
	
#sidebar2 .achieve {
	background-image:url(../img/achieve_bkg.gif);
	background-repeat:no-repeat;
	padding: 5px 10px 15px 10px; /* padding keeps the content of the div away from the edges */
	}

#sidebar2 .achievements {margin-left: 0em;}

#sidebar2 a {
	color: #144860;
}

#sidebar2 a:hover {
	color: #663300;
}
/*==============END NEWS CONTENT DIV STYLES===============*/

/*==============MAIN CONTENT DIV STYLES===============*/

#mainContent { 
	margin: 0 200px; /* 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: 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

#mainContent p {
	color:#144860;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 20px;
	line-height: 1.5em;
	}

#mainContent h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	color: #144860;
	margin-bottom: 10px;
	margin-top: 20px;
	}

#mainContent h2 {
	font-size: 1.25em;
	font-weight:bold;
	color: #A06200;
	margin-bottom: 10px;
	margin-top: 20px;
	}
	
#mainContent h3 {
	font-size: 1.15em;
	font-weight:bold;
	color: #445A6B;
	margin-bottom: 10px;
	margin-top: 20px;
	}
	
#mainContent a {
	color: #144860;
}

#mainContent a:hover {
	color: #A06200;
}

#mainContent table {
	border: solid 1px #90ABBE;
	border-collapse:collapse;
	margin-bottom: 20px;
	width: 100%;
	}

#mainContent table.barometer {
	float:left;
	position:relative;
	border: solid 1px #90ABBE;
	border-collapse:collapse;
	margin-bottom: 20px;
	width: 400px;
	}

#mainContent .barometer {
float:left;
	}

.table_fix {
	width: 95%;
	}

.table_fix table {
	margin-left: 0;
	}

#mainContent th {
	background-color:#B8D6D8;
	font-weight: bold;
	font-size: 1em;
	text-align:left;
	border: solid 1px ;
	border-color:#FF0000;
	padding: 5px;
	border-color:#90ABBE;
	}
	
#mainContent td {
	padding: 5px;
	border: dotted 1px;
	border-color:#90ABBE;
	padding: 5px;
	border-collapse:collapse;
	}

#mainContent caption {
	font-size: 1.15em;
	font-weight:bold;
	color: #A06200;
	text-align: left;
	padding-bottom: 5px;
	}

#mainContent ul {
	color:144860;
	line-height: 1.5em;
	}

#mainContent ul li {
	list-style-type: disc;
	color:#144860;
	margin-bottom: 0.2em;
	}
	
#mainContent ul li ul li{
	list-style-type: circle;
	}

#mainContent ul li ul li ul li{
	list-style-type: disc;
	font-size: 0.85em;
	}
	

.whowhatwhere {
	margin-bottom: 40px;
	margin-left: 120px;
	}

.introtext {
	font-style:italic;
	font-size: 1.2em;
	line-height: 1.5em;
	color:#144860;
	margin-top: 20px;
	margin-bottom: 30px;
	}

.top_anchor {
	text-align:right;
	}

.picture { 
background-color: #F9F9F9;
border: 1px solid #CCCCCC; padding: 3px;
font-size: 0.8em;
text-align:center;
padding:8px;
}
.picture img { 
border: none;
background-color:#FFFFFF;
vertical-align:middle; margin-bottom: 3px; }

.right { 
margin: 0.5em 0pt 0.5em 0.8em; float:right; }

.left { 
margin: 0.5em 0.8em 0.5em 0; float:left; } 

#ruler_div {
	background:#DFDFDF;
	background-image:url(../img/ruler_gradient.gif);
	background-position:left;
	background-repeat: no-repeat;
	height: 21px;
/*	margin-top: 10px;
	margin-bottom: 10px;*/	
	}

/*==============SCHEME WEBSITE BUTTONS===============*/

.introtext img {
border: 1px #FFFFFF;
}

.introtext ul {
	padding: 0;
	margin: 0;
	font-style:normal;
	}

.introtext ul li {
	display:inline;
	}

.introtext ul li a {
	background: #009999;
	text-decoration:none;
	margin: 1px;
	padding: 5px;
	}

.introtext ul li a:hover {
	text-decoration:underline;
	}

/*==============END MAIN CONTENT DIV STYLES===============*/

/*==============FOOTER CONTENT DIV STYLES===============*/

#footer { 
	padding: 5px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	height: 15px;
	background: #144860;
	color: #fff;
	font-size: 0.8em;
} 
#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 on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#footer a {
	color: #FFFFFF;
	background-image:url(../img/underline_wht.gif);
	background-position:bottom;
	text-decoration:none;
	background-repeat:repeat-x;
}

#footer a:hover {
	color: #CCCCFF;
	background-image:url(../img/underline_ltblue.gif);
	background-position:bottom;
	text-decoration:none;
	background-repeat:repeat-x;
}

/*==============END FOOTER CONTENT DIV STYLES===============*/


.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;
}

.image_home {
	margin-right: 10px;
	float:left;
	}

.anchor {
	position:absolute;
	}

.sticky {
	width: 300px;
	height: 100px;
	text-align: left;
	}


/*==============SEARCH ENGINE CLASSES===============*/


table {margin: 1em 5em;}
table tr td .result {text-align: left; margin-top: 1em;}
td .result_rank {font-weight: bold; margin-left: 5em;}
td .result_summary {margin: 0.25em 0.5em 0.5em 5em;}
td .result_info {color:#144860; margin: 0em 0em 0em 6.25em; font-size: 0.85em;}
td .result_title a {font-weight: bold; color:#144860;}
td .result_title a:hover {color:#A06200;}
td .smalllogo {text-align: center}
td .tierheadingbar {font-weight:bold; font-size: 1.2em; color:#A06200; text-align:center;}

/*==============END SEARCH ENGINE CLASSES===============*/