/* Site Layout */

* {
	padding: 0;
	margin: 0;
	}
	
html, 
body {
	background-color:#59BB9A;
	text-align: left; 
	font-family: Arial, Helvetica, sans-serif;
	color: #2E3535;
	padding: 0;
	margin: 0;
	}
	
body { 
	font-size:62.5%;
	}
	
#wrap {
	width: 800px;
	height: auto;
	margin: 0 auto;
	background: #009764; 
	}
	
#wrapper {
	width: 760px;
	height: auto;
	margin: 0 auto;
	border-left: 1px solid #007C52;
	border-right: 1px solid #007C52;
	border-bottom: 1px solid #007C52;
	}

#container {
	width:  760px;
	height: auto;
	margin: 0 auto;
	background: #EEF9F7;
	}
	
#header {
	width:  760px;
	height: 110px;
	background: #0179B6 url(../img/top_bg.jpg); 
	background-position: 0px 0px;
	background-repeat:repeat-x;
	border-bottom: 1px solid #FFF;
	}
	
	#frankgordon {
		width: 113px;	
		height: 95px;
		display:block;
		text-indent:-9999em;
		background: url(../img/logo.gif); 
		background-position: 0px 0px;
		background-repeat:no-repeat;
		float:left;
		margin-top: 14px;
		margin-left: 13px;
		}
		
	#address {
		height: 19px;
		text-indent:-9999em;
		background: url(../img/address.jpg); 
		background-position: right bottom;
		background-repeat:no-repeat;
		margin-left: 116px;
		margin-right: 12px;
		padding-top: 76px;
		}
	
#mainimg {
	width:  760px;
	height: 199px;
	background: #EEF9F7 url(../img/home_img.jpg); 
	background-position: 0px 0px;
	background-repeat:no-repeat;
	border-bottom: 1px solid #FFF;
	position:relative;
	}
	
	#mainimglink {
		display:block;
		background-color: transparent;
		position:absolute;
		bottom: 18px;
		left: 40px;
		}
	
#content {
	width:  760px;
	height: 226px;
	margin: 0 auto;
	padding: 0 auto;
	font-size: 1.1em;
	}
	
#middle {
	width:  760px;
	height: 180px;
	background: #DBF2EC;
	margin: 0 auto;
	padding: 0 auto;
	border-bottom: 1px solid #FFF;
	}
		
		#qs {
		width: 253px;
		height: 180px;
		background: url(../img/border_right.gif); 
		background-position: right top;
		background-repeat:no-repeat; 
		float: left;
		margin: -2px 0px 0px 0px;
		padding: 0px;
		}
		
		#qs_sty {
		width: 185px; float: left; padding: 2px; margin-left: 20px; margin-top: 7px;
		}
		
		#large {
		width: 175px;
		font-size:11px;
		margin: 5px;
		}
		#qsbutton {
		border: none;
		cursor: pointer;
		padding-left: 5px;
		padding-top: 5px;
		background-color: #FFFFFF;
		}
		
		#pow {
		width: 257px;
		height: 180px;
		background: url(../img/border_right.gif); 
		background-position: right top;
		background-repeat:no-repeat;
		margin-left: 257px;
		_margin-left: -10px;
		_padding-right: 12px;
		_float: left;
		}
		
		#pow_sty {
		width: 225px; float: left; padding: 2px; margin-left: 12px; margin-top: 7px;
		}
		
		#row {
		width: 250px;
		_width: 240px;
		height: 180px;
		float: right;
		margin: -2px 0px 0px 0px;
		padding: 0px;
		_padding-right: 3px;
		}
		
		#row_sty {
		width: 225px; float: left; padding: 2px; margin-left: 12px; margin-top: 7px; _margin-left: 8px;
		}
		
	#collar {
		width:  760px;
		height: 41px;
		background: #96D3BF url(../img/col_bg.jpg); 
		background-position: 0px 0px;
		background-repeat:repeat-x;
		border-bottom: 1px solid #FFF;
		}
		
		#alert {
		width: 252px;
		height: 41px;
		border-right: 1px solid #FFF;
		float: left;
		text-indent:-9999em;
		background: url(../img/title_alert.gif); 
		background-position: 0px 0px;
		background-repeat:no-repeat;
		}
		
		#newsletter {
		width: 260px;
		height: 41px;
		border-right: 1px solid #FFF;
		text-indent:-9999em;
		background: url(../img/title_news.gif); 
		background-position: 0px 0px;
		background-repeat:no-repeat;
		float:left;
		_width: 258px;
		}
		
		#worth {
		width: 245px;
		height: 41px;
		text-indent:-9999em;
		background: url(../img/title_worth.gif); 
		background-position: 0px 0px;
		background-repeat:no-repeat;
		float: left;
		}

		
#footer p {
	text-align:right;
	padding-right: 40px;
	padding-top: 4px;
	padding-bottom: 8px;
	font-size:  1em;
	color: #80CBB2;
	}
	
	#footer p a {
		color: #80CBB2;
		text-decoration:none;
		}
		
	#footer p a:hover{
		color: #FFF;
		text-decoration:none;
		}