@charset "utf-8";
body {
	background-color: #eff5fa;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0;
	padding: 0;
	font-family:"Trebuchet MS";
	font-size: 11px;
}
h1 {
	font-size: 36px;
	color: #FFFFFF;
	font-weight:normal;
	line-height: 1em;
	margin: 0;
	padding: 0;
}
h2 {
	font-size: 24px;
	color: #FFFFFF;
	font-weight:normal;
	line-height: 1em;
	margin: 0;
	padding: 0;
}
p {
	line-height: 18px;
	text-align:justify;
}
#header {
	width: 850px;
	height: 101px;
	margin: 0 auto;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
}
#menu {
	height: 41px;
	width: 850px;
	margin: 0 auto;
	background-image: url(../images/menu_bg.jpg);
	background-repeat: no-repeat;
}
#menu ul {
	margin: 0 40px 0 0;
	padding: 0;
	list-style: none;
	float:right;
}
#menu li {
	float:left;
	display: block;
	margin: 0 12px;
	padding-top: 13px;
}
#menu li a {
	color:#FFFFFF;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}
#menu li a:hover, #menu li.active {
	color: #fe5400;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;	
}
#content {
	width: 737px;
	padding: 10px 90px;
	min-height: 479px;
	margin: 0 auto;
	background-image: url(../images/content_bg.jpg);
	background-repeat: no-repeat;
	background-position:top;
	position: relative;
}
#logo {
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	height: 101px;
	width: 476px;
	margin-left: 25px;
}
.main_content {
	width: 460px;
	float:left;
	margin-right: 20px;
}
.main_content_full {
	float:left;
	margin-right: 20px;
width: 730px; clear: both;
}
.right_column {
	float:right;
	width: 255px;
}
.indentin {
	padding-left: 20px;
}
.highlight {
	color: #2370c2;
	font-size: 14px;
	font-weight:bold;
}	
.thumb_row {
	clear: both;
	text-align: center;
}
.footer {
	text-align: right;
	padding-left: 20px;
	padding-top: 5px;
}
.content_header {
	margin-top: -10px;
	margin-left: -25px;
	float: left;
	
}
.clear {
	clear:both;
}
.right_text {
	line-height: 24px;
	font-weight: bold;
	font-size: 12px;
}
label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	display: block;
	float: left;
	width: 100px;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 7px;
	padding-left: 2px;
}

.button {
	float:right;
	background-color: #48627D;
	color: #FFFFFF;
	font-size:11px;
	font-weight: bold;
	border: 1px solid #283864;
	margin-right: 70px;
	padding: 3px 5px;
	}
