* {
	margin: 0;
	padding: 0;
}
body {
	font: normal 13px arial;
	background-color: #737373;
}
/* @font-face */
@font-face {
	font-family: 'Open Sans', sans-serif;font-weight: 400;
	src: url('../fonts/opensans/OpenSans-Regular.eot');
	src: url('../fonts/opensans/OpenSans-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans/OpenSans-Regular.woff') format('woff'), url('../fonts/opensans/OpenSans-Regular.ttf') format('truetype'), url('../fonts/opensans/OpenSans-Regular.svg#OpenSans') format('svg');
	font-weight: normal;
	font-style: normal;
	zoom: 1;
	font-smooth: always;
}
@font-face {
	font-family: 'Open Sans',sans-serif; font-weight: 700;
	src: url('../fonts/opensans/OpenSans-Regular.eot');
	src: url('../fonts/opensans/OpenSans-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans/OpenSans-Regular.woff') format('woff'), url('../fonts/opensans/OpenSans-Regular.ttf') format('truetype'), url('../fonts/opensans/OpenSans-Regular.svg#OpenSans') format('svg');
	font-weight: normal;
	font-style: normal;
	zoom: 1;
	font-smooth: always;
}
/* Body Tags and comon styles*/
p {
	font-family: 'Open Sans', sans-serif;font-weight: 400;
	font-size: 16px;
	line-height: 1.2em;
}
img {
	border: none;
}
div.clearfix {
	clear: both;
	display: block;
	height: 1px;
	overflow: hidden;
}
div.center-wrap {
	max-width: 960px;
	margin: 0 auto;
	width: auto;
}
div.whitebox {
	padding: 20px;
	background: url('../images/panel_bg.jpg');
	border-radius: 8px;
	border: 2px solid #fff;
	box-shadow: inset 0px 0px 20px rgba(210,210,210,0.9);
}
div.whitebox p {
	margin: 10px 0;
	font-size: 18px;
}
div#header_bg {
	background-color: #fdf5a7;/*border-bottom:3px solid #000;*/
}
div#header {
	padding: 10px 20px;
	background: url('../images/header.png') center repeat-y;
	-webkit-border-bottom-right-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-moz-border-radius-bottomright: 7px;
	-moz-border-radius-bottomleft: 7px;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
	height: 50px;
}
div#header h1 {
	float: right;
	display: block;
	width: 120px;
	height: 41px;
	background: url('../images/logo.png') no-repeat;
	text-indent: -10000px;
}
div#header span {
	float: left;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	margin-top: 25px;
}
div#header span strong {
	color: #feb744;
}
div#banner_bg {
	display: block;
	background: #FFFFFF url('../images/bg.jpg') no-repeat top center;
}
div#banner {
	padding: 20px;
}
div#banner_content {
	display: block;
	max-width: 55%;
		height:400px;
}
div#banner_content h2 {
	font-size: 40px;
	color: #0089cf;
	font-weight: normal;
	font-family: 'Open Sans', sans-serif;font-weight: 400;
	margin-bottom: 24px;
}
div#banner_content h2 span {
	font-family: 'Open Sans',sans-serif; font-weight: 700;
}
div#banner_content h3 {
	font-size: 24px;
	color: #0089cf;
	font-weight: bold;
	font-family: 'Open Sans',sans-serif; font-weight: 700;
	margin-bottom: 24px;
}
div#banner_content p {
	font-size: 16px;
	color: #3f3e3e;
	line-height: 1.3em;
	margin-bottom: 16px;
}
span.new {
	color: #FF9900;
	font-weight: bold;
	font-size: 12px;
	padding: 3px 5px;
	border-radius: 3px;
	background-color: #003366;
}
div#banner_content div#button_container {
	max-width: 325px;
	margin: 0 auto;
	text-align: right;
}
div#banner_content img.banner_button {
	margin: 0 5px 10px 5px;
}
div#banner_content ul {
	padding: 0 0 10px 0;
	margin: 0 0 12px 0;
	list-style: inside none;
}
div#banner_content ul li {
	background: url(../images/icon-right.png) left 3px no-repeat;
	color: #3f3e3e;
	font-size: 16px;
	margin: 0 0 8px;
	padding: 0 0 1px 32px;
	list-style: outside none;
	line-height: 1.3em;
}
div#divider_bg {
	display: block;
	height: 25px;
	background: url('../images/pattern-top-bg.png') top repeat-x;
	border-bottom: 2px solid #333;
}
div#content_bg {
	display: block;
	background: #FFFFFF url('../images/inner-container-shadow-bg.png') top repeat-x;
}
div#content {
	padding: 20px;
}
div#content div.right_col {
	display: block;
	float: right;
	width: 69%;
}
div#content div.left_col {
	display: block;
	float: left;
	width: 29%;
	margin-right: 2%;
}
div#footnote {
	width: auto;
	padding: 10px;
}
div #footnote p {
	font-family: 'Open Sans', sans-serif;font-weight: 400;
	font-size: 12px;	
	margin: 5px 0;	
}

