/* =================================
Copyright 2009
Fifth Gear Marketing Systems Inc.  
DNN Skin Styles - HartlingHouse.com
Version: 1.0
================================== */    

/* GLOBAL DEFAULTS */

	* { margin: 0px; padding: 0px; border: 0px; }
	* a:hover { text-decoration: none; }
	* { border-collapse: collapse }	
	html { height: 100%; }	
	body { height: 100%; background-color: #87b9b6; }
	table { border-collapse: collapse; }	 
	body, input, textarea { font-size: 12px; font-family: verdana,'trebuchet ms',arial,helvetica,sans-serif; color: #ccc; line-height: 1.3em; }

	object { outline:none; }
	#controlPanelContainer { padding: 0 0 8px 0; }
	
	.clear { clear: both; line-height: 0px; }

/* PAGE CONTAINER */
	#background { width: 100%; height: 100%; background: #87b9b6 url(img/backgroundMain.gif) top repeat-x; }
	#backgroundSec { width: 100%; height: 100%; background: #87b9b6 url(img/backgroundSecondary.gif) top repeat-x; }	
	#pageWrapper { width: 900px; margin: auto; background-color: #405b5b; }

/* HEADER */

	#pageHeader { width: 900px; height: 161px; background-color: #113d3d; border-bottom: 1px solid #656261; }
	#pageHeaderSec { width: 900px; height: 131px; background-color: #113d3d; border-bottom: 1px solid #656261; }
	#pageHeader .headerLogo,
	#pageHeaderSec .headerLogo { text-align: right; padding: 20px 60px 0 0; }

	#pageHeader .topNav,
	#pageHeaderSec .topNav { padding-left: 48px;}

/* PAGE BODY */
	.secondaryImage { background: url(img/secondaryImage01.jpg); }
	#pageBody { width: 900px; } 
	#pageBody .pageContent { width: 804px; padding: 36px 48px; border-top: 1px solid #656261; background: #405b5b url(img/fronds.gif) top no-repeat; }
	
/* FOOTER */

	#pageFooter { color: #333; width: 900px; padding: 12px 0 24px 0; text-align: center;  background-color: #87b9b6; }
	#pageFooter a,
	#pageFooter a:visited { color: #333; text-decoration: none; }
	#pageFooter a:hover { color: #e3a64f; text-decoration: none; }			
	#pageFooter .footerLinks { font-size: 11px; font-weight: normal; margin-top: 6px; }
	#pageFooter .copyright { font-size: 10px; margin-top: 2px; }

