html, body {
	height: 100%;                                                                  
	margin: 0;                                                                     
	padding: 0;                                                                    
}

* {
	margin: 0px auto;
	padding: 0;
}

p {
	margin: 0px 0px 20px 0px;
}

body {
	background-color: #ebebeb;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	color: #333;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
}

label {
	font: 100 11px/13px Tahoma, Arial, Helvetica, sans-serif;
}

#container {
	display: block;
	position: relative;
	height: 100%;
	width: 1000px;
	margin: 0 auto;
}

#header {
	position:relative;
	top:1px;
	width:996px;
	height:208px;
	background-image: url(../images/header.jpg);
}
#menubar {
	position:relative;
	width:996px;
	height:48px;
	background-image: url(../images/top.jpg);
}

#menumain, #menumain * {
	margin:0;
	padding:0;
}

#menumain {
	position: relative;
	line-height: 1;
	float:right;
	margin: 0 0 0 0;
}

#menumain li {
	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	position: relative;
}

#menumain li { 
	font: 100 16px Georgia, Lucida Grande, Calibri, Arial, Helvetica, sans-serif;
	border-right: inset 1px #135784;
}

#menumain a {
	color: #e0e0e0;
	display: block;
	padding: 15px 24px;
	position: relative;
}

#menumain a:hover, #menumain a:active { 
	color: #f0f0f0;
	background-image: url(../images/top_hover.jpg);
}

#logo {
	position:absolute;
	left:105px;
	top:87px;
}

#tagline {
	position:absolute;
	left:581px;
	top:87px;
	width:400px;
	font: normal 16px/22px Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	color: #9c9ea1;
}

.terms {
	font-size: 9px;	
}
a:link {
	color: #003399;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000099;
}
a:hover {
	text-decoration: none;
	color: #3399cc;
}
a:active {
	text-decoration: none;
	color: #CCCCCC;
}

ul.list li {
	list-style: none;
	background: url(../images/btn_l.png) no-repeat left center;
	padding: 0 0 0 20px;
}

#leftpanel {
	position:relative;
	display: block;
	float: left;
	top:20px;
	width:202px;
	height: 500px;
	background: #fff url(../images/content_bg.jpg) repeat-x bottom;
	border: solid 1px #e0e0e0;
	border: solid 1px #E0E0E0;
}

#leftpanel div.innercontent {
	padding: 24px 12px;
}

#mainpanel {
	position:relative;
	display: block;
	float: right;
	top:20px;
	width:758px;
	min-height: 500px;
	background: #fff url(../images/content_bg.jpg) repeat-x bottom;
	border: solid 1px #e0e0e0;
}


#mainpanel div.innercontent {
	padding: 24px;
}
.contacttitle {
	font: 300 18px/24px Century Gothic, Arial, Helvetica, sans-serif;
}

.contact {
	width: 160px;
	margin-bottom: 4px;
}
textarea.contact {
	height: 120px;
}

#footerWrap{width:100%;float:left;margin-top:40px;bottom:0px;left:0px;z-index:1}
#footer{clear:both;width:800px;color:#333;padding:5px 7px;font-size:9px;margin:0px}
