body {
	margin: 0px;
	background-image:url(../images/bkg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #736353;
	text-align: center; /*added to fix i.e. centering issues*/
}

.img-right {
	margin-left: 15px;
	margin-bottom: 10px;
	float: right;
	border: #000000 solid 2px;
}

div.container {
	width: 760px;
	height: auto;
	padding: 0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -374px;
	left: 50%;
	position: absolute;
	text-align: left; /*added to fix i.e. centering issues*/
}

#content {
	width: 750px;
	height: auto;
/*	left: 6px;
	top: 310px;
*/	margin: 290px 0 0 6px;
	padding: 0;
	background-color:#d2c8a7;
	background-image:url(../images/Bkg2.jpg);
	background-repeat:no-repeat;
}


/* Column Container with left & middle containers */


#columnContainer {
	width: 696px;
	height: auto;
	margin-left: 27px;
/*	top: 0px;
	position: relative;
*/	background-image:url(../images/columnBkg.gif);
	background-repeat:repeat-y;
}

/* Header */

#header {
	background-image:url(../images/header.jpg);
	background-repeat: no-repeat;
	position: absolute;
	margin: 0px 0 0 -380px;
	top:0px;
	left:50%;
	width: 760px;
	height: 252px;
}

#header a{
	position:absolute;
	width: 90px;
	height: 50px;
	top: 10px;
	left:620px;
}

#header a:link,#header a:visited{
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #1b0c06;
	text-decoration: underline;
}

#header a:hover,#header a:active{
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: underline;
}


/* Mast */

#mast {
	background-image:url(../images/navBkg.jpg);
	background-repeat:no-repeat;
	position:absolute;
	top:252px;
	left: 50%;
	margin: 0 0 0 -380px;
	width:760px;
	height:58px;
}



#mast p{
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #a03d25;
	padding-right: 60px;
	padding-top:5px;
	margin: 0px;
}







/* Left Column */

#leftColumn {
	width: 190px;
	height: auto;
	padding-top: 20px;
	float: left;
}



#leftColumn li{
	list-style-position: outside;
	list-style-image: url(../images/bullet.gif);
	
}


#leftColumn a{
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #1b0c06;
	text-decoration: none;
}

#leftColumn a:link,#leftColumn a:visited{
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #1b0c06;
	text-decoration: none;
}

#leftColumn a:hover,#leftColumn a:active{
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #a03d25;
	text-decoration: none;
}
#blogArch img {
	margin-left: 5px;
}
#blogArch h3 {
	font-family: Arial, Helvetica, sans-serif;
	padding-left:10px;
	font-size: 16px;
} 
#blogArch a:link, #blogArch a:visited {
	font-size: 14px!important;
	font-weight: normal!important;
}
/* CSS Tags For Main Contact Form */
#contact {
	margin: 0px;
	padding: 20px 0px 0px 0px;
	height: 520px;
	width: 400px;
	background-color: #b1a185;
	background-repeat: no-repeat;
	border: 1px solid #312219;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#contact form{
	margin: 0px 0px 0px 0px;

}

#contact label {
	display: block;
	text-align: right;
	width: 350px;
	margin: 0px;
	color: #000;
}

#contact label input {
	text-align: left;
	border: 1px solid #000;
	width: 200px;
	color: #000;
	background-color: #FFF;
	margin-left: 15px;
	margin-bottom: 10px;
	margin-right: 20px;
	padding: 4px;
}

#contact label select{
	text-align: left;
	border: 1px solid #000;
	width: 210px;
	color: #000;
	background-color: #FFF;
	margin-left: 15px;
	margin-bottom: 10px;
	margin-right: 20px;
	padding: 4px;
}


#contact label textarea {
	text-align: left;
	border: 1px solid #000;
	width: 200px;
	color: #000;
	background-color: #FFF;
	height: 120px;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-right: 20px;
	padding: 4px;
	color: #000;
}

#buttons {

	margin: 0px 0px 0px 200px;
	padding: 0px ;
	
}

#contactHidden {
	display: none;
}

/*Contact for Bennett*/
#contact1 {
	margin: 0px;
	padding: 20px 0px 0px 0px;
	height: 520px;
	width: 395px;
	background-color: #b1a185;
	background-repeat: no-repeat;
	border: 1px solid #312219;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#contact1 form{
	margin: 0px 0px 0px 0px;

}

#contact1 label {
	display: block;
	text-align: right;
	width: 350px;
	margin: 0px;
	color: #000;
}

#contact1 label input {
	text-align: left;
	border: 1px solid #000;
	width: 200px;
	color: #000;
	background-color: #FFF;
	margin-left: 15px;
	margin-bottom: 10px;
	margin-right: 20px;
	padding: 4px;
}

#contact1 label select{
	text-align: left;
	border: 1px solid #000;
	width: 210px;
	color: #000;
	background-color: #FFF;
	margin-left: 15px;
	margin-bottom: 10px;
	margin-right: 20px;
	padding: 4px;
}


#contact1 label textarea {
	text-align: left;
	border: 1px solid #000;
	width: 200px;
	color: #000;
	background-color: #FFF;
	height: 120px;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-right: 20px;
	padding: 4px;
	color: #000;
}

/* CSS Tags For Mini Contact  */

#qc {
	font-family: Arial, Helvetica, sans-serif;
	background-image:url(../images/ct.jpg);
	background-repeat: no-repeat;
	width: 171px;
	height: 241px;
	display: block;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 16px;
	padding-top: 100px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}



/* Message Box  */
#qc form textarea {
	background-color: #FFFFFF;
	border: 1px solid #1e0d06;
	font-family: Arial, Helvetica, sans-serif;
	margin: 3px 0px 0px 14px;
	padding: 2px 0px 0px 4px;
	width: 140px;
	height: 50px;
	font-size: 12px;
	color: #000000;
	list-style-type: none;
}

