/* CSS Document */

/*----------------------- CSS Reset -----------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/*----------------------- General Styles -----------------------*/

body {
	background: #0062a8 url(../images/background_texture.jpg) repeat-x center top;
}

.text_bold {
	font-weight: bold;
}

.text_bold_11 {
	font-size: 11px;
	font-weight: bold;
}

.text_bold_red {
	font-weight: bold;
	color: #751f13;
}

.text_bold_blue {
	font-weight: bold;
	color: #004b88;
}


/*----------------------- Nav (Main) Styles -----------------------*/

.nav_main {
	width: 960px;
	height: 31px;
	margin: 2px 0 0 0;
	background: url(../images/nav_bottom.gif) repeat-x left top;
}

.nav_main ul{
	list-style-type: none;
	width: 960px;
    list-style: none;
}

.nav_main li {
	float: left;
}

.nav_main li a {
	color: #fff;
	text-decoration: none;
	display: block;
	height: 28px;
	line-height: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	padding: 0;
	background: url(../images/rollover.gif) no-repeat left top;
}
.nav_main li a:hover {
	color: #fff;
	margin: 0;
	padding: 0 0 3px 0;
	background: url(../images/rollover.gif) no-repeat left top;
}

.nav_main li.firsthome {
	width: 75px;
	padding: 0 0 0 215px;
}

.nav_main li a.first {
	background: url(../images/rollover.gif) no-repeat -1px top;
}

.nav_main li.works {
	width: 134px;
}

.nav_main li.faqs {
	width: 75px;
}

.nav_main li.tipstricks {
	width: 130px;
}

.nav_main li.members {
	width: 100px;
}

.nav_main li.contactus {
	width: 112px;
	padding: 0 119px 0 0;
}

body.home a.home {
	font-weight: bold;
	height: 25px;
	text-decoration: none;
	width: 315px;
	margin: 0 0 0 -215px;
	padding: 0 0 0 95px;
	background: url(../images/orange_bar.gif) no-repeat -1px top;
}

body.howitworks a.howitworks,
body.faqs a.faqs,
body.tipstricks a.tipstricks,
body.members a.members {
	color: #fff;
	font-weight: bold;
	margin: 0 0 0 0;
	padding: 0 0 3px 0;
	background: url(../images/orange_bar.gif) no-repeat left top;
}

body.contactus a.contactus {
	font-weight: bold;
	height: 25px;
	text-decoration: none;
	width: 116px;
	margin: 0 0 0 0;
	padding: 0 115px 0 0;
	background: url(../images/orange_bar.gif) no-repeat left top;
}


/*----------------------- Wrapper Styles -----------------------*/

.wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background: url(../images/background_texture.jpg) no-repeat left top;
}
.clear {
	height: 0px;
	clear: both;
}


/*----------------------- Branding Styles -----------------------*/

.branding {
	width: 960px;
	height: 148px;
	border-bottom: 1px solid #929598;
}

.carousel {
	width: 570px;
	height: 285px;
	padding: 60px 0 0 390px;
	background: url(../images/image_01.jpg) no-repeat left top;
	border-bottom: 1px solid #c9cacb;
}

.carousel.works {
	width: 450px;
	height: 273px;
	padding: 72px 0 0 510px;
	background: url(../images/image_02.jpg) no-repeat left top;
}

.carousel.faqs {
	width: 480px;
	height: 273px;
	padding: 72px 0 0 480px;
	background: url(../images/image_03.jpg) no-repeat left top;
}

.carousel.tipstricks {
	width: 470px;
	height: 273px;
	padding: 72px 0 0 490px;
	background: url(../images/image_04.jpg) no-repeat left top;
}

.carousel h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 30px;
	color: #085696;
	text-transform: uppercase;
	margin: 0 0 0 0;
	letter-spacing: 1px;
}

