/*BACKGROUND - PANEL - WATERMARK*/
html, body {
		margin:0; 
		padding:0;
		}
body {
	background:#000; /*Change Background Color Here */
	font:10pt tahoma; color:#CAA988; /*Change Overall Font Properties Here */
	}
#header {
		height:180px; 
		width:770px; 
		background:url('../images/header.jpg') no-repeat top left; 
		}
#text {
	width:770px; 
	text-align:left; 
	margin:20px auto 0px auto;
	background:#443D36 url('../images/watermark.jpg') no-repeat -50px top ;
	}
#footer {
		height:25px; 
		width:770px; 
		background:#7D5B46 url('../images/design/footer.jpg') repeat-y; 
		clear:both;
		}
#content {
		width:460px; 
		padding:60px 0px 25px 45px;
		float:left;
		}
#content h3 {clear:both;}
#content a, #content a:hover {text-decoration:underline;}
#rightColumn {padding-top:73px; padding-right:0px; float:right; width:222px; margin-bottom:30px;}
#rightColumn a {color:#CAA988;}
#rightColumn a:hover {color:#fff;}
#container {background:url('../images/nav.gif') repeat-y right; /*Change Watermark Path Here */} 
.iconContact, .iconSchedule, .iconBlog, .iconDirections {padding:10px 0 15px 40px; display:block; color:#997566;}
a:hover.iconContact, a:hover.iconSchedule, a:hover.iconBlog, a:hover.iconDirections {color:#fff;}
.iconContact {background:url('../images/design/contact-us.png') no-repeat top left !important; background:url('../images/design/contact-us.gif') no-repeat top left;}
.iconSchedule {background:url('../images/design/schedule-appointment.png') no-repeat top left !important; background:url('../images/design/schedule-appointment.gif') no-repeat top left;}
.iconBlog {background:url('../images/design/blog.png') no-repeat top left !important; background:url('../images/design/blog.gif') no-repeat top left;}
.iconDirections {background:url('../images/design/directions.png') no-repeat top left !important; background:url('../images/design/directions.gif') no-repeat top left;}
.iconPhone {float:left;}
.avatar {margin-bottom:20px; margin-left:17px;}
.phone {font-size:10px; float:right; width:110px; margin-top:4px; margin-right:10px !important; margin-right:5px;}
.phone-number {font-weight:bold; font-size:14px; float:right; clear:both; width:110px; margin-right:10px !important; margin-right:5px;}
#contactInfo {padding:20px 10px 0px 20px; border-top:2px solid #000;}
/*LOGO AND DESIGN*/		
#banner {
		height:65px; 
		width:687px; 
		background:#000 url('../images/banner.jpg') no-repeat center; /*Change Banner Color/Image Here*/
		margin-left:35px; 
		margin-top:-12px; 
		margin-bottom:40px; 
		padding:32px 0 0 13px; 
		color:#554B3A; 
		font:18pt arial; /*Change Text Properties In Banner */
		display:none;
		} 
#logo {
	position:absolute; 
	top:25px; 
	left:25px;
	}

/*NAVIGATION*/

#nav {
	background:#110B08;
	width:770px;
	height:42px;
	overflow:none;
	position:absolute;
	top:175px;
	border-top:2px solid #000;
	}
