/* 
 ----------------------------------------------------------------------------
  Please check for cross-browser compatibility prior to making changes
  MINIMUM BROWSER CHECK :: IE5.x/IE6/Firefox/Safari

  CSS Document - layout.css
 ---------------------------------------------------------------------------- 
*/


/* undo some default styling of common (X)HTML browsers
 * ------------------------------------------------------------------------- */

/* No list-markers by default - must redefine bullets w/ bg graphics */
ul,ol { list-style:none; }

/* Avoid browser default inconsistent heading font-sizes and pre/code */
h1,h2,h3,h4,h5,h6,pre,code,td { font-size:1em; }

/* Remove inconsistent (among browsers) default padding or margin */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,div,dd,dt,dl { margin:0; padding:0; }

/* prevent blue linked image borders */
a img,:link img,:visited img,fieldset { border:none; }


/* global elements
 * ------------------------------------------------------------------------- */

/* ----- type selectors ----- */ 
body { 
	background: #8b8666;
	text-align:center; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px;
	line-height:20px;}
	
p {margin-bottom:10px;}	

h1	{ display:none; }
h2	{ font-size:20px;
	  color:#c4bfa2;
	  font-weight:100;
	  margin-bottom:10px;
	 }

h3	{ font-size:18px;
	  color:#391f1e;
	  font-weight:100;
	  margin-bottom:8px;
	   }


/* ----- form ----- */ 
form { 
	width:165px; 
	padding:2px 0 10px 0px; 
	}

form label	{ font-size:10px; }

form br { 
	line-height:0.0; /* defaults vertical spacing between fields */
	clear:left;
	}  

input, textarea, select { 
	background-color:#fffff; 
	border:1px solid #3a3d2c;
	color:#3a3d2c;/*color:#c4bfa2;*/
	width:160px; /* 5 pixles smaller than form width !important */
	height:18px;
	vertical-align: middle;
	margin-bottom:4px; /* sets vertical spacing between fields */
	padding-top:1px; /* vertically position text in input/textarea field */
	padding-left:4px; /* horizontally position text in input/textarea field */
	font-family: Arial, Helvetica, sans-serif; 
	font-size:11px;
	float:left;
	}
	
select { 
	width:175px; /* same width as form !important */
	padding:0;
	}

textarea { 
	height:70px; 
	overflow:auto; 
	font-color:#c4bfa2;
	}
	
input.submit, input.submit-contact-main { 
	width:auto;
	cursor:pointer; 
	padding:0; 
	margin:0;
	background: url("../images/btn-submit.gif"); 
			}

input.submit-contact-main { background-color:#c6ff67;	}		

input.submit-contact-main { margin:85px 0 0 110px; }



/* ----- classes ----- */
div.clear	{ clear:both; height:.01em; overflow:hidden; }

.scott {margin:0 0 0 5px; padding: 0 15px 12px 0;}

input.submit, input.submit-contact-main { 
	width:60px; 
	cursor:pointer; 
	padding:0; 
	}

input.submit-contact-main { margin:85px 0 0 242px; }

input.submit-image { 
	background: url("../images/btn-submit.gif"); 
	width:60px; 
	height:18px; 
	border:none; 
	cursor:pointer; 
	}

input.submit-image2 { 
	background: url("../images/btn-submit.gif"); 
	width:60px; 
	height:18px; 
	border:none; 
	cursor:pointer; 
	margin:80px 0 0 243px;
	}

/* main contact form
 * ------------------------------------------------------------------------- */
 
#contact-main { 
	padding:20px 0 10px 0; 
	color:#c4bfa2;
	}
	
#contact-main label { 
	width:220px; 
	position:relative; 
	display:block; 
	text-align:right; 
	margin-bottom:10px; 
		}
	
#contact-main label input, #contact-main label textarea, #contact-main label select { 
	width:200px;
	position:absolute; 
	left:110%; 
	top:-2px;
	color:#000000;
			}

.bkgrd { background-color:#FFFFFF; border:1px solid #00000;}
	
#contact-main label textarea	{ height:100px; }


/* framework
 * ------------------------------------------------------------------------- */

#wrap {  
	width:824px; 
	margin:0 auto; 
	text-align:left; 
	}
	
#header {
	position:relative;
	background:url("../images/header.jpg") left top no-repeat;
	width:824px;
	height:157px;
	}
	
#recent-news {
	padding: 119px 0px 0px 573px;
	}	
	
	/* more
 * ------------------------------------------------------------------------- */

.news {
	background: url("../images/news-button.gif") top left no-repeat;					
	width: 251px;	
	height: 37px;
	display:block; 
	margin-bottom:0px;
	}
	
.news:hover { 
	background-position: 0px -37px; 
  	} 
 
      
.news span { 
	display:none; 
	} 
/* ------------------------------------------------------------------------- */

#main { width:824px;
		
	}

	
	/* Vertical Sprite Nav
 * ------------------------------------------------------------------------- */
 
 #nav {
	position: relative;
	background: url("../images/nav-new.jpg") top left no-repeat;					
	width: 242px;	
	height: 289px;
	float:left;
	}

#nav span { display: none; }

#nav li {
	position:absolute;
	width: 242px;
	}

#nav li, #nav a {
	height: 56px;
	display: block;
	}


#nav-01 { top:  0px;}
#nav-02 { top:  58px; }
#nav-03 { top:  116px; }
#nav-04 { top:  174px; }
#nav-05 { top:  232px; }


#nav-01, #nav-02, #nav-03, #nav-04, #nav-05 { left: 0px; width: 242px; }


