/* ----- LANDING PAGE STYLE ----- */
body {
	color: #555555;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a {
	color: #8B2031;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#landing_container {
    width: 650px;
    margin: 30px auto 0 auto;
	text-align: left;
}
.landing_borderBox {
    width: 650px;
    margin: 0;
    padding: 0;
    background: url(/img/landing_borderBox_wrapper.png) left top repeat-y;
}
.landing_borderBox .landing_borderBox_top {
    height: 12px;
    position: relative;
    top: 0;
    left: 0;
    background: url(/img/landing_borderBox_top.png) left top no-repeat;
}
.landing_borderBox .landing_borderBox_bottom {
    background: url(/img/landing_borderBox_bottom.png) left bottom no-repeat;
	padding-bottom: 10px;
}
.landing_borderBox .landing_borderBox_content {
    margin: 0 14px 14px 15px;
	width: 618px;
}
.landing_borderBox .logo {
    margin: 2px 0 0 0;
	float: left;
}
.landing_leftSection {
	width: 418px;
}
.landing_rightSection {
	width: 187px;
	float: right;
	color: #222222;
}
.landing_rightSection h5 {
	background: transparent none repeat scroll 0 0;
	border-color: #45577A;
	border-style: solid solid none;
	border-width: 6px 1px medium;
	color: #232C3D;
	font-family: verdana;
	margin: 0;
	font-size: 13px;
	font-weight: bold;
	line-height: normal;
	padding: 3px 4px;
	text-align: center;
}
.landing_rightSection div {
	border-color: #A2ABBC #45577A;
	border-style: none solid solid;
	border-width: medium 1px 6px;
	font-size: 10px;
	margin: 0 0 15px;
	padding: 0;
	text-align: left;
	padding: 0px 4px 3px;
}
.landing_rightSection div ul {
	margin: 0 0 0 10px;
	padding: 4px;
}
.landing_rightSection div ul li{
	list-style-image: url(/img/landing_bullet.gif);
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 5px;
}
.landing_borderBox h1 {
    margin: 0 0 0 0;
	color: #222222;
	font-size: 28px;
	font-weight: bold;
}
.landing_borderBox h2 {
    margin: 0 0 0 0;
	color: #444444;
	font-size: 20px;
	font-weight: bold;
}
.landing_borderBox h3 {
    margin: 0 0 0 0;
	color: #666666;
	font-size: 18px;
	font-weight: bold;
}
.landing_borderBox h4 {
	margin: 0 0 0 0;
	color: #444444;
	font-size: 14px;
	font-weight: bold;
}
.landing_formQuestion {
	border: 1px dashed #E0E0E1;
	padding: 5px;
	margin: 5px 0px;
}
.landing_formQuestion span {
	display: inline;
	float: left;
	padding: 0 8px 8px 0;
}
.landing_formQuestion div {
	margin-left: 15px;
}
.dataLabel {
	color: #45577A;
	font-weight: bold;
	vertical-align: top;
	border: 1px dashed #E0E0E1;
	line-height: normal;
	width: 140px !important;
	padding: 3px 5px;
	text-align:left;
	font-size: 11px;
}
.dataField {
	vertical-align: top;
	width: 200px !important;
	text-align:left;
	font-size: 11px;
}
.landing_borderBox p {
	margin: 0 0 0 0;
	font-size: 11px;
	line-height: 18px;
}
.landing_borderBox a {
	color: #8B2031;
	text-decoration: none;
}
.landing_borderBox a:hover {
	text-decoration: underline;
}
.landing_borderBox img {
	border: medium none;
}
.more p a {
	background: transparent url(/img/link_arrow.png) no-repeat scroll right center;
	font-size: 11px;
	padding-right: 16px;
	margin: 0px 3px;
	float: right;
}
#ErrorSumarry ul{
	margin-left: 10px;
}
#vld_name {
	margin: 3px;
	position: absolute;
}
#vld_name {
	margin: 3px;
	position: absolute;
}
#vld_phone {
	margin: 3px;
	position: absolute;
}
#vld_email {
	margin: 3px;
	position: absolute;
}
#vld_email_format {
	margin: 3px;
	position: absolute;
}
#landing_footer {
    margin: 3px 6px 30px;
	padding: 0;
	font-size: 9px;
	text-align: right;
}