@charset "utf-8";
/* CSS Document */

body  {
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	background: #AFAFAF;
	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;*/
	color:#51514f;
}
#container { 
	width: 939px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border-left: 10px solid #fff;
	border-right: 10px solid #fff;
	border-bottom: 10px solid #fff;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header {
	Height: 130px;
	border-bottom:#fff 5px solid;

	
/*	background: #DDDDDD; 
	padding: 0 10px 0 20px;   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. */
} 

#contentContainer {
		background: url(../images/backgroundslice.jpg) repeat-y;
		padding-bottom:20px;
}

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 185px; /* 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 */
	padding: 0;
}
#mainContent { 
	margin: 0 0 0 187px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

#breadcrumb {
	background:url(images/breadcrumb.gif);
	height:40px;
	}

#breadcrumb p {
	padding: 7px 0 0 20px;
	margin:0;
	font-size:10px;
	}
	
#breadcrumb a, #breadcrumb a:visited {
	color: #000; !important	}
	
#page {
	padding-left:20px;
	}


.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;
}

.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;
}

h1 {
	color:#000000;
	font-size:180%;
}

h2 {
	/*color:#0236ac;*/
	color:#000000;
	font-size:100%;
}

h3 {
	color:#042862;
	font-size:100%;
}

h4, h5, h6 {
	color:#000;
	font-size:95%;
}

#mainContent img {
	border:0;
	}


#mainContent a, #mainContent a:visited{ 
	text-decoration:none;
	color: #0078eb;
} 

#mainContent a:hover { 
	text-decoration: underline;
} 

hr {
	border-top: 2px #000 dotted;
}


/*	Start Left Navigation *******************************************/

#Navigation { 
	margin: 0;
	background-color:#a8cee1;
	
	}

#Navigation ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 90%;
}

#Navigation li { margin: 0; }

#Navigation a {
	display: block;
	padding: 9px 10px;
	width: 165px;
	color: #022960;
	background:#a8cee1 url(../images/manubg.png) no-repeat;
	text-decoration: none;
	font-weight:bold;
}

#Navigation a:hover {
	background:url(../images/menucurrent.png) no-repeat;
}

#Navigation a.current, #Navigation a.section {
	background:url(../images/menucurrent.png) no-repeat;
	color:#000000;
}



#Navigation ul ul a {
	padding: 9px 2px 9px 30px;
	width: 153px;
	color: #000;
	background-color: #c2c2c2;
	text-decoration: none;
	margin:0;
}


#Navigation ul ul a:hover {
	color: #000;
	background-color: #9f9ea3;
	text-decoration: none;
}

.Bottom {
	background-image:none;
}
/*HTML>BODY .Bottom {
	background-image:url(images/shadow.png);
	height:10px;

			



}*/

/*	End Left Navigation *******************************************/


/*	Start Footer **************************************************/

#footer { 
	padding: 0 10px 0 75px;
	background:#B4d8e9 url(../images/WrapLogo.png) no-repeat 700px 0; 
	border-top: 2px solid #fff;
	font-size:12px;
	height:47px;
} 

#footer a:visited, #footer  a:link {
	font-size:90%;
	color: #0b467e;
	text-decoration: none;
}

#footer a:hover {
	color: #666;
	text-decoration:underline;
}

#footer ul {
	margin:0px;
	padding: 8px 0;
	list-style:none;
	list-style-type:none;
}

#footer li {
	display: inline;
	border-right:1px solid #0B467E;
	padding-right:7px;
}

#footer li a{
	padding: 0 5px 0 10px;
}

#footer li a.first{
	background:none;
}
/*	End Footer ****************************************************/




/*	Start Search ****************************************************/


#SearchHeading {
	background:url(../images/Seachbg.png);
	height:36px;
	color:#fff;
	font-weight:bold;
	padding: 4px 0 0 9px;
	
}

#SearchArea {
	background-color:#a8cee1;
	padding: 8px 0 10px 0;
	margin:0;

}



#SearchResults dd {
	padding-bottom: 10px;
	border-bottom:1px #000 dotted;
	margin-left:0;
	}

#SearchResults dt {
	padding-top: 10px;
	}


#SearchForm_SearchForm {
	margin:0;
	
	}

#SearchForm_SearchForm_Search {
	margin-left:4px;
	border: 3px solid #fff;
	width:136px;
	float:left;
	
}

#Search {
	width: 152px;
	float:left;

	}

#SearchForm_SearchForm_action_results {

	}

/*	End Search ****************************************************/
.SubMenuItems {

}
.SubMenuItems ul{
	padding-left:0;
	margin-left:0;
	list-style-type: none;

}

.SubMenuItems li {
	padding-bottom:10px;
	}
	
	

.structurelabel {
left:-5000px;
overflow:hidden;
position:absolute;
width:4000px;
}


#NewsHead {
	height:155px;
}

#NewsHead img {
	float:right;
	}

.NewsList.first{
	background:url(images/newsHead.gif);
	padding: 0 5px 20px 5px;
	border:#d8dcdb 1px solid !important;
	}

.NewsList {


	font-size:12px;
	border-bottom:dotted 1px #000;
	padding:7px 5px 2px 5px;
}

.left {
	padding: 0 10px 10px 0;
	float:left;
	}
.right {
	float:right;
	}
form .right {
	float:none;
}
