@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: #293a18 url(http://www.poifoot.com/rcms/styles/template08/bg.jpg) repeat-y top;
	color:#2c1d11;
	text-align:center;
	font-size:12px;
	line-height:1.5em;
	font-family:Helvetica, Arial, sans-serif;
	}
	
a:link, a:visited, a:hover, a:active {
	color:#293a18;
	letter-spacing:.1em;
	}
	
h2 {
	font-size:16px;
	}
h3 {
	font-size:14px;
	}		
	
#wrapper {	
	margin:0 auto -120px;
	min-height:100%;
	width:800px;
	height:100%;
	height: auto !important;
	background-color:#141c0b;
	}
	
#container {
	margin:0 auto;
	text-align:left;
	width:800px;
	height:100%;
	min-height:100%;
	}
	
	
/*header styles -------------------------*/	
#header {
	height:173px;
	margin-bottom:10px;
	background-image:url(http://www.poifoot.com/rcms/styles/template08/header.jpg);
	background-position:bottom;
	overflow:hidden;
	}
#header div.opt {
	clear:both;
	visibility:hidden;
	}	
		
#header h1 {
	font-family:"Arial Black", Arial, Futura, sans-serif;
	color:#fff;
	font-size:30px;
	width:700px;
	line-height:40px;
	float:left;
	margin-left:20px;
	position:relative;
	top:90px;
	}
#header h2 {
	color:#fff;
	font-size:18px;
	width:700px;
	float:left;
	margin-left:22px;
	position:relative;
	top:90px;
	}		
	
	
#agentPhoto {
	display:none;
	}
#agentPhoto2 {
	overflow:hidden;
	height:146px;
	width:128px;
	margin-bottom:20px;
	}
#agentPhoto2 img {
	border:1px solid #000;
	}		
	
	
#content {
	clear:both;
	}

/*Contact styles------------------------*/
#agentContact {
	width:210px;
	float:left;
	background-color:#fff;
	padding:20px;
	margin-right:10px;
	}
#agentContact ul {
	
	}	
#agentContact li {
	list-style-type:none;
	font-size:11px;
	line-height:1.8em;
	}
#agentContact li.button {
	display:block;
	padding:10px;
	background:#293a18 url(http://www.poifoot.com/rcms/styles/template08/bg_button.png) repeat-x center;
	margin-bottom:20px;
	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: 500px;
	float:left;
	padding:20px;
	background-color:#fff;
	}
	
#copy2, #copy3 {
	padding-top:20px;
	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 {
	color:#fff;
	width:780px;
	
	text-align:center;
	padding:10px;
	margin:0 auto;
	}
.footer #footer {
	width:780px;
	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;
	}			
				