@charset "UTF-8";
/* CSS Document */

body {
margin :0;
padding : 0;
background-image:url(images/side_bar1.jpg);
background-repeat:repeat-x;
background-color:#000;
font-family:Arial, Helvetica, sans-serif;
font-size:90%;
color:#000;
}

H1, H2, H3, H4, H5, H6, ul, p {
	margin: 0;
}

a img {
	border: none;
}

.clear{clear:both;}

#wrapper {
	margin: 0 auto;
	padding: 0;
	width: 1000px;
	height:100%;
	background-color:#FFF;
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;
	-moz-border-radius-bottomleft: 25px;
	-moz-border-radius-bottomright: 25px;
}

#header{
	width:auto;
	height:166px;
	background-color:#FFF;
}

#logo{
	width:500px;
	float:left;
}

#hdelts{
	width:500px;
	float:left;
}

#login{
	height:109px;
	width:490px;
	text-align:right;
	padding:20px 10px 0px 0px;
	font-size:12px;
}

#topnav{
	background-image:url(images/navbg.png);
	background-repeat:no-repeat;
	height:37px;
	width:500px;
}



#slantedmenu{
font-weight: bold;
font-size: 90%;
font-family:Arial, Helvetica, sans-serif;
position:relative;
top:-33px;
width:1000px;

}

#slantedmenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#slantedmenu ul{
text-indent: 10px;
padding: 3px 0;
margin: 0;
background-color: transparent;
text-align: right; /*set value to "center" for example to center items*/
}

#slantedmenu ul li{
display: inline;
}

#slantedmenu ul li a{
color: #fff;
padding: 3px 15px;
/*padding-right: 25px;*/
margin: 0;
text-decoration: none;
/*background: transparent url(images/slantdivider.gif) top right no-repeat;*/
border-right: groove 2px #FFF;
}

#slantedmenu ul li a:visited{
color: #fff;
} 

#slantedmenu ul li a:hover{
color: black;
}

#slantedmenu ul li a.last {
	border-right: 0 none transparent;
}
/*
#content-r {
	float:left;
	margin:10px;
	padding:5px;
	height:125px;
	width:900px;
	background-color:#FFF;
	text-align: left justify;
	background-image:url(images/Domainbg.jpg); 
	background-repeat:no-repeat;
	color:#FFF;
}
*/
#content-l {
	float:left;
	margin:10px;
	padding:5px;
	height:100%;
	width:970px;
	background-color:#FFF;
	text-align: left justify;
}


#lookup{
	float:left;
	width:340px;
	padding-top:5px;
}

#lu-list{
	float:left;
	width:126px;
	text-align:right;
	background:transparent;
	padding:5px 0px 0px 0px;
}

#lu-list ul li {
	list-style-type:none;
	font-size:12px;
}



#footer-nav{
	text-align:center;
	padding:10px 0px;
	background-color:#aa417a;
	height:100px;
	width:100%;
	
	
}

ul#footer-nav {
	clear: both;
	font-size: 0.85em;
	padding: 0 0 0 5px;
}
	 
ul#footer-nav li {
	display: inline;
	border-right: 1px solid #fff;
	padding:  0 4px;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
}

#footer-nav li:last-child {
	border-right: 0px;
}

ul#footer-nav li a {
	color: #fff;
	text-decoration: none;
}

a.footer:link {color:#fff; text-decoration: none; }
a.footer:visited {color:#fff; text-decoration: none; }
a.footer:hover { color:#fff;text-decoration: underline; }
a.footer:active {color:#fff; text-decoration: none;} 


/* ######### CSS for Indented CSS Tabs. Remove if not using ######### */


.indentmenu{
font: bold 13px Arial;
width: 100%; /*leave this value as is in most cases*/
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
/* width: 80%; width of menu*/
border-top: 1px solid navy; /*navy border*/
background: black url(images/indentbg.gif) center center repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: white; /*text color*/
padding: 5px 10px;
text-decoration: none;
border-right: 1px solid navy; /*navy divider between menu items*/
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a.selected{
color: white !important;
padding-top: 6px; /*shift text down 1px*/
padding-bottom: 4px;
background: black url(images/indentbg2.gif) center center repeat-x;
}


.tabcontentstyle{ /*style of tab content oontainer*/
border: 2px solid gray;
width: 450px;
margin-bottom: 1em;
padding: 10px;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}