div #footnote ol  {
	padding: 0 5px 5px 30px;
	margin: 10px 0;
}
div #footnote ol li {
	font-family: 'Open Sans', sans-serif;font-weight: 400;
	font-size: 12px;
	
	margin: 0 0 8px;
	padding: 0 0 1px 5px;
	line-height: 1.2em;
	/* 
	margin: 5px 0;
	
	*/
}
div#footer_bg {
	display: block;
	background: #737374 url('../images/footer-bg.jpg') left top repeat-x;
	height: 100px;
	padding: 21px 0 0;
	position: relative;
	width: 100%;
}
div#footer {
	position: relative;
	color: #fff;
	padding: 0 20px;
}
div#footer .right {
	float: right;
	margin-right: 20px;
}
div.ctabtn {
	position: relative;
	text-align: center;
	width: 150px;
	height: 30px;
	background-color: #0064a2;
	border-bottom: #003366 2px thin;
	float:left;
	margin-right:20px;
	margin-bottom:40px;
}
div.ctabtn:hover {
	background-color: #007dcb;
}
a.ctabtn-link {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	line-height: 30px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	height: 30px;
	width: 150px;
	text-decoration: none !important;
	cursor: pointer;
	text-shadow: 1px 1px #000;
}
a.ctabtn-link:visited {
	color: #ffffff !important;
}
 @media handheld, only screen and (max-width: 769px) {
div#header {
	padding: 10px 20px;
}
div#header h1 {
	float: right;
	width: 120px;
	height: 41px;
	display: block;
	background: url('../images/logo.png') no-repeat;
}
div#header span {
}
div#banner_bg {
	display: block;
	background: #FFFFFF url('../images/bg_mid.jpg') no-repeat top center;
}
div#banner {
	padding: 20px;
}
div#banner_content {
	position: relative;
	display: block;
	max-width: 100%;
	height:350px;
	margin: 270px auto 0 auto;
}
div#banner_content img.banner_button {
}
div#banner_content ul {
	padding: 0 0 10px 0;
	margin: 0 0 12px 0;
	list-style: inside none;
}
div#banner_content ul li {
	background: url(../images/icon-right.png) left top no-repeat;
	color: #3f3e3e;
	font-size: 1.1em;
	margin: 0 0 8px;
	padding: 0 0 1px 32px;
	list-style: outside none;
	line-height: 1.14em;
}
div#divider_bg {
	display: none;
}
div#content_bg {
	background-color: #FFFFFF;
}
div#content div.left_col {
	float: left;
	margin-right: 2%;
	margin-bottom: 10px;
	width: 49%;
	height: auto;
}
div#content div.right_col {
	float: right;
	width: 49%;
	height: auto;
	margin-bottom: 10px;
}
div#content div#footnote {
	float: none;
	clear: both;
	width: auto;
	height: auto;
	margin-bottom: 10px;
}
}/*-- end handheld 768 --*/
 @media handheld, only screen and (max-width: 480px) {
h2 {
	font-family: 'Open Sans', sans-serif;font-weight: 400;
	font-size: 1.4em;
	font-weight: normal;
}
div.whitebox {
	padding: 10px;
	border-radius: 5px;
}
div.whitebox p {
	margin: 10px 0;
	font-size: 14px;
}
div#header {
	padding: 10px;
	height: 80px;
}
div#header h1 {
	float: right;
	width: 120px;
	height: 41px;
	display: block;
	margin-right: 10px;
	background: url('../images/logo.png') no-repeat;
}
div#header span {
	float: right;
	display: block;
	width: 100%;
	max-width: 470px;
	font-size: 12px;
	margin-top: 10px;
	margin-right: 10px;
	text-align: right;
}
div#banner_bg {
	display: block;
	background: #FFFFFF url('../images/bg_small.jpg') no-repeat top center;
}
div#banner {
/*padding:10px;*/
}
div#banner_content {
	margin: 180px auto 0 auto;
	height:500px;
}
div#banner_content h2 {
	font-size: 32px;
}
div#banner_content h3 {
	font-size: 20px;
}
div#banner_content img.banner_button {
	float: none;
	display: block;
	margin: 5px auto;
}
div#banner_content ul li {
	font-size: 16px;
	line-height: 1.5em;
	background: url(../images/icon-right-small.png) left top no-repeat;
	padding: 0 0 1px 22px;
}
div#divider_bg {
	display: none;
}
div#content_bg {
	background-color: #FFFFFF;
}
div#content {
	padding: 10px;
}
a#submitform {
	float: none;
	clear: both;
	text-align: right;
	display: block;
	width: 240px;
	margin-top: 15px;
}
div#content div.left_col {
	float: none;
	margin-right: 0;
	margin-bottom: 10px;
	width: 100%;
	height: auto;
}
div#content div.right_col {
	float: none;
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}
div#content div#footnote {
	float: none;
	width: auto;
	height: auto;
	margin-bottom: 10px;
}
div#footer {
	color: #fff;
	padding: 10px;
}
div#footer .right {
	float: none;
	display: block;
	text-align: center;
}
div#footer .right img {
	margin: 0 auto 25px auto;
}
p.copyright {
	text-align: center;
	font-size: 1em;
}

div.ctabtn {
	text-align: center;
width: 100% !important;
	height: 40px !important;
		margin-right:0px;
	margin-bottom:10px;
}
a.ctabtn-link {
	position: absolute;
	width: 100% !important;
	height: 40px !important;
	top: 0;
	left: 0;
	z-index: 1;
	line-height: 40px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none !important;
	cursor: pointer;
	text-shadow: 1px 1px #000;
}



}/*-- end handheld 480 --*/
