@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #EAE5DF url(images/body-stretch-bg.jpg) repeat-x;
	margin: 0 auto; /* 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: #000000;
}
a {color: #006; font-weight: bold; text-decoration:none;}
a:hover {text-decoration:underline; color: #B58224;}
#cWrap {background: transparent url(images/body-bg.jpg) no-repeat 50% 0;
padding-top: 25px;}
.banner {padding: 20px 20px 10px 50px; z-index:-10;}
.twoColFixLtHdr #container { 
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header {
	background: transparent url(images/header-bg.jpg) no-repeat -3px 0;
	padding: 35px 10px 15px 20px;  /* 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. */
	height:	75px;
	font-weight: bold;
	color: #B58224;
	position: relative;
	top: 0;
	overflow: visible;
	
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #b58224;
	text-transform: uppercase;
	font-family: 'Engravers MT';
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
.twoColFixLtHdr #header #contactInfo {
	position:relative;
	top: -20px;
	left: 620px;
	width: 300px;
	text-align:right;
	border:none;
	
}
#nav {width: 960px; background-color: #17355B; position: absolute;
}
#contentWrap {clear: both;
border-top: 6px solid #C4BC95; margin-top: 40px; background: url(images/content-bg.gif) repeat-y 0 0;
}
.fullwidth {width: 90%; clear: both;}
h4.clear {clear:left;}
h4 {float:none; margin: 20px; text-align:center;}
/* images */
.imgborder {border: 1px solid #ccc; padding: 5px;}
.imgright {float: right; border: 1px solid #ccc; padding: 5px;}
.imgleft {float: left; clear:right; border: 1px solid #ccc; padding: 5px;}
.textright {clear:right; padding-top: 20px;}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* 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 */
	/*background: #EBEBEB;*/
	height: auto;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
}
.twoColFixLtHdr #mainContent {
	font-size: 92%;
	clear: right;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 250px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
} 
/* contact from*/
#form1 #formcol1 {float: left; width: 45%;}
#form1 #formcol2 {float: right; width: 45%;}
label {font-size: 92%; padding-bottom: 5px;}
label input {width: 235px;}
#colfullwidth {display:block; width: 100%}
.submit {margin-top: 200px;}
#submit {width: 100px;}
label {margin-top: 10px; margin-bottom: 10px;}
input {border: 2px inset #006; margin-top: 5px;}
.radio {width: auto;}
#submit:hover {color: #B58224;}

.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD; 
} 
.twoColFixLtHdr #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 */
	text-align: center;
}
.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;
	clear:right;
	margin-left: 20px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearright {clear:right;}
.bold {font-weight: bold}
#mainContent p, #mainContent ul {
	margin: 20px;


}
#mainContent p.header {	text-align: center;	padding: 20px;}
#mainContent h4.left{ text-align:left}
#mainContent h4 span {font-size: 92%; font-weight: normal;}
#mainContent li {margin-left: 30px}
.sidebarspecials {position: relative; left: -20px; margin:  20px 5px 5px 20px; padding-left: 10px; font-size: 77%;}
.sidebarspecials li {padding-bottom: 20px;}
.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;
}
.twoColFixLtHdr #container #header h4 {
	margin: 0px;
	padding: 0px;
}
.twoColFixLtHdr #container #header #contactInfo {
	color: #FFF;
	position: relative;
	top: -80px;
	
}


.twoColFixLtHdr #container #sidebar1 .compactli {
	font-size: 10px;
	left: -22px;
	position: relative;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	list-style-type: disc;
	list-style-image: none;
	list-style-position: outside;
	line-height: 1.5;
}
.twoColFixLtHdr #container #sidebar1 p.hours {
	background-color: #EBEBEB;
	width: 195px;
	border: thin ridge #999;
	padding: 5px;
	font-size: 12px;
	position: relative;
	left: -10px;
}
.title {font-style:italic;}
#mainContent ul.goldarrow li {background: url(images/quicklinks-li-bg.png) no-repeat 0 0;
list-style-type:none; padding-left: 25px; margin-left:0;
}
a.submit {background:url(images/submit-button-bg.png) no-repeat 0 -12px; text-decoration:none; }
a.submit span {background:url(images/submit-button-bg.png) no-repeat 100% -12px; padding: 20px;}
.submit:hover {background-position: 0 -65px;}
.submit:hover span {color: #006; background-position: 100% -65px;}
.news {background: #fff url(images/newsitem-bg.png) repeat-x 100% 100%; height: 100px; width: 592px; padding-top: 10px;}
#mainContent .news p {margin: 10px 15px;}
