html,body {
   	/*Needed for footer to stick to bottom of pages.*/
	margin:0; 
   	padding:0; 
   	height:100%; 
   	
	/*Basic page styles
	background-image:url(../images/bg-sub-pages.jpg);*/
   	background-repeat:repeat-y;
   	background-position:center;
	font-family: Myriad Pro, Myriad, Arial, Helvetica, sans-serif;
	color: #6d6e71;
	font-size:14px;
	
}
p, li, ul, ol, td, tr, table {
	font-family: Myriad Pro, Myriad, Arial, Helvetica, sans-serif;
	color: #6d6e71;
	font-size:14px;
}
h1 {
	font-family: Myriad Pro, Myriad, Arial, Helvetica, sans-serif;
	color: #1b75bc;
	font-size: 24px;
	font-weight: bold;
}
h2 {
	font-family: Myriad Pro, Myriad, Arial, Helvetica, sans-serif;
	color: #1b75bc;
	font-size: 20px;
	font-weight: bold;
}
a{
	color:#1b75bc;
	font-weight: bold;

}
/*Main container that holds everything together.*/
#main_content {
   width:899px;
   margin:auto;
   
   /*Needed for footer to stick to bottom of subpages.*/
   min-height:100%;
   position:relative; 
   /* IE hack height:100%; */
}

/* The topmost nav on all the subpages */
#global_nav{
	height:43px;
	border-bottom:solid 1px #e4e4e4;

}

/* The small links that tell the user where they are in the site*/
#breadcrumb{
	font-size:10px;
	height:22px;
	padding:6px 0 0 10px;
	background-color:#FFFFFF;
	/*background-image:url(../images/bg-fade-location-trail.gif);*/
	background-repeat:repeat-x;
	text-align:left;
	
}
#breadcrumb a{
	color:#1b75bc;

}

/*The logo image container*/
#header {}

/*The navigation bar down the left of the subpages.*/
#sub_nav{
	/*background-image:url(../images/bg-sub-nav.jpg);*/
	background-repeat:no-repeat;
	width:199px;
	height:454px;
	float:left;
}


/*The right column where the call to actions live.*/
#action_zone{
	display:none;
	/*width:180px;
	float: right;
	padding:10px 10px 10px 10px;
	font-size:0.8em;
	background-image:url(../images/bg_next_steps.jpg);
	background-repeat:no-repeat;*/

}
.action_zone_title{
	font-size:14px;
	font-weight:bold;

}
#home_graphic{
	width:700px;
	float:left;
	
}

/*The center part of all of the subpages where the content will go.*/
#copy{
	text-align:left;
	width:645px;
	float:left;
	padding:25px 25px 100px 25px;
	font-size:0.8em;
	margin-bottom:15px;

}

.copy_title{
	color:#000;
	font-size:20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	
}
.copy_title_subpages{
	font-size:14px;
	margin-bottom: 10px;
	padding-bottom:5px;
	color:#1b75bc;
	border-bottom:#1b75bc solid 1px;
}
/*The small bar at the bottom of all the subpages.*/

#footer {
   /*Needed to make the footer stick to the bottom of all subpages.*/
   position:absolute;
   bottom:0;
   margin:0;
   clear:both;
   
   /*Basic styles*/
   padding: 0 0 8px 0;
   width:899px;
   background-color:#faa61a;
   font-size:12px;
   text-align:center;
   color: #FFFFFF;
   
} 

/*The navigation at the bottom of all the subpages.*/
#footer_nav{
	
	/*background-image:url(../images/bg-fade-location-trail.gif);*/
	background-repeat:repeat-x;
	/*background-color:#FFF;*/
	font-size:12px;
	padding: 8px 0 8px 0;
	border-top:#000 solid 1px;
    /*border-bottom:#c3bfae solid 1px;*/
	text-align:center;
	margin-bottom:5px;
	color: #ffffff;
	
}

/*Needed to make the footer stick correctly at the bottom of all subpages. Gets placed directly above the footer div.*/
#spacer{
 clear:both;

}

#sub_nav_container ul{
    width: 159px;
	/*border:#c3bfae solid 1px;*/
	margin-left: 20px;
    padding-left: 0;
	margin-top:10px;
	
}
.sub_nav_items a{
	text-decoration:none;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	
	
}

.sub_nav_items a:hover{
	text-decoration:none;
	color:#1b75bc;
	font-weight:bold;
	
	
	
}

.sub_nav_items li{
    list-style:none;
	padding:5px 0 8px 0px;
	border-bottom:#1b75bc solid 1px;
	

	
}


.email_button{
	font-weight:bold;
	text-align:center;
	width:85px;
	height:22px;
	background-image:url(../images/action_button.png);
	background-repeat:no-repeat;
	font-size:12px;
	padding:3px 0 0 0px;
	margin-left:auto;
	margin-right:auto;
	
	
	
}
.email_button a{
	color:#FFFFFF;
}
.white {
	color:#6d6e71;
}
