/*------------------ Body <---------------------*/
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	background-color: #DADADA;
}
/*------------------ Container <---------------------*/
.thrColFixHdr #container {
	position: absolute;
	left: 50%;
	top: 30px;
	margin: 0px 0px 0px -400px;
	padding: 0px 0px 0px 0px;
	width: 800px;
	height: auto;
} 
/*------------------ Header <---------------------*/
.thrColFixHdr #header {
	background-color: #DDDDDD;
	background-image: url(../images/eye_header.jpg);
	height: 111px;
	width: 800px;
	padding: 0px;
	position: absolute;
	left: 0px;
	top: 0px;
}
/*------------------ Blue Tagine Bar <---------------------*/
.thrColFixHdr #tagline {
	background-color: #2869A1;
	height: 32px;
	width: 800px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 0px;
	top: 111px;
}
.thrColFixHdr #tagline p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 15px;
} 
/*------------------ Column Container <---------------------*/
.thrColFixHdr #content {
	height: auto;
	width: 800px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 0px;
	top: 143px;
	background-image: url(../images/container-bg.gif);
	background-repeat: repeat-y;
}
/*------------------ Left Column <---------------------*/
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 160px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	margin: 0px;
	background-color: #C9D3DC;
}
.thrColFixHdr #sidebar1 p{
	color: #444;
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin: 10px;
	line-height: 18px;
}
.thrColFixHdr #sidebar1 .doc{
	margin: 10px;
}
/*------------------ Middle Column <---------------------*/
.thrColFixHdr #mainContent {
	margin: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float: left;
	height: auto;
	width: 470px;
	padding: 0;
} 
.thrColFixHdr #mainContent h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #444;
	padding: 0px;
	margin: 0px;
}
.thrColFixHdr #mainContent h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #444;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
} 
.thrColFixHdr #mainContent h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #2869A1;
	padding: 0px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
} 
.thrColFixHdr #mainContent p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 21px;
	color: #444;
} 
.thrColFixHdr #mainContent p.espanol{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 21px;
	color: #444;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
} 
.thrColFixHdr #mainContent ul{ 
} 
.thrColFixHdr #mainContent ul li{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 21px;
	color: #444;
} 
.thrColFixHdr #mainContent a:link, .thrColFixHdr #mainContent a:visited {
	color: #2869A1;
} 
.thrColFixHdr #mainContent a:hover, .thrColFixHdr #mainContent a:active {
	color: #000000;
	text-decoration: underline;
} 
.thrColFixHdr #mainContent .addPad{ 
	padding: 30px;
}
/*-------------------- Main Contact Form   --------------------*/
.thrColFixHdr #mainContent #contact {
    margin: 0px;
    height: auto;
    background-color: #fff;
    width: 200px;
}
.thrColFixHdr #mainContent #contact ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
.thrColFixHdr #mainContent #contact li {
    margin: 0px 15px 15px 0px;
    padding: 0px;
    float: left;
}
.thrColFixHdr #mainContent #contact label {
    display: block;
    font-size: 12px;
    color:#000;
    float: left;
    padding: 5px 0px 5px 0px;
    font-family: Arial, Helvetica, sans-serif;
	width: 100px;
}
.thrColFixHdr #mainContent #contact input {
    border: 1px solid #cccccc;
    font-family: Arial, Helvetica, sans-serif 10px #000;
    background-color: #f2f2f2;
    padding: 2px;
    float: left;
    width: 150px;
    height: 25px;
	clear: both;
}
.thrColFixHdr #mainContent #contact select.state {
    border: 1px solid #cccccc;
	font-family: Arial, Helvetica, sans-serif;
    background-color: #f2f2f2;
    padding: 2px;
    float: left;
    clear: both;
    height: 25px!important;
    width: 150px!important;
    
}
.thrColFixHdr #mainContent #contact textarea {
    width: 150px;
    height: 125px;
    border: 1px solid #cccccc;
    font: Arial, Helvetica, sans-serif 12px #000;
    background-color: #f2f2f2;
    padding: 2px;
    float: left;
    clear: both;
}
.thrColFixHdr #mainContent #contact input.button {
    width: 100px;
    border: 1px solid #000;
    font: Arial, Helvetica, sans-serif 10px #000;
    background-color: #fff;
    float: left;
    clear: both;
	padding: 0px;
}

.thrColFixHdr #mainContent #contact {
    margin: 0px;
    height: auto;
    background-color: #fff;
	width: 400px;
}
.thrColFixHdr #mainContent #contact label {
	font-size: 11px;
	color:#2869A1;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	width: 150px;
	height: 25px;
}
.thrColFixHdr #mainContent #contact input {
    border: 1px solid #cccccc;
    font: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
    background-color: #f2f2f2;
	height: 25px;
	width: 150px;

}
.thrColFixHdr #mainContent #contact select.state  {
    fon-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
    background-color: #f2f2f2;
    height: 25px!important;
    width: 150px!important;
    border: 1px solid #cccccc!important;
}
.thrColFixHdr #mainContent #contact textarea{
    width: 400px;
    height: 125px;
    border: 1px solid #cccccc;
    font: Arial, Helvetica, sans-serif;
	font-size: 10px;
    background-color: #f2f2f2;
    padding: 2px;
    float: left;
}
.thrColFixHdr #mainContent #contact input.button  {
    width: 100px;
	border: 1px solid #000;
	font: Arial, Helvetica, sans-serif;
	background-color: #F5AA26;
	float: left;
	height: 25px;
	padding: 2px;
}
.address2 {
  display: none;
}
.valid {
  background-color: #D0ECAA !important;
}
.invalid {
  background-color: #EC8486 !important;
}

