*{
	margin:0;
	padding:0;
}
body{
    font-size: 14px;
    font-family: Verdana,Arial,Helvetica,sans-serif;
}
img{
	border:none;
}
blockquote {
    margin-top:10px;
    padding-left:30px;
}
#wrapper{
	margin:0 auto;
	width:950px;
}
#container{
	float:left;
	width:950px;
	border:#000 1px solid;
	border-top:none;
	border-bottom:none;
	background-color:#fff;
	overflow:hidden;
}
#topnav{
    background:url(/images/topnav-bg.jpg) left top repeat-x;
    height:30px;
    margin: 0pt auto;
    width:100%;
}
#topnav ul {
    list-style: none;
    padding: 4px;
}
#topnav li {
    padding-left:10px;
    padding-top:3px;
    padding-bottom:3px;
    background:url(/images/divider.jpg) left top no-repeat;
    float:left;
    color: #ffffff;
}

#topnav li.first {
    background:none;
}

#topnav li a {
    text-decoration:none;
    color:#fff;
    font-weight:bold;
}

#topnav li a:hover {
    text-decoration:underline;
}

#header{
	width:950px;
	float:left;
}
#content{
	float:left;
	width:950px;
}
.left{
	width:230px;
	float:left;
        margin-right:10px;
}
#content .left ul{
	float:left;
	list-style:none;
}
#content .left ul li{
	background-color:#ffffff;
	padding:10px 0 10px 5px;
	margin:1px 0;
	border:#8ac11d 1px solid;
	width:223px;
	height:14px;
	float:left;
}
#content .left ul li a:hover{
	text-decoration:underline;
}
#content .left ul li a{
	text-decoration:none;
	font-size:11px;
	color:#1e41dd;
}
#content .left ul li img{
	float:left;
	margin-right:5px;
	margin-top:3px;
}
.center{
	float:left;
	width:440px;
    overflow:hidden;
    padding-right:20px;
}
.right{
	float:left;
	width:685px;
	padding-right:10px;
}
h1 {
	color:#1e41dd;
	font-size:18px;
	font-weight:bold;
	margin:10px 0;
	width:520px;
}
h2 {
    margin:10px 0;
	font-size:14px;
}

p {
    margin-bottom:15px;
}

li {
    margin-left:10px;
}
.text, .text2{
	text-align:justify;
	width:400px;
	padding-right:10px;
}
p .text a{
	color:#c80000;
	text-decoration:none;
}
.img1{
	float:right;
}
.subtitle{
	color:#2041dd;
	font-size:13px;
	float:left;
	width:400px;
	margin:20px 0;
	font-weight:bold;
}
.clear{
	clear:both;
}
.moreinfo{
	float:right;
	color:#0080a2;
}
#bottom-img{
	float:left;
	width:950px;
	margin-top:15px;
	height:142px;
}
#bottom-img img{
	float:left;
}
.space{
	width:42px;
	float:left;
	height:142px;
}
#footer{
	float:left;
	width:920px;
	margin-top:30px;
	padding:0 15px;
	font-family:Arial, Helvetica, sans-serif;
}
#footer ul{
	list-style:none;
	float:left;
	text-align:center;
	width:920px;
}
#footer ul li{
	float:left;
	font-size:11px;
	line-height:24px;
}	
#footer ul li a{
	color:#1e41dd;
	text-decoration:none;
}
.first-ul{
	padding-left:160px;
}
.second-ul{
	padding-left:80px;
}
.spacer{
	padding:0 7px;
}
#copyright{
	float:left;
	background-color:#e5fad3;
	padding:20px 10px 0 10px;
	border-top:#82c898 1px solid;
	border-bottom:#82c898 1px solid;
	margin-top:20px;
	width:930px;
	line-height:50px;
}
#copyright img{
	float:right;
	margin-right:20px;
}
#copyright a{
	color:#6fa404;
}
.label{
	width:180px;
	float:left;
	margin-top:50px;
}
.input{
	width:200px;
	float:right;
	margin-top:50px;
}
.input input, .input select, .input textarea, .input2 input, .input2 select, .input2 textarea{
	width:150px;
}
.label p, .input p, .label2 p, .input2 p{
	line-height:30px;
}
#contact{
	background:#fff url(images/contact.jpg) 0px 0px no-repeat;
    height:350px;
}
.con{
	float:left;
	width:100%;
}
.label2{
	width:300px;
	float:left;
}
.input2{
	width:300px;
	float:right;
}
#dropdown, #dropdown2{
	display:none;
	z-index:150;
	position:relative;
	left:180px;
	top:-20px;
}
#content .left ul li:hover > #dropdown, #content .left ul li:hover > #dropdown2{
	position:relative;
	display:block;
}

#content_right {
    float:left;
    width:210px;
    padding:10px;
    margin-top:2px;
    margin-left:10px;
    margin-bottom:10px;
    margin-right:0px;
    border:1px solid #8ac11d; 
}

#content_right ul {
    padding-left:10px;
}