html {
	height: 100%;
	}
	
body	{
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Arial, Helvetica, sans-serif;
	background-color: #000;
	text-align: center;
	margin: 0;
	padding: 0;
	height: 100%;
	}

p, td, tr, th, table, h1, h2, h3, h4, h5, h6, ul, li, ol	{
	font-family: 'Lucida Grande', Arial, Helvetica, sans-serif;
	color: #455372;
	margin: 0;
	padding: 0;
	}
		
h1, h2, h3, h4, h5, h6 {
	letter-spacing: .025em;
	}
	
em, strong {
	}
	
img {
	border: none;
	}
	
#content_home h1, #content_home h2, #content_home h3 {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	}

	



/* Begin Container */

#container_2col {
	width: 744px;
	text-align: left;
	margin: 0 auto;
	background: url(images/fpo_pagebg.gif) left top;
	min-height: 100%;
	border: 3px solid #c4151c;
	}
	
#container_1col {
	width: 744px;
	text-align: left;
	margin: 0 auto;
	background: url(images/fpo_pagebg_wide.gif) left top;
	min-height: 100%;
	}
	
#container_inner {
	margin: 0;
	}
	



/* Begin Columns and Footer */

#header {
	margin: 0;
	padding: 0;
	}
	
#footer {
	margin: 0;
	padding: 20px 0 0 0;
	font-size: 1.1em;
	background-color: #FFF;
	width: 512px;
	clear: both;
	}
	



/* Begin Masthead */

#masthead {
	width: 100%;
	padding: 0;
	margin: 0;
	background: url(images/masthead_top2.gif) left bottom no-repeat;
	}

#masthead h1 {
	display: none;
	
	}

#masthead p {
	padding: 5px;
	margin: 0 0 0 92px;
	font-size: 1.1em;
	}

#masthead p .divider {
	padding: 0px 6px;
	color: #fff;
	}


/* Begin Course Status */

#course_status {
	/* Note: width/padding here fixes some div rendering issue? */
	width: 742px;
	padding: 1px;
	margin: 0;
	background: url(images/homeheader2.gif) left top no-repeat;
	border-bottom: 1px solid #253232;
	}
	
#course_status img {
	float: left;
	clear: none;
	}

	
#course_status_display {
	margin: 5px 5px 5px 422px;
	padding: 5px 5px 5px 10px;
	
	
	
	min-height: 95px;
	width: 298px;
	clear: right;
	}
	
#course_status_display h2 {
	color: #ABB;
	position: static;
	margin: 0;
	padding: 1px 0 2px 0;
	font-size: 1.0em;
	font-weight: normal;
	width: 220px;
	}
	
#course_status_display p {
	color: #ABB;
	position: static;
	margin: 0;
	padding: 3px 0 2px 0;
	font-size: 1.0em;
	font-weight: normal;
	width: 220px;
	}
	
.status_info {
	color: #DEE;
	font-weight: bold;
	}
	
#course_status_display img {
	float: right;
	}


/* Begin Links */

a, a:visited {
	color: #700;
	text-decoration: underline;
	
	}
	
a:hover {
	color: #300;
	}
	
#nav_primary a {
	color: #fff;
	padding: 13px 7px 7px;
	text-decoration: none;
	font-weight: bold !important;
	}

#nav_primary a:hover {
	color: #300;
	padding: 13px 7px 7px;
	background: url(images/nav_primary_hover.gif) left top;
	text-decoration: none;
	}

#nav_secondary a {
font-weight: bold !important;
	padding: 8px 7px;
	color: #fff;
	text-decoration: none;
	}

#nav_secondary a:hover {
	padding: 8px 7px;
	background: #02729b;
	text-decoration: none;
	}
	
.primary_nav_current {
	color: #122 !important;
	font-weight: bold !important;
	background: url(images//nav_primary_current.gif) left top ;
	}

a:hover.primary_nav_current {
	background: url(images/nav_primary_current_hover.gif) left top !important;
	}
	


/* Begin Nav Structure */

#nav {
	font-size: 1.2em;
	font-weight: normal;
	}

#nav_primary {
	background: url(images/nav_primary_bg.gif) left top;
	margin: 0;
	padding: 13px 0 7px 0;
	float: none;
	}

#nav_primary ul {
	list-style: none;
	}

