/*
STYLESHEET FOR: Flightworks Government
AUTHOR: Rick Khanna, Mopdog Creative + Strategy
*/
/*
Contents:
1. Structure
2. Navigation
3. Header
4. Content
5. Footer  */

@import url("reset.css");

/*
Colors:
Light gold: #B59F65


*/

body {
	background:#013354 url(../images/bg-grad.jpg) left top repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
	
.clear {clear:both}


/*====================================================================
=======================  1. STRUCTURE ================================
=====================================================================*/

#wrapper {
	width:829px; 
	margin:0 auto; 
	height:auto;
	}
	
#header {
	width:829px; 
	height:152px;
	}
	
#content {
	width:829px;
	background:#d3d5d4;
	min-height:300px;
	height:auto !important;
	height:300px;
	}
	
#footer {
	width:829px; 
	clear:both; 
	height:100px;	
	background:url(../images/footer-bg.png) left top no-repeat;
	}

/*====================================================================
=======================  2. NAVIGATION  ==============================
=====================================================================*/

#subnav {
	margin:23px 32px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	}
	
	#subnav li {
		padding:13px 0 16px;
		background:url(../images/nav-border.png) center bottom no-repeat;
		}
		
		#subnav li.last {background:none}
	
	#subnav a {
		color:#fff;
		text-decoration:none;
		text-shadow:#333333 1px 1px 1px;
		}
		
		#subnav a:hover {color:#B59F65}


/*====================================================================
=======================  3. HEADER  ==================================
=====================================================================*/



/*====================================================================
=======================  4. CONTENT ==================================
=====================================================================*/

#col-left {
	width:220px;
	float:left;
	background:#d3d5d4 url(../images/sidenav-bg.jpg) left top no-repeat;
	height:405px;
	}
	
#col-right {
	width:609px;
	float:left;
	}
	
	#col-right a {color:#B59F65;}
	#col-right a:hover {color:#000;}
	
	
		
.whitebox-home {
	background:#fff;
	padding:20px 20px 4px 20px;
	margin:0 10px 0 0;
	}
	
.whitebox {
	background:#fff;
	padding:20px 20px 4px 20px;
	margin:2px 10px 0 0;
	min-height:380px;
	height:auto !important;
	height:380px;
	}
	
	.whitebox h1 {
		font-size:20px;
		color:#B59F65;
		line-height:1.5em;
		margin-bottom:12px;
		}
	
	.whitebox p, .whitebox-home p {
		font-size:12px;
		color:#000;
		line-height:1.5em;
		margin-bottom:16px;
		}
		
	.whitebox ul {
		font-size:12px;
		color:#000;
		line-height:1.5em;
		margin-bottom:16px;
		list-style-type:disc;
		padding-left:20px;
		}
		
		.whitebox li {margin-bottom:10px;}
		
.img {
	float:right;
	border:1px solid #000;
	}



/*====================================================================
=======================  5. FOOTER  ==================================
=====================================================================*/

#logos {
	padding:20px 0;
	width:236px;
	float:left;
	}

#footer p {
	text-align:right;
	color:#8ac2e7;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:30px 0;
	}
	
	#footer em {color:#f6f6f6; font-style:normal;}



