﻿/* 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, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*	Reset base font size to 10 px
___________________________________*/

body {
	background-color: #839C83;
	font-size: 62.5%;
	font-family: Verdana, sans-serif;
}

a {
	text-decoration: none;	
}
a:hover, a:active, a:focus {
	text-decoration: underline;	
}
sup {
	font-size: smaller;
	vertical-align: super;
}

/* 	Layout
____________*/

#wrapper {
	margin: 0 auto;
	width: 800px;
	background-color: #fff;
	border: 5px solid #ddd;
}
	#innerWrapper {
		/*border: 1px solid #000;	*/
	}
#header {
	overflow: hidden;
	
}
	#headerTop {
	background-color: #003300;
	padding: 10px;
		
	}
		#headerTop a {
			color: #fff;
			font-size: 11px;
			font-weight: bold;
		}
	#branding {
		
	}
		#siteName {
			background: url(../images/Header.gif) no-repeat;
			float: left;
			height: 88px;
			width: 312px;
			text-indent: -9999px;
			margin: 0 0 0 10px;
			display: inline;
		}
			#siteName a {
				display: block;
				height: 88px;
				width: 312px;
			}
		#logoOOS {
			background: url(../images/Color-Seal_Green-Mark_SC_Horziontal.gif) no-repeat;
			float: right;
			height: 55px;
			width: 329px;
			text-indent: -9999px;
			margin: 20px 10px 0 0;
			display: inline;
		}
			#logoOOS a {
				display: block;
				width: 329px;
				height: 55px;
			}
#content {
	float: left;
	width: 100%;
	background: url(../images/content-bg.gif) repeat-y;
}
	#banner {
		background: transparent url(../images/banner.jpg) no-repeat;
		float: right;
		height: 60px;
		width: 598px;
	}
	#siteHome #movie {
		
		float: right;
		width: 600px;
	}
#sidebar {
	float: left;
	width: 200px;
	background: url(../images/green_bar_lft.gif) no-repeat;
}
	#nav a {
		color: #fff;
		display: block;
		font-size: 12px;
		font-weight: bold;
		line-height: 1.5em;
		/*margin: .5em 0;*/
		padding: 10px;
	}
		#nav a:hover, #nav a:active, #nav a:focus {
			background-color: #ABC9AB;
			color: #000;
		}
	#nav li.inactive {
		color: #ccc;
		font-size: 12px;
		font-weight: bold;
		line-height: 1.5em;
		padding: 10px;
	}
	#nav ul {
		/*margin: 0 10px;	*/
	}
		#nav ul a {
			background:#FFC url(../images/nav-bullet.png) no-repeat 8px 8px;
			color: #030;
			font-size: 11px;
			font-weight: normal;
			margin:0;
			padding: 5px 20px;
		}
#mainContent {
	display: inline;
	float: left;
	margin-left: 20px;
	padding: 20px 0;
	width: 560px;
}
	#mainContent h1 {
		color: #030;
		font-size: 24px;
		font-weight: normal;
		margin: 0 0 1em 0;	
	}
	#mainContent h2, #mainContent h3, #mainContent h4, #mainContent h5, #mainContent h6,
	#mainContent p, #mainContent ul, #mainContent ol, #mainContent dl, #mainContent table {
		margin: 1em 0;	
	}
	#mainContent h2 {
		font-size: 17px;	
	}
	#mainContent h3 {
		font-size: 14px;
	}
	#mainContent h4 {
		font-size: 12px;
	}
	#mainContent p, #mainContent ul, #mainContent ol, #mainContent dl {
		font-size: 12px;
		line-height: 1.7em;
	}
	#mainContent p {
		margin-bottom: 1.5em;
	}
		#mainContent blockquote p {
			margin-left: 30px;
			margin-right: 30px;
		}
	#mainContent ul {
		list-style: disc;
		margin: 1em 2em 1.5em 4em;
	}
	#mainContent ol {
		list-style: decimal;
		margin: 1em 2em 1.5em 4em;
	}
	#mainContent dl {
		margin: 1em 2em 1.5em 4em;	
	}
	#mainContent table {
		border-collapse: collapse;
		width: 560px;
	}
	#mainContent th {
		font-weight: bold;
		text-align: left;	
	}
	#mainContent th, #mainContent td {
		font-size: 11px;
		padding: 8px;
		vertical-align: top;
	}
#payAttention {
	background-color: #FFC;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	margin: 1em 0;
	padding: 10px 20px;
	width: 520px;
}
#payAttention p {
	color: #c00;	
}
#footer {
	clear: both;
}
	#footerTop {
	background-color: #030;
	color: #fff;
	overflow: hidden;
	
	}
		#footerTop a {
			color: #fff;	
		}
		#logoARRA {
			/*background: url(../images/Recovery_Logo-tb.gif) no-repeat;
			float: left;
			height: 100px;
			width: 100px;	*/		
		}
		#ARRAmessage {
			display: inline;
			float: left;
			font-weight: bold;
			margin-left: 200px;
			width: 400px;
		}
			#ARRAmessage p {
				font-size: 11px;
				line-height: 1.6em;
				margin: 10px 0;
			}
		#miniMenu {
			float: right;
			width: 140px;
		}
			#miniMenu li {
				display: inline;	
			}
			#miniMenu a {
				display: block;
				float: left;
				font-size: 11px;
				font-weight: bold;
				margin-top: 10px;
				padding: 0 5px 5px 5px;
			}
	#footerBottom {
		overflow: hidden;
	}
		#govLinks {
			border-bottom: 1px solid #222;
			display: inline;
			float: left;
			margin-left: 160px;
			overflow: hidden;
			padding: 10px 0;
			width: 540px;
		}
			#govLinks li {
				display: inline;
			}
			#govLinks a {
				display: block;
				float: left;
				margin-right: 5px;
				text-indent: -9999px;
			}
			#lnkWhitehouse {
				background: url(../images/btn_whitehouse.jpg) no-repeat;
				height: 30px;
				width: 119px;	
			}
			#lnkUSA {
				background: url(../images/btn_usagov.jpg) no-repeat;
				height: 30px;
				width: 99px;
			}
			#lnkEgov {
				background: url(../images/btn_egov.jpg) no-repeat;
				height: 30px;
				width: 70px;
			}
			#lnkInfoQual {
				background: url(../images/btn_iq.jpg) no-repeat;
				height: 30px;
				width: 106px;				
			}
			#lnkFOIA {
				background: url(../images/btn_foia.jpg) no-repeat;
				height: 30px;
				width: 55px;		
			}
			#lnkARRA {
				background: url(../images/btn_arra.jpg) no-repeat;
				height: 30px;
				width: 30px;
			}
		#menuUtils {
			clear: left;
			display: inline;
			float: left;
			margin-left: 160px;
			padding: 10px 0;
			width: 500px;
		}
			#menuUtils li {
				display: inline;
				zoom: 1;
			}
			#menuUtils a {
				display: block;
				float: left;
				font-size: 11px;
				font-weight: bold;
				padding: 5px;
				width: auto;
				zoom: 1;
			}
/*	Classes
____________*/

.toDo {
	color: #c00;	
}

/* Styles for Blog Pages
__________________________*/

.blogInset {
	float:right; 
	margin: 0px 0px 10px 15px; 
	width:180px;
}
.blogInset img {
	display: block;
}
#mainContent .blogInset p {
	font-size: 11px;
	line-height: 1.5em;
}


/* ----------------------------------------------
   :: Red Alert Messages
   ---------------------------------------------- */
   
   #payAttention, .reallyPayAttention {
	background-color: #FFC;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	margin: 1em 0;
	padding: 10px 20px;
	width: 520px;
}
#payAttention p {
	color: #c00;	
}
.reallyPayAttention {
	background-color: #c00;
}
#sidebar .reallyPayAttention {
	padding: 10px;
	margin: 1em auto;
	width: 160px;	
}
.reallyPayAttention p {
	color: #fff;	
}
#sidebar .reallyPayAttention p {
	font-size: 11px;
	line-height: 1.6em;	
}
