/* Sample Stylesheet */

/*****Reset*****/
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td { margin: 0; padding: 0; }

/*****Basic Definitions*****/
body { background: #fff; color: #333; font: 12px/18px Verdana, Helvetica, Arial, sans-serif; }
h1 { color: #401913; font-size: 24px; font-weight: normal; line-height: 30px; margin-bottom: 10px; text-transform: uppercase; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.333em; }
h4 { font-size: 1.167em; }
h5, h6 { font-size: 1em; }

a { }
a:visited { }
a:hover { text-decoration: none; }
img { border: none; }
p, ul, ol, dl, table { margin-bottom: 18px; }
ul, ol, dd { margin-left: 36px; }

/*****Custom Classes*****/
.clearing { clear: both; }
.clearfix { overflow: hidden; }
.last { margin-bottom: 0; }
.screenReader { left: -9999px; position: absolute; top: -9999px; }

/*****Basic Layout*****/
div#container { margin: 0 auto; overflow: hidden; width: 940px; }
div#header { float: left; width: 100%; }
div#content { clear: both; float: left; padding-top: 60px; width: 620px; }
body#home div#content { width: 100%; }
div#sidebar { float: right; padding-top: 60px; width: 300px; }
div#footer { clear: both; color: #C0CAD1; font-size: 11px; padding-top: 20px; }

/*****Header*****/
div#header h1, div#header a#logo { color: #8597A6; display: block; float: left; font: 38px/38px Georgia, "Times New Roman", serif; margin: 5px 0 0; text-decoration: none; text-transform: none; }
div#header a#logo:hover { color: #B3602D; }
ul#primaryNav { float: right; list-style: none; margin: 0; text-align: right; width: 620px; }
ul#primaryNav li { float: left; margin-right: 20px; width: 140px; }
ul#primaryNav li#contactNav { margin-right: 0; }
ul#primaryNav a { 
	background: #C0CAD1;
	border-top: 5px solid #595959;
	color: #8597A6;
	display: block; 
	font-size: 18px;
	padding: 10px 5px;
	text-align: center; 
	text-decoration: none;
	text-transform: uppercase;
	width: 130px;
}
ul#primaryNav a:hover { background: #8597A6; border-top-color: #B3602D; color: #fff; }

body#home ul#primaryNav li#homeNav a, body#about ul#primaryNav li#aboutNav a, body#services ul#primaryNav li#servicesNav a, body#contact-us ul#primaryNav li#contactNav a {
	background: #B3602D;
	border-top-color: #B3602D;
	color: #fff;
}

/*****Homepage Columns*****/
div.column { border: 2px solid #401913; border-width: 2px 0; float: left; margin-right: 20px; padding-top: 20px; width: 300px; }
div.column.last { margin-right: 0; }

/*****Footer*****/
div#footer a { color: #C0CAD1; }

