/* CSS Document */

/*  CSS Reset  */

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, 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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {outline: 0;}
.clear {clear: both;}
.skip {display: none;}
.hide {display: none;}
.visible {visibility: visible;}
.left {float: left;}
.right {float: right;}

/* Basic CSS */

	
	body {
		background: #fbebe9 url(../images/page_bg.gif) top repeat-x;
		font: 100% Calibri, Verdana, Arial, Helvetica, sans-serif;
		margin:0;
		padding:0;
	}
	
	
	a {
		color: #c3bb73;
		text-decoration: none;
	}
	
	a:hover {
		text-decoration: underline;
	}
	
	h1,h2,h3,h4,h5,h6 {
		font-family: Cambria, Georgia, "Times New Roman", Times, serif;
		font-size: 1.4em;
		padding: 0.5em 0;
		color: #c3bb73;
		border-bottom: 1px solid #c3bb73;
	}

 /*-- Layout code --*/
 
 
 
 	#container {
		width:960px;
		margin:0 auto;
		background: #fff;
		overflow: hidden;
	}
	
	#header {
		height: 300px;
		width: 1200px;
		margin: 0 auto;
		background: url(../images/header_bg.jpg) top no-repeat;
		position: relative;
	}
	
		#flashHeader {
			width: 580px;
			height: 230px;
			position: absolute;
			left: 440px;
			top: 40px;
		}
	
		p#phone {
			position: absolute;
			left: 175px;
			bottom:60px;
			font-family: Cambria, Georgia, "Times New Roman", Times, serif;
			font-size: 1.2em;
			padding: 0;
			margin: 0;
			color: #c3bb73;
		}
	
	#content {
		
		padding: 0 0 0 35px;
	}
	
	#colRight {
		display:block;
		width: 200px;
		float:right;
		clear:right;		
		margin:10px;			
	}
	
	
	#copy, #copy2 {
		float:left;
		display:block;
		line-height: 1.5em;
		padding-top: 20px;
		width:700px;
	}
	
	#copy2 {width: 240px;}
	
	
	#copy li {
		left: 20px;
		list-style:inside;
		list-style-type:circle;
	}
		
	
	#mapContainer {
		width: 680px; 
		 padding: 1em 0;
		float: right;
	}
	
		#map {
			margin: 0em 2em;
			height: 350px;
		}
	
	
	#footer {
		text-align: center;
		border-top: 1px solid #b1a267;
		margin-right: 35px;
		clear: both;
		font-size: 0.8em; 
		letter-spacing: 0.2em;
		padding: 1em 0;
		text-align: center;
	}
	
/*--		Nav			--*/
	
	#navContainer {
		background: url(../images/nav_bg.gif) top repeat-x;
		height: 60px;
		width: 100%;
		overflow: hidden;
	}
	
	#nav {
		list-style: none;
	}
	
		#nav li {
			float: left;
		}
		
			#nav li a {
				height: 50px;
				line-height: 50px;
				padding: 0 1em;
				font-family: Cambria, Georgia, "Times New Roman", Times, serif;
				font-size: 1.4em;
				color: #fff;
				border-right: 1px solid #b9ad72;
			}
			
			#nav li a:hover {
				color: #340d06;
				text-decoration: none;
			}
	
	/*--		Hacks		--*/
	
	.clearfix:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}
	
	/* Hides from IE-mac \*/
	* html .clearfix {height: 1%;}
	/* End hide from IE-mac */	