/*________ MAIN ELEMENTS ________*/

* {
	margin: 0;
	padding: 0;
}

body {
	font: 14px Arial,Verdana,sans-serif; color: #2d2d2d; text-decoration: none;
	text-align: left;
	background: #6caee0;
}

img {
	display: block;
	border: 0;
}

a {
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #;
}

#containerHome {
	background: #6caee0 url(images/bg-container-home.jpg) no-repeat top center;
}

#container {
	background: #6caee0 url(images/bg-container.jpg) no-repeat top center;
}





/*________ HEADER ________*/

#headerContainer {
	height: 80px;
	background-color: #ffffff;
	margin-bottom: 20px;
}

#header {
	width: 940px;
	margin-left: auto;
	margin-right: auto;
}

#header a.imgFloatRight {
	float: right;
	display: block;
	width: 137px;
	height: 80px;
	background: url(images/img-affiliate-logos.gif) no-repeat;
	text-indent: -9999px;
}

#header a:hover.imgFloatRight {
	background-position: 0 -80px;
}




/*________ NAV ________*/

#navContainer {
	background-color: #ffffff;

}

#navContainer ul {
	font-size: 16px;
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	text-align: center;
	padding: 11px 0 12px 0;
}

#navContainer ul li {
	display: inline;
	padding: 0 67px 0 62px;
	border-right: 1px solid #e2e2e2;
	color: #043552;
}

#navContainer ul li.noRightPadding {
	padding: 0px 0px 0px 62px;
	border-right: none;
}

#navContainer ul li.noLeftPadding {
	padding: 0px 67px 0px 0px;
}

#navContainer ul li a {
	color: #043552;
}

#navContainer ul li a:hover {
	color: #7695ad;
}




/*________ CONTENT ________*/

#contentHome {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	margin-top: 390px;
	padding: 20px;
	background: #fff;
}

#content {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	padding: 20px;
	background: #fff;
	overflow: hidden;
}


h2 {
	border-bottom: 1px solid #2d2d2d;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

h3 {
	color: #6caee0;
	border-bottom: 1px solid #6caee0;
	clear: right;
	padding-bottom: 3px;
	margin-bottom: 3px;
	font-size: 14px;
}

img.imgFloatRight {
	float: right;
	padding: 1px;
	border: 1px solid #d6d6d6;
	margin: 0 0 10px 10px;
}

p {
	padding-bottom: 10px;
	line-height: 1.4;
}

#contentHome ul, #content ul {
	color: #bdddf2;
	font-size: 12px;
	font-weight: bold;
	margin-left: 15px;
	margin-bottom: 15px;
}

#contentHome ul li, #content ul li {
	padding-bottom: 10px;
}

.mainImage {
	width: 938px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	border: 1px solid #fff;
}

#content a.link {
	padding: 5px 5px 5px 20px;
	background: url(images/bg-link.gif) no-repeat center left;
	color: #043552;
	font-size: 12px;
}

#content a.form {
	padding: 5px 5px 5px 20px;
	background: url(images/bg-pdf.gif) no-repeat center left;
	color: #043552;
	font-size: 12px;
}

#content a:hover.link, #content a:hover.form {
	color: #fff;
}

#content a.textLink {
	color: #6caee0;
}

#content a:hover.textLink {
	text-decoration: underline;
}




/*________ CONTACT US ________*/

#contactDetails {
	float: left;
	padding-right: 100px;
}

#contactDetails p strong {
	color: #6caee0;
}

#contactForm fieldset {
	border: 0;
	width: 500px;
	float: left;
	padding: 20px;
}

#contactForm fieldset label {
	float: left;
	clear: left;
	text-align: right;
	width: 120px;
	margin: 0 10px 10px 0;
	padding-top: 4px;
}

#contactForm fieldset input, #contactForm fieldset textarea {
	display: block;
	width: 200px;
	padding: 2px 0 2px 3px;
	margin: 0 0 10px 0;
}

#contactForm fieldset textarea {
	width: 350px;
	height: 96px;
	overflow: auto;
	font: 12px Arial, helvetica, sans-serrif;
}

#contactForm button {
	margin: 0 0 0 130px;
}

#contactForm #errorText {
	color: #d00000;
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid;
	background: #ff8b8b;
}


#contactForm #errorText ul {
	margin: 0;
	padding: 0 0 0 25px;
}

#contactForm #successText {
	color: #135616;
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid;
	background: #a5ffa9;
}

#contactForm #successText p {
	text-align: center;
	padding: 0;
}

p.thankyou {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	padding: 80px;
}




/*________ FOOTER ________*/

#footerContainer {
	background: #fff;
	margin-bottom: 20px;
}

#footer {
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	margin-bottom: 30px;
}

#footer p {
	color: #00243b;
	font-size: 10px;
	float: left;
	padding-top: 22px;
}

#footer p a {
	color: #00243b;
}

#footer p a:hover {
	color: #7695ad;
}

#footer img {
	float: right;
	padding: 10px 0px;
}





