/* 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: #0257b9 url("../images/backcolor.jpg");
	text-align:center; 
	font:19px/22px "Trebuchet MS", Arial, Helvetica, sans-serif; 
	color:#000; 
	}
	#top {
		background: url("../images/top.jpg") top repeat-x;
		}
	#bottom {
		background: url("../images/body.jpg") bottom repeat-x;
		}

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,h3 span	{ display:none; }

a:link,a:visited	{ color:#fff; text-decoration:underline; }
a:hover,a:active	{ color:#e56b01; 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 0; 
	}
	
img.img-right { 
	float: right; 
	margin: 5px 0 10px 10px; 
	}

	
/* ----- 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.gif"); 
	width:784px; 
	margin:0 auto;
	text-align:left; 
	}
	#wrap-top {
		background:url("../images/wrap-top.gif") no-repeat top left; 
		}
	
#masthead {
	position:relative;
	background:url("../images/mast.jpg");
	height:67px;
	}
	/* home link within #masthead */		
	#masthead a {	
		position:absolute;
		left:0px;
		width:0px;
		top:0px;
		height:0px;
		}
	#masthead a span {
		display:none;
		}
		
#header-flash {
	height:0px;
	}
	
#header-graphic {
	width:784px; 
	background:url("../images/header-graphic.gif") no-repeat bottom;
	height:300px;
	margin:0 auto;
	text-align:left; 
	}
	#photos{
		border: 0;
		margin: 0 0 0 42px;
	}
 	#main h2, #main .caption, #main h3 {
		margin: 30px 42px 0 42px;
		}
	.caption {
		font-size: 0.6em;
		}
 	#main p {
		margin: 30px 42px 0 42px;
		}
	#main ul{
		margin: 30px 42px 15px 42px;
		}
		#main ul li{
			margin: 15px 0 0 25px;
			background: url("../images/bullet.gif") no-repeat left;
			padding-left: 30px;
			}
		#main #benj-photo-gallery ul li { 
			margin: 0;
			background: none;
			padding-left:0px; 
			}

	#main hr {
		margin: 30px 42px 0 42px;
		height: 4px;
		background: #E56C02;
		color: #E56C02;
		border: 0;
		border-bottom: 1px solid #254667;
		border-left: 1px solid #254667;
	}
#column-left { 
	width:260px; 
	float:left; 
	}
  
#column-right { 
	width:500px; 
	float:left; 
	}
	
/* background image list items */
#column-specific ul { 
	margin-left:3px; 
	} 

#column-specific ul li { 
	background:transparent url("../images/bullet.gif") 0px 6px no-repeat;
	padding-left:8px; 
	}

 
#bottom-wrap {
	background:url("../images/bottom.jpg");
	height:24px;
	clear:both;
	overflow:hidden;
	width: 100%;
	}

#benj-photo-gallery {
	margin: 50px 42px 0 42px;
}

#mybloglog {
/* float: right;
width: 180px; */
margin: 25px 0px 0 42px;
}

#gas {
	margin: 20px auto 0 auto;
	width: 728px;
}


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

#title {
	height:88px; /* sets height for all subheads */
	}
	#title h1, #title h2 { display: none; }

body#index #title {
	background:url("../images/titles/index.gif") no-repeat left bottom; 
	}

/* footer
 * ------------------------------------------------------------------------- */
 
#footer { 
	width:784px; 
	margin:0 auto; 
	text-align:center; 
	background:url("../images/footer.gif") no-repeat top; 
	padding-top: 24px;
	}

#footer p {
	color:#000;
	}

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

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

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

	#footer li.first { border: none; }
	