/* Css design by SodiumHalogen.com *** */

/* ----------main elements-------------- */
body {
	font: normal 12px/20px Georgia, "Times New Roman", Times, serif;
	color: #fff;
	margin: 0 auto; 
	background: #5c4124 url(images/page_bg2.jpg) top center repeat-x;
	}


/* ----------temp-------------- */
blockquote {
	background: #4a341c url(images/blockquote_bg.gif) top left no-repeat;
	font: 18px/24px normal Arial, Helvetica, sans-serif;
	text-indent: 15px;
	padding: 25px 20px;
	margin: 10px 0 10px 20px;
	}
/*blockquote em {
	font: 30px/24px Georgia, "Times New Roman", Times, serif;
	color: #968438;
	font-style: italic;
	} */


/* ----------container to center the layout-------------- */
#center {
	margin: 0 auto;
	width: 805px;
	overflow: hidden;
	}
#container { 
	float: left;
	width: 805px; 
	padding: 0px;
	background: #5c4124 url(images/page_bg.jpg) top center no-repeat;
	}
#container_photo { 
	float: left;
	width: 900px; 
	padding: 0px;
	background: #5c4124 url(images/page_bg.jpg) top center no-repeat;
	}
#content {
	width: 805px;
	margin: 0;
	padding: 0;
	}

/* ----------typography-------------- */	
h1 {
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 0;
	padding: 10px 10px 0 10px;
	}	
h2 {
	font: bold 13px Georgia, "Times New Roman", Times, serif;
	margin-bottom: 0;
	padding: 10px 10px 0 20px;
	}
h3 {
	font: bold 13px Georgia;
	margin-bottom: 0;
	padding: 10px 10px 0 20px;
	}	
ul {
	margin-top: 5px;	
	list-style: square;
	}	
li ul {
	list-style: circle;
	margin-bottom: 10px;
	}		

/* --------------left content------------- */
#left {
	float: left; 
	width: 290px;
	padding: 5px 0 0 5px;
	}
#left p {
	margin-left: 30px;
	}	
#left h1, address {
	text-align: center;
	}	

/* --------------right content------------- */
#right {
	float: left; 
	width: 460px;
	padding: 25px 0 0 10px;
	}
#right h1 {
	display: none;
	}
#right p {
	padding: 0 0 10px 20px;
	margin: 0px;
	}	
	
.float_right {
	float: right;
	padding: 10px;
	}
.float_right img, .center img{
	border: solid 1px #000;
	}
.float_right a img {
	border: none;
	}
.float_right p{
	font-size: 11px;
	font-style: italic;
	text-align: center;
	color: #968438;
	}
.center {
	padding: 10px;
	margin: 0 0 10px 10px;
	}				
#right .hr { 
	height: 10px;
	border-top: 1px solid #48321a;
	clear: both;
	margin: 0;  
	}
#right .hr_swish {
	height: 10px;
	padding-top: 10px;	
	background:  url("images/hr_swish.gif") center bottom no-repeat;
	}
#right .success{
	margin-top: -10px;
	}	

/* ----------darker-------------- */
#darker {
	background:  #4a341c;
	clear: both;
	margin: 20px 0 0px 20px;
	padding: 5px 10px 25px 0;
	}	
#darker ul {
	margin-top: 3px;
	}
#darker h2 {
	font: bold 16px Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #968438; 
	}
#darker h3 {
	font: bold 14px Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #968438;
	margin-top: 5px; 
	}
#darker em {
	font-size: 13px;
	color: #968438; 
	} 		
	
/* ----------links-------------- */
a {
	color: #968438; 
	font-weight: bold; 
	text-decoration: none;
	}
a:visited a:active {
	color: #968438; 
	font-weight: bold; 
	text-decoration: none;
	}
a:hover {
	color: #fff;	
	background: #968438; 
	font-weight: bold; 
	text-decoration: none;
	}	
	
	
/* ----------nav-------------- */	
#nav {
	height: 69px;
	width: 100%;
	overflow: hidden;
	}
#nav ul { 
	list-style: none; 
	padding: 0; 
	margin: 0; 
	}
#nav ul li{ 
	float: left; 
	display: inline; 
	margin: 0; 
	}
#nav span{ 
	display: none; 
	}
#nav a.select {
	background-position: 0 -69px;
}
#nav a:hover {
	background-position: 0 -69px;
	}
#home a {
	display:block;
	width: 69px;
	height: 69px;
	background: url(images/b_home.gif) no-repeat;
	}
#photos a {
	display:block;
	width: 69px;
	height: 69px;
	background: url(images/b_photos.gif) no-repeat;
	}
#success a {
	display:block;
	width: 125px;
	height: 69px;
	background: url(images/b_success_stories.gif) no-repeat;
	}
#contact a {
	display:block;
	width: 95px;
	height: 69px;
	background: url(images/b_contact.gif) no-repeat;
	}

	
	
/* ----------------- Footer --------------------- */
#footer { 
	width: 765px;  
	clear: both; 
	padding-top: 5px; 
	margin: 0px 0 10px 0; 
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
	}
#footer span {
	margin: 0 0 10px 0; padding: 0;
	float: left; 
	}
#footer a { 
	color: #fff; 
	text-decoration: none; 
	}
#footer a:hover { 
	color: #fff; 
	background: #968438;
	}
#footer ul {
	list-style: none;
	}
#footer li {
	display: inline; 
	margin: 0;
	}	
#footer .hr { 
	height: 1px;
	border-top: 1px dotted #48321a;
	clear: both;
	margin-top: 10px;  
	}			