/*------------------Bennett CSS - This is a little sloppy and I would like to come back in here and clean it up. I forgot to change the id from contact to the bennett, when changed, the important tags will no longer be necessarry<--------------------*/
#pnlCaptcha {
    width: 400px;
    height: auto;
    clear: both;
}
#pnlCaptcha label {
	width: 400px;
	height: auto;
	float: left;
	clear: both;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000!important;
	font-weight: normal!important;
}
#pnlCaptcha label strong{
    color: #990000!important;
}
#lblVerifySubmission {
    width: 400px;
    height: auto;
    float: left;
    clear: both;
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
}
.captcha {
    width: 240px;
    height: auto;
    float: left;
    clear: both;
    margin: 0px;
    padding: 0px;
}
.captcha img {
    width: 240px;
    float: left;
    clear: both;
    margin: 15px 0px 15px 80px;
    padding: 0px;
	border: 1px solid #990000!important;
}
.captcha span {
    float:left;
    clear:both;
    width: 240px;
    height: auto;
    margin: 10px 0px 0px 0px;
    padding: 0px;
    text-align:left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    list-style: none;
    color: #990000;
}
.captcha input {
	float:left;
	clear:both;
	width: 240px;
	height: auto;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	list-style: none;
	background-color: #FFFFFF!important;
	border: 1px solid #990000!important;
}
/*#bennett{
}
#bennett input{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    margin: 0px;
    padding: 0px;
}
#bennett textarea{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    margin: 0px;
    padding: 0px;
}
#bennett ul{
    width: 240px;
    height: auto;
    margin: 0px;
    padding: 0px;
}
#bennett ul li{
    margin: 0px;
    padding: 0px;
}*/
#ValidationSummary1 {
    width: 240px;
    height: auto;
    float:left;
    clear:both;
    margin: 15px 0px 15px 0px;
    padding: 0px;
}
#ValidationSummary1 ul{
    width: 240px;
    height: auto;
    float:left;
    clear:both;
    margin: 0px;
    padding: 0px;
    list-style: none;
}
#ValidationSummary1 ul li{
    float:left;
    clear:both;
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #990000;    
}
#ValidationSummary2 {
    width: 240px;
    height: auto;
    float:left;
    clear:both;
    margin: 15px 0px 15px 0px;
    padding: 0px;
}
#ValidationSummary2 ul{
    width: 240px;
    height: auto;
    float:left;
    clear:both;
    margin: 0px;
    padding: 0px;
    list-style: none;
}
#ValidationSummary2 ul li{
    float:left;
    clear:both;
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #990000;    
}
#errors {
    float:left;
    clear:both;
    width: 240px;
    height: auto;
    margin: 0px;
    padding: 0px;
}
#errors #pnlError span#lblErrors {
}
#errors #pnlError span#lblErrors ul{
    float:left;
    clear:both;
    width: 240px;
    height: auto;
    padding: 0px;
    margin: 0px 0px 10px 0px;
}
#errors #pnlError span#lblErrors ul li{
    float:left;
    clear:both;
    width: 240px;
    height: auto;
    margin: 10px 0px 0px 0px;
    padding: 0px;
    text-align:left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    list-style: none;
    color: #990000;    
}
textarea, input, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
.thrColFixHdr #mainContent input#btnValidateForm {
    float: left;
    clear: both;
    width: 400px;
    height: 25px!important;
    margin: 10px 0px 0px 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #000000;
	background-color: #F5AA26;
    border: 1px solid #990000;
}
.thrColFixHdr #mainContent input#btnSubmitForm {
	float: left;
	clear: both;
	width: 405px;
	height: 25px!important;
	margin: 10px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: #F5AA26;
	border: 1px solid #990000;
}
/* Use a break with this class to clear float containers */
.brclear {
  clear:both;
  height:0;
  margin:0;
  font-size: 1px;
  line-height: 0;
}
/*------------------ Clearfix  <--------------------*/
.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 */

/*------------------ Right Column <---------------------*/
.thrColFixHdr #sidebar2 {
	float: left; /* since this element is floated, a width must be given */
	width: 170px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
}
.thrColFixHdr #sidebar2 img{
	display:inline!important;
}
/*------------------ Quick Contact Form <---------------------*/
.thrColFixHdr #sidebar2 #qc {
	background-color:#F5AA26;
	display: block;
	height: auto;
	width: 170px;
	margin: 0px;
	padding: 0px;
}
.thrColFixHdr #sidebar2 #qc form {
	margin: 0px;
	width: 150px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
}
.thrColFixHdr #sidebar2 #qc textarea {
	margin: 5px 0px 0px 0px;
	padding: 0px;
	width: 150px;
	height: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.thrColFixHdr #sidebar2 #qc input {
	margin: 5px 0px 0px 0px;
	padding: 0px;
	width: 150px;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.thrColFixHdr #sidebar2 #qc input.button {
	color: #000;
	width: auto;
}
.thrColFixHdr #sidebar2 #qc p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-align: center;
	padding: 5px;
}
.thrColFixHdr #sidebar2 #qc a{
	color: #000000;
	text-decoration: underline;
}
/*------------------ Some Shit <---------------------*/
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.imgRt {
	float:right;
	padding: 3px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 15px;
	border: 1px solid #444444;
}
