/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background: #fcf4d2;
}

/** Main Structural Divs **/

#wrapper {
	width: 800px;
	margin: 50px auto;
}

#header {
	width: 800px;
	height: 82px;
	margin: 0;
}

#nav {
	width: 775px;
	height: 16px;
	padding: 0 25px 0 0;
	text-align: right;
}

#content {
	width: 800px;
	background: url(images/SH_Home_Column.gif) no-repeat top left;
}

#text {
	width: 660px;
	margin: 0 0 0 115px;
}

#text-inner {
	margin: 25px 0;
}

#leftcol {
	width: 360px;
	margin: 0 48px 0 0;
	float: left;
	display: inline;
}

#rightcol {
	width: 252px;
	float: left;
	display: inline;
	text-align: center;
}

.testimonial {
	clear: both;
	margin: 20px 0 0 0;
}



#footer {
	width: 710px;
	margin: 10px 0 25px 90px;
}

/** Supporting Structural Divs **/


#address {
	float: left;
	margin-left:0px;
	padding: 5px;
}
		
#copyright {
	float: right;
	margin-right:25px;
	padding: 5px;
	text-align: right;
}

#flashcontent {
	margin:10px;
	width: 640px;
	height: 600px;
}


.home-photo {
	float: right;
	margin: 15px 0 10px 15px;
	padding: 0;
	border:5px solid #828f3c;
}


.photo-border {
	padding: 0;
	border: 5px solid #828f3c;
}
	
.clear {
	clear: both;
	height: 20px;
}


.floatleft{
	float: left;
	margin: 0 20px 20px 0;
	padding: 0x;
	border: 5px solid #828f3c;
}

.floatright {
	float: right;
	margin: 0 0 20px 20px;
	padding: 0;
	border: 5px solid #828f3c;
}



/** Text Styles **/

body {
	font-size: 12px;
	color: #828f3c;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 15px;
}

#footer p {
	font-size: 10px;
	margin: 0;
}


h1 {
	font-size: 24px;
	color: #828f3c;
	font-weight: normal;
	margin: 0;
}

h1.inline {
	display: inline;
}

h2 {
	font-size: 14px;
	font-weight:normal;
	color: #828f3c;
	font-weight: normal;
	}	


/** Link Styles **/
a:link {color: #ff7200;text-decoration:none;}
a:visited {color:#ff7200;text-decoration:none;}
a:active {color: #ff7200;}
a:hover {color: #828f3c;text-decoration:underline;}
