/* CSS stylesheet */

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

body {
	background-color: #887464;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000;
}
 
#wrapper {
	margin: 0 auto;
	width: 900px;
	background-color: #318081;
}

/**********************************/
/* header                         */
/**********************************/
#header {
	height: 175px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	border-bottom: 1px solid #FFF;
}

#header div.top {
	height: 150px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}

#header p.call {
	padding: 66px 250px 0 0;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	color: #FFF;
	font-weight: bold;
}

#header p.address {
	padding: 20px 65px 0 0;
	position: relative;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;
	font-weight: bold;
}

#header div.spacer {
	height: 5px;
	background-color: #887464;
}


/**********************************/
/* sidebar                        */
/**********************************/
#sidebar {
	float: left;
	display: inline;
	width: 200px;
	margin-top: 15px;
}

#sidebar a {
	background-image: url(images/nav_bullet.jpg);
	background-repeat: no-repeat;
	background-position: left;
	color: #000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding-left: 30px;
	line-height: 26px;
	display: block;
	text-align: left;
	vertical-align: middle;
}
#sidebar a:link, #sidebar a:visited {
	color: #000;
}
#sidebar a:hover {
	background-image: url(images/nav_bullet_hover.jpg);
	background-repeat: no-repeat;
	color: #000;
}
#sidebar a:active {
	color: #000;
}

#sidebar img {
	text-align: center;
	margin-bottom: 15px;
}

#sidebar a.img { /* img nav */
	border: 0;
	background: none;
	padding-left: 0;
	margin-top: 25px;
}
#sidebar a.img:link, #sidebar a.img:visited { /* img nav */
	border: 0;
}
#sidebar a.img:hover { /* img nav */
	border: 0;
}
#sidebar a.img:active { /* img nav */
	border: 0;
}

#sidebar p {
	margin: 0 5px;
	margin-bottom: 15px;
	text-align: left;
}


/**********************************/
/* content                        */
/**********************************/
#content {
	margin-left: 200px;
	background-color: #FFF;
	position: relative;
	width: 670px; /* not 700 due to padding */
	text-align: left;
	padding: 5px 15px;
	min-height: 500px;
	
}

#content h1 {
	font-size: 15px;
	color: #318081;
	font-weight: bold;
	padding-bottom: 15px;
}

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

#content h3 {
	font-size: 15px;
}
h3.rates {
	margin-top: 15px;
	padding: 0 3px; 
	background-color:#CCC;
}

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

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

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

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

#content a.gallery {
	background:none;
}

table.gallery {
	margin: 0 15px;
	width: 640px;
}
tr.gallery {
	vertical-align: top;
}
td.gallery {
	border: 1px dashed #887464;
}
img.gallery {
	margin: 4px;
	width: 150px;
	height: 150px;
}
/**********************************/
/* footer                         */
/**********************************/
#footer {
	background-image: url(images/footer.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 60px;
	clear: both;
	text-align: center;
	font-size: 11px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	border-top: 10px solid #FFF;
}

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

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


/**********************************/
/* contact page                   */
/**********************************/
#contact {
	margin: 0 auto;
	margin-top: 20px;
	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: #C00;
	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: #FFF;
	border: 1px solid #333;
	background-color: #999;
}
#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: #C00;
	background-color: #999;
}

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


/**********************************/
/* misc                           */
/**********************************/
p.center {
	text-align: center;
}
div.center {
	text-align: center;
}
img.fl {
	float: left;
	margin-right: 15px;
	border: 1px solid #318081;
}
img.fr {
	float: right;
	margin-left: 15px;
	border: 1px solid #318081;
}
-->
