/* 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,label,div,dd,dt,dl,table,tr,td { margin:0; padding:0; }

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


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


/* ----- type selectors ----- */ 
body { 
	background:#000 url("../images/bg-body.jpg") top repeat-x;
	text-align:center; 
	font:13px/15px Arial, Helvetica, sans-serif; 
	color:#fff; 
	}

p, ul, ol, dl, pre, blockquote	{ margin-bottom:10px; }

blockquote { 
	margin-left: 10px; 
	margin-right: 10px; 
	}

h1,h2,h3 { margin-bottom:8px; }

h1	{ font-size:1.2em; color:#000; }
h2	{ font-size:1.1em; color:#000; }
h3	{ font-size:1.0em; color:#000; }

h1 span,h2 span	{ display:none; }

a:link,a:visited	{ color:#5E332A; text-decoration:underline; }
a:hover,a:active	{ color:#fff; text-decoration:underline; }


/* ----- classes ----- */

div.clear	{ 
	clear:both;
	width:100%;
	height:.01em; 
	overflow:hidden; 
	}

p.top {
	text-align:right;
	display:block;
	} 
	
img.img-left { 
	float:left; 
	margin:2px 10px 10px 30px; 
	border: dotted 1px #fff;
	padding: 5px;
	}
	
img.img-right { 
	float: right; 
	margin: 5px 30px 10px 10px; 
	border: dotted 1px #fff;
	padding: 5px;
	}

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

form {
	width:150px;
	padding:10px 0 15px 0;
	}

form label	{ font-size:.95em; }

form br { 
	line-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:#000;
	width:145px; /* 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:"Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size:1.0em;
	}
	
select { 
	width:150px; /* same width as form !important */
	padding:0;
	}

textarea { 
	height:90px; 
	overflow:auto; 
	}
	
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.jpg");
	width:63px;
	height:15px;
	border:none;
	cursor:pointer;
	}

#contact_business { display: none; } /* do not remove */ 
  


/* ----- 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;
	font-size:1.0em;
	}
	
#contact-main label input, #contact-main label textarea, #contact-main label select { 
	width:200px;
	position:absolute; 
	left:110%; 
	top:-2px;
	}
	
#contact-main label select {
	width:205px;
	}
	
#contact-main label textarea { height:100px; }



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

#wrap { 
	background:url("../images/wrap.jpg") repeat-y left; 
	width:1000px; 
	margin:0 auto; 
	text-align:left; 
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	}
	#footer-images {
		background: url(../images/footer-image.jpg) no-repeat bottom left;
		}
	#footer-curve {
		background: url(../images/footer.jpg) no-repeat 200px bottom;
		}
#masthead {
	position:relative;
	background:url("../images/mast.jpg") no-repeat;
	height:208px;
	}
	#masthead h1 {
		margin: 0;
		}
	/* home link within #masthead */		
/*	#masthead a {	
		position:absolute;
		left:631px;
		width:233px;
		top:0px;
		height:58px;
		background: url(../top-a/1/ad1.jpg);
		} */
	#masthead a span {
		display:none;
		}
		
#header-flash {
	height:0px;
	}
	
#header-graphic {
	background: url(../images/header.jpg);
	height:187px;
	}
 
#column-left { 
	width:200px; 
	float:left; 
	background: transparent;
	display: inline;
	}
	#left-gas {
		margin: 0 0 0 24px;
		}
	#column-left ul{
		margin: 20px 0 0 24px;
		width: 120px;
		}
		#column-left ul li{
			margin: 0 0 40px 0;
			}
			#column-left ul li strong{
				color: #fcf79f;
				font-weight:bold;
				text-decoration: underline;
				}
			#column-left p a{
				color: #fff;
				text-decoration: underline;
				font-size: .8em;
			}
	#left-pusher{
		height:330px;
		}
  
#column-center { 
	width:634px; 
	float:left;
	padding: 0 0 30px 0;
	line-height: 18px;
	}
	#column-center h1, #column-center h2, #column-center h3, #column-center p {
		color: #fff;
		}
	#column-center h1 {
		font-size: 2em;
	}
	#column-center h2 {
		font-size: 1.5em;
	}
	#column-center dt, #column-center dd {
		float: left;
	}
	#column-center dl {
		margin: 20px 0 0 85px;
	}
	#column-center dt {
		width: 150px;
		border-top: dotted 1px #fff;
		padding: 8px 5px 8px 5px;
		font-weight: bold;
		display: inline;
	}
	#column-center dd {
		width: 300px;
		margin: 0 0 10px 0;
		clear: right;
		border-top: dotted 1px #fff;
		padding: 8px 5px 0px 5px;
		clear: right;
	}
	#column-center dl div{
		clear: both;
		height: 1px;
		overflow: hidden;
		width: 500px;
		float:none;
	}
	#column-center p{
		margin: 20px 30px 0 30px;
	}
	#column-center li{
		margin: 0px 30px 10px 30px;
		list-style: outside disc;
	}
	#column-center a{
		color: #fcf79f;
		font-weight:bold;
		text-decoration: underline;
		}
		.featured-photo{
			cursor:pointer;
			margin: 0 15px 0 0;
			border-right: dotted #fff 2px;
			padding-right: 15px;
			}	
		.big-a{
			width: 433px;
			margin: 25px auto 20px auto;
			text-align: center;
			}
#column-right { 
	width:163px; 
	float:left; 
	}
	#right-gas{
		margin: 0 0 0 40px;
		}
.sidethumb {
	margin: 85px 10px 0 44px;
	text-align: center;
	}
	
#bottom-wrap {
	background:url("../images/bottom-wrap.jpg");
	height:20px;
	clear:both;
	overflow:hidden;
	width: 100%;
	}


/* footer
 * ------------------------------------------------------------------------- */
 
#footer { 
	width:1000px; 
	margin:10px auto; 
	text-align:center; 
	}

#footer p {
	color:#fff;
	}

#footer a:link, #footer a:visited {
	color:#fcf79f;
	}

#footer a:hover, #footer a:active {
	color:#fcf79f;
	}

#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 #fcf79f;
	}

	#footer li.first { border: none; }
	
