@charset "utf-8";
body  {
	font: 100% Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	margin: 0; 
	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: #444;
}
p {
	font-size: 11px;
	line-height: 130%;
}
h1 { 
	color: #065590;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
h2 { 
	color: #444444;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 0px;
}
h3 { 
	color: #5DAAD6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 8px;
	margin-top: 15px;
}
h4 { 
	color: #065590;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 8px 0 0 0;
}
ul { list-style-type: square; }
li { padding-bottom: 5px; }
a { 
	color: #0099CC;
	font-weight: bold;	
	text-decoration: none;
}
a:hover { 
	text-decoration: underline;	
}
#container { 
	width: 960px;  /* use at least 20px less than a full 1024px width to allow for browser chrome and avoid a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

#header { 
	width: 960px;
	height: 150px;
}
#headerLeft {
	float: left;
	width: 628px;
	height: 150px;
	margin: 0;
	padding: 0;
}
#headerRight {
	float: left;
	width: 332px;
	margin: 105px 0 0 0;
	padding: 0;	
}
#navbar {
	width: 960px;
	height: 31px;
	background-image:url(../images/bg_navbar.jpg);
	background-repeat:no-repeat;
	margin: 0;
	padding: 0;
}
#homeContent { 
	float: left;
	width: 628px;
	height: 435px;
	margin: 0; 
	padding: 0; 
	border-top: solid 1px #CCC;
}
#homePhoto {
	width: 628px;
	height: 349px;
	margin: 0;
	padding:0;
}
#mission {
	width: 628px;
	height: 86px;
	background-color: #383837;
	background-image:url(../images/bg_mission.jpg);
	margin: 0;
	padding: 0;
}
#mission p {
	color: #FFF;
	text-align: right;
	margin: 0;
	padding: 5px 48px 0 110px;
}
#contentContainer {
	width: 958px;
	margin: 0;
	padding: 0;
	border: solid 1px #87A0BE;
} 
#mainContent { 
	padding: 10px 20px 20px 25px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
 
#mainContent p, #mainContent li, #mainContent td { 
	color: #444444;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 130%;
}

#homeContent img, #mainContent img {
	padding: 0px;
	margin: 0px;
}

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 282px; /* 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 */
	height: 425px;
	margin: 0;
	padding: 10px 25px 0px 25px;
	background-image:url(../images/bg_home_sidebar.jpg);
	background-repeat:no-repeat;
/*	border-left: solid 1px #CCC; */
	border-top: solid 1px #CCC;
}
td.sidebarSubpage {
	background-image:url(../images/bg_subpage_sidebar.jpg);
	background-repeat:no-repeat;
	background-color: #000203;
	height: 400px;
}
#sidebar2 {
	position: relative;
	width: 280px;
	background-color: #000000;
	background-image:url(../images/bg_subpage_whatsnew.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
/*	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";  */
	filter: alpha(opacity=85);	
	opacity:.8;
	border-top: solid 1px #87A0BE;
	border-bottom: solid 1px #87A0BE;
	padding: 15px 25px 15px 25px;
}
/*#sidebar2 { padding: 15px; } */
#sidebar1 img, #sidebar2 img {
	margin: 0px;
	padding: 0px;
	
}
#sidebar1 h1, #sidebar2 h1 {
	color: #87a0be;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: normal; 
	line-height: 100%;
	margin-top: 30px;
	margin-bottom: 10px;
	padding: 0px;
}
#sidebar1 p, #homefeaturetext p {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 130%;
}
#sidebar2 p {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 130%;
}
#sidebar1 p.goldtext, #sidebar2 p.goldtext, .goldtext { color: #F1BE12; }
#footer {
	margin: 4px 0 20px 0;
	padding: 0;
	width: 960px;
	height: 64px;
	background-image:url(../images/bg_footer.jpg);
	background-repeat:no-repeat; 
} 
#footer p {
	margin: 0; 
	padding: 30px 20px 0 0; 
	color: #B0B0B0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: right;
}


.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;
}
div.paddedbox {
	padding: 10px;
}
.imgleft {
	padding: 0px;
	padding-right: 10px;	
}
.smtopmargin { margin-top: 6px; }
.smtopnobottommargin { margin-top: 6px; margin-bottom: 0px; }
.nobottommargin { margin-bottom: 0px; }
a.featurediv { color: #FFFFFF; font-weight: normal; }
a.featurediv:hover { color: #CFA412; font-weight: normal; }