﻿
	body,div,p,h1,h2,h3,form,span,a,table,td,tr,form,ul,li{
	font-family: 	Arial;
	margin:			0;
	padding:		0;
}

	/*
		==================================================================
			Body, content backgrounds
		==================================================================  */
	body {
		background-color:		#05365F;
		text-align:				center;
	}
	
	#content-bg {
		background:				#07467C url(/_images/body_bg.jpg) top center repeat-x;
		border-bottom:			1px solid #FFF;
	}
	
	#content-wrap {
		width:					988px;
		background:				url(/_images/content_bg.jpg) top center no-repeat;
		margin:					0 auto 0 auto !important;
		text-align:				left;
	}
	
	#content-inner {
		margin:					0 63px;
	}
	
	/*
	==================================================================
			Header/ logo area
	==================================================================  */
	#header {
		background:				url(/_images/header_bg.jpg) top center repeat-x;
		height:					110px;
	}
	
	.sub_title1 {
		color:					#FFF;
		font-family:			Times;
		font-size:				18px;
		margin-top:				30px;
		font-weight:			100;
		letter-spacing:			1px
	}
	
	.sub_title2 {
		font-family:			Times;
		font-size:				14px;
		color:					#FFF;
		margin-top:				24px;
	}
	
	/*
	==================================================================
			Featured area
	==================================================================  */
	#featured-wrap {
		height:					315px;
		background:				url(/_images/feature_bg.jpg) center center no-repeat;
		margin-top:				2px;
		position:				relative;
	}
	
	#featured-wrap h1.main_caption {
		width:					437px;
		color:					#00691B;
		font-family:			Times;
		font-size:				26px;
		background:				url(/_images/bg_FFFFFF_75.png) center center repeat;
		padding:				10px 13px;
		margin:					0 0 0 30px;
	}
	
	#cta-wrap {
		position:				absolute;
		right:					23px;
		top:					8px;
		width:					345px;
	}
	
	#video-wrap {
		width:					300px;
		height:					260px;
		margin-left:			28px;
	}
	
	#form-wrap {
		width:					341px;
		margin-top:				8px;
	}
	
	#form-wrap #form_top {
		background:				url(/_images/form_top_bg.png) 0 0 no-repeat;
		height:					120px;
	}
	
	#form-wrap #form_mid {
		background:				url(/_images/form_mid_bg.png) top center repeat-y;
		padding:				5px 0 10px 20px;
	}
	
	#form-wrap #form_bot {
		background:				url(/_images/form_bot_bg.png) bottom left no-repeat;
		height:					12px;
	}
	
	#form-wrap table{
		margin-left:			5px;
	}
	
	#form-wrap table td {
		font-size:				12px;
		vertical-align:			middle;
	}
		
	#form-wrap td.input-wrap input {
		border:					1px solid #989798;
		height:					21px;
	}
	
	#form-wrap #btn_submit {
		width:					283px;
		height:					40px;
		background:				url(/_images/btn_submit.jpg) 0 0 no-repeat;
		cursor:					pointer;
	}
	
	#bbb {
		width:					223px;
		padding:				0 62px 0 52px;
		margin-top:				10px;
		background:				url(/_images/bbb.gif) top right no-repeat;
		font-size:				10px;
		color:					#686868;
		height:					87px;
	}
	
	/*
	==================================================================
			copy-wrap
	==================================================================  */
	#copy-wrap {
		background:				#FFF;
		margin-top:				13px;
		color:					#023E71;
	}
	
	#copy-wrap #copy-inner {
		width:					480px;
		padding:				25px;
	}
	
	#copy-wrap h2 {
		font-family:			Times;
		font-size:				24px;
		font-weight:			normal;
		line-height:			27px;
	}
	
	#copy-wrap ul {
		list-style:				none;
		margin:					10px 0;
	}
	
	#copy-wrap li {
		list-style:				none;
		padding:				0 40px;
		margin-top:				10px;
		background:				url(/_images/check.gif) top left no-repeat;
		line-height:			20px;
		font-size:				16px;
	}
	
	#copy-wrap p {
		padding:				10px 0;
		font-size:				16px;
		line-height:			20px;
	}
	
	#footer-wrap{
		width:					760px;
		margin:					10px auto;
	}
	
	#footer-wrap, #footer-wrap * {
		text-align:				center;
		font-size:				11px;
		color:					#2DA2D1;
		text-decoration:		none;
		line-height:			13px;
	}
	
	#footer-wrap p {
		margin:					0;
		padding:				0;
	}
	
	
	