#nav_primary li {
	display: inline;
	margin: 0;
	padding: 0;
	}

#nav_primary .first_child {
	padding-left: 30px;
	}

#nav_secondary {
	background-color: #000;
	margin: 0;
	padding: 8px 0;
	width: 744px;
	float: left;
	}
	
#nav_secondary_empty {
	background-color: #000;
	margin: 0;
	padding: 0;
	width: 744px;
	height: 5px;
	float: left;
	}

#nav_secondary ul {
	list-style: none;
	
	}

#nav_secondary li {
	display: inline;
	
	}

#nav_secondary .first_child {
	padding-left: 30px;
	}
#nav_secondary .first_child {
	font-weight: bold !important;
	}


#nav_tertiary {
	border-top: 1px #DDD3BE solid;
	margin: 0 15px 0 35px;
	padding: 10px 0 10px 5px;
	}
	
#nav_secondary ul {
	list-style: none;
	}

#nav_tertiary li {
	display: inline;
	padding: 0 6px 0 4px;
	}

#nav_tertiary .first_child {
	padding-left: 0px;
	}
	



/* Begin Page Titles */
	
#pagetitle {
	background: url(images/pagetitle.jpg) left top;
	width: 100%;
	height: 120px;
	clear: both;
	}

#container_1col #pagetitle {
	background: url(../images/pagetitle/pagetitle_wide.jpg) left top;
	width: 100%;
	height: 120px;
	clear: both;
	}

#home_index3 {
	background: url(images/home-page-header2.gif) left top;
	width: 100%;
	height: 100px;
	text-align:right;
	clear: both;
	}
	
	#home_index {
	background: url(images/indexheader.jpg) left top;
	width: 100%;
	height: 159px;
	clear: both;
	}

#about_iaqm {
	background: url(images/aboutiaqm.jpg) left top;
	width: 100%;
	height: 120px;
	clear: both;
	}
	
	#why_iaqm {
	background: url(images/whyiaqm.jpg) left top;
	width: 100%;
	height: 120px;
	clear: both;
	}
	
	#lid_kit {
	background: url(images/lidkit.jpg) left top;
	width: 100%;
	height: 120px;
	clear: both;
	}
	
	#lid_training {
	background: url(images/lidtraining.jpg) left top;
	width: 100%;
	height: 120px;
	clear: both;
	}
	
	#services {
	background: url(images/services.jpg) left top;
	width: 100%;
	height: 120px;
	clear: both;
	}
	
	
	#bird_flu_prepare {
	background: url(images/birdfluprepare.jpg) left top;
	width: 100%;
	height: 120px;
	clear: both;
	}
	
	#cont_plans {
	background: url(images/contplans.jpg) left top;
	width: 100%;
	height: 120px;
	clear: both;
	}
	
	#family_plans {
	background: url(images/familyplans.jpg) left top;
	width: 100%;
	height: 120px;
	clear: both;
	}
	
	#pandemic {
	background: url(images/pandemic.jpg) left top;
	width: 100%;
	height: 120px;
	clear: both;
	}
	
	#resources {
	background: url(images/resources.jpg) left top;
	width: 100%;
	height: 120px;
	clear: both;
	}
	
	#news {
	background: url(images/birdflunews.jpg) left top;
	width: 100%;
	height: 120px;
	clear: both;
	}
	
	#articles {
	background: url(images/birdfluarticles.jpg) left top;
	width: 100%;
	height: 120px;
	clear: both;
	}
	
	
	#forums{
	background: url(images/birdfluarticles.jpg) left top;
	width: 100%;
	height: 120px;
	clear: both;
	}
	
	
	#faqs {
	background: url(images/faqs.jpg) left top;
	width: 100%;
	height: 120px;
	clear: both;
	}
	
	#contact_us {
	background: url(images/contactus.jpg) left top;
	width: 100%;
	height: 120px;
	clear: both;
	}
	

	
.home #pagetitle {
	background: url(../images/pagetitle/pagetitle_home.jpg) left top;
	width: 100%;
	height: 220px;
	clear: both;
	}

h1 {
	display: none;
	}



/* Begin Columns */


	
	#content_home {

	background-color: #FFF;
	float: left;
	width: 512px;
	padding: 0;
	margin-top: 0px;
	}
	
