/***************************************************************** 
Tetra Tech, Inc, 2005 
	Department of Energy
	National Nuclear Security Administration
	Y-12 Site Office
------------------------------------------------------------------
Creation Date 8-9-2006
Lead Designer: Vincenzo S Barranca
Designer: Moon Kim
******************************************************************
******************************************************************
Updated or Modified Code must be commmented, dated and initialed.
Major revisions are dated and commented here.
-------------------------------------------------------------------
PAGE: styleSheet.CSS
MODIFIED DATE:
MODIFIED DATE:
*******************************************************************/


/*------------ BODY --------------------------*/

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	color: #000;
	background-color: #F0F0F0;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}

/*------------ Fonts --------------------------*/

h1 {
font-size: 1.2em;
}

h2 {
font-size: 1.1em;
}

h3 {
font-size: 1.0em;
}

h4 {
font-size: .9em;
}

p {
	font-size: .8em;
	color: #86A7BB;
}

.redstar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
 	color: #990000;
}

/*------------ Links --------------------------*/

a:link {
	color: #86A7BB;
	text-decoration: none;
}

a:visited {
	color: #666;
	text-decoration: none;
}

a:hover {
	color: #86A7BB;
}

a:active {
	background-color: #C9D8E0;
}

/*------------ Layout -------------------------*/

#wrapper {
	width: 800px;
	border: 1px solid #000;
	position: relative;
	padding: 0px;
}

#title {
	background-color: #FFF;
	border-bottom: solid #5EB074 10px;
	height: 120px;
	width: 800px;
	position: relative;
	vertical-align: middle;
	padding: 0px;
}

#DOElogo {
	position: absolute;
	top: 10px;
	left: 10px;
}

#NNSAlogo {
	position: absolute;
	left: 120px;
	top: 25px;
}
#title h2 {
	font-size: 1em;
	padding-left: 15px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000;
	position: absolute;
	left: 325px;
	top: 25px;
	font-weight: normal;
}

#content {
	background-color: #86A7BB;
	width: 800px;
	padding: 0px;
	position: relative;
	background-image: url(../images/navbar_Gradient.gif);
	background-repeat: repeat-y;
}

#navigation {
	color: #F0F0F6;
	width: 180px;
	position: absolute;
	z-index: 5;
	top: 0px;
	left: 0px;
	padding: 10px;
}

#navigation ul {
	margin: 0;
	padding: 0;
}

#navigation ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#navigation ul li a:link, #navigation ul li a:visited {
	font-size: .8em;
	font-weight: bold;
	padding-top: 6px;
	padding-bottom: 6px;
	display: block;
	text-decoration: none;
	color: #F0F0F6;
}

#navigation ul li a:hover {
	background-color: #A7BFCD;
}

#navigation ul li a:active {
	background-color: #C9D8E0;
}

#main-content {
	background-color: #D9DFE7;
	margin-left: 210px;
	margin-top: 0px;
	padding: 10px;
	position: relative;
	vertical-align: top;
	background-image: url(../images/blueGradient.gif);
	background-repeat: repeat-y;
	width: 570px;
	font-size: .8;
	overflow: hidden;
}

#refs-table {

}

#maintenance {
	font-size: medium;
	color: #F0F0F6;
	width: 180px;
	position: absolute;
	bottom: 0px;
	padding: 10px;
}


#footer {
	width: 800px;
	background-color: #FFF;
	padding: 0px;
	position: relative;
}
#bottomNavbar {
	background-color: #5EB074;
	height: 20px;
	font-weight: bold;
	font-size: x-small;
	color: #88765E;
	width: auto;
	text-align: right;
	line-height: 1.5em;
	padding: 0px;
	padding-right: 5px;
}
#bottomNavbar a:link, #bottomNavbar a:visited {
	color: #5F4D35;
}
#Back {
	position: relative;
	left: 220px;
	top: 2px;
	width: 100px;
	text-align: left;
	float: left;
}


#bottomNavbar a:hover {
	color: #BE9B69;
}
#bottomNavbar a:active {
	color: #DAC7A9;
}

#legal {
	background-color: #FFF;
	font-size: x-small;
	font-weight: bold;
	text-align: right;
	padding: 5px;
}

#legal a:link {
	color: #000;
}

#copyRight {
	text-align: left;
	position: relative;
	float: left;
}

