body{
	background: url(../images/background.gif) repeat-x top left;
	font-family: Arial, Helvetica, sans-serif;
}

#container{
	width: 965px;
	margin: 0px auto;
}

#header{
	height: 40px;
	padding: 15px 0px 70px 15px;
}

* html #header{
	padding-bottom: 65px;
}


#left{
	float: left;
	width: 765px;
	color: #404040;
	
}

#content{
	padding: 0px 80px 0px 15px;
	float: left;
}

#content a{
	color: #76a5d9;
	text-decoration: none;
}

#content a:hover{
	text-decoration: underline;
}

#content h1{
	padding: 40px 0px 20px 0px;
	color: #76a5d9;
	font-weight: bold;
	font-size: 1em;
}

#content h1 a{
	text-decoration: underline;
	line-height: 1.4em;
}

#content h2{
	font-size: .8em;
	font-weight: bold;
	padding: 20px 0px 0px 0px;
	line-height: 1.4em;
}
#content p{
	font-size: .8em;
	font-weight: normal;
	line-height: 1.4em;
}

.bio p{
	padding: 8px 0px;	
}

#content ul{
	list-style-type: disc;
	padding-left: 1em;
}

#content ul li{
	font-size: .8em;
	padding: 3px 0;
}
#content ul.highlight{
	color: #76a5d9;
	padding-top: 10px;
}

#callouts{
	padding: 15px 0px 0px 15px;
}

#callouts .callout{
		float: left;
		height: 75px;
}

.callout a{
	display: block;
	text-decoration: none;
	color: #76a5d9;
	font-size: .8em;
	font-weight: bold;
	line-height: 1.3em;
}

.callout a.bump{
	padding: 15px 20px 0px 112px;
	width: 115px;
	height: 60px;
	background: url(../images/bump_test.jpg) no-repeat left center;
}

.callout a.gas{
	padding: 15px 30px 0px 35px;
	width: 135px;
	height: 60px;
	background: url(../images/gas_detector.jpg) no-repeat left center;
}

.callout a.quick{
	padding: 25px 20px 0px 90px;
	width: 90px;
	height: 50px;
	background: url(../images/quick_connect.jpg) no-repeat left center;
}

.callout a.quick2, a.gas2, a.bump2{
	padding-top: 10px;
	width: 180px;
	height: 100px;
	display: block;
	text-decoration: none;
	color: #666;
	font-size: .65em;
	font-weight: normal;
}
.callout a.quick2:hover, a.gas2:hover, a.bump2:hover{
	padding-top: 10px;
	width: 180px;
	height: 100px;
	display: block;
	text-decoration: underline;
	color: #76A5D9;
	font-size: .65em;
	font-weight: normal;
}

/*.callout a.gas2{
	padding-top: 10px;
	width: 180px;
	height: 100px;
	display: block;
	text-decoration: none;
	color: #666;
	font-size: .65em;
	font-weight: normal;
}

.callout a.bump2{
	padding-top: 10px;
	width: 180px;
	height: 100px;
	display: block;
	text-decoration: none;
	color: #666;
	font-size: .65em;
	font-weight: normal;
}*/

#flash{
	
	height:384px;	
}

#flashHolder{
width:765px;

}

#right{
	float: right;
	background: #76a5d9;
	width: 200px;
	padding: 10px 0px 10px;
	color: #FFF;
}

#right h3{
	width: 168px;
	margin: 0px auto;
	padding: 15px 0px 10px;
	font-size: .80em;
	font-weight: bold;
	
}

#right p{
	width: 168px;
	margin: 0px auto;
	padding: 10px 0px;
	font-size: .78em;
	line-height: 1.3em;
}

#right a, #right a:hover{
	color: #FFF;
	text-decoration:underline;
}


#right p.sidebarCall{
	width:168px;
	padding-bottom: 0px;
}

#copyright{
	padding: 150px 0px 50px 175px;
	clear: both;
	font-size: .7em;
	color: #798385;
	
}

#copyright a{
	color: #666;
	text-decoration: none;
}

#copyright a:hover{
	text-decoration: underline;
	color: #76a5d9;
	
}
#copyright span{
	padding: 0px 10px;
}

.nowrap{
	white-space: nowrap;
}

.clear{
	clear: both;
}
.ftrpush{
	padding-top: 50px;
	padding-left: 175px;
}