#content_secondary {
	background-color: #BBB;
	float: right;
	width: 232px;
	padding: 0;
	
	}
	#logintop{
	text-align:center;
	text-decoration:blink;
	background:#000000;
	border-right: 1px solid #ffffff;
	
	}
	
	#logintop a{
	text-decoration:none;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:#ea1b22;	}
	
	#login {
	background-color:#000;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	
	}
	#login td{
	color:#FFFFFF;
	
	
	}
	
#container_1col #content {
	background-color: #FFF;
	float: left;
	width: 662px;
	padding: 0;
	margin-top: -30px;
	}
	
#container_1col #content_secondary {
	background-color: #BBB;
	float: right;
	width: 82px;
	padding: 0;
	}




/* Begin Primary Content */

#content_home h2 {
	color: #2B433C;
	font-size: 2.0em;
	font-weight: normal;
	margin: 0 15px 4px 40px;
	line-height: 1.3em;
	clear: left;
	}

#content_home h3 {
	color: #2B433C;
	color: #111111;
	font-size: 1.6em;
	font-weight: normal;
	margin: 0 15px 4px 40px;
	line-height: 1.4em;
	clear: left;
	}
	
#content_home h4 {
	color: #2B433C;
	font-size: 1.2em;
	font-weight: normal;
	margin: 0 15px 4px 40px;
	line-height: 1.4em;
	clear: left;
	}

#content_home p, #content ul {
	margin: 0 40px 18px 40px;
	line-height: 1.6em;
	clear: left;
	}

#container_1col #content p {
	margin-right: 90px;
	}

#content_home p {
	font-size: 1.2em;
	font-weight: normal;
	}
		
#content_home table {
	font-size: 1.1em;
	}

#content_home blockquote.narrow {
	float: right;
	width: 207px;	
	color: #333;
	font-size: 1.1em;
	font-weight: normal;
	margin: 5px 15px 10px 10px;
	line-height: 1.6em;
	background: url(../images/fpo/fpo_quote.gif) 3px 8px no-repeat;
	border-top: 5px #DDD3BE solid;
	border-bottom: 1px #DDD3BE solid;
	padding: 8px 5px 8px 30px;
	text-transform: uppercase;
	}

#content_home blockquote.wide {	
	color: #333;
	font-size: 1.1em;
	font-weight: normal;
	margin: 15px 15px 10px 40px;
	line-height: 1.6em;
	background: url(../images/fpo/fpo_quote.gif) 3px 8px no-repeat;
	border-top: 5px #DDD3BE solid;
	border-bottom: 1px #DDD3BE solid;
	padding: 8px 5px 8px 30px;
	text-transform: uppercase;
	clear: both;
	}
	
#content_home ul {
	line-height: 1.6em;
	font-size: 1.2em;
	font-weight: normal;
	list-style: disc;
	padding-left: 3px;
	padding-right: 15px;
	}

#content_home ul li {	
	margin-left: 15px;
	padding: 2px 0px;
	}
	
#content_home ul li.first_child {
	padding: 0px 0px 2px 0px;
	}
	
#content_home .callout_wide {	
	color: #333;
	font-weight: normal;
	margin: 15px 15px 15px 40px;
	line-height: 1.6em;
	/*
	border-top: 5px #c4151c solid;
	*/
	border-bottom: 1px #DDD3BE solid;
	padding: 8px 0;
	clear: both;
	}

#content_home .callout_wide h3,
#content _home.callout_wide p {	
	margin: 0;
	padding: 0;
	}

#content_home .callout_wide h3 {	
	text-transform: uppercase;
	padding-bottom: 4px;
	font-size: 1.1em;
	}
	



/* Begin Secondary Content */

#content_secondary {
	background: url(../images/fpo/fpo_sb_footer_bg.gif) left top;
	padding: 0 0 1px 0;
	}

#content_secondary p {
	font-size: 1.2em;
	font-weight: normal;
	padding: 10px 15px 15px 15px;
	line-height: 1.6em;
	background: url(../images/fpo/fpo_sb_bg.gif) left top;
	}
	
#content_secondary p.list_intro {
	padding-bottom: 2px;
	margin-bottom: 0;
	}

#content_secondary p.not_last {
	padding-bottom: 0;
	margin-bottom: 0;
	}
	
