/*  
FILE NAME: unit2.css 
DATE MODIFIED:18 January 2007  
DESCRIPTION: This stylesheet styles the look and feel for the CLI Resource Management Framework (RMF) CD-ROM and HTML products. 
It cascades from the default CLI style sheet ips2.css. 
VERSION:  6.2.1
AUTHOR: (Daniel Wright)

   :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   HOW TO USE THIS STYLE SHEET:
   Uncomment any properties that you modify.
   Delete any properties (or styles) that you have not modified.
   :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::  */

/* ------------------ Core Layout styles --------------------- */

body {
	margin:15px;
	background: #FEC000 url(graphics/bkgrndDots.gif) repeat-y fixed center top;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* --- Top Navigation Layers --- */
.lyrTop {
	position: relative;
	height: 25px;
	padding: 0 48px;
	margin:0 auto;
}

#standard .lyrTop {
	width: 594px;
	top:130px;
	background: #CC3300 url(graphics/headerBkgrnd.jpg) no-repeat bottom;
}

.jgvjhg {
	margin-top: -10px;
	position: relative;
	margin-right: 120px;
}

#popup .lyrTop {
	background-color:#99042E;
	width:464px;
}



/* --- Content Layers --- */
.lyrContent {
	position:relative;
	background: #FFF url(graphics/pageBkgrnd.gif);
	padding:0 50px;
	_padding-right:0;
	top:0;
	border:2px solid #99042E;
}

#standard .lyrContent {
	width:590px;
	margin:-30px auto 0 auto;
	}

#popup .lyrContent {
	width:460px;
	margin:0 auto;
}



/* ------------------------- Headings ----------------------- */

h1 {
	height:2em;
	color: #99042E;
	padding-top: 10px;
	font-size:1.6em;
}

h1.LOTitle {
	position:relative;
	height:150px;
	border:0;
	top:0;
	left:0;
	width: 640px;
	margin: -100px 0 0 -50px;
	padding: 100px 0 0 50px;
	background: url(graphics/headerBkgrnd.jpg) no-repeat 0 100px;
	color: #C73E1A;
	font-style:normal;
}

h2 {
	height:1.5em;
	color: #4C444D;
	height:30px;
}

h3 {
	height:0.7em;
	color: #666;
	padding-left: 2em;
}


/* ------------------- Block level values ------------------- */

p {
	width:590px;
	max-width:590px;
	line-height:1.3;
	margin:1.2em 0;
}

#popup p {
	width:440px;
}

.footer{
	margin:30px 0 0 0 ;
	width:97%;
	color:#222;
}

a.printLink:link,
a.printLink:visited {
	color:#222;
}

a.printLink:focus,
a.printLink:hover,
a.printLink:active {
	color:#222;
}

#standard img {
}


/* --------------- Top Navigation Menu styles --------------- */

#standard .topNav {
	color:#FFF; 
	margin:0;
	font-size: 1em;
 }

#standard .topNavCurrent {
	margin: 0;
	text-decoration:none;
	border-bottom: 2px solid #FFCC00;
}

/* --------------------- Pseudo classes --------------------- */

/* --- Standard links --- */

a:link,
a:visited {
	color: #000;
	text-decoration:none;
	font-weight:normal;
}

a:hover,
a:focus,
a:active {
	text-decoration:underline;
	color: #99042E;
	}


/* --- Top Navigation Menu links --- */

#standard a.topNav:link,
#standard a.topNav:visited {
	color:#FFF; 
	background-image: none;
}

#standard a.topNav:focus,
#standard a.topNav:hover,
#standard a.topNav:active {
	text-decoration: underline;
	font-style:normal;
}

/* --- Bottom navigation styles --- */

p.navBot {
	width:97%;
	color:#222;
}

a.navBot:link,
a.navBot:visited {
	color: #222;
}



/* -------------------- Styles for tables ------------------- */

/* --- Tabular table styles --- */

table.layout {
	width:700px;
}

table.layout p{
	width:350px;
	color:#000;
}

table.layout li {
	color:#000;
}

table.layout td{
	background-color: transparent;
	}




table.tabular {
	width:592px;
}

table.tabular th {

	padding:0;
	color: #000;
	background: #FEC000;
	padding:3px;
	font-weight: normal;
	text-align:left;
	
}

table.tabular td {
	background-color: transparent;
	padding: 0;
	border:1px solid #CCC;
	
}

table.tabular p {
	color:#000;
	padding:3px;
	width: 185px;
	font-size:85%;
}

table.tabular a:link,
table.tabular a:visited{
	color: #000; 
}

table.tabular a:focus,
table.tabular a:hover,
table.tabular a:active{
	color: #003399; 
}

.portrait {
	position: absolute;
	left: 42px;
	top: 5px;
	padding: 0px;
}




.main_temp {
	margin-top: -160px;
	margin-left: -433px;
	position: absolute;
	left: 50%;
	top: 40%;
	border:0;
}

.Cli_logoTemp{
	margin-top: -60px;
	position: absolute;
	left: 10%;
	top: 90%;
	border:0;
}

.DET_logoTemp{
	margin-top: -60px;
	margin-left: -70px;
	position: absolute;
	left: 50%;
	top: 90%;
	border:0;
}


.popup2ColTable {

}

#popup #lyrContent .popup2ColTable p{
	width: 220px;
	font-size: 90%;
}

.absolute {
	position: absolute;
}


/*---- only for single-page LOs ----*/
/*#standard .lyrTop, h1 { display:none;}

h1.LOTitle {
display:block;

}*/
