/* Tags
---------------------------------------------- */
html { background:#C8B281 url(assets/images/html_bg.jpg) left top repeat-x;
}
body {
	margin: 0px;
	padding: 0px;
	color: #660000;
	font: 14px Times, Helvetica, sans-serif;
	background:url(assets/images/body_bg.jpg) center top no-repeat;
}
h1 {
	margin: 0 0 1em 0;
	padding: 0px;
	color: #660000;
	font: bold 24px/26px Arial, Helvetica, sans-serif;
}
h2 {
	margin: 1em 0px 0px 0px;
	padding: 0px;
	color: #584730;
	font: bold 18px/20px Arial, Helvetica, sans-serif;
}
h3 {
	margin: 1em 0px 0px 0px;
	padding: 0px;
	color: #660000;
	font: bold 16px/18px Arial, Helvetica, sans-serif;
}
h4 {
	margin: 1em 0px 0px 0px;
	padding: 0px;
	color: #584730;
	font: bold 14px/16px Arial, Helvetica, sans-serif;
}
p {
	margin: 1em 0px 0px 0px;
	padding: 0px;
	line-height: 20px;
}
a {
	color: #ab641b;
	font-weight: bold;
	text-decoration: underline;
}
	a:hover {
		text-decoration: underline;
	}
hr {
	color: #000;
	height: 1px;
	background-color: #000;
	border: none;
}
ul, ol, dl {
	line-height: 20px;
}
/* Classes
---------------------------------------------- */
.imgborder {
	border: 1px solid #000;
}
.smalltext {
	font-size: 11px;
	line-height: 16px;
}
.nomargin {
	margin: 0px;
}
.margin {
	margin: 10px;
}
.center {
	text-align: center;
}
.clear {
	clear: both;
}

/* Special
---------------------------------------------- */
.forms p {
	margin: 0px;
}

/* Layout
---------------------------------------------- */
#container {
width:900px;
height:auto;
margin:0 auto;
padding:0px;
}
	#contents {
	width:auto;
	height:auto;
	margin:0px;
	padding:0px;
	background:url(assets/images/contents_bg.jpg) left top no-repeat;
	}
		#header {
		width:auto;
		height:360px;
		margin:0px;
		padding:0px;
		}
			#topPhotos {
			width:583px;
			height:248px;
			margin:0px;
			padding:50px 0 0 20px;
			}
			#logo {
			width:606px;
			height:58px;
			margin:0px;
			padding:12px 0 0 145px;
			position:absolute;
			color:#4e3f29;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 15px;
			text-align: center;
			font-weight: bold;
			}
			#phonenumber {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 35px;
			font-weight: bolder;
			color: #4e3f29;
			position: relative;
			width: auto;
			height: auto;
			text-align: center;
			top: 0px;
			left: 0px;
			}
		#leftCol {
		width:208px;
		height:auto;
		margin:0px;
		padding:0px;		
		}
			#nav_box {
			width:208px;
			height:auto;
			margin:0px;
			padding:0px;
			position:relative;
			background:url(assets/images/nav_bg.jpg) left top repeat-y;
			}
				#nav_bottom {
				width:208px;
				height:auto;
				margin:0px;
				padding:0px;
				left:0px;
				bottom:0px;	
				background:url(assets/images/nav_bottom.jpg) left bottom no-repeat;
				}
				#nav_top {
				width:208px;
				height:auto;
				margin:0px;
				padding:0px;
				min-height:295px;
				_height:295px;
			
				background:url(assets/images/nav_top.jpg) left top no-repeat;
				}
					#nav {
					width:162px;
					height:auto;
					margin:0 auto;
					padding:15px 0 0 0;
					}
					#nav li {
					list-style:none;
					padding:5px 0 0 0;
					}
					#nav li a {
					height:24px;
					display:block;
					padding:0 5px 0 5px;
					background:url(assets/images/nav_tab.jpg) left top no-repeat;
					font:bold 12px/24px Arial, Helvetica, sans-serif;
					color:#4d3f28;
					text-decoration:none;
					}
					#nav li a:hover {
					color:#ab641b;
					text-decoration:none;
					}
	#sidebar {
		width: auto;
		height:auto;
		margin:0px;
		padding:0 10px 0 10px;
	}
	
	#rightCol {
		width:670px;
		height:auto;
			min-height:320px;
			_height:320px;
		margin:0px;
		padding:10px 15px 0 0;
		float:right;		
		}
		#home_services_box {
		width:202px;
		height:268px;
		margin:20px 0 20px 0;
		padding:0px 10px 20px 30px;
		float:right;
		color:#fff;
		background:url(assets/images/home_services_box.jpg) left top no-repeat;
		}

#home_services_box li a{
		color:#fff;
		text-decoration:none;
		}
#home_services_box li a:hover{
		color:#CAA285;
		text-decoration:none;
		}


		#home_services_box .home_services_title {
		font:25px Arial, Helvetica, sans-serif;
		color:#caa285;
		}
		#home_services_box ul {
		margin:0px;
		padding:10px;
		}


	#footer {
	width:auto;
	height:50px;
	margin:0px;
	padding:0px;
	background:url(assets/images/footer_bg.jpg) left top no-repeat;
	}
					#nav2 {
					width:auto;
					height:auto;
					margin:0px;
					padding:15px 0 0 0;
					text-align:center;
					}
					#nav2 li {
					list-style:none;
					display:inline;
					}
					#nav2 li a {
					padding:0 5px 0 5px;
					border-right:1px solid #4d3f28;
					font:bold 11px/24px Arial, Helvetica, sans-serif;
					color:#4d3f28;
					text-decoration:none;
					}
					#nav2 li a:hover {
					color:#000;
					text-decoration:underline;
					}
					#nav2 .last {
					border:none;
					}
		#copy {
		width:auto;
		height:auto;
		margin:0px;
		padding:0px;
		text-align:center;
		font:10px Arial, Helvetica, sans-serif;
		color:#fff;
		}

#serviceBox
{
margin:10px auto;
background:url(assets/images/servicesBox.jpg) no-repeat;
width:492px;
height:233px;

}


#serviceBox li
{
text-decoration:none;
color:#fff;
margin:0px;
padding:5px 0px 0px 0px;
list-style:none;
}

#serviceBox a
{
text-decoration:none;
color:#fff;
}
#serviceBox a:hover
{
color:#CAA285;
}
#toplinks {
	text-align: center;
	font-size: 11px;
	height: 11px;
	margin-bottom: -11px;
}
#toplinks a {
	text-decoration: none;
}




