/* 
 ----------------------------------------------------------------------------
  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 */
*{ 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;}
	
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:#FFFFFF; 
	border:1px solid #c4bfa2;
	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; 
	}
	
input.submit, input.submit-contact-main { 
	width:auto;
	cursor:pointer; 
	padding:0; 
	margin:0;
	}

input.submit-contact-main { margin:85px 0 0 110px; }

/* Quick Contact 
----------------------------------------*/

#form{
 	margin:20px 0 0 380px;
	}
	
#form h3, #form p{
	color:#FFFFFF;
	}
 
#form input, #form textarea, #form select { 
	background-color: #fff; 
	border:1px solid #391F1E;
	color:black;
	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;
	}
	
#form textarea { 
	height:70px; 
	overflow:auto; 
	}
	
#form input.submit, #form input.submit-contact-main { 
	width:auto;
	cursor:pointer; 
	padding:0; 
	margin:0;
	}
	
#form input.submit-contact-main { margin:85px 0 0 110px; }
/*------ Contact Form ----- */	
#contact {
	width:236px;
	margin-top:10px;
	margin-left:3px;
	}
		
	#contact input, textarea {
		width:236px;
		float:left;
		font-size:1.2em;
		margin-bottom:10px;
		font-family:Arial, Helvetica, sans-serif;
		color:#000000; 
		}
	
	#contact textarea { 
	height:70px; 
	overflow:auto; 
	margin-top:3px;
	}
	
	#contact select {
		float:left;
		margin-right:15px;
		color:#000000; 
		}
	
	#contact input#zip {
		width:38px;
		}
		
	#contact label {
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-weight:bold;
		color:#7f7f7f;
		margin-bottom:5px;
		display:block;
		text-align:right;
		}
		
	#contact checkbox {
		width:15px;
		margin:0px 10px 0px 0px;
		float:left
		}
	
	#contact input#submit {
		width:60px;
		height:25x;
		border:none;
		float:right;
		margin-top:5px;
		color:#000000;
		}
/* ----- classes ----- */
div.clear	{ clear:both; height:.01em; overflow:hidden; }

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:63px; 
	height:15px; 
	border:none; 
	cursor:pointer; 
	}


/* main contact form
 * ------------------------------------------------------------------------- */
 
#contact-main { 
	padding:20px 0 10px 0; 
	}
	
#contact-main label { 
	width:220px; 
	position:relative; 
	display:block; 
	text-align:right; 
	margin-bottom:10px;
	color:#000000; 
	}
	
#contact-main label input, #contact-main label textarea, #contact-main label select { 
	width:200px;
	position:absolute; 
	left:110%; 
	top:-2px;
	color:#000000; 
	}
	
#contact-main label textarea	{ height:100px; }


/* framework
 * ------------------------------------------------------------------------- */

#wrap {  
	width:850px; 
	margin:0 auto; 
	text-align:left; 
	}
	
#header {
	position:relative;
	background:url("../images/header.jpg") left top no-repeat;
	width:824px;
	height:198px;
	}
	
#recent-news {
	padding: 161px 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: 336px;
	float:left;
	}

#nav span { display: none; }

#nav li {
	position:absolute;
	width: 242px;
	}

#nav li, #nav a {
	height: 66px;
	display: block;
	}


#nav-01 { top:  0px;}
#nav-02 { top:  67px; }
#nav-03 { top:  135px; }
#nav-04 { top:  202px; }
#nav-05 { top:  270px; }


#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  -67px no-repeat;}
#nav-03 a:hover { background: transparent url("../images/nav-new.jpg") -242px  -135px no-repeat;}
#nav-04 a:hover { background: transparent url("../images/nav-new.jpg") -242px  -202px no-repeat;}
#nav-05 a:hover { background: transparent url("../images/nav-new.jpg") -242px  -270px no-repeat;}

/* ------------------------------------------------------------------------- */
 

#main-image {
	background: url("../images/main-image.jpg") top left no-repeat;					
	width: 582px;	
	height: 336px;
	float:left;
	}
	
#main-image-contact {
	background:url("../images/contact-main-image.jpg") left top no-repeat;
	width: 582px;	
	height: 336px;
	float:left;
	text-indent:-900em;
	}
 
 #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;
	}

#blurb_1 a:link, #blurb_1 a:visited {
	font-size:12px;
	color:#8e6b01;
	text-decoration: underline;
}

#blurb_1 a:hover, #blurb_1 a:active {
	color:#8e6b01;
	text-decoration: none;
}		

.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:380px;
padding-left:24px;
float:left;
	}
	
	#blurb_2 a:link, #blurb_2 a:visited {
	font-size:12px;
	color:#8e6b01;
	text-decoration: underline;
	}

	#blurb_2 a:hover, #blurb_2 a:active {
	color:#8e6b01;
	text-decoration: none;
	}	
	
	#blurb_2 ul {
	padding-left:20px;
		}		
	
	#blurb_2 li {
	list-style:square;
	line-height:18px;
		}			
	
#blurb_3 {
	float:left;
	width:380px;
	padding-left:17px;
	}
	
	#blurb_3 a:link, #blurb_3 a:visited {
	font-size:12px;
	color:#8e6b01;
	text-decoration: underline;
	}

	#blurb_3 a:hover, #blurb_3 a:active {
	color:#8e6b01;
	text-decoration: none;
	}	

#blurb_4 {
	float:left;
	width:188px;
	padding: 20px 0 0 360px;
		}
	
#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;
	font-size:12px;
	color:#c4bfa2;
	line-height:21px;	
	}

#body_content ul {	
	padding-left:20px;
	}		
	
#body_content li {
	list-style:square;
	line-height:18px;	
}
	
#body_content p {	
	font-size:12px;
	color:#c4bfa2;
	line-height:21px;
	padding-right:45px;
	margin-bottom:0;	
	}

#body_content a:link, a:visited {
	color:#b8981d;
	text-decoration: underline;
	}

#body_content a:hover, a:active {
	color:#b8981d;
	text-decoration: none;
	}

#blurb_1_int {
	float:left;
	width:205px;
	font-size:11px;
	color:#343728;
	line-height:16px;
	}	
 
 #blurb_1_int a {
 	color:#993300;
	text-decoration:none;
	}
	
 #blurb_1_int a:hover {
 	color:#993300;
	text-decoration:underline;
	}
		
#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: #000000;
	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; }
	
