@charset "utf-8";
/*


Developer Notes

Color Scheme:


*/

 
/* ///////////////////////////

@import rules

/////////////////////////// */

@import url("reset.css");

/* ///////////////////////////

Global Overrides

/////////////////////////// */

body {
	background: url(../../images/body-bg.jpg) no-repeat center top #5F432B;
	font: normal 14px Verdana, Arial, sans-serif;
}

h1 {
	margin-bottom: 1em;
	font: bold 18px Arial;	
}

h2 {
	margin-bottom: 1em;
	font: bold 16px Arial;
}

h3 {
	margin-bottom: 1em;
	font: bold 14px Arial;
}

h4 {
	border-bottom: 1px dashed #9F5A1D;
	color: #4A321A;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}	

#sidebar h2 {
	background: #90AB82;
	width: 250px;
	margin-top:10px;
	color: #FFF;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
	padding-left:10px;
}	

p {
	margin-bottom: 1em;
}

ul {
	list-style: inside circle;
	margin-left:15px;
	text-indent: -15px;
	padding-left:5px;
}

ul li {
	padding:5px 0;
}		

a {
	color: #4A321A;
}

a:hover {
	text-decoration: none;
}		

/* ///////////////////////////

ID Declarations

/////////////////////////// */
#site {
	width: 951px;
	margin: 0 auto;
	margin-top: 15px;
}


#header {
	width: 950px;
	float: left;
}

#header h1 {	
	height: 22px;
	text-align: left;
	font: 18px "Georgia";
}

#masthead {
	height: 83px;
	float: left;
	padding:0;
	width: 100%;
}

#main-nav {
	color: #FFF;
	height: 40px;
	width: 900px;
	float: left;
	line-height:30px;
	background: url(../../images/nav-scorp.jpg) no-repeat top left;
}

#main-nav ul {
	padding: 5px;
	margin-left: 130px;
}

#main-nav li {
	display: inline;
	padding: 8px;	
	font: normal 16px Arial;	
}

#main-nav li a {
	color: #FFF;
	text-decoration: none;
}

#main-nav li a:hover {
	color: #000;
}

#main-nav li a#current {
	color: #F2CF8B;
	font-weight: bold;
}

#page {
	width: 951px;
	float: left;
	background: #F2CF8B url(../../images/page-btm.jpg) no-repeat bottom left;
	padding-bottom: 15px;margin-top:10px;
}

#content {
	width: 620px;
	float: left;
	line-height: 22px;
}
#content2 {
	width: 620px;
	float: left;
}

#article {
	padding: 15px;
}

#sidebar {
	width: 260px;
	float: right;
	background: #F1F1F1;
	margin-right:20px;
	border: 10px solid #FFF;
	padding-bottom:10px;
}

#sidebar p {
	width:240px;
	margin-left: 10px;
	font-size: 12px;
}

#sidebar ul {
	font-size: 12px;
}	

#footer {
	width: 940px;
	height: 50px;
	margin: 0 auto;
}

#footer-nav {
	margin: 0 15px;
	text-align: center;
}

#footer-nav ul {
	padding: 10px 0 2px 0px;
	margin:0;
}

#footer-nav li {
	display: inline;
	padding: 3px;
	font: normal 12px sans-serif;
}

#footer-nav li a {
	color: #FFF;
	text-decoration: underline;
	text-align: center;
	padding: 0 13px;
}

#footer-nav li a:hover {
	text-decoration: none;
}

#footer-nav li a#current {
	color: #90AB82;
	text-decoration: none;
}

#copyright {
	padding: 10px 0;
	text-align: center;
	color: #FFF;
	font: normal 12px sans-serif;
}

#copyright a {
	color: #90AB82;
	text-decoration: none;
}

#copyright a:hover {
	color: #FFF;
}						

/* ///////////////////////////

Custom Classes

/////////////////////////// */
.clear-both {
	height: 0px;
	clear: both;
}

.no-margin, #content.no-margin {
	margin:0;
}

.one-col {
	width: 100%;
}

.two-col {
	width: 49%;
	background: #CCC;
}

.three-col {
	width: 32%;
	background: #9CF;
}


#content, .two-col, .three-col, .four-col, .five-col {
	float: left;
}

#sidebar.first-col, .first-col {
	margin: 0;
}

.logo {
	width: 270px;
	height: 73px;
	padding: 10px 0 0 15px;
	float: left;
	overflow: hidden;
}

.phone {
	width:230px;
	float: right;
	margin-right: 35px;margin-top:30px;
}	

.phone h2 {
	font: bold 24px Georgia, "Times New Roman", Times, serif;
}	
.phone img {
margin-right:10px;
}

 

.brown-boxes {
	width:210px;
	background: #4A321A;
	padding: 0;
	float: left;
	margin-left:25px;margin-bottom:10px;
	color: #FFF;
	text-align: center;
	padding-bottom: 7px;
	border: 2px solid #9F5A1D;
}	

.brown-boxes h4 {
	font-size: 13px;
	color: #FFF;
	float: left;
	width: 200px;
	background: #9F5A1D;
	padding: 5px;
	text-align: center;
	clear: both;
	height: 32px;
}

.brown-boxes h4 a {
	color: #FFF;
}	

.brown-boxes h4 a:hover {
	text-decoration: none;
}	

.friend {
	width: 325px;
	float: left;
}	

.input {
	width:180px;
	float: left;
	margin-left: 15px;margin-bottom:8px;
}

.label {
	width: 120px;
	float: left;
	margin-bottom:8px;
	text-align: right;
}		



