@charset "UTF-8";
body  {
	font: 12px Verdana, Arial, Sans-serif;
	background-color:#968f89;
	background-position: center top;
	background-repeat:no-repeat;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #60574b;
}

a{
	color:#c58928;
	text-decoration:none;
	}


.thrColFixHdr #container { 
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-image: url(images/containerbackground.jpg);
	background-repeat:repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 


  /*.thrColFixHdr #header { 
	background-image:url(images/header.jpg);
	background-repeat:repeat;
	height: 349px;
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. 
}*/



.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	display: none;
}
.thrColFixHdr #topMenu {
	height:54px;
	}

.thrColFixHdr #topMenu .first{
	padding-left:5px;
}

.thrColFixHdr #topMenu img{
	
}


.thrColFixHdr #sidebar1 {
	font-size:12px;
	float: left; /* since this element is floated, a width must be given */
	width: 210px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}

.thrColFixHdr #sidebar1 h2{
display:none;
}




.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 15px 25px 15px 10px; /* padding keeps the content of the div away from the edges */
	font-size:11px;
}

.thrColFixHdr #sidebar2 h1{
	font-size:24px;
	font-weight:normal;
	letter-spacing:2px;
	text-transform: uppercase;
}

.thrColFixHdr #sidebar2 h2{
display: none;
	font-size: 18px;
	font-weight:normal;
	letter-spacing:2px;
	text-transform: uppercase;
}

.thrColFixHdr #sidebar2 h3{
	font-size: 12px;
	font-weight:bold;
	letter-spacing:2px;
	text-transform: uppercase;
}







.thrColFixHdr #mainContent { 
	text-align: justify;
	margin-left:250px;
	margin-right:200px;
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

.thrColFixHdr #mainContent #aboutLeftCol{
width:230px;
height:390px;
float: left;
} 

blockquote{
font-weight: bold;}

.thrColFixHdr #mainContent #aboutRightCol{
width:230px;
height:390px;
float: left;
margin-left: 10px;

} 

.thrColFixHdr #mainContent #aboutContent{
}

.thrColFixHdr #mainContent h1{
	font-size:24px;
	font-weight:normal;
	letter-spacing:2px;
	text-transform: uppercase;
}

.thrColFixHdr #mainContent h2{
    display: none;
	font-size: 18px;
	font-weight:normal;
	letter-spacing:2px;
	text-transform: uppercase;
}

.thrColFixHdr #mainContent h3{
	font-size: 14px;
	font-weight:bold;
	letter-spacing:2px;
	text-transform: uppercase;
}



.thrColFixHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	
} 

.thrColFixHdr #footer #footerinner{ 
	border-top: 1px dashed #776f5f;
	margin-left:50px;
	margin-right:50px;
}

.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding-left:30px;
	padding-right:30px;
	padding-top:10px;
	font-size: 12px;
}

.thrColFixHdr #footer h5 {
font-size: 12px;
font-weight: normal;
color:#9a9999;
padding-left: 30px;
margin: 0 0;
}

.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;
}

/* EmailForm 
------------------------------------------------------------------------------- */
#EmailForm {
	width: 360px;
	text-align: left;
	padding-bottom: 20px;
	border: none;
}
#EmailForm.full { width: 100%; }


#EmailForm fieldset {
    border: none;
}

#EmailForm legend {
	display: none;
}
#EmailForm h3 {
	clear: both;
	padding: 15px 0 5px;
	font-size: 14px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
}

#EmailForm label,
#EmailForm p {
	display: block;
	clear: both;
	width: 310px;
	font-size: 1em;
	line-height: 1.5em;
	padding: 0 0 9px;
}

#EmailForm input {
	display: block;
	margin-top: 3px;
}

#EmailForm select {
	float: left;
	display: block;
}

#EmailForm label.first,
#EmailForm label.city {
    clear: left;
    margin-right: 10px;
    width: 150px;
}

#EmailForm label.second,
#EmailForm label.state {
	float: left;
	clear: none;
	margin: 0 10px 0 0;
	width: 150px;
}
#EmailForm label.state { width: 60px; }

