@charset "utf-8";

#wrapper {
	width: 836px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
}


#top {
	height: 87px;
	position: relative;
	z-index: 1;
}
#navbar {
	height: 30px;
	width: 503px;
	top: 52px;
	right: 0px;
	position: absolute;
	z-index: 2;
}

#banner {
	height: 283px;
}
#content {
}


#left {
	float: left;
	width: 310px;
	padding-top: 30px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
#right {
	float: right;
	width: 466px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 20px;
}
#footer {
	height: 115px;
	clear: both;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #d9cfca;
	background-image: url(images/footer_curved.gif);
	position: relative;
	background-repeat: no-repeat;
}
#footer_contact {
	text-align: center;
	width: 300px;
	position: absolute;
	right: 150px;
	top: 30px;
	color: #633825;
	font-size: 14px;
}
#footer_contact a {
	color: #633825;
	text-decoration: none;
}
#footer_copyright {
	position: absolute;
	bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #888278;
	margin-left: 190px;
}
#footer_copyright a {
	color: #888278;
	text-decoration: none;
}

body {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #3a3a3a;
	font-size: 0.9em;
	line-height: 1.4em;
	background-image: url(images/bg_image.jpg);
}
.quote {
	font-size: 0.9em;
	padding-left: 1em;
	line-height: 1.4em;
}
.photo_caption {
	font-size: .9em;
	color: #768F2A;
}
.img_border {
	border: 2px solid #768F2A;
	margin: 5px;
}
h1 {
	font-size: 1.5em;
	color: #768F2A;
}
a {
	color: #768F2A;
}
h2 {
	font-size: 1.2em;
	color: #768F2A;
}


#leftnav {
	margin: 0; 
	padding: 0;
	}
#leftnav ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 15px;
}

	#leftnav li { list-style: none; }

	
		#leftnav li a {
	display: block;
	line-height: 1.5em;
	font-size: 1.2em;
	text-decoration: none;
	background: transparent;
	border: 0;
	padding: 5px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
			}
		
			#leftnav a:link, #leftnav a:visited {
	color: #768F2A;
}
			
			#leftnav a:hover, #leftnav a:visited:hover, #leftnav a:active 
			{
	color: #000;
	background: #e5e5cb;
}
.leftnav_header {
	color: #999999;
	padding-left: 10px;
}
.leftnav_subnav {
	padding-left: 24px;
	font-size: .8em;
	padding-top: 0px;
	padding-bottom: 0px;
}

#banner_dropshadow {
	height: 12px;
	visibility: hidden;
}
#design_nav {
	margin-bottom: 10px;
}

/*this will remove all default spacing from around list, and remove all bullets*/ 
#design_nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

/*this will change it from a vertical list to a horizontal one by turning from block to inline*/
#design_nav  li {
	display: inline;
}

/*this adds spacing around the links*/
#design_nav li a:link, #design_nav li a:visited {
	padding-top: 0.4em;
	padding-right: 1em;
	padding-bottom: .5em;
	padding-left: 1em;
}

/*this creates the rollover effect on hover (text changes color and background shading is applied*/
#design_nav li a:hover, #design_nav li a:active {
	color: #000000;
	background-color: #e5e5cb;

}

/*this is a custom class that allows the current page to be displayed. it's a bit more advanced feature and you must apply the current class to the a tag that is current*/
#design_nav li a.current, #design_nav li a.current:hover, #design_nav li a.current:active {
	color: #333333;
	text-decoration: none;
	background-image: url(images/arrow_down.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 13px;
	background-color: #FFFFFF;
	cursor: default;
} 
