
/* basic layout - 3 column float with header & site footer */

* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000;
	background-color: #fff;
}
#page-wrapper {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	text-align: center;
}
#subwrapper {
	position: relative;
	text-align: left;
	width: 770px;
	margin: 10px auto;
	background-color: #e7e7e7;
	border-bottom: 4px solid #F8B07E;
}
#header {
	height: 128px;
	margin-top: 0;
	background-color: #000;
	border-top: 10px solid #ddd;
	border-bottom: 5px solid #F8B07E;
}
#content-wrapper {
	width: 770px;
	margin-top: 0;
	text-align: left;
	background: #e7e7e7 url(../images/bg-col1.gif) top left repeat-y;
}
#col-1	{
	float: left;
	width: 170px;
}
#col-2 {
	float: left;
	width: 600px;
}
#col-2-padding {
	padding: 40px 22px 100px 22px;
}
#col-footer {
	clear: both;
	position: relative;
	height: 75px;
	background-color: #ccc;
	font-size: 10px;
	line-height: 10px;
	color: white;
}
#siteNav {
	margin-bottom: 40px; 
	text-align: left; 
	font-weight: bold;
	border-top: 1px solid #333; 
	border-bottom: 1px solid #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	background-color: #e7e7e7;
}
#siteNav a {
	color: #333;
	text-decoration: none;
}
#siteNav a.off {
	color: #999;
	text-decoration: none;
}
#siteNav a:hover {
	color: #333;
	text-decoration: underline;
}
#siteNav a:hover.off {
	color: #999;
	text-decoration: none;
}
p {
	margin-top: 1em;
	margin-bottom: 1em;
	font-size: 11px;
}
#col-2 p {
	margin-right: 65px;
}
h1,h2,h3,h4,h5,h6 {
	margin-bottom: .25em;
}
h1 {
	font-size: 144%;
}
h2 {
	margin-top: 0;
	margin-bottom: .5em;
}
h2.main {
	text-transform: uppercase;
}
h2 {
	font-size: 114%;
}
h3 {
	font-size: 107%;
}
h4 {
	font-size: 100%;
}
h5 {
	font-size: 92%;
}
h6 {
	font-size: 85%;
}
#col-1 h6 {
	font-size: 8px;
	color: #4A4A4A;
	text-align: center;
	font-style: italic;
	font-weight: normal;
}
ul {
	margin-left: 50px;
	font-size: 11px;
}
div.address {
	padding-top: 85px;
	padding-bottom: 95px;
	padding-left: 8px;
	text-align: left; 
	line-height: 18px; 
	color: #fff;
}
div.address h5 {
	margin: 0;
	padding-left: 6px;
}
div#copyright {
	position: absolute; 
	bottom: 0;
	left: 230px;
}
