* {
	padding: 0;
	margin: 0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	background: #CBD5E4;
	color: #1F4989;
	margin-top: 0px;
}
.small {
	font-size: 10px;
}
#wrapper {
	margin: 0 auto;
	width: 980px;
}

#header {
	position: relative;
	height: 120px;
	margin-bottom: 1px;
	padding: 0px 0px 0px 0px;
	background-image: url(../images/bg_head.png);
}

#menuBar {
	background: #1F4989;
	height: 30px;
	padding: 0px 0px 0px 0px;
	color: #FFFFFF;
	margin-bottom: 15px;
}

#content {
	width: 980px;
}

.contentLeft {
	width: 765px;
	float: left;
	padding: 0px 0px;
	margin-right: 15px;
}

.contentRight {
	float: right;
	width: 200px;
	padding: 0px 0px;
}

.boxMaxWidth {
	width: 763px;
	margin-bottom: 15px;
	border: 1px solid #1F4989;
	background: #FFF;
}

.findMeBox {
	padding:10px;
	color: #FFF;
	background: #EB9310;
	margin-bottom: 10px;
}

.Col_765 {
	border-left: 1px solid #1F4989;
	border-right: 1px solid #1F4989;
	background: #FFF;
	padding: 15px;
	overflow: hidden;
}

.ColHead {
	background-image: url(../images/col_head.png);
	width: 765px;
	height: 8px;	
}
.ColFoot {
	background-image: url(../images/col_foot.png);
	width: 765px;
	height: 8px;	
}

.strapBar {
	width: 100%;
	color: #FFF;
	background: #122B50;
	padding: 10px;	
}

.h1_white {
	font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
	line-height: 20px;
	font-weight: normal;
	margin: 0;
}

.h2_blue {
	font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	color: #CBD5E4;
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
	margin: 0;
}

.img_450 {
	float: left;
	width: 450px;	
	line-height: 0;
}

.search_avail {
	float: left;
	width: 233px;
	padding: 20px 35px;	
}

.rightCol {
	width: 178px;
	background: #FFF;
	border-left: 1px solid #204A89;
	border-right: 1px solid #204A89;
	padding: 10px;
}

.rightColHead {
	background-image: url(../images/right_col_head.png);
	width: 200px;
	height: 8px;	
}
.rightColFoot {
	background-image: url(../images/right_col_foot.png);
	width: 200px;
	height: 8px;	
}

.floatLeft {
	float: left;
	position: relative;
	margin-right: 15px;
	width: 375px;
	margin-bottom: 15px;	
}

.floatRight {
	float: right;
	position: relative;
	width: 375px;
	margin-bottom: 15px;	
}

#footer {
	clear: both;
	color: #4C6EA1;
	padding: 20px 0px;
	text-align: center;
	font-size: 11px;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-block;}

p {
	margin-bottom: 18px;
}

label {
	font-size: 11px;
	color: #5676A5;
	margin-bottom: 0px;	
}

hr {
	color: #EB9310;
	background-color: #EB9310;
	height: 1px;
	border: 0;	
	margin: 0 0 10px 0;
}

#footer hr {
	color: #7992B8;
	background-color: #7992B8;
	height: 1px;
	border: 0;
	margin: 0;
}

hr.white {
	color: #FFF;
	background-color: #FFF;
	height: 1px;
	border: 0;	
	margin: 10px 0;
}

.lightTxt {
	font-size: 11px;
	color: #5676A5;
}

select.full {
	width: 100%;
	font-size: 11px;	
}

select{
	font-size: 11px;	
}

input[type=text] {
	font-size: 11px;	
}

input[type=submit].smallRight {
	float: right; 
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top:10px;
}

input[type=submit] {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #1F4989;
	font-weight: bold;
	margin-bottom: 5px;
}

h2 {
	font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #1F4989;
	font-weight: bold;
	margin-bottom: 2px;
}

a,a:visited {
	color: #1F4989;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0;
}

ul {
	list-style-position: inside;
	line-height: 12px;
}

ol {
	list-style-position: inside;
	line-height: 12px;
}
