@charset "UTF-8";

/*//////////CSS RESET//////////*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*//////////MAIN STRUCTURE//////////*/

html {
	height: 100%;
	}

body {
	color: #707070;
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 135%;
	height: 100%;
}

p {
	margin-bottom: 10px;
}

h1 {
	color: #0f65ab;
	font-size: 24px;
	line-height: 24px;
	margin: 20px 0 20px 0;
}
	
h2 {
	color: #0f65ab;
	font-size: 18px;
	margin: 10px 20px 10px 20px;
}

h3 {
	color: #0f65ab;
	font-size: 18px;
}
	
small {font-size: 11px;}

#wrapper {
	margin: 0 auto;
	width: 960px;
}

#nav {
	float: left;
	height: 310px;
	width: 960px;
}

#main {
	float: left;
	margin-top: 10px;
	overflow: hidden;
	width: 960px;
}

	#main_left, #main_left_dod, #main_left_ngn, #main_left_solution, #main_left_staffing, #main_left_blog, #main_left_podcast, #main_left_advisory {
	background: #f2f2f2;
	float: left;
	margin-bottom: -2000px;
	padding-bottom: 2000px;
	width: 700px;
	}
	
	#main_left_dod {
	background: url(../images/m_header_dod.jpg) #f2f2f2 top left no-repeat;
	}
	
	#main_left_ngn {
	background: url(../images/m_header_ngn.jpg) #f2f2f2 top left no-repeat;
	}
	
	#main_left_solution {
	background: url(../images/m_header_solution.jpg) #f2f2f2 top left no-repeat;
	}
	
	#main_left_staffing {
	background: url(../images/m_header_staffing.jpg) #f2f2f2 top left no-repeat;
	}
	
	#main_left_blog {
	background: url(../images/m_header_blog.jpg) #f2f2f2 top left no-repeat;
	padding-top: 80px;
	}
	
	#main_left_podcast {
	background: url(../images/m_header_podcast.jpg) #f2f2f2 top left no-repeat;
	}
	
	#main_left_advisory {
	background: url(../images/m_header_advisory.jpg) #f2f2f2 top left no-repeat;
	}
	
		.post {
		color: #707070;
		float: left;
		margin: 20px 20px 0 20px;
		}
		
			.post h1 {
			color: #0f65ab;
			float: left;
			font-size: 24px;
			font-weight: bold;
			margin: 0;
			}
			
				.post h1 small {
				color: #d9d9d9;
				font-size: 16px;
				text-transform: uppercase;
				}
			
				.post h1 a, .post h1 a:visited {
				color: #0f65ab;
				text-decoration: none;
				}
				
				.post h1 a:hover {
				color: #d9d9d9;
				text-decoration: none;
				}
			
			.post_post {
			clear: both;
			float: left;
			margin-top: 10px;
			width: 100%; /*IE FIX*/
			}
				
				.post_post a, .post_post a:visited {
				color: #0f65ab;
				text-decoration: underline;
				}
				
				.post_post a:hover {
				color: #d9d9d9;
				text-decoration: underline;
				}
			
			.post_comments {
			clear: both;
			margin-bottom: 10px;
			text-align: right;
			}
			
				.post_comments a, .post_comments a:visited {
				color: #0f65ab;
				text-decoration: underline;
				}
				
				.post_comments a:hover {
				color: #707070;
				text-decoration: underline;
				}
		
		#content {
		margin: 80px 20px 20px 20px;
		}
		
			#content li {
			margin: 10px;
			}
			
			#content h2 {
			color: #0f65ab;
			font-size: 18px;
			margin: 20px 0 20px 0;
			}
	
	#main_right {
	background:  #f2f2f2;
	display: inline;
	float: right;
	width: 250px;
	}
	
		.bar_header {
			background: #d9d9d9;
			float: left;
			height: 40px;
			width: 250px;
			}
			
			.bar_header h2 {
			color: #f2f2f2;
			font-size: 24px;
			margin: 10px 0 0 10px;
			}
				
		.bar_content {
		float: left;
		width: 250px;
		}
		
			.bar_content p {
			margin: 10px;
			}
			
			.bar_content li {
			list-style-type: none;
			margin: 0 10px 5px 25px;
			}
			
			.bar_content h2 {
			color: #707070;
			font-size: 18px;
			margin: 10px 10px 0 10px;
			}
			
			.bar_content label {
			display: block;
			}
			
			.bar_content form {
			margin: 10px;
			}
			
			.bar_content a, .bar_content a:visited {
			color: #0f65ab;
			text-decoration: underline;
			}
			
			.bar_content a:hover {
			color: #707070;
			text-decoration: underline;
			}

#footer {
	background: url(../images/m_footer_bg.jpg) top left repeat-x;
	float: left;
	height: 40px;
	margin: 10px 0 10px 0;
	width: 960px;
}

	#footer p {
	color: #ffffff;
	font-size: 12px;
	margin: 10px 0 0 10px;
	}
	
		#footer a {
		color: #ffffff;
		text-decoration: underline;
		}
		
		#footer a:visited {
		color: #ffffff;
		text-decoration: underline;
		}
		
		#footer a:hover {
		color: #d9d9d9;
		text-decoration: underline;
		}
	
	#copyright {
	float: right;
	}
	
		#copyright p {
		color: #ffffff;
		font-size: 12px;
		margin: 10px 10px 0 0;
		}
		
#main_single {
	background: #f2f2f2;
	float: left;
	margin-top: 10px;
	width: 960px;
}

	#post_single {
	margin: 20px;
	}
	
		#post_single a, #post_single a:visited {
		color: #0f65ab;
		text-decoration: underline;
		}
		
		#post_single a:hover {
		color: #707070;
		text-decoration: underline;
		}
		
.form, .textarea {
	background: #f2f2f2;
	border: 1px solid #707070;
	color: #0f65ab;
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 3px;
}

.comment {
	color: #282828;
	margin-left: 20px;
}

.float_left {
	display: block;
	float: left;
	margin-bottom: 20px;
	width: 100%;
}

.img_frame {
	background: url(../images/img_frame.png) top left no-repeat;
	float: left;
	height: 208px;
	width: 203px;
	}
	
	.img_frame img {
	margin: 5px 0 0 20px;
	}
	
.img_left {
	float: left;
	margin: 10px 10px 10px 0;
}

.img_right {
	float: right;
	margin: 10px 0 10px 10px;
}