/* All Other Boxes  */
#qc form input {
	background-color: #FFFFFF;
	border: 1px solid #1e0d06;
	font-family: Arial, Helvetica, sans-serif;
	margin: 3px 0px 0px 14px;
	padding: 3px 0px 0px 4px;
	width: 140px;
	height: 20px;
	font-size: 12px;
	color: #000000;
} 


#qc .button {
	background-color: #1e0d06;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	width: 147px;
	height: 20px;
	margin: 5px 0px 0px 14px;
	padding: 0px 0px 0px 4px;
}
.likebutton{
height: 30px;
width: 120px;
position:absolute;
margin: 25px 0 0 40px;
}

/* CSS Tags For Mini Contact Form 63 */
/*#formid63 {
	background-image: url(../images/ct.jpg);
	background-repeat: no-repeat;
	width: 171px;
	height: 316px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	display: block;
	list-style-type: none;
}

#formid63 ul {
	margin: 0px 0px 0px 15px;
	padding: 110px 0px 0px 0px;
	width: 150px;
	list-style-type: none;
}

#formid63 ul li {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	list-style-type: none;
	list-style-image: none;
}

#formid63 ul li textarea {
	margin: 0px;
	padding: 0px;
	width: 140px;
	height: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	list-style-type: none;
}

#formid63 .warning63 {
	margin: 0px;
	padding: 0px;
}

#formid63 input.button63 {
	margin: 7px 45px 0px 0px;
	padding: 0px;
	float: right;
	width: 80px;
	height: 20px;
	background-color: #1b0c06;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	border: none;
} */



/* Middle Column */
#middleColumn {
	width: 420px;
	height: auto;
	float: right;
	margin-left: 0px;
	padding: 0px;
	margin-top: 25px;
	padding-right: 20px;
	margin-bottom: 0px;
	font-family: "Arial", Helvetica, sans-serif;
	color: #1b0c06;
}

#middleColumn p{
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #1b0c06;
	padding-top:20px;
}

#middleColumn h1{
	font-family:"Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #1b0c06;
	padding-bottom:0px;
	margin-bottom: 0px;
	
	
}

#middleColumn h2{
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #a03d25;
	padding-top:0px;
	margin-top: 0px;
	
}
#middleColumn h3 {
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #a03d25;
	padding-top:0px;
	margin-top: 0px;
}
#middleColumn ul{
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
}

#middleColumn li{
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #1b0c06;
	list-style-position: outside;
	list-style-image: url(../images/bullet.gif);
}



#middleColumn a{
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #1b0c06;
	text-decoration: underline;
}

#middleColumn a:link, #middleColumn a:visited{
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #1b0c06;
	text-decoration: underline;
}

#middleColumn a:hover, #middleColumn a:active{
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #a03d25;
	text-decoration: underline;
}

.thumbnail {
	margin:0 0 30px 60px;
}
#contactInfo p{
	height: auto;
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #1d0c06;
}

#contactInfo a{
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #a03d25;
}

#contactInfo a:link,#contactInfo a:visited{
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #a03d25;
	text-decoration: underline;
}

#contactInfo a:hover,#contactInfo a:active{
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #1d0c06;
	text-decoration: underline;
}

#contactInfo a.address:link, #contactInfo a.address:visited {
	border: 2px solid #a03d25;
	width: 296px;
	height: 91px;
	display: block;

}
#contactInfo a.address:hover, #contactInfo a.address:active {
	border: 2px solid #000000;
	width: 296px;
	height: 91px;
	display: block;

}

/* Footer */

#footer {
	background-image: url(../images/footer2.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin: 0px;
	height: 220px;
	width: 750px;
	position: relative;
	clear: both;
	float: left;
}

#footer p {
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #a03d25;	
}

#footerArea{
	position: relative;
	width: 750px;
	height: 200px;
	top: 12px;
}
	
#footer a:link,#footer a:visited{
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #1d0c06;
	text-decoration: none;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 6px;
}

#footer a:hover,#footer a:active{
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #1d0c06;
	text-decoration: underline;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 6px;
}
#footerArea .disclaimer p{
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #1d0c06;
}


#footerArea2{
	position: relative;
	width: 750px;
	height: 20px;
	top: -6px;
}

#footerArea2 a:link, #footerArea2 a:visited{
	padding-top: 20px;
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #a03d25;	
	text-decoration: underline;
}

#footerArea2 a:hover, #footerArea2 a:active{
	padding-top: 20px;
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #1d0c06;	
	text-decoration: underline;
}
.address2 {
  display: none;
}
.valid {
  background-color: #D0ECAA !important;
}
.invalid {
  background-color: #EC8486 !important;
}



/* 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;
}

/* sIFR al rescante! http://www.mikeindustries.com/sifr/
now with tasty 2.0.2 flava */
/* 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;
}
/* end sIFR goodness */

#pnlCaptcha {
	text-align: center;
}
#lblVerifySubmission {
	text-align: center;
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #1b0c06;
	padding-top:20px;
}

#qc2 {
	margin: 0px;
	padding: 20px 0px 0px 0px;
	height: auto;
	width: 400px;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#ValidationSummary2 {
	color:#FF0000 !important;
}
#ValidationSummary2 li{
	color:#FF0000 !important;
}

#errors {
	width: 350px;
	height:auto;
	padding: 0 0 0 0px;
}
#lblErrors {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#lblErrors ul {
}
#lblErrors li {
	color: #FF0000!Important;
	font-weight: bold;
}

#btnValidateForm {
	margin-top: 10px;
	margin-left: 150px;
}
