/* CSS stylesheet */

/**********************************/
/* Universal style rule           */
/**********************************/
* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	/* temporary borders */
/*	border: dashed 1px #ff0000;*/
}

body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
	background-color: #CCCC99;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000000;
}
 
#wrapper {
	margin: 0 auto;
	width: 900px;
	background-color: #EEEECC;
	border-left: 2px solid #A8AC79;
	border-right: 2px solid #A8AC79;
/*	background-image: url(images/main_bg.jpg);
	background-repeat: repeat-y; */
}

/**********************************/
/* header                         */
/**********************************/
#header {
	margin: 0;
	height: 343px;
}

#header img {
	float: left;
}

#header div.top {
	height: 99px;
	background-image: url(images/header1_bg.jpg);
	background-repeat: repeat-x;
	text-align: center;
}

#header h1 {
	font-family: "Comic Sans MS", "Times New Roman", serif;
	font-size: 35px;
	color: #FFFFFF;
	font-style: italic;
	font-weight: lighter;
}

#header p.phone {
	padding-top: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFFFFF;
	font-style: italic;	
/*	position: relative; */
}

#header div.bot {
	height: 218px;
	background-color: #E6E4CF;
	text-align: left;
}

#header div.nav {
	margin-left: 10px;
	float: left;
	margin-top: 20px;
}
#header a {
	color: #647656;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
	line-height: 40px;
	display: block;
	text-align: left;
	vertical-align: middle;
}
#header a:link, #header a:visited {
	color: #647656;
}
#header a:hover {
	color: #333333;
}
#header a:active {
	color: #647656;
}

#header div.flash {
	float: right;
}

#header div.spacer {
	height: 27px;
	background-image: url(images/header3_bg.jpg);
	background-repeat: repeat-x;
	text-align: left;
}

#header p.address {
	width: 273px;
	padding-top: 6px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #526145;
}

/**********************************/
/* sidebar                        */
/**********************************/
#sidebar {
	float: left;
	width: 273px;
	text-align: center;
}

#sidebar p.hours {
	margin-top: 20px;
	margin-bottom: 10px;
	font-weight: bold;
}

#sidebar img {
	margin-top: 20px;
	border: 1px solid #A8AC79;
}

/* for SEO pages only             */
#sidebar h2 {
	margin: 10px 0;
	font-size: 14px;
	text-align: center;
}

#sidebar ul {
	padding: 10px 0 0 20px;
	text-align: left;
	font-size: 11px;
}

#sidebar li {
	margin-bottom: 10px;
}

/* END for SEO pages only         */


/**********************************/
/* content                        */
/**********************************/
#content {
	margin-left: 272px;
	min-height: 400px;
	border-left: 2px solid #A8AC79;
/*	position: relative;*/
	text-align: left;
	padding: 10px 10px 20px 10px;
}

#content h1 {
	font-size: 20px;
	font-style: italic;
	padding-bottom: 15px;
}

#content h2 {
	font-size: 15px;
	font-weight: bold;
	padding-bottom: 15px;
}

#content h3 {
	font-size: 14px;
}

#content p {
	padding-bottom: 15px;
}

#content ul, #content ol {
	padding: 10px 0 0 40px;
}

#content li {
	margin-bottom: 10px;
}

#content a {
	color: #000000;
	text-decoration: underline;
}
#content a:link, #content a:visited {
	color: #000000;
	text-decoration: underline;
}
#content a:hover {
	color: #000000;
	text-decoration: none;
	background-color: #AEC992;
}
#content a:active {
	color: #000000;
	text-decoration: underline;
}


/**********************************/
/* footer                         */
/**********************************/
#footer {
	background-image: url(images/footer_bg.jpg);
	background-repeat: repeat-x;
	height: 39px;
	clear: both;
	text-align: center;
	font-size: 11px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
}

#footer p {
	padding-top: 15px;
}

#footer a {
	font-size: 11px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
#footer a:link, #footer a:visited {
	color: #333333;
	text-decoration: none;
}
#footer a:hover {
	color: #333333;
	text-decoration: underline;
}
#footer a:active {
	color: #333333;
	text-decoration: none;
}


/**********************************/
/* contact page                   */
/**********************************/
#contact {
	margin: 0 auto;
	width: 540px;
	font-size: 13px;
	text-align: center;
}

#contact div.info {
	width: 325px;
	float: left;
}

#contact div.map {
	margin-left: 325px;
	width: 215px;
	text-align: center;
}

#contact div.form {
	margin-top: 20px;
	width: 540px;
}

#contact div.req {
	font-size: 12px;
	color: #CC0000;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

#contact table.form {
	margin: 0 auto;
	width: 500px;
	border: 0;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	border: 1px solid #333333;
	background-color: #82A761;
}
#contact td.form {
	width: 176px; /* not 200 due to padding */
	padding: 2px;
	vertical-align: top;
	text-align: right;
}
#contact td.form2 { /* not 300 due to padding */
	width: 296px;
	padding: 2px;
	vertical-align: top;
	text-align: left;
}
#content .text { /* set parameters for form text field */
	width: 150px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
#content .textarea { /* set parameters for form textarea field */
	width: 250px;
	height: 100px;
	overflow: auto;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
#contact p.errmsg {
	margin: 10px auto;
	width: 300px;
	padding: 5px 5px 5px 15px;
	text-align: left;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #CC0000;
	background-color: #82A761;
}

#contact p.formmsg {
	margin: 15px 35px;
	color: #000000;
	text-align: left;
	font-size: 17px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#contact .submit { /* submit button */
	padding: 2px 4px;
	border: 1px solid #000000;
}


/**********************************/
/* images                         */
/**********************************/
.imagesleft {
	float: left;
	border: 1px solid #A8AC79;
	margin: 6px;
}


/**********************************/
/* misc                           */
/**********************************/
p.center {
	text-align: center;
}
div.center {
	text-align: center;
}
div.w100 {   /* used to keep div tags on sep lines */
	width: 100%;
	margin-bottom: 10px;
	height: 150px;
}
p.dropfive {  /* pads pg 5px down to align w/image */
	padding-top: 5px;
}


-->