body {
	background-image: url(bg.jpg);
}

a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #C0C0C0;
}
a:active {
	color: #9D757E;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
	text-align: left;
}
#tableMainText {
	text-align: left;
	padding-right: 30px;
	padding-left: 30px;
	background-image: none;
}
h1 {
	font-size: 15px;
	font-weight: bold;
	font-variant: small-caps;
	color: #640201;
}
h2 {
	font-size: medium;
	color: #480000;
	font-weight: normal;
}
#PhoneNumber {
	border: thin inset #660000;
}
#imagelinks {
	border: medium outset #660000;
}
h3 {
	font-size: 14px;
	font-weight: normal;
	font-variant: small-caps;
	color: #640201;
}
#BodyLinks {
	margin-left: 25px;
}
hr {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: groove;
	border-top-color: #330000;
	border-right-color: #330000;
	border-bottom-color: #330000;
	border-left-color: #330000;
}
/* ------------------------ form elements ------------------------ */
form {
	width:180px;
	margin:10px 5px 15px 0; /* set margin left and right below */
	}
	form fieldset {border:none;}

form label	{ font-size:12px; } 

form br { line-height:0; height:0; } /* defaults vertical spacing between fields */

input, textarea, select { 
	background-color:#fff !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #650101;
	color:#000;
	width:145px; /* 5 pixles smaller than form width !important */
	height:18px;
	line-height:18px;
	vertical-align: middle;
	margin-bottom:4px; /* sets vertical spacing between fields */
	padding-top:1px; /* vertically position text in input/textarea field */
	padding-left:4px; /* horizontally position text in input/textarea field */
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size:12px;
	}

select { width:150px; padding:0; } /* same width as form - !important */

textarea { height:90px; overflow:auto; }

#contact_business { display: none; } /* do not remove */ 


/* ------------------------ SPECIFIC ELEMENTS ------------------------ */

/* ------------------------ main contact form ------------------------ */
#contact-main { margin:20px 0 10px 0; }

#contact-main label { 
	width:220px; 
	position:relative; 
	display:block; 
	text-align:right; 
	margin-bottom:10px;
	font-size:12px;
	}

#contact-main label input, #contact-main label textarea, #contact-main label select { 
	width:170px;
	position:absolute; 
	left:110%; 
	top:-2px;
	}

#contact-main label select { width:175px; } /* fixes display issue - 5px larger than input field */

#contact-main label textarea { height:100px; overflow:auto; }

/* ------------------------ submit button form elements ------------------------ */

input.submit, input.submit-contact-main { 
	width:60px;
	height:20px;
	cursor:pointer; 
	padding:0; 
	}

input.submit-contact-main { margin:95px 0 0 243px; } /* defines placement of contact-main submit button */

#quick-contact {
	padding: 0px 0px;
	}
	
/*-----Click to Call Button Styles-----*/

#ctc img a:hover, a:active {
	text-decoration:none;
	border:none;
	}
	
.thumb {
    float:left;
    background:#730007;
    padding:0 4px;
    display:inline;
	margin-bottom:10px;
    }
.thumb img {
    margin:5px 2px;
    }
	
.set-2 {
    margin-left:10px;
    }

.thumb a:link, .thumb a:visited {
    color:#2A0001;
    }
.thumb a:hover, .thumb a:active {
    color:#9D7580;
    }
div.clear {
	clear:both;
	height:.01em; 
	overflow:hidden; 
	}
.thumb-caption {
	clear:both;
	display:block;
	margin:0;
    }
#photogallery .thumb-caption { 
	margin:0 0 35px;
	}
