/* CSS Document */

body {
	background-color:#999999;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

div#outer {
	width:950px;
	margin:0px auto;
	text-align:left;
	border:1px solid #000;
	background-color:#fff;
}

#header {
	width:950px;
	height:80px;
	margin:0px auto;
	background-color:#fff;
	border-bottom:1px solid #000;
}

#headerlft {
	width:350px;
	float:left;
	height:80px;
	margin:0px auto;
	text-align:left;
	padding:0px;
	background-image:url(../images/logo.jpg);	
}

#headerrht {
	width:590px;
	float:left;
	height:80px;
	text-align:right;
}


.blacktext{
	margin-left:15px;
	padding:2x;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.blacktitle{
	font-size:12px;
	font-weight:600;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

/*Title*/

#title{
font-size:10px;
font-weight:600;
height:20px;
}

#title:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#title ul{
text-indent: 10px;
padding: 3px 0;
margin: 0;
text-align: center; /*set value to "center" for example to center items*/
}

#title ul li{
display: inline;
padding: 80px;
}

/*Images*/

#images{
width: 950px;
height:150px;
padding-top:20px;
padding-bottom:30px;
background-color:#fff;
}

#images ul{
margin: 0px;
padding:3px;
text-align: center; /*set value to "center" for example to center items*/
}

#images ul li{
display: inline;
padding:10px;
}

.imageborder{
border: 1px solid #000066;
}

/*Menu*/

#nav{
font-size:10px;
font-weight:600;
height:20px;
}

#nav:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#nav ul{
text-indent: 10px;
padding: 3px 0;
margin: 0;
background-color: #000066;
border: 1px solid #000066;
text-align: center; /*set value to "center" for example to center items*/
}

#nav ul li{
display: inline;
padding: 70px;
}

#nav ul li a{
color: #ffffff;
padding: 3px 0;
padding-right: 25px;
margin: 0;
text-decoration: none;
background: transparent url(file:///F|/office/clients/images/slantdivider.gif) top right no-repeat;
}

#nav ul li a:visited{
color: #ffffff;
} 

#nav ul li a:hover{
color: #999999;
}

div#main {
	width:950px;
	background-color:#fff;
}

#content {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	width:90%;
	padding-top:20px;
	margin-left:5px;
}

div#footer {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	width:950px;
	height:15px;
	padding-top:1px;
	margin:0px auto;
	color:#FFFFFF;
	border: 1px solid #000066;
	background-color:#000066;
}

#footerlft {
	width:350px;
	float:left;
	margin-left:5px;
	text-align:left;

}

/*footerrht*/

#footerrht {
	width:590px;
	float:left;
	text-align:right;
}

#footerrht a:link {
	color: #ffffff;
	text-decoration: none;
}
#footerrht a:visited {
	color: #ffffff;
	text-decoration: none;
}
#footerrht a:hover {
	color: #999999;
	text-decoration:none;
}
#footerrht a:active {
	color: #ffffff;
	text-decoration: none;
}
