body
{
	/*
    background-image: url('../img/top_back.gif');
	background-repeat: repeat-x;
	*/
    font-size: 0.8em;
	background-color:#d0d8dd;
    
}

body.home {
	/*background-image: url('../img/top_back_home.gif');*/
}

a
{
	color: #066798;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

h1
{
	font-family: Georgia, serif;
	font-weight: normal;
	text-align: center;
}

h2
{
	padding: 20px 0 0;
	text-align: center;
}

p
{
	overflow: hidden;
}

.container_12
{
    /*
	margin-bottom: 20px;	*/    
}

.shade {
	/*
    background-image:url('../img/shade.png');
    background-repeat:repeat-y;
	*/
}

#header {	
    margin-top:6px;
}

#top_logo
{
    height:80px;
    background-color:#000;
}

div#top_box{
	background-image:url(../img/top_box.png);
	background-repeat:no-repeat;
	float:left;
	padding-top:11px;
	margin-left:2px;
}

#subscribe {float:right;width:285px;}

#subscribe a 
{
    font-size:1.4em;
    line-height:2.2em;
    padding:23px;
    display:block;
    color:#ffffff;
    background-image:url('../img/subscribe.gif');
    background-position:right center;
    background-repeat:no-repeat;
    margin-right:10px;
	
}

#menu
{
    height:40px;
    line-height:35px;
	background-color:#f1f4f4;
}

#menu ul
{
    list-style-type:none;
    margin-left:8px;
    z-index:10;
}

#menu ul li
{
    float: left;
    margin:0;    
    padding:0 11px;
    background-image:url('../img/menu_separator.gif');
    background-repeat:no-repeat;
    background-position:right center;
}

#menu ul li.last
{
    background-image:none;
}

#menu ul li a,span
{
    color:#021a2d;
    text-transform:uppercase;
    font-size:1em;
}

#menu ul li span
{
     cursor:default;
	display:block;
	float:left;
}

#menu ul li.submenu
{
    background-image:url('../img/submenu.gif');
    background-position:right center;
}

#menu li ul
{
     display:none;
}

#menu li:hover ul
{
    display: block;
    position: absolute;
    clear: both;
    margin: 0;
    padding: 15px 10px 10px 10px;
    top: 112px;
    background-color: #F1F4F4;
    visibility: visible;
    overflow: visible;
    width: 180px;
}

ul.subchildren
{    
    position: absolute;
    clear: both;
    margin:0;
    padding:15px 10px 10px 10px;
    top:112px; 
    left:150px;
    background-color:#F1F4F4;
    
}

#menu li ul li 
{
    float:left;
    clear:both;
    display:block;   
    margin:0 !important;
    padding:0;
    width:160px;
    height:24px;
top:20px;
    background-image:none;   
}

#menu li ul li a 
{
    border:none;
    padding:0 0 0 10px;
    margin:0;
    color:#424242;
    font-size:10px;
    text-decoration:none;
    text-transform:none;
    width:140px;
    display:block;    
    height:24px;
    line-height:24px;
}

#menu li ul li a:hover
{
    color:#1989DD;
    background-color:#DBDFDF;
}

#rotate {
	list-style:none;
	padding-left:5px;
}

#rotate li {
	margin:0;padding:0;
}
#content 
{
    background-color:#F1F4F4;    
}

#content img
{
    margin:0 10px 10px 0;
}

#content_text {
	background-color:#fff;
}

#content_text img
{
    margin:0 10px 10px 0;
}

#flash_content
{   
    height:226px;
	width:618px;
    /*margin-left:7px;
    width:533px;*/
}

#blue_box{
	background-color:#066798;
	height:160px;
	margin-left:10px;
	padding:20px;
	width:270px;
}

#blue_box p{
	color:#fff;
	font-size:30px;
	font-style:italic;
	text-align:center;
	line-height:53px;
}

.container_12 div.smaller_content_box
{
    /*
	background-color:#DBDFDF;
    color:#3D4144;
    float:left;
    height:133px;
    width:374px;
	*/
}

.container_12 div.smaller_content_box p
{
    margin-left:10px;
    padding:26px 40px 0 50px;
    font-size:12px;  
    float:left;
	text-align:center;
}

.container_12 div.smaller_content_box p a{
	display:inline-block;
	margin:5px 0;
}

/*
p.mission 
{
    background-image:url('../img/mission.gif');   
    background-repeat:no-repeat;
    background-position:left center;
}

p.resource 
{
    background-image:url('../img/resource.gif');
    background-repeat:no-repeat;
    background-position:left center;
}

p.links
{
    background-image:url('../img/links.gif');
    background-repeat:no-repeat;
    background-position:left center;
}
*/

.smaller_zebra
{
    background-color:#e3e9eb;
}

#bottom_content
{
    padding-top:20px;
	float:left;
	background-color:#F1F4F4;
	width:100%;
}

#bottom_content p{
    padding:5px 20px 10px;
    margin:0;
}

#bottom_content p strong{
display:inline-block;
font-size:16px;
padding-bottom:12px;
}

#bottom_content h2 { padding:0 0 10px 20px; text-align:left; }

#bottom_content h3 { font-size:1.2em; }

#bottom_content table tbody tr td {vertical-align:top;}
#bottom_content table tbody tr td p { padding:0 0 14px 20px;}

#footer 
{
    background-color:#d0d8dd;
    height:30px;
    line-height:30px;
    float:left;clear:both;
    width:100%;
	text-align:center;
}

.inner_footer{
	background-color:#000000;
	color:#fff;
	height:40px;
	line-height:40px;	
}

.container_12 .bottom_border{
    border-right:1px solid #dddfdf;
    width:539px;
}
/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */