/*This is the style sheet for the Office of the Deputy Undersecretary of Defense-Installations and Environment Web site.  

This style sheet is divided into the following sections: 

1. Major sections of the template. This section has several sub-sections.
2. Elements
3. Tables
4. Links
5. Lists
6. Classes
7. Page-specific Classes and IDs

More information is available in the Style and Maintenance Guide */

/* ******** SECTION 1: Major sections of the template. This section has several sub-sections. ********* */

#banner {
	background:#fff;
	voice-family: "\"}\"";
	voice-family: inherit;
	height:90px;
	background-color: #212B6B;
	}
html>body #banner {
	/*height:39px;*/
	}

#topright {
	width: 100%;
	height: 20px;
	margin: 0;
	padding: 0;
	background-color: #212B6B;
	}

#toprightlinks {
	float: right;
	margin: 0;
	padding: 0 10px 0 0;
	font-size: 11px;
	background-color: #ffffff;
	line-height: 18px
	}

#toprightlinks img {
	float: left;
	margin: 0 5px 0 0;
	padding: 0;
	}

#bannertitle {
	margin: 0;
	padding: 4px 0 6px 0;
	background-color: #212B6B;
	}


#subgraphic {
	background:#917e4f;
	height: 144px;
	padding: 0;
	margin-left: 149px;
	margin-right:0;
	margin-top: 0;
	voice-family: "\"}\"";
	voice-family: inherit;
	margin-left: 151px;
	}
	
html>body #subgraphic {
	margin-left: 151px;

	}

#subgraphic img {
	margin: 0 0 -.2em 0;
	padding: 0;
	}


#subgraphic p {
	font-weight: normal;
	font-size: 11px;
	text-align: left;
	color:#ffffff;
	float: right;
	width:300px;
	position:absolute;
	left:600px;
	top:102px !important;
	top:98px;
	}




#leftcontent {
	position: absolute;
	left:0;
	top:92px !important;
	top:90px;
	width:150px;
	background-color:#E5E5E5;
	border-right:.5px solid #999;
	height: 100%;
	margin: 0;
	z-index: 2;
	}
		
#left_mainlinks {
	margin: 0;
	padding: 0;	
	}



#centercontent {
	background:#fff;
	margin-left: 149px;
	margin-right:199px;
	margin-top: 5px !important;
	margin-top: 0px;
	/*
	IE5x PC mis-implements the box model. Because of that we sometimes have
	to perform a little CSS trickery to get pixel-perfect display across browsers.
	The following bit of code was proposed by Tantek Celik, and it preys upon a CSS
	parsing bug in IE5x PC that will prematurly close a style rule when it runs
	into the string "\"}\"". After that string appears in a rule, then, we can override
	previously set attribute values and only browsers without the parse bug will
	recognize the new values. So any of the name-value pairs above this comment
	that we need to override for browsers with correct box-model implementations
	will be listed below.
	
	We use the voice-family property because it is likely to be used very infrequently,
	and where it is used it will be set on the body tag. So the second voice-family value 
	of "inherit" will override our bogus "\"}\"" value and allow the proper value to
	cascade down from the body tag.

	The style rule immediately following this rule offers another chance for CSS2
	aware browsers to pick up the values meant for correct box-model implementations.
	It uses a CSS2 selector that will be ignored by IE5x PC.
	
	Read more at http://www.glish.com/css/hacks.asp
	*/

	voice-family: "\"}\"";
	voice-family: inherit;
	margin-left: 151px;
	margin-right:201px;
	padding: 0 20px;
	}
	
.centeritem{
padding: 5px 5px 10px 0;
border-bottom: 1px dashed #cccccc;
}

.centeritemlast{
padding: 5px 5px 10px 0;
border-bottom: 0;
}
	
html>body #centercontent {
	margin-left: 151px;
	margin-right:201px;
	padding: 0 20px;
	}

#breadcrumbs {
	margin: 15px 0 3px 0;
	padding: 0;
	font-size: 11px;
	}

#rightcontent {
	position: absolute;
	right:0 !important;
	right:-1px;
	top:90px !important;
	top:90px;
	width:200px;
	background:#DBE3FA;
	margin-bottom: 50px;
	}

.rightsection {
	margin: 0;
	padding: 0 0 0 18px;
	background-image: url(images/rev_rightsection_border.gif);
	background-repeat: no-repeat;
	background-color: #DBE3FA;
	}

#rightsection_search {
	margin: 0;
	padding: 4px 0 0 18px;
	background-image: url(images/rev_rightsection_border_search.gif);
	background-repeat: no-repeat;
	background-color: #BDCCF7;
	}

.rightsection_content {
	margin: 0 10px 0 0; 
	padding: 5px 5px 10px 0;
	border-bottom: 1px dashed #333333;
	font-size: 11px;
	}

#footer {
		/*position: relative;*/
		left:0px;
		top:0px;
		margin: 32px 0 15px 0;
		background:#fff;
		padding: 10px 0 10px 0;
		height: 100%;
		font-size: 11px;
		color: #999;
		border-top: 1px solid #CCCCCC;
		clear: none;
		}

/* ******** SECTION 2: Elements. ********* */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images/left_background.gif);
	background-repeat: repeat-y;
	margin: 0;
	padding: 0;
	font-size: 12px;
}

p, blockquote {
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
	margin: 0 0 10px 0;
	padding: 0;
	}

.bio {
	margin: 7px 10px 10px 0;
	float: left;

	}	
	
.rightsection_content form {
	margin: 0;
	padding: 0;
	}

.rightsection_content p {
	margin: 0;
	padding: 0;
	font-size: 90%;
	}
	

	
/* headings */

h1 {
	font-size: 16px;
	margin: 0 0 10px 0;
	}

h2 { 
	color: #1C629E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	margin: 20px 0 0 0;
	padding: 0;
	}

h3 { 
	color: #1C629E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	margin: 15px 0 0 0;
	padding: 0;
	}

#rightcontent h2 {
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 0;
	color: #000;
	}

h2#subsitehome, h2#subsitehome a:link, h2#subsitehome a:visited  {
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	padding-top: 8px;
	color: #333; 
	}

/* images */

#ielogo {
	text-align: center;
	margin: 0;
	padding: 0;
	}

#ielogo img {
	margin: 20px;
	}
	


/* ******** SECTION 3: Tables. ********* */

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

.datatable {
	font-size: 90%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin:  10px 0px 0px 0px;
	padding:  0px 0px 0px 0px;
	background-color: #ccc;
	}

.datatable th {
	text-align: left;
	vertical-align: top;
	background-color:#f4f4f4;
	font-size: 90%;
	margin:  0px 0px 0px 0px;
	padding:  5px 5px 3px 5px; 
	font-weight: bold; 
	}

.datatable td {
	margin:  0px 0px 0px 0px;
	padding:  5px 5px 5px 5px; 
	background-color:  #ffffff;
	vertical-align: top;
	}

.caption {
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	margin:  10px 0px 0px 0px;
	padding:  0px 0px 0px 0px;
	background-color: #fff;
	
	}

.caption td {
	margin:  0px 0px 0px 0px;
	padding:  5px 5px 5px 5px; 
	background-color:  #ffffff;
	vertical-align: top;
	}
/* ******** SECTION 4: Links. ********* */
/* This section includes style information for all links, inlcuding links within a specific class or id */

a:link {
	text-decoration: underline;
	color: #0000CC;
	}

a:visited {
	color: purple;
	text-decoration: underline;
	}

a:hover {
	text-decoration: none;
	}

#footer a:link, #footer a:visited, #footer a:hover {
	color: #999;
	}

#toprightlinks a:link, #toprightlinks a:visited {
	color: #000;
	text-decoration: none;
	}

#toprightlinks a:hover {
	color: #000;
	text-decoration: underline;
	}

#banner a img { 
	border: none; 
	}	

#left_mainlinks a:link, #left_mainlinks a:visited {
	text-decoration: none;
	color: #333;
	}

.rightsection_content a:link, .rightsection_content a:visited {
	color: #333; 
	font-weight: normal;
	text-decoration:none;
	}

#left_mainlinks a:hover, .rightsection_content a:hover {
	text-decoration: underline; 
	}

/* ******** SECTION 5: Lists. ********* */

ul, ol {
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
	margin: 0 3em 10px 3em;
	padding: 0;
	}

ol {
	margin: 0 4em 10px 4em;
	}


.datatable caption {
	font-weight: bold;
	font-size: 11px;
	text-align: left;
	margin: 15px 0 0 0;
	}

.datatable ul, .datatable ol {
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 150%;
	margin: 0 3em 10px 3em;
	padding: 0;
	}

.datatable ol {
	margin: 0 4em 10px 4em;
	}

.datatable li {
	line-height: 120%;
	}

#left_mainlinks ul {
	margin: -.5em 10px 10px 20px;
	padding: 0;
	}

#left_mainlinks li {
	width: 105px;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	border-bottom: 1px dashed #999;
	margin: 0;
	padding: 8px 5px 5px 0;
	}

li {
	line-height: 150%;
	}


#leftcontent li, #rightcontent li {
	line-height: 125%;
	}

.rightsection_content ul {
	margin: 0 0 0 10px !important;
	margin: 0 0 0 10px;
	padding: 0 0 0 5px !important;
    line-height: 125%;
	font-size: 11px;
	}

.rightsection_content li {
	margin: 0 0 5px 0;
	padding: 0;
	}
	
#rightcontent span.thispage {
	background-color: #fff;
	margin: 0;
	padding: 0;
	}

/* ******** SECTION 7:  Page-specific Classes and IDs. ********* */
.reportlinks {
	font-size: 80%;
	}

.energylinks {
	margin: 0 0 10px 0;
	}

.energylinks ul {
	margin: 0;
	padding: 0;
	}

.energylinks li {
	/* display: inline; */
	font-size: 80%;
	list-style-type: none;
	/* border-left: 1px solid #000; */
	margin: 0;
	padding: 0 3px 0 6px;
	}

.tablenote {
	font-size: 90%;
	}
	
.subnav_main {
	font-size: 90%;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 0;
	}	
	
img.floatLeft_sub { 
    float: left; 
    margin: 2px; 
}
img.floatRight_sub { 
    float: right; 
    margin: 4px; 
}

img.floatLeft_garnish { 
    float: left; 
    margin: 0px; 
}
img.floatRight_garnish { 
    float: right; 
    margin: 4px; 
}

.pullquote 
{
float:right;
width: 280px;
font-size:80%;
color: #333333;
border:1px dotted #999;
/*background:#99CCCC;*/
background:#DBE3FA;
margin: 0 0 10px 10px;
padding: 5px;
}

.pullquote p {
margin: 0 0 0 18px;
}
	
.pullquote li {
	/* display: inline; */
	font-size: 80%;
	/* border-left: 1px solid #000; */
	padding: 3px;*/
	}