@charset "utf-8";
body  {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	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;
	background-color: #0d374d;
	background-image:url(/custom/themes/default/images2/back-tile.gif);
}

#toptile {
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url(/custom/themes/default/images2/top-tile.gif);
	background-repeat:repeat-x;
	height: 90px;
	width: 100%;
	z-index: -5;
}

#container { 
	width: 800px;
	margin: 0 auto;
	text-align: left;
} 

#header { 
	float: left;
	position: relative;
	width: 800px;
	height: 122px;
	background-image:url(/custom/themes/default/images2/header.gif);
} 

#header #logolink {
	position: absolute;
	top: 2px;
	left: 0px;
	width: 215px;
	height: 100px;
}	

#header  #emailtxtbox {
	position: absolute;
	top: 92px;
	left: 213px;
	width: 300px;
	background-color: #274569;
	color: #d1e2f6;
	padding: 2px 0 2px 5px;
	border: 1px solid #274569;
}

#header  #emailsubmit {
	position: absolute;
	top: 93px;
	left: 542px;
	width: 40px;
	background-color: #274569;
	color: #d1e2f6;
	padding: 0px;
	border: 1px solid #274569;
	cursor:pointer;
}
	
#header #toplinks {
	position: absolute;
	top: 36px;
	left: 569px;
	width: 226px;
	height: 18px;
}

#header #toplinks2 {
	position: absolute;
	top: 107px;
	left: 15px;
	width: 226px;
	height: 18px;
	z-index: 5;
}

#toplinks2 a {
	color: #fff400;
	text-decoration: none;
}

#toplinks2 a:hover {
	color: #fff400;
	text-decoration: underline;
}




#toplinks a {
	color: #FFFFFF;
	text-decoration: none;
}

#toplinks a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#contentwrap {
	position: relative;
	float: left;
	width: 800px;
	background-image:url(/custom/themes/default/images2/content-tile.gif);
	background-repeat:repeat-y;
}

#contentwrap #contenttop {
	position: absolute;
	top: 0px;
	left: 223px;
	z-index: 5;
	width: 567px;
	height: 18px;
	background-image: url(/custom/themes/default/images2/content-header.gif);
}

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 215px; /* 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: 0px 0px 0px 8px;
}

#sidebar1 #navwrap {
	width: 211px;
	background-image:url(/custom/themes/default/images2/sidenav-tile.gif);
}

#navwrap #sidenavtop {
	width: 211px;
	height: 41px;
	background-image:url(/custom/themes/default/images2/main-navtop.gif);
}

#navwrap #sidenavtop2 {
	width: 211px;
	height: 41px;
	background-image:url(/custom/themes/default/images2/main-navtop2.gif);
}

#navwrap #sidenavcontent {
	background-image:url(/custom/themes/default/images2/sidenav-tile.gif);
	width: 201px;
	padding: 0 0px 0 13px;
}

#navwrap  #sidenav-foot {
	width: 211px;
	height: 22px;
	background-image:url(/custom/themes/default/images2/sidenav-foot.gif);
}

#mainContent { 
	margin: 18px 0 0 235px;
	padding: 0px;
	width: 545px;
} 

#home-boxwrap {
	width: 545px;
	margin-bottom: 10px;
}

#home-boxwrap #left {
	float: left;
	width: 385px;
	height: 150px;
}

#home-boxwrap  #right {
	float: left;
	width: 155px;
	height: 150px;
}

#home-boxwrap #news-top {
	width: 545px;
	height: 44px;
	background-image:url(/custom/themes/default/images2/news-top.gif);
}


#home-boxwrap #news-middle {
	width: 505px;
	padding: 0 20px 0 20px;
	background-image:url(/custom/themes/default/images2/news-tile.gif);
	background-repeat:repeat-y;
	text-align:left;
}

#home-boxwrap #news-foot {
	width: 545px;
	height: 35px;
	background-image:url(/custom/themes/default/images2/news-foot.gif);
}



	
	
#footer { 
	position: relative;
	height: 46px;
	width: 800px;
	background-image: url(/custom/themes/default/images2/footer.gif); 
} 

#footer #foot-txt {
	position: absolute;
	top: 22px;
	left: 8px;
	color: #ffffff;
}

#foot-txt h1 {
	font-size: 11px;
	font-weight: normal;
	margin: 0px;
	color: #ffffff;
}

#footer #foot-txt2 {
	position: absolute;
	top: 25px;
	left: 575px;
	color: #ffffff;
	font-size: 10px;
}


.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;
}

.fltlft2 { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	padding: 3px;
	border: 1px solid #000000;
}


.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;
}
