@charset "utf-8";
body  {
	font: 100% Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	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: #333535;
}
#container { 
	width: 900px;  /* 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 */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header { 
	width: 900px;
	height: 101px;
	padding: 0px; 
	margin: 0px;
	border-bottom: solid 1px #9F9F9F;
} 
#header_logo {
	float: left;
	width: 477px;
	height: 100px;
	margin: 0px;
	padding: 0px;
}
#header_right {
	float: left;
	width: 423px;
	height: 100px;
	margin: 0px;
	padding: 0px;
	text-align: right;
}
#contact_info {
	margin: 0px;
	padding: 3px 8px 0px 0px;
	font-size: 11px;
	text-align: right;
}
#navbar {
	width: 900px;
	height: 34px;
}
#home_photo {
	float: left;
	width: 477px;
	height: 436px;
	margin: 0;
	padding: 0;
}
#home_whatsnew {
	float: left;
	width: 193px;
	height: 356px;
	margin: 0 0 0 15px;
	padding: 55px 15px 25px 15px;
	background-image:url(images/bg_home_whatsnew_full.gif);
	background-repeat:no-repeat;
}
#home_videos {
	float: left;
	width: 141px;
	height: 351px;
	margin: 0 0 0 14px;
	padding: 60px 15px 25px 15px;
	background-image:url(images/bg_home_videos_full.gif);
	background-repeat:no-repeat;
}
#mission {
	width: 900px;
	height: 100px;
	background-image: url(images/bg_mission.gif);
	background-repeat: no-repeat;
	margin: 12px 0 0 0;
}

#content_holder {
	width: 900px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	border-right: solid 1px #C4C4C4;
	border-bottom: solid 1px #C4C4C4;
	border-left: solid 1px #C4C4C4;
}
#maincontent {
	float: left;
	width: 402px;
	margin: 0;
	padding: 20px;
	border-top: solid 1px #C4C4C4;
}
#rightcols_holder {
	float: left;
	width: 458px;
	margin: 0;
	padding: 0;
}
#subpage_photos {
	float: left;
	width: 235px;
	height: 803px;
	margin: 0;
	padding: 0;
	border-top: solid 1px #C4C4C4;
}
#subpage_rightcol {
	float: left;
	width: 223px;
	height: 804px;
	padding: 0;
	margin: 0;
}
#subpage_whatsnew {
	width: 193px;
	height: 369px;
	padding: 60px 15px 25px 15px;
	background-image: url(images/bg_subpage_whatsnew.gif);
	background-repeat: no-repeat;
}
#subpage_videos {
	width: 183px;
	height: 265px;
	padding: 60px 15px 25px 25px;
	background-image: url(images/bg_subpage_videos.gif);
	background-repeat: no-repeat;
}
#footer {
	float: right;
	width: 442px;
	margin: 0;
	padding: 6px;
	font-size: 11px;
}

.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;
}
a { color: #0071BC; }
a:hover {  color: #4E4E4E; }
form { margin: 0px; padding: 0px; }
h1 {
	color: #090648;
	font-size: 16px;
	line-height: 130%;
}
h2 {
	color: #29ABE2;
	font-size: 14px;
}
h3 {
	color: #333333;
	font-size: 11px;
}
h4 {
	color: #090648;
	font-size: 14px;
}
img { margin: 0; padding: 0; }
ul { 
	margin: 0;
	padding-left: 18px;
	list-style-type: square;
}
li { padding-bottom: 5px;  }
a.graylink {
	color: #333333;
}
#content_holder p, #content_holder td, #content_holder li {
	font-size: 12px;
	line-height: 130%;
}
#home_whatsnew h1, #subpage_whatsnew h1 {
	margin: 0;
	padding: 8px 0px 0px 0px;
	color: #F59323;
	font-size: 11px;
}
#home_whatsnew p, #subpage_whatsnew p {
	margin: 0;
	color: #CCCCCC;
	font-size: 11px;
}
#home_whatsnew a, #subpage_whatsnew a {
	color: #CCCCCC;
	text-decoration: none;
}
#home_whatsnew a:hover, #subpage_whatsnew a:hover { color: #F59323; }
#home_videos a, #subpage_videos a {
	color: #FFFFFF;
	text-decoration: none;
}
#home_videos a:hover, #subpage_videos a:hover { color: #FF0; }
#home_videos h1, #subpage_videos h1 {
	margin: 10px 0px 0px 0px;
	color: #F59323;
	font-size: 11px;
}
#home_videos p {
	margin: 5px 0 5px 0;
	color: #FFFFFF;
	font-size: 11px;
}
#subpage_videos p {
	margin: 15px 0 15px 0;
	color: #FFFFFF;
	font-size: 11px;
}
.textinput {
	padding: 1px;
	margin: 0px;
	color: #999999;
	font-size: 10px;
}

#content_holder #maincontent h1 {
	margin-bottom: 0px;
}
#content_holder #maincontent h2 {
	margin-top: 6px;
	font-style: italic;
}
#content_holder p.breadcrumbs {
	font-size: 10px;
	padding-bottom: 5px;
}

#mission p {
	font-size: 13px;
	color: #DEDEDE;
	font-weight: bold;
	line-height: 140%;
	padding: 20px 40px 5px 40px;
}
#footer p {
	font-size: 11px;
	text-align: right;
	margin: 0;
}
.smtopmargin { margin-top: 6px; }
.smtopnobottommargin { margin-top: 6px; margin-bottom: 0px; }
.nobottommargin {  margin-bottom: 0px; }
.smtext { font-size: 11px; }
.formlabel { 
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.formfield { 
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
.borderb { border-bottom: solid 1px #CCC; }
.borderbr { border-bottom: solid 1px #CCC; border-right: solid 1px #CCC; }
.orangebghighlight { padding:4px; background-color: #FC6; }

