body {
	background: #fff;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	text-align: center;
	color: #000;
	line-height:140%;
	font-size:13px;
	height:100%;
	width:100%;
}

/************************
*  HEADER
************************/
#header {
	height:65px;
	overflow:hidden;
}
#header img {
	margin: 10px 0;
	float:left;
}
#header span {
	float:right;
	margin:30px;
	color:#888;
	text-transform:uppercase;
}
/************************
*  TOP MENU
************************/
#menusearch {
	clear:both;
	height:25px;
	overflow:hidden;
	margin: 5px 0 15px 0;
	border-bottom:#EBEBEB 1px solid;
}
#menubar {
	float:left;
}
#menubar ul {
	margin:0;
	padding:0;
	list-style:none;
}
#menubar li {
	display:inline;
	margin:0;
	padding:0;
}
#menubar a {
	float:left;
	margin:0 20px 0 0;
	padding: 0;
	text-decoration:none;
	text-transform:uppercase;
	height:15px;
	font-size:11px;
	text-align:center;
	color:#333;
	font-weight:500;
}
#menubar a:hover,
#menubar li.active a {
	color:#007395;
}
#container {
	text-align:left;
}
#container {
	width:765px;
	margin:0 auto;
}
#content {
	float:left;
	width:440px;
	padding-right:10px;
	border-right:#EBEBEB 1px solid;
}
#content h2{
	line-height:34px;
	font-size:30px;
	font-weight:normal;
}
#right_column {
	float:right;
	text-align:center;
	width:300px;
}
#right_column h2 {
	text-align:center;
	line-height:34px;
	font-size:30px;
	margin-bottom:5px;
	font-weight:normal;
	color:#666;
}
#right_column h3,
#right_column li,
#right_column p {
	text-align: left;
}
#right_column img {
	border: 0;
}
#right_column input {
	width: 283px;
}
#extra {
}
#extra img.bannerright {
	float:right;
	width:340px;
}
#footer {
	color: #000;
	padding: 15px 0;
	text-align:center;
	font-size:10px;
	clear:both;
	width:100%
}
#footer p {
	margin:0;
}
#footer .privacy {
	padding:15px;
	background: #DAEBC0;
	color:#007395;
	font-weight:bold;
	margin-bottom:10px;
}
#footer .privacy span {
	font-size:11px;
	text-transform:uppercase;
}
#footer p.disclaimer {
	width:70%;
	margin:0 auto;
	font-size:9px;
	line-height:10px;
}
#footer ul {
	margin:0;
	padding:0;
	list-style:none;
	text-align:center;
}
#footer li {
	display:inline;
	margin:0;
	padding:0 0 0 2px;
	background:none;
}
#footer a {
	margin:0;
	padding: 0 4px 0 0;
	text-decoration:none;
	font-size:10px;
	text-align:center;
	color:#007395;
	background:url(images/foot_spacer.gif) no-repeat right;
}
#footer a:hover {
	text-decoration: underline;
}
/*------------- Contact Form --------------*/

div.contactForm {
	width:365px;
	padding: 0px;
	margin: 30px;
}
div.row {
	clear: both;
	padding-top: 5px;
	vertical-align: middle;
}
div.row span.label {
	float: left;
	width: 140px;
	text-align: right;
	padding:0px 10px 0px 0px;
}
div.row span.formw {
	float: right;
	width: 210px;
	text-align: left;
}
input, textarea, .button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	width: 210px;
	padding-left: 3px;
}
input {
	width:143px;
}
div.row span.formw textarea {
	height:60px;
}
div.spacer {
	clear: both;
}
.button{
  width:50px;
  cursor:pointer;
}