/* CSS Document */
html {
	height: 100%;
}


*{
	margin:0px; 
	padding:0px;
}
body {
	font: 0.8em Verdana, Arial, sans-serif; 
	color:#062869; 
	height: 100%;
	text-align:left;
	background-color:#c19e59;
	background-repeat:repeat;
	background-image:url(images/wood-bg-tile.jpg);
	background-position:center top;
}

img{
	border:0;
}

div#wrap{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(images/content-bg.png);
	background-repeat:repeat-y;
	height: auto; min-height: 100%;}

div#main {padding-bottom: 155px;}  /* must be same height as the footer */



div#header{
	background-image:url(images/header-statement.gif);
	background-repeat:no-repeat;
	background-position:top right;
	background-color:#FFF;
	height:165px;
	width:960px;
}
div#maincontent{
	width:960px;
	margin-left:20px;
	height:100%;
	}

.clearfloat{
	clear:both;
}

div#leftwrap{
	float:left;
}

.leftcol_top{
	margin-left:20px;
	margin-top:20px;
	background-image:url(images/leftcol-top.png);
	height:40px;
	width:530px;	
}
.leftcol_bottom{
	margin-left:20px;
	margin-bottom:20px;
	background-image:url(images/leftcol-bottom.png);
	height:40px;
	width:530px;
}
.leftcol{
	margin-left:20px;
	background-image:url(images/leftcol-bg.png);
	background-repeat:repeat-y;
	width:450px;
	padding:0 40px;
}

div#rightwrap{
	float:left;
	margin-top:20px;
	margin-left:20px;
	width:365px;
}
div#rightwrap .imagecaptions{
	color:#FFFFFF;
}
div#footer {position: relative;
	margin-top: -155px; /* negative value of footer height */
	height: 160px;
	width:920px;
	margin-left:auto;
	margin-right:auto;
	clear:both;
	background-image:url(images/footer-corner.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	background-color:#7ac242;
	padding:20px;
} 



div#contactdetails{
	float:left;
	width:395px;
}
div#sitemap{
	float:left;
	width:160px;
}
div#memberships{
	float:left;
	width:220px;
}
div#credits{
	float:left;
}

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */






/*----------------- TEXT STYLES ----------------------*/
a:link{
	color:#6fb92e;
	text-decoration:underline;
}
a:visited{
	color:#6fb92e;	
	text-decoration:underline;
}
a:hover{
	color:#092b6a;
	text-decoration:underline;
}
h1{
	font-weight:normal;
	font-size:1.2em;
	color:#092b6a;
}
h2{
	font-weight:normal;
	font-size:1.2em;
	color:#6fb92e;
}
h3{
	font-weight:bold;
	font-size:1em;
	color:#092b6a;
}
h4{
	font-weight:bold;
	font-size:1em;
}

p{
	padding-bottom:10px;
}

div#footer a:link,div#footer a:visited{
	color:#092b6a;
	text-decoration:none;
}
div#footer a:hover{
	color:#092b6a;
	text-decoration:underline;
}
