@charset "utf-8";
/*  The Swine Flu Blues*/ 

body { background-color: #fff; }

#top h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 0px;
	color: #FFF;
}

#top p {
	margin-left: 5px; 
	color: #CCC;
	font-size: 1em;
}
	
	
h1 {
	color: #000071;
}
h2, h3 {
	color: #002F91;
}

#content p { line-height: 22px; }

.quote {
	/*padding: 20px 10px 30px 10px;*/
	line-height: 1.9em;
	font-size: .9em;	
}

.quote p {
	text-indent: 20px;
	font-family: "helvetic neue",arial,helvetica,sans-serif;
	padding: 15px;
	font-style:italic;
}

.quote h2 {
background-color:#0066CC;
border-bottom: 1px solid #64748B;
}
blockquote.note { border: 1px solid #64748B; }


/* jquery activated stuff */ 

.active {background-color:#ccc;}

.title {  border-bottom: 1px solid #64748B;}


/* end jquery stuff */ 

.standout {
	color: #F00;
	font-size: 16px;
}


#skip { 
	background-color: #eee;
	border-bottom: 1px dotted black	;
	font-size: .7em;
}


#top {
	text-align: left;
	padding-left: 20px;
	border-bottom: 1px solid #ccc;
	background: #000033;
}

#top div.guideBanner {
	position: absolute;
	height: 140;
	width: 209;
	z-index: 3000;
	left: 490px;
	top: 0px;
}

#top h1 { padding-top: 20px; font-size: 3.1em; font-weight: normal; }

#topbar {
	margin-top: 12px;
	height: 66px;
	background: transparent url('../images/bar_background.gif') repeat-x;
	
}

#topbar img.left { float:left; }

#searchbox {
	float: right;
	margin-top: 22px;
	}
#search input.clearme { color: #999; }
#search input { color: #666;  }


#searchbox label {
	position: absolute;
	top: -9999px;
	left: -9090px;
	overflow: hidden;
}

#searchbox input#txtQuery {
	vertical-align: top;	
	border: 1px solid #ccc;
	font-family: Verdana, Geneva, sans-serif;
}


#globalnav, .localnav {
	background: #fff;
	border-top: 1px solid #64748B;
	border-left: 1px solid #64748B;
	border-bottom: 1px solid #64748B;
	border-right: 1px solid #64748B;
}

#nav h2 { 	
	background-color:#eee; 
	font-size: .9em;
	font-weight: bold;
}

#nav h3 { 
	background-color:#eee;
	font-size: .8em;
	padding: 4px; 
	text-align: center; 
	font-weight: normal;
}
	

#nav a, #nav a:visited, #nav a:active { 
	border-bottom: 1px solid #ccc;
	color: #64748B;
	font-size: .8em;
}

#nav a:hover {
	background: #64748B;
	color: #fff;
}

.infoBox p{ font-size: .8em; text-align: center; margin-bottom: 3px;}
#nav .infoBox a { color: #42689E; }
#nav .infoBox a:hover { 
	background: #fff; 
	color: #64748B;
	}

#nav .infoBox h3 { background-color: #fff; font-weight: bold; margin-top: 12px;}

/* Stlyes for Special Stuff like Guide Links and Status */

#content p.bigText li.bigText {
	font-size: 1.5em;
	line-height: 160%;
}

#content p.newsheadline  {
	font-size: 1.1em;
	font-weight: 500;
	margin-top: 12px;
}

#content p.newsdate  {
	font-family: "helvetic neue", arial, helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 0.9em;
	color: #666;
}


#feature h2 { font-family: "helvetic neue",arial,helvetica,sans-serif; font-size: 1.2em; border-bottom: 1px solid #64748B; }

#guideFeature img { border: 5px solid #ddd;}
#guideFeature img:hover { border: 5px solid #ccc;}
span.guideText { font-style: italic; font-weight: bold; color: #003d79; }


#pageNav ul li { list-style-type: none; margin-bottom: 5px;}
#pageNav ul { margin: 0; }




/* Phat Phooter Styles */ 


#foot {
	background: #eee;	
	border-top: 1px solid #64748B;
	color: #666;
	padding-top: 30px;
	height: 300px;
}

#foot .wrap {padding-bottom: 0px;
	overflow: hidden;}

#foot p.update {
	font-style: italic;
	font-weight: bold;
	border-bottom: 1px solid #64748B;
}

#foot address { font-style:normal; font-size: .7em}
#foot h2 { 
	color: black;
	border-bottom: 0;
	font-size: 1em;
	margin-top: 0;}
#foot ul {margin: 0; list-style-type: none}
#foot li { line-height: 130%; padding-bottom: .5em}
#foot p { line-height: 140%}
#foot p.update {
	float: none;
	margin-top: .5em;
}
#foot #contact { float: left; width: 45%; margin-right: 5%;  }
#foot #sitemap { float: left; width: 25%; margin-right: 5%;}
#foot #relatedSites { float: left; width: 20%; }



a { color: #42689E; } 
a:visited { color: #42689E; } 
a:hover { text-decoration: none; color: #64748B }

