﻿/* CSS layout */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #8F8876;
}
#wrapper { 
	margin: 0 auto;
	width: 992px;
}
#templatehead {
	color: #8F8876;
	width: 992px;
	padding: 0px;
	height: 259px;
	margin: 10px 0px 0px 0px;
	background-repeat: no-repeat;
	background-image: url(../images/newpics/pg_header3.jpg);
}
#templateheadsidebar {
	padding: 0px;
	margin: 230px 5px 5px 565px;
	float: left; /* since this element is floated, a width must be given */;
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-decoration: none;
	text-align: center;
	color: #FFFF99;
}
#top_nav {
	color: #333;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	background-color:#333300;
}
#spry_nav {
	width:972px;
}
#faux {
	background-image: url('../images/faux_temp_col.GIF');
	overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */;
	width: 100%;
	float: left;
}
#left_col {
	display: inline;
	color: #FFFFFF;
	margin: 10px;
	padding: 0px;
	width: 195px;
	float: left;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
#page_content { 
	float: left;
	color: #333;
	margin: 10px 13px;
	padding: 0px;
	width: 460px;
	display: inline;
	position: relative;
}
#page_title {
	color: #800000;
	font: bold 18px Verdana;
}
#page_header {
	color: #404000;
	font: bold 12px Verdana;
}
#page_copy {
	font: 11px Verdana;
	color: #000000;
}
#map_title {
	padding: 0px;
	margin: 20px 20px 20px 20px;
	color: #800000;
	font: bold 18px Verdana;
	width: 460px;
}
#map_header {
	padding: 0px;
	margin: 20px 20px 20px 20px;
	color: #386351;
	font: bold 12px Verdana;
	width: 460px;
}
#map_copy {
	font: 12px Verdana;
	color: #386351;
	margin: 20px 20px 20px 20px;
	width: 460px;
}
#map_photocontainer {
	float: right;
	margin: 20px 20px 20px 20px;
	padding-bottom: 20px;
	width: 460px;
}
#rightcolumn { 
	display: inline-table;
	position: relative;
	color: #333;
	margin: 10px 10px 10px 0px;
	padding: 0px;
	width: 280px;
	float: right;
}
#footer {
	width: 992px;
	clear: both;
	color: #333;
	background-color: #333300;
	margin: 0px;
	padding: 0px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