.carousel h1.eighteen {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 30px;
	color: #085696;
	text-transform: uppercase;
	margin: 0 0 18px 0;
	letter-spacing: 1px;
}

.carousel h1.orange {
	font-size: 28px;
	line-height: 30px;
	font-weight: bold;
	color: #d4691b;
	margin: 0 0 4px 0;
}

.orange {
	font-size: 28px;
	line-height: 30px;
	font-weight: bold;
	color: #d4691b;
	margin: 0 0 0 0;
}

.carousel h1.smaller {
	font-size: 13px;
	line-height: 13px;
	color: #666;
	margin: 0 0 0 118px;
}

.carousel h1.homesmaller {
	font-size: 13px;
	line-height: 13px;
	color: #666;
	margin: 0 0 0 180px;
}

/*----------------------- Content (Main) Styles -----------------------*/

.content_wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 960px;
	background: #fff;
}

.content_main {
	float: left;
	width: 830px;
	padding: 27px 0 0 130px;
	background: url(../images/content_background.jpg) no-repeat left 3px;
}

.content_main.contactus {
	float: left;
	width: 916px;
	padding: 27px 0 0 44px;
	background: url(../images/content_background.jpg) no-repeat left 3px;
}

.content_main.home {
	width: 810px;
	padding: 0 0 0 130px;
	border-right: 1px solid #c9cacb;
}

.content_main.members {
	width: 860px;
	padding: 40px 0 0 100px;
	background: url(../images/content_background.jpg) no-repeat left top;

}

.content_main h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 26px;
	color: #085696;
	margin: 0 0 10px 0;
}

.content_main h1.home {
	margin: 27px 0 10px 0;
}

.content_main h1.closer {
	margin: 0 0 5px 0;
}

.content_main h1.farther {
	margin: 0 0 30px 0;
}

.content_main h1.members {
	margin: 0 0 10px 42px;
}

.content_main h1.contactus {
	margin: 0 0 10px 86px;
}

.content_main h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 26px;
	color: #085696;
}

.content_main p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 26px;
	color: #666;
	margin: 0 0 30px 0;
}

.content_main p.members {
	margin: 0 0 30px 42px;
}

.content_main p.contactus {
	margin: 0 0 30px 86px;
}

.content_main p.closer {
	line-height: 14px;
}

.content_main ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #666;
	margin: 0 0 30px 0;
}
.content_main li {
	padding: 0 0 6px 12px;
	background: url(../images/bullet.gif) no-repeat left 8px;
}

.content_main ul.members {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 30px;
	color: #666;
}
.content_main li.members01 {
	height: 30px;
	padding: 0 0 0 42px;
	background: url(../images/list_blue.jpg) no-repeat left top;
}

.content_main li.members02 {
	height: 30px;
	padding: 0 0 0 42px;
	background: url(../images/list_white.jpg) no-repeat left top;
}

.content_main li.members02.last {
	height: 31px;
	padding: 0 0 50px 42px;
}

.content_main ul a {
	text-decoration: none;
	color: #666;
}

.content_main ul a:hover {
	text-decoration: underline;
	color: #333;
}

.sidebar_wrapper {
	float: right;
	width: 211px;
	height: 537px;
	border-left: 1px solid #c9cacb;
}
.sidebar_top {
	width: 211px;
	height: 280px;
	padding: 17px 0 0 0;
	background: url(../images/sidebar_orange.jpg) no-repeat 3px 3px;
}

.sidebar_top h1 {
	display: block;
	width: 187px;
	height: 39px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 37px;
	font-weight: bold;
	color: #fff;
	margin: 0 0 0 3px;
	padding: 0 0 0 17px;
	background: url(../images/sidebar_header.jpg) no-repeat left top;
}

.sidebar_top h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 27px;
	font-weight: bold;
	color: #f4ceb1;
	margin: 0 0 0 3px;
	padding: 0 0 20px 17px;
}

