/*BACKGROUND - PANEL - WATERMARK*/
html, body {
		margin:0; 
		padding:0;
		}
body {
	background:#000 url('../images/design/bodybg.jpg') repeat-x top; /*Change Background Color Here */
	font:10pt Tahoma, Geneva, sans-serif; color:#D0C6AE; /*Change Overall Font Properties Here */
	}
		
/*LOGO AND DESIGN*/		
#textwrap {
		position:relative; 
		margin:0 auto; 
		padding:0; 
		width:775px;
		}
#header {
		background:url('../images/design/top.png') no-repeat bottom !important;
		background:;
		height:105px;
		}
#footer {
		background:url('../images/design/bottom.png') no-repeat top !important;
		background:;
		height:25px;
		}
#dropshadow {
  background: url('../images/design/drop-shadow-wide.png') no-repeat bottom right !important;
  background:;
  margin-top:6px;
  margin-left:10px;
  }
#logo {
	position:absolute;
	top:-25px;
	left:28px;
	}

/*NAVIGATION*/
#menu {
	text-align:right;
	padding:8px 0px;
	margin:35px -2px 73px 0px;
	font-size:12px;
	}
#menu a {
	color:#847E92;
	}
#menu a:hover {
			color:#9B875B;
			}
#menu b {
	padding:0px 17px 0 20px;
	background:url('../images/design/pipe1.gif') no-repeat center left;
	}
a#currentNav {
			color:#9B875B;
			}
b#first {background-position:-1000px;}
#subMenu {
	padding:10px 0;
	font-size:8pt;
	font-weight:bold;
	}	
#subMenu a {
		padding-left:10px;
		line-height:15px;
		background:url('../images/design/square.gif') no-repeat left center;
		color:#D3C9A6;
		}
#subMenu a:hover {color:#fff;}	
table {border-collapse:collapse;}


/*CONTENT BODY*/				

#banner {
		height:85px;
		padding-right:30px;
		padding-top:5px;
		}
#contact {
		width:745px;
		margin:-20px 0 0px 12px;
		color:#D0C6AE;
		font-size:.75em;
		text-align:center;
		}
#contactInfo {
			color:#847E92;
			width:769px;
			margin-left:2px;
			font-size:12pt;
			}
#flashBox {
		background:#444 url('../images/design/flashbox.jpg') no-repeat;
		border:10px solid #fff;
		height:300px;
		width:745px;
		position: relative;
		top:-6px;
		left:-6px;
		}	
#flashBox div {
			color:#444;
			text-align:left;
			width:320px;
			font-size:8pt;
			float:right;
			margin:270px 24px 0 0;
			}
#flashBox a {
			color:#444;
			text-decoration:underline;
			}
#flashBox a:hover {color:#D3C9A6;}
#text {
	padding:50px 30px;
	
	}		
#map {
  float:left;
  background: url('../images/design/drop-shadow-wide.png') no-repeat bottom right !important;
  background:;
  margin: 60px -6px 10px 7px;
  }
#map_canvas {
			width:711px; 
			height:400px;   
			position: relative;
			border: 1px solid #ccc;
			margin: -6px 6px 6px -6px;
			}
#form {padding-top:16px; padding-right:0px;}
.columns {width:100%;}	
input {width:245px;}
textarea {width:245px;}
#submit input {width:60px;}		
#directions {
		text-align:center;
		background:#F2EFE9;
		width:200px; 
		margin:0 auto;
		}
#directions a {	
			padding:5px 5px;
			display:block;
			border:1px solid #aaa; 
			color:#000;
			}
#directions a:hover {
				background:#847E92;
				color:#fff;
				border:1px solid #000; 
				}
.back {margin-right:3px;}
.arrow {
	float:right;
	margin-left:5px;
	margin-top:-6px;
	}

a {
color:#847E92; /* Change Content Link Color Here */
text-decoration:none;
}
a:hover {
		color:#9B875B; /*Change Content Link Hover Color Here */
		text-decoration:none;
		}

/*CONTENT FOOTER*/	
.copyright a {
			margin-right:5px; 
			color:#847E92;
			}
.copyright a:hover {
			color:#9B875B;
				}

/*FONT SIZES*/
.copyright {
		padding-top:0; 
		margin-bottom:25px; 
		text-align:center; 
		font-size:.75em;
		color:#D3C9A6;
		}
h1,h2,h3,h4,h5 {font-weight:bold; color:#9B875B;}
h1 {font-size:1.4em;}
h2 {font-size:1.2em;}
h3 {font-size:1.1em;}
h4 {font-size:1em;}
h5 {font-size:.85em;} 

/* IMAGES */
.left {
	margin-right:1em; 
	float:left;
	}
.right {
	margin-left:1.5em; 
	margin-bottom:1em; 
	float:right;
	}
.left, .right {clear:both;}
img {border:none;}

/*DROP SHADOWS*/
.shadowRight {
  float:right;
  background: url('../images/design/drop-shadow.png') no-repeat bottom right !important;
  background:;
  margin: 24px 0 10px 50px;
  }
.shadowRight img {
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
  }

.shadowLeft {
  float:left;
  background: url('../images/design/drop-shadow.png') no-repeat bottom right !important;
  background:;
  margin: 10px 20px 10px 0;
  }
.shadowLeft img {
  position: relative;
  background-color: #444;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
  }
  
/*MISC */
.nobull {
		list-style:none; 
		margin:0; 
		padding:0;
		}
#validation {
			position:absolute; 
			bottom:-15px; 
			right:344px; 
			font-size:.75em;
			}
#validation a {text-decoration:none;}
#validation a:hover {text-decoration:underline;}
span.nonie {display:inline;}
.clear {clear:both;}
