/* CSS Document */

/** Structural Divs **/

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

#page {
	width: 850px;
	margin: 0 auto 50px;
	background: #d3d1a4;
}

#page-inner, #page-inner-top, #page-inner-bottom {
	width: 760px;
	margin: 0 auto;
	padding: 10px 20px;
	background: #fff url(../images/bg_page.jpg) repeat-y;
}

#page-inner-top {
	background: url(../images/bg_page_top.jpg) no-repeat bottom;
	height: 15px;
}

#page-inner-bottom {
	background: url(../images/bg_page_bottom.jpg) no-repeat top;
	height: 15px;
	padding: 0;
	width: 780px;
}

#header {
	width: 758px;
	border: 1px solid #d3d1a4;
	height: 68px;
	background: url(../images/bg_header.jpg) repeat-x;
}

#logo {
	width: 460px;
	height: 68px;
	float: left;
	display: inline;
}

#nav {
	width: 760px;
	height: 28px;
	margin: 10px 0;
	background: #353535;
}

#maincontent {
	width: 760px;
	background: #98b2a5;
}

#leftcol {
	width: 220px;
	float: left;
	display: inline;
	background: url(../images/photos/road2.jpg) no-repeat;
}

#left-top {
	margin: 56px 0 0 0;
	padding-top: 65px;
	
}

#left-bottom {
	width: 202px;
	margin: 250px 9px 0;
}

#rightcol {
	width: 530px;
	float: left;
	display: inline;
}

#pagehead {
	width: 495px;
	height: 25px;
	margin: 25px 0 5px 35px;
}

#textblock {
	width: 460px;
	background: #fff;
	padding: 35px;
}


#footer {
	width: 780px;
	margin: 10px auto;
}

#footerleft {	
	width: 360px;
	float: left;
	display: inline;
}

#footerright {
	width: 360px;
	float: right;
	display: inline;
	text-align: right;
}

.clear {
	clear: both;
}

#clear-bottom {
	clear: both;
	position: relative;
	left: 0;
}

/** Left Hand Navigatioin **/

#left-top ul {
	margin: 0;
	padding: 0;
}

#left-top ul li {
	margin: 0 0 6px 9px;
	list-style: none;
}

#left-top ul li a {
	color: #000;
	text-decoration: none;
	font-size: 1.1em;
}

#left-top ul li a:hover {
	color: #fff;
	text-decoration: underline;
}





/** Font Styles **/

body {
	font-family: arial, helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.4em;
	color: #252525;
}

#page-inner {
	font-size: 0.82em;
	line-height: 1.3em;
}

#footer {
	font-size: 0.7em;
	color: #111111;
}


h1 {
	font-size: 1.6em;
	margin: 0; padding: 0;
	color: #fff;
}

h2 {
	font-size: 1.3em;
	color: #b53d28;
	margin: 0; padding: 0;
}

h3 {
	font-size: 1.1em;
	color: #000;
	margin: 15px 0 0 0; padding: 0;
}

p.first {
	margin: 0;
}


.redtext {
	color: #b12c19;
}


/** Table Styles **/

table {
	font-size: 0.9em;
	line-height: 1.1em;
}

/**tr {
	background: url(../images/process-arrows.jpg) no-repeat;
}**/

td {
	vertical-align: top;
}


/** List Style **/
ul {
	margin: 0; padding: 0 0 0 13px;
}

li {
	margin: 0 0 8px 0;
	line-height: 14px;
}
	

/** Link Styles **/

a {
	color: #b12c19;
	text-decoration: none;
	
}

a:hover {
	text-decoration: underline;
}


/**  Nav Styles  - rollovers use single image and negative positioning **/

#home, #location, #services, #work, #about, #resources {
  display: inline;
  height: 28px;
  float:left;
  padding: 0;

}

#home:hover, #location:hover, #services:hover, #work:hover, #about:hover, #resources:hover { 
  background-position: 0 -28px;
}

#home span, #location span, #services span, #work span, #about span, #resources span {
  display: none;
}

#home {
	 width: 70px;
	 background: url(../images/nav/home.jpg) no-repeat 0 0;
}

#location {
	 width: 119px;
	 background: url(../images/nav/location.jpg) no-repeat 0 0;
}

#services {
	 width: 117px;
	 background: url(../images/nav/services.jpg) no-repeat 0 0;
}

#work {
	 width: 134px;
	 background: url(../images/nav/ourwork.jpg) no-repeat 0 0;
}


#about {
	 width: 173px;
	 background: url(../images/nav/about.jpg) no-repeat 0 0;
}

#resources {
	 width: 147px;
	 background: url(../images/nav/resources.jpg) no-repeat 0 0;
}


#contact {
	width: 104px;
	height: 28px;
	margin: 10px 10px;
	border: 1px solid #d3d1a4;
	float: right;
	display: inline;
	background: #fff;
	background: url(../images/nav/contact.jpg) no-repeat 0 0;
}

#contact:hover { 
  background-position: 0 -28px;
}

#contact span {
  display: none;
}

#ourprocess {
	width: 200px;
	height: 121px;
	margin: 0;
	display: block;
	border: 1px solid #d3d1a4;
	background: url(../images/ourprocess.jpg) no-repeat 0 0;
}

#ourprocess:hover { 
  background-position: 0 -121px;
}

#ourprocess span {
  display: none;
}	

#footer-logo {
  float: right;
  display: inline;
  height: 16px;
  padding: 0;
  width: 66px;
  margin-left: 7px;
  background: url(../images/nav/footer-logo.gif) no-repeat 0 0;

}

#footer-logo:hover { 
  background-position: 0 -16px;
}

#footer-logo span {
  display: none;
}


/** Images **/

img {
	border: 0;
}

img.light-border {
	border: 1px solid #d3d1a4;
}

.floatright {
	float: right;
	margin: 0 0 15px 15px;
}

.facilitylg {
	width: 460px;
	margin: 0 0 10px 0;
}

.facilitysmleft, .facilitysm {
	width: 225px;
	margin: 0 10px 10px 0;
	float: left; display: inline;
}

.facilitysm {
	margin-right: 0;
}
	




	
	