.sidebar_bottom {
	width: 211px;
	height: 216px;
	margin: 3px 0 0 0;
	padding: 17px 0 0 0;
	border-top: 1px solid #c9cacb;
	background: url(../images/sidebar_yellow.jpg) no-repeat 3px bottom;
}
.sidebar_bottom p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #858585;
	margin: 0 0 0 3px;
	padding: 0 0 10px 17px;
}

.callout {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
}

.login_main {
	float: left;
	width: 278px;
	height: 185px;
	margin: 0 0 22px 0;
	padding: 0 0 0 639px;
	background: url(../images/home_logo.gif) no-repeat left bottom;
}

.login_elements {
	float: left;
	width: 106px;
	text-align: right;
	height: 50px;
	padding: 0 7px 0 0;
}

.text_column {
	float: left;
	width: 302px;
	height: 200px;
	padding: 0 0 0 139px;
}
.text_column.two {
	padding: 0;
}

.text_column.three {
	width: 476px;
	padding: 0;
}

.text_bar {
	width: 876px;
	height: 35px;
	text-align: center;
	background: #eee;
	padding: 15px 0 0 0;
}


/*----------------------- Footer Styles -----------------------*/

.footer {
	width: 830px;
	height: 102px;
	padding: 10px 0 0 130px;
	border-top: 1px solid #c9cacb;
	background: url(../images/footer_background.jpg) no-repeat left top;
}

.footer p {
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #004b88;
	margin: 19px 35px 0 0;
}

.footer a {
	color: #004b88;
	text-decoration: none;
}

.footer a:hover {
	color: #002966;
	text-decoration: underline;
}

.logos {
	float: right;
	width: 300px;
	height: 70px;
	vertical-align: bottom;
}

.padright {
	padding: 0 30px 0 0;
}


/* -------------------------- Form Styles -------------------------- */

.formplacement {
	float: left;
	width: 650px;
	height: 450px;
	padding: 0 0 0 120px;
}

.formplacement p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #939598;
	margin: 0;
}

.formtitle {
	float: left;
	height: 60px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 24px;
	color: #211d16;
	padding: 0 0 0 86px;
}

.formtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #939598;
	float: left;
	text-align: right;
	width: 80px;
	margin: 2px 6px 0 0;
}

.formtext.answers {
	color: #085696;
	text-align: left;
	width: 544px;
	margin: 2px 0 0 2px;
}

.formEMAIL {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background: #fff url(../images/form_background.jpg) repeat-x;
	float: left;
	width: 538px;
	height: 16px;
	border: 1px solid #ccc;
	padding: 1px 0 0 2px;
}

.formTHREE {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	border: 1px solid #ccc;
	height: 150px;
	width: 538px;
	background: #fff url(../images/form_background.jpg) repeat-x;
	padding: 1px 0 0 2px;
}
.submit { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	width: 100px;
	height: 31px;
	border: none;
	margin: 0 0 20px 86px;
	background: url(../images/submit.gif) no-repeat;
}
.submit:hover {
	background-position: left bottom;
}
.formalign {
	float: left;
	width: 685px;
	height: 33px;
}
.formalign.last {
	margin: 0 0 50px 0;
}
.formalign.THREE {
	height: 168px;
}

fieldset span.LV_validation_message{
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin:0 0 0 86px;
	float: none;
	font-size: 11px;
	display: block;
	width: auto;
	clear: both;
}

.LV_invalid{
	color:#CC0000;
}
.LV_invalid_field, input.LV_invalid_field:hover, input.LV_invalid_field:active, textarea.LV_invalid_field:hover, textarea.LV_invalid_field:active {
	border: 1px solid #CC0000;
}

.LV_invalid_field, input.LV_invalid_field:hover, input.LV_invalid_field:active, textarea.LV_invalid_field:hover, textarea.LV_invalid_field:active {
	border: 1px solid #CC0000;
}

/* </style> */ 