#nav-01 a:hover { background: transparent url("../images/nav-new.jpg") -242px   0px no-repeat;}
#nav-02 a:hover { background: transparent url("../images/nav-new.jpg") -242px  -58px no-repeat;}
#nav-03 a:hover { background: transparent url("../images/nav-new.jpg") -242px  -116px no-repeat;}
#nav-04 a:hover { background: transparent url("../images/nav-new.jpg") -242px  -174px no-repeat;}
#nav-05 a:hover { background: transparent url("../images/nav-new.jpg") -242px  -232px no-repeat;}

/* ------------------------------------------------------------------------- */
 

#main-image {
	background: url("../images/main-image.jpg") top left no-repeat;					
	width: 582px;	
	height: 289px;
	float:left;
	}
 
 #main-image span { display:none;}
 
#welcome-top {
	background: url("../images/welcome-top.gif") top left no-repeat; 
	width:824px;
	height:9px;
	overflow:hidden;
	}
	
#content-top {
	background: url("../images/inside-content-top.gif") top left no-repeat; 
	width:824px;
	height:10px;
	overflow:hidden;
	}
		
 
#blurb_1 {
	background: url("../images/welcome-bkgr.gif") top left repeat-y; 
	width:824px;
	padding-left:18px;
	padding-top:8px;
	} 

	
#blurb_1 p {
	color:#c4bfa2;
	line-height:20px;
	padding-right:50px;
	padding-bottom:0px;
	}
	
.office {padding-right:20px;}

.more { float:right;
	   font-size:12px;
	   padding-right:60px;
	   padding-bottom:10px;
	   }
	   
.more a:link, .more a:visited {
	color:#b8981d;
	text-decoration: underline;
	}

.more a:hover, .more a:active {
	color:#b8981d;
	text-decoration: none;
	}
	
#welcome-bottom{
	background: url("../images/welcome-bottom.gif") top left no-repeat; 
	width:824px;
	height:11px;
	overflow:hidden;
	}
	
#content { 
	background: url("../images/content-bkgr.gif") top left repeat-y; 
	width:824px;	
	padding-top:10px;
	padding-bottom:20px;
	font-size:11px;
	color:#343728;
	line-height:16px;
	}	
	
#content img { padding-right:5px;}

#content p {
 padding-right:20px;}	
	
#blurb_2 {
width:280px;
padding-left:24px;
float:left;
	}
	
	#blurb_2 a:link, #blurb_2 a:visited {
		color:#391f1e;
		text-decoration: underline;
		}

	#blurb_2 a:hover, #blurb_21 a:active {
		color:391f1e;
		text-decoration: none;
		}
	
	#blurb_2 ul {
	padding-left:20px;
	font-size:12px;
		}		
	
	#blurb_2 li {
	list-style:square;
	line-height:18px;
		}			
	
#blurb_3 {
	float:left;
	width:291px;
	padding-left:17px;
	}
	
	#blurb_3 a:link, #blurb_3 a:visited {
	font-size:12px;
	color:#391f1e;
	text-decoration: underline;
	}

	#blurb_3 a:hover, #blurb_3 a:active {
	color:#391f1e;
	text-decoration: none;
	}	

#blurb_4 {
	float:left;
	width:188px;
	padding-left:17px;
		}
		
/*----------- sub pages------------------------------------------- */		
	
#content-inside {
	background: url("../images/content-bkgr-inside.gif") top left repeat-y; 
	width:824px;	
	padding-top:10px;
	padding-bottom:20px;
	padding-left:25px;
	}
	
#body_content {
	float:left;
	width:602px;
	}


#body_content_body {	
	font-size:12px;
	color:#c4bfa2;
	line-height:21px;
	padding-right:45px;	
	}
	
#body_content ul li { background:transparent url("../images/bullet.jpg") 0px 8px no-repeat; 
		padding-left:12px;  /* pushes text to the right to display bg img */ color:#c4bfa2; font-size: 12px; 	   
		text-decoration:none; margin: 10px 0 15px 0; }	
		
#body_content a:link,#body_content a:visited { color:#fff; text-decoration:underline; }
#body_content a:hover,#body_content a:active { color:#c4bfa2; text-decoration:underline; }	
	
a:link,a:visited { color:#d7365e; text-decoration:none; }
a:hover,a:active { color:#000; text-decoration:none; }	

#blurb_1_int {
	float:left;
	width:205px;
	font-size:11px;
	color:#343728;
	line-height:16px;
	}	
 
#bottom-wrap { 
	background:url("../images/bottom-wrap.gif") no-repeat; 
	width:824px; 
	height:21px; 
	clear:both; 
	overflow:hidden; 
	}

#bottom-inside-wrap { 
	background:url("../images/bottom-wrap-inside.gif") no-repeat; 
	width:824px; 
	height:21px; 
	clear:both; 
	overflow:hidden; 
	}


/* footer
 * ------------------------------------------------------------------------- */
 
#footer { 
	width:824px; 
	margin:0 auto; 
	text-align:center;
	padding-top:10px;
	padding-bottom:20px;
	}

#footer a:link, #footer a:visited, #footer p {
	color:#c4bfa2;
	text-decoration: none;
	}

#footer a:hover, #footer a:active {
	color:#98f77e;
	text-decoration: none;
	}

#footer ul { margin-bottom:5px; }

#footer li { /* if your li's float, you can adjust border height w/ line-height */
	padding: 0 5px 0 7px;
	display: inline;
	border-left: 1px solid #c4bfa2;
	}

	#footer li.first { border: none; }
	


