#content {
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#content h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight:700;
}

#content h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
/*	font-weight:normal;
*/	font-size: medium;
}

#content h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:bold;
}

#content p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:normal;
}

#leftNav {
	margin: 0px 0px 15px;
	padding: 5px 0px 0px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	font-weight: bold;
}
#leftNav li {
	list-style-type: none;
	margin-bottom: 12px;
}
#leftNav a {
	color: #eab363;
	text-decoration: none;
}
#leftNav a:hover {
	color: #FFFFFF;
}
#leftNav  .active {
	color: #FFFFFF!important;
}
#miniContact {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 9px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../images/mini_contact_bg.jpg);
	background-repeat: no-repeat;
	clear: both;
}
#miniContact ul {
	margin: 0px;
	padding:50px 0px 0px;
}
#miniContact li {
	list-style-type: none;
	margin-bottom: 5px;
}
#miniContact input {
	border: 1px solid #a69f94;
	padding: 1px;
	width: 150px;
}
#miniContact textarea {
	width: 150px;
	border: 1px solid #a69f94;
	height: 125px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
#miniContact #button .btnSubmit {
	height: 17px;
	width: 67px;
	float: right;
	margin-right: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background: url(../images/submit.jpg) top center no-repeat;
}
.address2 {
  display: none;
}
.valid {
    background-color: #007940!important;
}
.invalid {
    background-color: #F00000!important;
}
.brownBox {
	font-family: Arial, Helvetica, sans-serif;
	color: #423832;
	width: 553px;
	padding-top: 25px;
	padding-bottom: 25px;
	border: 4px solid #423832;
	font-weight: bold;
	background-color: #EAB363;
}
.brownBox img {
	float: left;
	margin-right: 15px;
	margin-left: 15px;
}
.brownBox .videoP {
	padding-top: 50px;
	margin-right: 15px;
}
/* Clearfix from positioniseverything.net; http://www.positioniseverything.net/easyclearing.html */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac */

* html .clearfix {height: 1%;}
.clearfix {display: block;}

/* End hide from IE-mac */

/* Use a break with this class to clear float containers */

.brclear {
  clear:both;
  height:0;
  margin:0;
  font-size: 1px;
  line-height: 0;
}
#errors {
	margin-bottom: 20px;
	margin-left: 125px;
}

#lblErrors li {
	color: #FF0000!Important;
	font-weight: bold;
}

#btnValidateForm {
	margin-top: 10px;
	margin-left: 200px;
}

#pnlCaptcha {
	margin-top: 25px;
	margin-bottom: 100px;
        text-align: left;
}

#lblVerifySubmission {
	font-size: 14px!Important;
}

#lblVerifySubmission span {
	font-weight: bold;
}

#CaptchaControl1_image {
	margin-top: 10px;
	margin-bottom: 10px;
}

.captcha span {
	margin-right: 10px;
}

#btnSubmitForm {
	margin-top: 5px;
}

#ValidationSummary2 ul li {
	color: #FF0000!Important;
}

