@charset "UTF-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	/*	background: #666666;*/
	background:url(../images/main_bg.jpg);
	background-repeat:repeat-x;
	background-color:#fecb32;
	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:#542a01;
}
.oneColLiqCtrHdr #container {
	width: 902px;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	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. */
}
.oneColLiqCtrHdr #header {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
}
.oneColLiqCtrHdr #mainContent {
/*	padding: 0 20px; remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;	
}
.oneColLiqCtrHdr #footer { 
/*	padding: 0 10px;  this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
} 
.oneColLiqCtrHdr #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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/*-------------------*/
a {
	color:#630;
	text-decoration:none;
}
a:hover {
	color:#fe8503;
	text-decoration:none;
}

/*-------------------*/

.nav {
	text-align:center;
	font-size:12px;
	vertical-align:top;
}
.nav a{
	text-decoration:none;
	color:#542a01;
}
.nav a:hover {
	color:#C30;
}
.nav_splits {
	color:#542a01;
}

/*-------------------*/
.a embed {
	border:0;
	text-decoration:none
}
/*-------------------*/
table.true_photo img {
	border:thin solid #fe8503;
	width:120px;
}
.true_photo td {
	text-align:left;
	vertical-align:top;
	height:100px;
}
/*-------------------*/
.footer {
	padding-top:40px;
	text-align:center;
	color:#630;
	font-size:11px;
}
/*-------------------*/
.copyright {
	padding-top:5px;
	text-align:center;
	color:#C30;
	font-size:9px;
}

.call_us {
	font-size:12px;
	color:#630;
	text-align:center;
	letter-spacing:-1px;
}

