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

body {
	margin: 0;
	padding: 0;
	background-color: #e6e7e9;
	background-image: url(../images/grey-bg.png);
	background-position: top center;
	background-repeat: repeat-x;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 14pt;
}
#shadow{
	width: 900px;
	background-image: url(../images/shadow.png);
	background-position: top center;
	background-repeat: repeat-y;
	margin: 0px auto 0px auto;
}
#wrapper{
	width: 800px;
	margin: 0px auto 10px auto;
	background-color: #e6e6e6;
	background-position: 50% 160px;
	background-image: url(../images/wrapperbg.jpg);
	background-repeat: repeat-x;
}
#header{
	background-image: url(../images/header-img.jpg);
	background-repeat: no-repeat;
	width: 800px;
	height: 150px; /*204*/
}
#logo{
	padding: 0 0 0 0px;
	margin: 5px 0 0 30px;
	border: 0px;
}
img{
	border: 1px solid #222222;
	margin: 0px 5px 5px 5px;
}
a:link, a:active, a:visited {
	color: #333333;
	text-decoration: none;
	border-bottom: 1px dotted #333333;
}
a:hover{
	color: #003e74;
	border-bottom: 1px dotted #003e74;
}
img.a{
	border: 0px;
	text-decoration: none;
}
h1 {
	font-size: 20px;
	line-height: 22px;
	margin: 0px 0px 10px 0px;
	color: #003e74;
}
#navbar ul{
	margin: 0;
	padding: 0;
	cursor: default;
	width: 800px;
	height: 30px;
	background-image: url(../images/nav-bg.jpg);
	background-repeat: repeat-x;
}
#navbar ul li{
	display: inline;
	list-style: none;
	padding: 0px 35px 0px 35px;
	color: #333333;
	line-height: 25px;
	font-weight: bold;
	text-transform: uppercase;
}
#navbar .seperator{
	background-image: url(../images/ndivide.png);
	background-position: center right;
	background-repeat: no-repeat;
}
#navbar .active a{
	color: #0033CC;
}
#navbar ul li a{
	text-decoration: none;
	color: #333333;
	font-size: 9pt;
	border: 0px;
}
#navbar ul li a:hover{
	color: #fff;
}
.nav{
	margin: 0px 20px 0px 20px;
	width: 116px; /*150*/
	height: 116px;
}
#navimg{
	height: 180px;
	text-align: center;
	margin-top: 24px;
}
#navimg a{
	border: 0px;
}
.main{
	width: 445px;
	margin-left: 25px;
	padding: 10px 10px 10px 10px;
	min-height: 400px;
	background-image: url(../images/mainbg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}
ul{
	font-size: 9pt;
	line-height: 14pt;
	margin-top:0;
}
h2{
	padding: 0;
	margin: 8px 0 4px 0;
	line-height: 17pt;
	font-size: 14px;
}
#contact{
	float: right;
	width: 266px;
	background-image: url(../images/contact-bg.png);
	background-position: top right;
	background-repeat: repeat-y;
	margin-right: 25px;
	padding: 8px;
}
#contact p{
	color: #fff;
	margin: 0px;
}
#contact p.small{
	font-size: 8pt;
	line-height: normal;
}
#contact h2{
	font-size: 18px;
	line-height: 22px;
	margin: 0px;
	color: #fff;
}
#footer{
	width: 750px;
	margin: 25px;
	text-align: center;
	font-size: 7pt;
	line-height: 9pt;
}
.right{
	float: right;
}
form#contact{
	width:21em;
	margin: 0px auto 0px auto;
	background-image: url();
}
form#contact p{
	margin: 3px;
}

input{
	background-color: #fff;
	color: #000;
}
textarea{
	background-color: #fff;
	color: #000;
}