#EmailForm label.first input,
#EmailForm label.city input,
#EmailForm label.second input {
	float: left;
	width: 150px;
	padding: 0;
}

#EmailForm label.state select {
	width: 60px;
	float: left;
	margin-top: 3px;
}

#EmailForm label.zip,
#EmailForm label.zip input {
	float: left;
	width: 80px;
}
#EmailForm label.zip { clear: none; }

#EmailForm label {
	float: left;
	clear: left;
	width: 310px;
	margin: 0;
	line-height: 1.5em;
}

#EmailForm label input {
	float: left;
	width: 310px;
	padding: 0;
}

#EmailForm input.radio,
#EmailForm input#radiobutton_1,
#EmailForm input#radiobutton_2,
#EmailForm input#radiobutton_3,
#EmailForm input#radiobutton_4 {
	clear: left;
	float: left;
	padding: 0;
	margin: 0;
}

#EmailForm label.radio,
#EmailForm label.radioitem {
	clear: none;
	margin: 0 0 0 25px;
	padding: 0 0 15px;
}

#EmailForm input.checkbox,
#EmailForm input#checkbox_1,
#EmailForm input#checkbox_2,
#EmailForm input#checkbox_3,
#EmailForm input#checkbox_4 {
	clear: both;
	float: left;
	padding: 0;
	margin: 0;
}

#EmailForm label.checkbox {
	clear: none;
	margin: 0 0 0 25px;
	padding: 0 0 15px;
}
/* style the #EmailForm elements to look similar across browsers ... emulates Safari */
#EmailForm label input,
#EmailForm textarea {
    border: 1px solid #ddd;
    border-left-color: #c3c3c3;
    border-top-color: #7c7c7c;
    padding: 0 2px;
    height: 18px;
    line-height: 20px;
    background: #fff url(images/input-bg.gif) repeat-x top left;
}
#EmailForm input.checkbox,
#EmailForm select {
    border: 1px solid #ddd;
    border-left-color: #c3c3c3;
    border-top-color: #7c7c7c;
    background-color: #fff;    
}
#EmailForm textarea {
	margin-top: 3px;
	width: 383px;
	height: auto;
	display: block;
}

#EmailForm label input.calc {
    text-align: right;
    width: 100px;
    clear: left;
    padding: 0;
}
#EmailForm input.button {
    clear: left;
    border: 1px solid #ddd;
    border-left-color: #c3c3c3;
    border-top-color: #7c7c7c;
	background-color: #EBE9ED;
}

#EmailForm label input {
	position: inherit;
	left: auto;
}

.spform_input {
position:absolute;
text-decoration:underline;
background-color:#CC0000;
left:0px;
top:-500px;
width:1px;
height:1px;
overflow:hidden;
}
.spf_prompt {
display:block;
padding-right:10px;
font-weight:bold;
}
.spf_normal_input {
font-weight:normal;
padding-left:0px;
}
.spf_verify_msg {
font-weight:bold;
}
.spf_verify_prompt {
font-weight:bold;
}
.spf_cookie_msg {
font-weight:normal;
color:#ff0000;
padding-top:30px;
}

/* Comments Section */

#mainCommentHolder{
border-top: 1px dashed #ccc;}

.commentHolder{
border-bottom:1px dashed #ccc;
font-size: 12px;
text-align: justify;
}

.commentText{
padding-top:20px;
padding-left: 30px;
width:490px;
}

.commentAuthor{
padding-top:20px;
float:right;
width:150px;
padding-left:20px;
}

/* End Comments Section */


/* Gallery Section */

.galthumbs{
float:left;
width: 155px
margin-left: 3px;
margin-right:3px;
margin-bottom: 3px;
margin-top: 3px;}

#formback{
width:450px;
background-image: url(images/formback.jpg);
padding-bottom: 50px;
padding-left:20px;
background-repeat: no-repeat;
}

#formback h1{
margin-bottom: 150px;}

.ditto_summaryPost{
text-align: justify;}