#content_secondary ul {
	padding: 8px 15px 15px 15px;
	line-height: 1.6em;
	background: url(../images/fpo/fpo_sb_bg.gif) left top;
	font-weight: normal;
	list-style: disc;
	font-size: 1.2em;
	}
	
#content_secondary ul li {
	margin-left: 15px;
	padding: 2px 0px;
	font-size: 1.0em;
	}
	
#content_secondary ul li ul.secondary_sublist {
	padding: 2px 15px 2px 15px;
	line-height: 1.4em;
	font-weight: normal;
	list-style: circle;
	background: none;
	font-size: 1.0em;
	}
	
#content_secondary ul li ul.secondary_sublist li {
	margin: 0;
	padding: 2px 0px;
	}
	
#content_secondary ul li.last_child_see_more {
	padding-left: 15px;
	background: url(../images/fpo/fpo_more.gif) 0px 6px no-repeat;
	}	

/* #content_secondary h2 {
	font-size: 1.0em;
	text-transform: uppercase;
	letter-spacing: .1em;
	color: #222;
	line-height: 1.4em;
	font-weight: normal;
	padding: 15px 15px 0px 15px;
	background: url(../images/sidebar/sb_header_red.gif) left top;
	}
	
#content_secondary h2.sb_photo {
	background: url(../images/sidebar/sb_header_teal.gif) left top;
	} */

#content_secondary h2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #FFF;
	line-height: 1.4em;
	font-weight: bold;
	padding: 8px 15px 8px 15px;
	background: url(images/fpo_sb_header_red.gif) left top;
	
	}
	
#content_secondary h2.sb_photo {
	background: url(../images/fpo/fpo_sb_header_teal.gif) left top;
	}



/* Begin Content Image Styles */
/* Note: Currently Set to only float: right; */
	
#content_home .alignright {
	float: left;
	margin: 0 15px 5px 10px;
	clear: both;
	}
	
#content_home .alignright img {
	border: 0 solid #DDD3BE;
	}
	
#content_home .alignright p, #container_1col #content .alignright p {
	color: #666;
	font-size: 1.1em;
	margin: 5px 0 5px 5px;
	width: 220px;
	}
	
#content_home .alignright_button {
	float: right;
	margin: 0 15px 15px 10px;
	clear: both;
	}
	
#content_home .alignright_button img {
	border: none;
	}

#content_home .callout_wide .alignright_button {
	float: right;
	margin: 0 0 15px 10px;
	clear: both;
	}
	
#content_home .callout_wide .alignright_button img {
	border: none;
	}


/* Begin News Image Styles */

#news_primary h3 img {
	border: 5px solid #DDD3BE;
	}
	

/* Begin Drop Cap */

.dropcap {
	float: left;
	width: .75em;
	font-size: 4em;
	line-height: 32px;
	margin-left: -12px;
	font-weight: normal;
	color:#566;
	font-family: Georgia, Times, sans-serif;
	}	

/* Begin All Caps */

.allcap {
	text-transform: uppercase;
	}	


/* Begin Flight List */




	
/* Form-Specific Styles */

input {
	width: 100%;
	margin: 0 5px 0 0;
	}
	
input.input_wide {
	width: 100%;
	}

input.input_submit {
	width: 100px;
	}	
	
input.input_checkbox {
	width: 1em;
	}
	
textarea {
	width: 100%;
	height: 10em;
	padding: 4px;
	margin: 0;
	}

select {
	width: 100%;
	margin: 0;
	}
		
form label,
form span {
	display: block;
	}
	
/* Begin Rates */


blockquote {

  background: transparent url(images/quoleft.png) left top no-repeat;
}
blockquote div {
  padding: 0 48px;
  background: transparent url(images/quoright.png) right bottom no-repeat;
}

blockquote {
	position: relative;
	text-indent: 2em;
}


.bqstart,
.bqend { font-size: 1000%; }

.bqstart {
	text-indent: 0;
	position: absolute;
	top: -0.3em;
	left: -40px;
}

.bqend {
	position: absolute;
	margin-top: -4em;
	right: 155px;
	text-indent: 0;
}

.primary_list li	{
						list-style-image:url(images/ast.gif);}
						
#callout_wide,li {
list-style-image:url(images/ast.gif);
 }
					
