/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/


img, div, a, input { behavior: url("/iepngfix.htc") }

body {
   behavior: url("/csshover3.htc");
}

.curved {
border-radius: 10px;
 -moz-border-radius:10px;
 -webkit-border-radius:10px;
 behavior:url("/border-radius.htc");
}

body {
	font: 13px/1.3 Century Gothic, 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
	background-image:url(../images/backgroundrepeat.jpg);
	background-repeat:repeat-x;
	background-position:top left;
	background-color:#335697;
	color: #fff;

	
}

a:focus {
	outline: none;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both; 
	height: 0;
}

#military_banner
{
	width:460px;
	position:absolute;
	top:252px;
	left:0px;
}

.video_spot_title
{
padding: 0px 0 15px 0;
}

#video_container
{
margin-bottom:20px;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 30px;
	
	font-weight: normal;
}

.home_tagline
{
padding: 20px 0 15px 0;

}

.secondary_heading
{
padding: 0px 0 15px 0;


}

h2 {
	font-size: 23px;
	padding: 20px 0 0;
	font-weight:normal;
	color:#a6b7d1;
}

h3 {
	font-size: 21px;
}

h4 {
	font-size: 19px;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 15px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/
img.floatLeft { 
    float: left; 
    
	margin:0px 10px 10px 0;
}
img.floatRight { 
    float: right; 
     
	margin:0 0 10px 10px;
}

img.acicons { 
    margin:0 15px 15px 0px;
}


ol {
	list-style: decimal;
}

ul {
	list-style: none;
	margin-left: 20px;
	padding-left: 10px;
	text-indent: -10px;
	
}

.grid_8 ul li:before {
	content: "\00BB \0020";
	
	}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 1px;
}

a {
color:#fff;
	text-decoration: underline;
}


a:hover {
	text-decoration: none;
}

p {
	
	overflow: hidden;
	padding: 5px 0;
}

.container_12 {
	margin-bottom: 20px;
}

.container_16 {
}

.regulation
{
color:#a4b8dc;

}

.comments
{
background:url(../images/quote.png) no-repeat bottom right;
min-height:90px;
margin-top:15px;
}


#tax_credit
{
height:400px;
}



#bbb_compton
{
position:absolute;
right:235px;
top:252px;
}

/*NAVIGATION*/




#nav{
	position:relative;
	z-index:100;
	top:30px;
	height:80px;
	padding-left:45px;
	background-color:transparent;
	z-index:0;
}

#nav ul {
    margin:0;
    padding:0;
    list-style:none;
}

#nav li{
	float:left;
	padding:0 0 0 83px;
	
	color:#a4b8dc;
}

#nav li.first{
	float:left;
	margin:0;
	padding:0;	
}

#nav a:hover{
	text-decoration:none;
	border-bottom:3px solid #a4b8dc;
}

#nav a{
	color:#a4b8dc;
	font-size:18px;
	text-decoration:none;
	
}

/**********content************/

/**********footer************/

.border-top
{
border-top:1px solid #a4b8dc;
}

.footer
{

margin-top:20px;
}

.footer p
{
color: #a4b8dc;
font-size: 11px;
}

.footer p a
{
color: #c7dbfe;
}

.footer p a:hover
{
color: #fff;
}

/**********footer************/

.contact_number
{
	position:absolute;
	top:10px;
	right:9px;
	color:#333;
	overflow:visible;
}

.header_text
{
color: #1e3980;
font-size: 16px;
width:380px;

}

.header_text a
{
color: #1e3980;
font-weight:bold;

}

/*************boxgrid*************/
.boxgrid{
	width: 325px;
	height: 260px;
	margin:10px;
	float:left;
	background:#161613;
	border: solid 2px #8399AF;
	overflow: hidden;
	position: relative;
}
.boxgrid img{
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
}

.boxcaption{
	float: left;
	position: absolute;
	background: #000;
	height: 100px;
	width: 100%;
	opacity: .8;
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
 	}
	
	
.captionfull .boxcaption {
 	top: 260;
 	left: 0;
 }
 .caption .boxcaption {
 	top: 220;
 	left: 0;
 }
