@charset "utf-8";
/* CSS Document */

/* base settings */
body, div, h1, h3 {
	font-family:Palatino, Palatino Linotype, Georgia, Times, Times New Roman, serif;
}
#navigation a:link, #navigation a:visited, h2 {
	font-family:Myriad Pro, Myriad, GillSans, Calibri, Trebuchet, sans-serif;
}
p, footer, ul, ol {
	font-size:16px;
	line-height:23px;
	margin-bottom:20px;
}
p, h1, ul, dl, td, ol {
	color:#3c4500;
}



html {
	background-color:#bad600;
}
body {
	background-color:#bad600;
	background-image:url(../images/wrapper_shadow.png);
	background-repeat:repeat-y;
	background-position:center;
}
#wrapper {
	width:973px;
	background-color:#ffffa3;
	margin:0px auto auto auto;
}
#masthead {
	background-image:url(../images/masthead_bg.png);
	background-repeat:no-repeat;
	height:170px;
}
	#callphone {
		color:#829500;
		text-align:right;
		padding:15px 41px 0 0;
		font-style:italic;
	}
#navigation {
	float:left;
	margin-left:40px;
	display:inline-block;
	position:relative;
	top:39px;
}
	#navigation ul li {
		text-transform:uppercase;
		line-height:30px;
		font-size:18px;
	}
	#navigation a:link, #navigation a:visited {
		text-decoration:none;
		color:#000000;
		border-bottom:dotted 1px #000000;
	}
	#navigation a:hover {
		color:#a2b428;
		border-bottom:dotted 1px #a2b428;
		
	}
#content {
	position:relative;
	top:-20px;
	float:left;
	width:425px;
	display:inline-block;
	margin-bottom:40px;
	margin-left:30px;
	min-height:450px;
}
#content_wide {
	position:relative;
	top:-20px;
	float:left;
	width:700px;
	display:inline-block;
	margin-bottom:40px;
	margin-left:30px;
	min-height:450px;
}
	h1 {
		font-weight:bold;
		font-size:36px;
		margin-bottom:13px;
	}
	h2 {
		font-size:18px;
		text-transform:uppercase;
		border-bottom:dotted 3px #bad600;
		padding-bottom:2px;
		color:#525e00;
		clear:both;
	}
	h3 {
		font-weight:bold;
	}
	a:link, a:visited, a:active {
		color:#718202;
	}
	img, iframe {
		border:12px #fff solid;
	}
	div.img_special_fr, div.img_special_fl {
		padding:10px;
		display:inline-block;
		background-image:url(../images/image_shadow_bg.png);
		background-repeat:no-repeat;
		background-position:bottom right;
		padding:0 15px 9px 0;
		margin-bottom:13px;
	}
	div.img_special_fr {
		float:right;
		margin-left:10px;
		position:relative;
		left:8px;
	}
	div.img_special_fl {
		float:left;
		margin-right:10px;
	}
	#content ul, #content_wide ul {
		margin-top:10px;
		margin-left:50px;
		margin-bottom:27px;
	}
	#content ul li, #content_wide ul li {
		list-style-image:url(../images/bullet.png);
	}
	.staff {
		margin-top:12px;
		position:relative;
		left:-89px;
	}
	/*.staff h2 {
		border-bottom:none;
		margin-bottom:0;
	}*/
	.staffhours {
		font-weight:bold;
		float:right;
		width:220px;
		clear:right;
		margin-top:-16px;
	}
	.price {
		font-weight:bold;
		width:100%;
		text-align:right;
		position:absolute;
		top:0px;
		left:0px;
	}
	.service {
		position:inherit;
	}
	.time {
		width:90%;
		text-align:right;
		position:absolute;
		top:-1px;
		left:0px;
	}
	strong {
		font-weight:bold;
	}
	ul li strong {
		margin-left:5px;
	}
	dl {
		margin-top:5px;
		text-align:left;
		width:400px;
		margin-left:18px;
	}
	dt {
		font-weight:bold;
		display:inline-block;
		float:left;
		width:150px;
		
	}
	dd {
		text-indent:30px;
		padding-bottom:5px;
	}
	img.main {
		position:absolute;
		left:458px;
		margin-top:6px;
		border:0px;
	}
	.phone {
		white-space:nowrap;
	}
	td {
		padding:2px;
		width:100%;
		vertical-align:top;
	}
	td.price_inline {
		font-weight:bold;
		white-space:nowrap;
		text-align:right;
	}
	table {
		margin-top:10px;
		margin-bottom:20px;
		width:350px;
	}
	ol {
		margin-left:38px;
	}
	em {
		font-style:italic;
	}
	
#footer {
	clear:both;
	background-image:url(../images/footer_bg.png);
	background-repeat:no-repeat;
	height:193px;
	text-align:right;
	color:#829500;
}
	#footer_text {
		position:relative;
		top:65px;
		left:-50px;
	}
	#footer a:link, #footer a:visited {
		color:#829500;
		text-decoration:none;
		border-bottom:1px dotted #829500;
	}
	#footer a:hover {
		color:#525e00;
	}