body {
	margin: 0px;
	background-color: #746686;
}

#container {
	width: 760px;
	height: auto;
	position: absolute;
	left: 0;
	top: 168px;
	background: url(../images/background.jpg) left top repeat-y;
}

/* Header */

#header {
	width: 710px;
	height: 132px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	background: url(../images/background_header.jpg) left top no-repeat;
	margin: 0;
	padding: 36px 50px 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	text-align: right;
}

/* Top Nav */

#topNav {
	width: 220px;
	height: 26px;
	position: absolute;
	left: 530px;
	top: 142px;
	z-index: 5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#topNav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#topNav ul li {
	float: left;
	width: 95px;
	height: 26px;
	margin: 0 10px 0 0;
	padding: 0;
	text-align: center;
	background: url(../images/topNav_button.gif) left top no-repeat;
}

#topNav ul li a {
	width: 77px;
	height: 12px;
	display: block;
	margin: 0;
	padding: 7px 9px;
}

#topNav ul li a:link, #topNav ul li a:visited {
	color: #472376;
	text-decoration: none;
	font-weight: bold;
}

#topNav ul li a:hover, #topNav ul li a:active {
	color: #f3db91;
	text-decoration: none;
	font-weight: bold;
}

/* sideNav */


#sideNav {
	width: 152px;
	height: auto;
	float: left;
	margin: 0;
	padding: 0;
}

#sideNav ul {
	list-style: none;
	width: 142px;
	height: auto;
	margin: 0;
	padding: 0;
}

#sideNav ul li {
	width: 142px;
	height: 30px;
	margin: 0 0 9px 5px;
	padding: 0;
	background: url(../images/button.jpg) left top no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

#sideNav ul li a {
	width: 142px;
	height: 21px;
	display: block;
	margin: 0;
	padding: 9px 0 0 0;
}

#sideNav ul li a:link, #sideNav ul li a:visited {
	color: #472376;
	text-decoration: none;
}

#sideNav ul li a:hover, #sideNav ul li a:active {
	color: #f3db91;
	text-decoration: none;
}

/* content */

#content {
	width: 597px;
	height: auto;
	float: left;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	line-height: 22px;
}

#content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-style: italic;
	font-weight: normal;
	color: #4f4162;
	line-height: 28px;
	margin: 0 15px 0 15px;
	padding-top: 15px;
}

#content h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #4f4162;
	line-height: 28px;
	margin: 15px 15px 0 15px;
}

#content p {
	margin-left: 15px;
	margin-right: 15px;
}

#content ol {
	margin: 0 15px 0 15px;
}

#content ol li {
	margin: 10px 15px;
}

#content a:link, #content a:visited {
	color: #514265;
	font-weight: bold;
	text-decoration: underline;
}

#content a:hover, #content a:active {
	color: #514265;
	font-weight: bold;
	text-decoration: none;
}

.imgRight {
	float: right;
	margin: 0 0 10px 10px;
	border: 1px solid #757270;
}

.imgLeft {
	float: left;
	margin: 0 10px 10px 0;
	border: 1px solid #757270;
}

hr {
	clear: both;
	border-bottom: none;
	border-left: none;
	border-right: none;
	border-top: 1px solid #bba4da;
}

#contactInfo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align: center;
	padding: 5px 0 20px 0;
}

#contactInfo img {
	margin: 0 5px -20px 5px;
	border: none;
}

#contactInfo a:link, #contactInfo a:visited {
	color: #514265;
	font-weight: normal;
	text-decoration: none;
}

#contactInfo a:hover, #contactInfo a:active {
	color: #514265;
	font-weight: normal;
	text-decoration: underline;
}

.noBorder {
	border: none !important;
}

/* --- mainContact --- */

#mainContact {

}

#mainContact input {
	width: 180px;
	height: 20px;
	border: 1px solid #757270;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}

#mainContact select {
	width: 180px;
	height: 20px;
	border: 1px solid #757270;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}

#mainContact textarea {
	width: 450px;
	height: 65px;
	border: 1px solid #757270;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}

#submitBtn {
	
}

#submitBtn input {
	width: 142px;
	height: 30px;
	background: url(../images/button.jpg) left top no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #412376;
	text-align: center;
	border: none;
	margin: 0 10px;
	cursor: pointer;
}
.address2 {
  display: none;
}
.valid {
  background-color: #D0ECAA !important;
}
.invalid {
  background-color: #EC8486 !important;
}

/* Footer */

#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	line-height: 18px;
	text-align: center;
}

/* Disclaimer */

#disclaimer {
	
}
/* ASPX form/Error box controls */
#errors {
}
#errors ul {
}
#errors li {
}
/* ASPX form/Captcha controls */
#pnlCaptcha {
	margin: 10px 15px;
}
/* the text above the captcha */
#pnlCaptcha label {
}
/* the div which wraps around captcha, text and input */
.captcha {
}
/* actual captcha image */
.captcha img {
}
/* wraps around text and input alone */
.captcha div {
}
/* the atual text */
.captcha span {
}
/* the input for validation */
.captcha input {
}
/* the submit button */
#pnlCaptcha #btnSubmit {
}
/* Clearfix http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix {display: inline-table;}
* html .clearfix {height: 1%;}
.clearfix {display: block;}
.brclear {clear:both;height:0;margin:0;font-size: 1px;line-height: 0;}
/* sIFR http://www.mikeindustries.com/sifr/ Current Version 2.0.2 */
/* These are standard sIFR styles... do not modify */
.sIFR-flash {visibility: visible !important;margin: 0;}
.sIFR-replaced {visibility: visible !important;}
span.sIFR-alternate {position: absolute;left: 0;top: 0;width: 0;height: 0;display: block;overflow: hidden;}
.sIFR-flash + div[adblocktab=true] {display: none !important;}
/* =============== you can edit these styles ====================== */
.sIFR-hasFlash h1, .sIFR-hasFlash h2 {
	visibility: hidden;
}