#nav ul { 
	margin-left: 0px; 
	position: absolute; 
	top: -13px; 
	left:-40px;

}
#nav ul li { 
	float: left; 
	border-right:1px solid #000;
}
#nav ul li.current_page_item { background:#242221; }
#nav ul li a { 
	display: block; 
	text-decoration: none; 
	color: #B06646; 
	line-height: 33px; 
	padding: 4px 15px 5px 15px; 
}
#nav ul li a {font-weight:bold; color:#B06646;}
#nav ul li a:hover { color: #997566; background:#242221;}
#nav ul li.current_page_item a { background: url('../images/design/nav-tab-right.gif') no-repeat top right; color:#997566;}
#feed { 
	position: absolute; 
	right: 20px; 
	top: 12px; 
	height: 19px; 
	padding-left: 37px; 
	color: #fff; 
	display: block; 
	background: url('../images/design/feed.gif') no-repeat; 
	text-decoration: none;
	font-weight:bold;
}
#nav ul li, #nav ol li { list-style: none; list-style-position: inside; }
#nav ol ol, #nav ul ul, #nav ol ul, #nav ul ol { margin-left: 20px; margin-bottom: 0; }
#subNav {margin-bottom:20px; padding-left:21px; border-top:2px solid #000;}
#subNav a {
		display:block;
		padding-left:10px;
		background:url('../images/design/arrow.gif') no-repeat left 6px;
		margin-left:29px;
		}
#subNav a:hover {}
#subNav a.current_page_item{ font-weight:bold; text-decoration:none; color:#fff;}

/*CONTENT BODY*/				
#textwrap {
		position:relative; 
		margin:0 auto; 
		padding:0; 
		width:770px;
		}
#print {
	position:absolute; 
	top:360px; 
	left:45px;
	}
a {
color:#B06646; /* Change Content Link Color Here */
text-decoration:none;
}
a:hover {
		color:#fff; /*Change Content Link Hover Color Here */
		text-decoration:none;
		}

/*CONTENT FOOTER*/	
#contact {
		text-align:center; 
		padding-top:0px;  
		padding-bottom:0px;
		color:#888; 
		font-size:8pt; /*Change Contact Info Text Properties Here */
		margin-left:-50px;
		}
#contact li {
		display:inline;
		list-style-type:none;
		padding-right:6px;
		margin-left:4px;
		}
#map {
  float:left;
  background: url('../images/design/drop-shadow-wide.png') no-repeat bottom right !important;
  background:;
  margin: 10px 20px 10px 6px;
  }
#map_canvas {
			width:250px; 
			height:250px;   
			position: relative;
			border: 1px solid #ccc;
			margin: -6px 6px 6px -6px;
			}
.bar {
	background:url('../images/pipe2.gif') no-repeat right;
	}
.copyright a {
			margin-right:3px; 
			text-decoration:underline;
			}
.copyright a:hover {
				margin-right:3px; 
				text-decoration:underline;
				}

/*FONT SIZES*/
.smaller {
		padding-top:2em; 
		margin-bottom:0; 
		text-align:center; 
		font-size:.70em;
		}
.smallest {
		padding-top:2em; 
		margin-bottom:0; 
		text-align:center; 
		font-size:.65em;
		}
.copyright {
		padding-top:0; 
		margin-bottom:25px; 
		text-align:center; 
		font-size:.75em;
		}
h1,h2,h3,h4,h5,b {font-weight:bold; color:#CAA988;}
h1 {font-size:1.3em;}
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;}
.p100, .p125, .p150, .p175, .p200, .p225, .p250 {
												float:left; 
												margin:0 .75em 0 0;
												}
.p100 {width:100px;}
.p125 {width:125px;}
.p150 {width:150px;}
.p175 {width:175px;}
.p200 {width:200px;}
.p225 {width:225px;}
.p250 {width:250px;}
.p175r {
	width:175px; 
	float:right; 
	margin:0 0 0 .75em;
	}

/*DROP SHADOWS*/
.shadowRight {
  float:right;
  background: url('../images/drop-shadow.png') no-repeat bottom right !important;
  background:;
  margin: 10px 0 10px 20px;
  }
.shadowRight img {
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
  }
.shadowLeft {
  float:left;
  background: url('../images/drop-shadow.png') no-repeat bottom right !important;
  background:;
  margin: 10px 10px 5px 6px;
  }
.shadowLeft img {
  position: relative;
  background-color: #fff;
  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;
			color:#B06646;
			}
#validation a {text-decoration:none;}
#validation a:hover {text-decoration:underline;}
span.nonie {display:inline;}
.clear {clear:both;}
