@charset "utf-8";

/* -- HOMEPAGE STUFF  --*/
h3, #secondary_content h3 {font-size: 1.3em; font-weight:bold;}	
	
#strategic {text-align:center; float:left; margin:0px auto; width:100%;}
#strategic h3 {text-align:left;}

#breadcrumbs_search_wrapper {
	width: 150px;
	float: right;
	}
	
#mainFeatures {float:left; width:100%; margin-bottom:10px;}
/*
#breadcrumbs_search_wrapper {
	width: 150px;
	float: left;
	margin-left: 0px;
	margin-top: 10px;
	clear:both;
	}
	*/
/*#main_content, #secondary_content h3  {border:0px solid #fff;}*/
#highlights {border-top:1px solid #ccc; border-bottom:1px solid #ccc;}
#highlightRow1, #highlightRow2 {width:100%;} 
#main_content div.tactical_left, #main_content div.tactical_right {
/*
	background-image:url(../images/home_highlight.gif);
	background-repeat:repeat-x;

	border:1px solid #ccc;*/
	padding:4px;
	}
#main_content div.tactical_left img, #main_content div.tactical_right img{float:left; margin:4px;}
	
#main_content div.tactical_left {
	width: 200px;
	float: left;
	margin:5px 5px 5px 0px;
	}
#main_content div.tactical_right {
	width: 200px;
	float: right;
	margin:4px 0px 4px 5px;
	}

#home_side_nav {
	float: left;
	width: 150px;
	}
	
	/* Home page version */	
#home_side_nav ul li {
	padding: 4px 0px 4px 2px;
	list-style:circle;
	}

#home_side_nav ul li.whatwedo 
{list-style:none;
margin-left:-20px;
padding-left:0px;

}

#home_side_nav ul li.whatwedo a:link, #home_side_nav ul li.whatwedo a:visited
{
padding-left:15px;
background-image:url(../images/home_arrow_yellow.gif); 
background-repeat:no-repeat;
background-position:0px 2px;
}
	
#home_side_nav ul li.whatwedo a:hover
{color:#004054; padding-left:15px;
background-image:url(../images/home_arrow_blue.gif); 
background-repeat:no-repeat;
background-position:0px 2px;
}

#otherSites {background-color:#ffffff; padding:4px; }
 #otherSites ul li {padding:3px; list-style:circle;}
.others1, .others2, .others3 {width:33%; float:left;}

/*--BREADCRUMBS_SEARCH WRAPPER contains breadcrumbs and search areas--*/
#breadcrumbs_search_wrapper
{
    width: 607px;
    float: left;
    margin-left: 170px;
    margin-top: 10px;
}
#breadcrumbs
{
    font-size: 0.9em;
    color: #999999;
    width: 437px;
    border-top: 1px solid #ccc;
    padding-top: 2px;
    float: left;
}
#breadcrumbs strong
{
    color: #000;
    font-weight: normal;
}
#breadcrumbs p
{
    margin-top: 0;
}
#breadcrumbs a:link, #breadcrumbs a:visited
{
    color: #999;
    text-decoration: none;
}
#breadcrumbs a:hover, #breadcrumbs a:active
{
    color: #cc0033;
}
table#site_search
{
    color: #999999;
    font-size: 0.9em;
    border-top: 1px solid #ccc;
    float: right;
    width: 150px;
}
table#site_search strong
{
    color: #000;
    font-weight: normal;
}
table#site_search td
{
    padding-top: 2px;
    padding-bottom: 10px;
}
table#site_search td.right
{
    text-align: right;
}
#site_search p
{
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
}
#site_search a
{
    color: #999;
    text-decoration: none;
}
