/*********************
* Globals
*********************/

*{margin: 0; padding: 0; border: 0}

body{
	background: #fff url(img/bg-body.jpg) repeat-x;
	color: #000;
	text-align: center;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	line-height:18px;
}


a:link,a:visited	{ color:#081F0E; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#009966; text-decoration:underline; outline:none; }

.clearfix:after { 
    content: ".";  
    display: block;  
    height: 0;  
    clear: both;  
    visibility: hidden; 
} 
 
.clearfix {display: inline-block;} 
 
/* Hides from IE-mac \*/ 
* html .clearfix {height: 1%;} 
.clearfix {display: block;} 
/* End hide from IE-mac */

img.img-right {
	float:right; 
	margin:5px; 
	}
	
img.img-left {
	float:left; 
	margin:0px; 
	}
	
p.dark{
color:#081F0E;
font-size:14px;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
text-transform: uppercase;}


/*********************
* Structural
*********************/

#quick-contact{background: url(img/title-qc.jpg) no-repeat; height:57px;}
#quick-contact-spacer{background: url(img/title-qc-spacer.jpg) no-repeat; height:66px;}


#wrap{
	margin: 0 auto;
	width: 780px;
	background: url(img/wrap.jpg) repeat-y;
}

#bottom-wrap {
	background:url(img/bottom-wrap.jpg);
	height:35px;
	clear:both;
	width:100%; /* fix for Safar */

	}

#titlebar{
	width: 780px;
	height: 115px;
	background: url(img/titlebar.jpg) no-repeat;
}

#titlebar-contact{
	width: 780px;
	height: 115px;
	background: url(img/titlebar-contact.jpg) no-repeat;
}

#titlebar-about{
	width: 780px;
	height: 115px;
	background: url(img/titlebar-about.jpg) no-repeat;
}

#header{
	width:521px;
	height: 236px;
	background: url(img/header.jpg) no-repeat;
}

#header-contact{
	width:521px;
	height: 236px;
	background: url(img/header-contact.jpg) no-repeat;
}

#header-about{
	width:521px;
	height: 236px;
	background: url(img/header-about.jpg) no-repeat;
}


#col-right-top{
	height: 68px;
	background: url(img/col-right-top.jpg) no-repeat;
	margin-bottom:-50px;
	}
	
#list{
	height: 145px;
	background: url(img/img-list.jpg) no-repeat;
	}



#left-col{
	width: 259px;
	float: left;
	text-align: left;
}

h1 {
display:none;
}

h2 {
display:none;
}


#left-col p, #left-col h2{
margin: 0 20px 8px 50px;
}

#left-col p{
color:#F0E8DB;
}

#left-col form{
margin-left:52px;
}

#right-col ul {padding-left:25px; }
		#right-col ul li { 
			background:transparent url(img/arrow.gif) 0px 2px no-repeat;
			padding-left:15px; /* pushes text to the right to display bg img */
			list-style:none;
			margin-bottom:5px;
			}

#right-col{
	width: 521px;
	float: right;
	text-align: left;
}

	#right-col form{
	margin-left:20px;
	}
	
	#right-col p{
	margin-left:20px;
	margin-right:55px;
	}



#nav {
	background:url(img/nav.jpg) top left no-repeat;	
	width:259px;		/* Width of buttons, not entite image (or half of entire image) */
	height:236px;		/* Height of entire image */
	margin:0;
	padding:0;
	}

#nav li span { display: none; }

#nav li {
	float:left;
	list-style:none;
	}

#nav li, #nav a { 
	height:50px;			/* Each button must have the same height, define it here */
	display:block;

	}

/* margin-top to set where the nav should begin */

#nav-01 { margin-top:10px; width:259px; }

/* margin-top if there is a spacing between each nav button */

#nav-02, #nav-03, #nav-04{ margin-top:0; width:259px; }

#nav-01 a:hover { background:url(img/nav.jpg) -259px  -10px no-repeat; }
#nav-02 a:hover { background:url(img/nav.jpg) -259px  -60px no-repeat; }
#nav-03 a:hover { background:url(img/nav.jpg) -259px  -110px no-repeat; }
#nav-04 a:hover { background:url(img/nav.jpg) -259px  -160px no-repeat; }


/*********************
* Contact Form
*********************/
body#contact form{
margin-left:165px;
}

form {
	width:170px;
	margin:0 0 15px 0;
	}
	
form p{
	color:#fff;
	font-size:11px;
	line-height: 12px;
	}



body#contact form label	{ font-size:12px; color:#333; }

form label	{ font-size:12px; color:#F0E8DB; }



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



input, textarea, select { 

	background-color:#fff !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #000;
	color:#333;
	width:165px; /* 5 pixles smaller than form width !important */
	height:20px;
	line-height:20px;
	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:12px;
	}

	

select { width:170px; padding:0; } /* same width as form - !important */



textarea { height:90px; overflow:auto; }

input.submit{ 
	width:65px;
	height:20px;
	cursor:pointer; 
	padding:0; 
	border:1 px solid #000;
	background-color:#709F7D!important;

	}

	
/*********************
* Footer
*********************/
#footer {
	width:780px;
	margin:0 auto;
	text-align:center;
	background: url(img/footer-bg.jpg) repeat-y;
	}

#footer p{
color:#548077;
font-family:"Georgia", Times New Roman, Times, serif;
		}