/* Reset Browser Defaul Styles --------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent;}
body {line-height: 1;}
ol, ul {
	list-style: url(none) none;
}
blockquote, q { quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none;}
:focus {outline: 0;}
ins {text-decoration: none;}
del {text-decoration: line-through;}
table {border-collapse: collapse;border-spacing: 0;}
a {
	text-decoration:underline;
	color:#709A06
}
a:hover {
	text-decoration:underline;
	color: #5D8304;
}


body {font:14px/24px Arial, Helvetica, sans-serif; color:#000000;}
.clear {clear:both}
.wrapper{ width:1057px; margin:0px auto}

#header{
	background:#cec7b7;
	height:114px;
	padding:15px 0px;
}
	#header h1 {
		float:left;
	}
	#header .phone {
		float:right;
	}
	
	
	
#menu-holder {
	background:#000000 url(../img/menu-bg.gif) repeat-x;
	height:38px;
	line-height:38px;
}
	#menu{
		font-weight:bold;
		line-height:18px;
		padding:10px 0px;
	}
		#menu li {
			border-right:1px solid #ffffff;
			float:left;
			margin:0px 15px 0px 0px;
			padding:0px 15px 0px 0px;
		}
		#menu li.last {
			border-right:0;
			margin:0px;
			padding:0px;
		}
		#menu li a {
			color:#ffffff;
		}
	


#gallerylarge {
	background:#cec7b7 url(../img/gallery-bg.jpg) center top no-repeat;
	height:514px;
	margin:0px 0px 5px;
	padding:20px 0px 0px;
}

#controls {width:382px; float:left; margin-right:18px; padding-top:88px; background:url(../img/controls-bg.gif) left bottom no-repeat;}
#controls #title img {display:block}
#controls #title span {font-size:16px; padding:5px 0px 0px 5px; display:block}

#callouts-holder {background:url(../img/bubble.gif) no-repeat; width:321px; height:142px; padding:8px 37px 11px 18px; overflow:hidden; margin:10px 0px 20px; position:relative; left:-5px}
#callouts {width:321px; height:140px; overflow:hidden;}
#callouts p {width:321px; background:#d4cdc3 url(../img/bubble-item.gif) repeat-x; height:140px; overflow:hidden;}

#pager-holder {height:32px; line-height:32px; text-align:center; font-size:12px; font-family:Tahoma, Geneva, sans-serif; width:371px; margin-bottom:88px;}
#pager-holder a {color:#ffffff}
#pager-holder a#prev {background:url(../img/controls-bar.gif) 0px 0px; display:block; float:left; width:59px; height:32px; font-weight:bold; text-transform:uppercase}
#pager-holder a#prev:hover {background:url(../img/controls-bar.gif) 0px -32px; text-decoration:none;}
#pager-holder #pager {float:left}
#pager-holder a#next {float:left; width:52px; height:32px; display:block; background:url(../img/controls-bar.gif) -85px 0px;  font-weight:bold; text-transform:uppercase}
#pager-holder a#next:hover {background:url(../img/controls-bar.gif) -85px -32px; text-decoration:none}
#pager a, #pager a.activeSlide {display:block; float:left; width:22px; padding-right:2px; height:32px; overflow:hidden; background:url(../img/controls-bar.gif) -59px 0px;}
#pager a:hover, #pager a.activeSlide {background:url(../img/controls-bar.gif) -59px -32px; text-decoration:none}


#slide-holder {width:654px; height:494px; float:left;}
.slide {background:url(../img/slide-bg.gif) no-repeat; width:654px; height:494px;}
.slide img {margin:7px}

	
#main{}

#content ul {list-style:disc inside}
#left {
	width: 200px;
	display: block;
	float: left;
}
#right {
	width: 350px;
	display: block;
	float: right;
}

	#content{
	background:no-repeat left top;
	float:right;
	padding:20px 0px 0px 20px;
	width:655px;
	}
	
		#content p {
			padding-bottom:14px;
		}
	#sidebar{
		background:url(../img/sidebar-quote-bg.gif) center 20px no-repeat;
		float:left;
		margin:0px 41px 0px 0px;
		padding:20px 0px 0px;
		width:341px;
	}
	#sidebarlinks{
	float:left;
	margin:0px 41px 0px 0px;
	padding:20px 0px 0px;
	width:341px;
	}
.links {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #000;
	padding-left: 10px;
}
		#sidebar form {
			margin:0px auto;
			width:291px; 
		}
		#sidebar legend {
			color:#ffffff;
			font:20px/24px Tahoma, Geneva, sans-serif;
			margin:0px 0px 0px;
			padding:2px 0px 4px;
			text-transform:uppercase;
		}
		#sidebar label {
			color:#bdac9e;
			cursor:pointer;
			display:block;
			float:left;
			font:bold 14px/26px Arial, Helvetica, sans-serif;
			margin:0px 3px 0px 0px;
			text-align:right;
			width:50px;			
		}
		#sidebar input {
			border:1px solid #cfc8b9;
			float:left;
			font:14px/24px Arial, Helvetica, sans-serif;
			height:24px;
			margin:0px 0px 10px;
			width:234px;
		}
		#sidebar input#submit-request {
			border:0;
			float:right;
			margin:10px 0px 0px;
			height:auto;
			width:auto;
		}
		#sidebar #notification {
			padding:20px 0px;
		}




#footer-images {
	height:164px;
	overflow:hidden;
	margin-bottom:5px;
}
	#footer-images li {
		background:url(../img/footer-img-bg.gif) left top no-repeat;
		float:left;
		width:211px;
	}
		#footer-images li img {
			padding:7px 8px;
		}




#footer{
	background:#0f0f0f url(../img/footer-bg.gif) repeat-x;
	color:#ffffff;
	font:12px/24px Arial, Helvetica, sans-serif;
	padding:8px 0px;
	height:48px;
	text-align:center;
}
	#footer p {
		padding:0px 0px 5px;
	}
	
.spacer {clear:both; height:40px}


/* jQuery lightBox plugin - Gallery style */
	#gallery {
	background-color: #FFF;
	padding: 10px;
	width: 640px;
	}
	#gallery ul { list-style: none; }
	#gallery ul li { display: inline; }
	#gallery ul img {
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 20px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CEC7B7;
	border-right-color: #CEC7B7;
	border-bottom-color: #CEC7B7;
	border-left-color: #CEC7B7;
	}
	#gallery ul a:hover img {
		border: 5px solid #fff;
		border-width: 5px 5px 20px;
		color: #fff;
	}
	#gallery ul a:hover { color: #fff; }

