/* THIS CSS PRODUCES A CENTERED 2 COLUMN LAYOUT WITH HEADER AND HORIZONTAL NAV */
/* ALL PNG BACKGROUND GRAPHICS WILL HAVE ADDITIONAL SELECTORS IN IE6.CSS */

/* BEGIN STRUCTURE */
:focus {-moz-outline-style: none;} /* removes dotted border around FF links */

html, body {
	margin:0px;
	padding:0px;
	height:100.1%; /* keeps vertical scroll bar visible in browsers so layout doesn't 'bounce' page to page */
	text-align:center; /* combined with container {margin:0 auto 0 auto} this centers a page */
	background-color:#004a80;
}

div#container {
	position:relative; 
	width:960px;
	margin:0px auto 0px auto; /* combined with body {text-align:center} this centers a page */
	padding-top:19px;
	text-align:left;
	background-image:url("/img/bg-top.gif");
	background-position:top left;
	background-repeat:no-repeat;
	border:0px solid black;
}

div#content {
	background:#fff;
	padding-left:24px;
	padding-right:24px;
	padding-bottom:20px;
	border:0px solid black;
}

div#site_info {
	height:50px;
	padding-top:25px;
	background-image:url("/img/bg-content-bottom.gif");
	background-position:top left;
	background-repeat:no-repeat;
	color:#fff;
	border:0px solid black;
}

div#mc_embed_signup {
	width:350px;
	float:right;
	margin:10px 0px 120px 20px;
}
/* END STRUCTURE */

/* BEGIN GENERAL TYPOGRAPHY */
body {
	font-family:arial, sans-serif;
	font-size:62.5%;
	color:#000;
}

h1, h2, h3, h4, h5 {
	font-family:arial, sans-serif;
	
	margin:0px;
	margin-bottom:4px;
}

p, ul, ol {font-size:14px;}

h1 {font-size:34px;color:#39b44a;margin-left:-1px;} 

h2 {
	font-size:22px;margin-left:-1px;
}
h2.first {margin-top:0px;}

h3 {font-size:18px;padding-bottom:6px;padding-top:10px;}

h4 {font-size:12px;}

p {
	margin:0px;
	margin-bottom:15px;
}

a {
	text-decoration:none;
}

a:visited {}

a:hover {text-decoration:underline;color:#000;}

ul {
	margin:0px;
	padding:0px;
	padding-bottom:10px;
	padding-left:30px;
	text-indent:0px;
	text-decoration:none;
	list-style:none;
	list-style-image:url("/img/dot.png");
}

ol {
	margin:0;
	padding:0;
	padding-bottom:10px;
	padding-left:30px;
	text-indent:0px;
	text-decoration:none;
}

li {padding-bottom:5px;}
/* END GENERAL TYPOGRAPHY */

/* BEGIN VARIOUS TAGS AND CLASSES */
img.icon {vertical-align:middle;margin-right:6px;}
img.icon2 {vertical-align:middle;margin-right:0px;}
.gray {background-color:#f0f0f0;}
.green {background-color:#39b44a;color:#fff;}
.blue {background-color:#366bde;color:#fff;}

div#story_box {
	background-color:#99d7ec;
}

div.box {
	position:relative;
	padding:16px;
	padding-top:14px;
	padding-bottom:4px;
	overflow-y:hidden;
}

div.corner_top_left, div.corner_top_right, div.corner_bottom_right, div.corner_bottom_left{
	position:absolute;
	width:10px;
	height:10px;
	background-position:top left;
	background-repeat:no-repeat;
}
div.corner_top_left {
	top:0px;
	left:0px;
	background-image:url("/img/corner-top-left.png");
}
div.corner_top_right {
	top:0px;
	right:0px;
	background-image:url("/img/corner-top-right.png");
}
div.corner_bottom_right {
	bottom:0px;
	right:0px;
	background-image:url("/img/corner-bottom-right.png");
}
div.corner_bottom_left {
	bottom:0px;
	left:0px;
	background-image:url("/img/corner-bottom-left.png");
}

.margin_top {margin-top:20px;}

/*table.photos {
	width:620px;
	margin:0px;
	padding:0px;
	text-align:center;
	border:0px solid black;
}
.photos td {
	width:25%;
	vertical-align:top;
}*/

#video_thumbs {
	padding:10px;
	list-style:none;
	list-style-image:none;
}
#video_thumbs li {
	clear:both;
	margin-bottom:20px;
}
#video_thumbs li img {
	float:left;
	margin-right:10px;
	margin-bottom:20px;
}
#video_thumbs h4 {
	font-size:13px;
	margin:0px;
	padding:0px;
}
#video_thumbs p {
	font-size:11px;
	margin-bottom:4px;
}
#video_thumbs p.stars {
	margin-top:4px;
	margin-bottom:2px;
}
#video_thumbs p.stars img {float:none;margin:0;}

