@charset "UTF-8";
/* CSS Document */
/*colors:
	link:#420c00
	address text:#5a2400
	body text: #000
*/	

*, html {margin:0;padding:0;}	
html, body {height:100%;}	
.footer, .push {height:120px;}
.hidden {visibility:hidden;} /*can be assigned to an element to hide it*/

body {
	background: #87b361 url(http://www.poifoot.com/rcms/styles/template03/bg.jpg) repeat-x;
	text-align:center;
	font-size:12px;
	line-height:1.5em;
	font-family:Georgia, "Times New Roman", Times, serif;
	}
	
a:link, a:visited, a:hover, a:active {
	color:#2d430e;
	letter-spacing:.1em;
	}
	
h2 {
	font-size:18px;
	padding-bottom:4px;
	}
h3 {
	font-size:14px;
	}		
	
#wrapper {	
	margin:0 auto -120px;
	min-height:100%;
	height:100%;
	height: auto !important;
	width:725px;
	background: #ffffff url(http://www.poifoot.com/rcms/styles/template03/bg_container.jpg) repeat-x top left;
	border-left:1px solid #1e0000;
	border-right:1px solid #1e0000;
	}
	
#container {
	margin:0 auto;
	text-align:left;
	width:725px;
	height:100%;
	min-height:100%;
	background: #ffffff url(http://www.poifoot.com/rcms/styles/template03/bg_container.jpg) repeat-x top left;
	}

	
	
/*header styles -------------------------*/	
#header {
	height:166px;
	background:url(http://www.poifoot.com/rcms/styles/template03/header.jpg) no-repeat top;
	overflow:hidden;
	}
		
#header h1 {
	color:#fff;
	float:left;
	width:750px;
	font-size:27px;
	line-height:46px;
	font-weight:bold;
	position:relative;
	top:103px;
	padding-left:10px;
	}
#header h2 {
	color:#fff;
	float:left;
	width:750px;
	font-size:14px;
	font-weight:bold;
	position:relative;
	top:98px;
	padding-left:10px;
	}		
	
	
#agentPhoto {
	display:none;
	}
	
#agentPhoto2 {
	overflow:hidden;
	width:128px;
	height:146px;
	margin-bottom:20px;
	}
#agentPhoto2 img {
	border:1px solid #000;
	}	
	
#content {
	clear:both;
	position:relative;
	top:14px;
	}

/*Contact styles------------------------*/
#agentContact {
	width:230px;
	float:left;
	margin-left:20px;
	padding-top:10px;
	overflow:hidden;
	}
#agentContact li {
	list-style-type:none;
	font-size:11px;
	line-height:1.5em;
	}	
#agentContact li.license {
	padding-top:10px;
	}
#agentContact li.button {
	display:block;
	padding:10px;
	background:#87b361 url(http://www.poifoot.com/rcms/styles/template03/bg_button.png) repeat-x center;
	margin-bottom:20px;
	margin-right:40px;
	line-height:1.6em;
	font-size:16px;
	color:#fff;
	text-align:center;
	font-weight:bold;
	}
#agentContact li.button a {
	color:#fff;
	text-decoration:none;
	}				

/*copy section styles-------------------*/	
#copywrap {
	width: 390px;
	float:left;
	margin-left:20px;
	padding-bottom:40px;
	}
#copy1, #copy2, #copy3 {
	padding-top:10px;
	}
#copy2, #copy3 {
	clear:both;
	}	
#copy1 p, #copy2 p {
	padding-top:10px;
	}
#copy3 ul {
	margin-left:25px;
	padding-top:10px;
	padding-bottom:20px;
	list-style:none;
	}

/*positions footer at the bottom*/	
.push {clear:both;}	

/*footer styles-------------------------*/	
.footer {
	width:707px;
	background-color:#000;
	color:#fff;
	padding:10px;
	margin:0 auto;
	}	
.footer a {
	color:#fff;
	}	
#logo {
	width:180px;
	text-align:center;
	float:left;
	}
#officeContact {
	width:300px;
	float:right;
	text-align:right;
	}		
#officeContact ul {
	font-size:11px;
	line-height:12px;
	}	
#officeContact li {
	list-style-type:none;
	}	
.disclaimer {
	clear:both;
	text-align:center;
	font-size:10px;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	}			
				