/*  
FILE NAME: unit2.css 
DATE MODIFIED:13 Feb 2009
AUTHOR:Kathy / Margaret
*/
#home, #home a:link, #home a:active, #home a:visited{
	position:absolute;
	color:#660000;
	top:45px;
	padding:0 0 0 10px;
}
#home a:focus, #home a:hover{
	color:#000;
}
#header{
	background-repeat:repeat-x;
	height:115px;
	padding:0 0 0 0;
	margin:0 0 20px 0;
	background-image: url(graphics/header-bg.jpg);
}
#header img {
	margin:0px;
}
.lyrContent {
	padding:0;
}
/* ------------------------- Headings ----------------------- */
#standard h1 {
	margin:5px 10px 5px 0;
	color:#000060;
	font-size :130%;
	position:absolute;
	top:110px;
	padding:0 0 0 20px;
}
#lyrContent h1.lyrContent{
	margin-bottom:20px;
	color:#FF0000;
}
#lyrContent{
	width:100%;

}
h1.LOTitle {
	display:none;
}
.footer, #footer{
	text-align:center;
	max-width:100%;
}
/* -------------------- Styles for tables ------------------- */
table.layout {
/* This table is used to vary the layout of content. 
IMPORTANT: It should not be used for tabular tables */
	margin:0 0 20px 0;
	width:95%;
	border:none;
	max-width:none;
}
table.layout th {
	font-family:Verdana, Helvetica, Arial, sans-serif;
	color:#204162;
	font-weight:bold;
	text-align:left;
	padding:3px 5px;
	background-color:#EDF1F5;
	vertical-align:top;
}
table.layout td {
	width:33%;
	padding-right:25px;
	padding: 20px 0 0 20px;
}
table.layout p {
/* Paragraph text style for layout tables */
	margin:0 10px 5px 0;
	line-height:19px;
	color:#000;
}
table.layout p.caption {
/* Caption style for graphics rendered in layout tables */
	margin:5px 0;
	color:#204162;
	text-align:left;
}
a.layout:link, a.layout:visited  {color:#575757;}
a.layout:focus, a.layout:hover, a.layout:active{color:#001F3F;}

/* --------------- Feedback styles ------------------- 
IMPORTANT: These styles render the texts in the feedback windows */

h1.feedback, p.feedback  {
	margin:15px;
}
/* --------------- POPUPS-------------------  */

#popup .tabular {margin-left:10px;}
#popup caption {margin-left:10px;}

#popup h1{
	color:#2B3438;
	font-size :150%;
	background-image:url(graphics/header-bg.jpg);
	padding:5px 0 5px 10px;
	margin:0;
	top:15px;
}
#popup h2{
	color:#000;
	font-size :100%;
	/*background-image:url(graphics/header-bg.jpg);*/
	padding:5px 0 5px 10px;
	margin:0;
	top:15px;
}
#popup li {line-height:20px;}

#popup p, #popup ul {
	padding:5px 0 5px 10px;
	margin:0;
	line-height:19px;
}
.nsc {
	padding:2px;
	margin:0;
	color:#fff;
}
a:link {color:#575757;}
a:visited {color:#575757;}
a:focus {color:#003366;}
a:hover {color:#003366;}
a:active {color:#003366;}

a.topNav{
	margin-left:5px;
	margin-right:4px;
	text-decoration:none;
	font-weight:bold;
}
a.topNav:link, a.topNav:visited {
	color:#fff;
}

a.topNav:focus, a.topNav:hover, a.topNav:active {
	color:#DCFFFF;
	text-decoration:underline;
}