#news_list {
	padding:0;
	padding-bottom:10px;
	list-style:none;
	list-style-image:none;
}

#news_list li {
	background-image:url("/img/bg-rule-dotted.gif");
	background-repeat:repeat-x;
	background-position:bottom left;
	margin-bottom:6px;
}

#news_list h3 {
	font-size:12px;
	margin:0px;
}

#news_list p {
	font-size:11px;
	margin-bottom:4px;
}

#news_list p.date {
	font-style:italic;
	padding-bottom:6px;
	text-align:right;
}

ul.striped, ol.striped { /* list style */
	margin:0px;
	padding:0px;
	padding-bottom:10px;
	padding-left:0px;
	text-indent:0px;
	text-decoration:none;
	list-style:none;
	list-style-image:none;
}

ul.striped li, ol.striped li {}

ul.striped li a, ol.striped li a {
	display:block;
	font-weight:bold;
	font-size:14px;
	margin:0px;
	padding:0px;
	padding-top:6px;
	padding-right:10px;
	padding-bottom:6px;
	padding-left:10px;
	text-decoration:none;
	border:0px solid black;
}

ul.striped li a.indent, ol.striped li a.indent {padding-left:30px;}

ul.striped li a:visited, ol.striped li a:visited {}

ul.striped li a:hover, ol.striped li a:hover, ul.striped li a:hover span.no_link, ol.striped li a:hover span.no_link {
	background-color:#f6344b;
	color:#fff;
}

ul#nav_sub_list {
	margin:0px;
	padding:0px;
	text-indent:0px;
	text-decoration:none;
	list-style:none;
	list-style-image:none;
	border:0px solid black;
}

/* +++ IE6.CSS */
#nav_sub_list li {
	background-image:url("/img/bg-rule-dotted.gif");
	background-repeat:repeat-x;
	background-position:bottom left;
	padding-bottom:2px;
}

#nav_sub_list li a {
	display:block;
	color:#737373;
	font-weight:bold;
	font-size:11px;
	margin:0px;
	margin-top:1px;
	padding:0px;
	padding-top:5px;
	padding-right:10px;
	padding-bottom:5px;
	padding-left:10px;
	text-decoration:none;
	background-image:url("/img/icon-arrow.png");
	background-repeat:no-repeat;
	background-position:135px 9px;
	border:0px solid black;
}

#nav_sub_list li a:visited {}

#nav_sub_list li a:hover {background-color:#ebebeb;color:#000;}

#nav_sub_list li#first_sub_nav a {
	padding-top:6px;
}
img {border:0;}

.center {text-align:center;}

.bold {font-weight:bold;}

.italic {font-style:italic;}

.small {font-size:1.1em;}

.no_spacing {margin:0px; padding:0;}

.clear {
	clear:both;
	height:0px;
	border:0px solid #FFF;
}

.dark {background-color:#e2e2e2;}
.light {background-color:#fff;}

.border {border:1px solid #555555;}

.even {background:#efefef;}

.align_left {text-align:left;}
.align_right {text-align:right;}
/* END VARIOUS TAGS AND CLASSES */

