
/* basic layout - 3 column float with header & site footer */

* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #333;
	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: 0px auto;
	background-color: #e7e7e7;
	border-bottom: 4px solid #F8B07E;
}
#header {
	height: 100px;
	margin-top: 0;
	background-color: #333;
	border-top: 10px solid #fff;
}
#content-wrapper {
	width: 770px;
	margin-top: 0;
	text-align: left;
	background-color: #fff;
	background:#fff url(../images/col3-bg.gif) top right repeat-y;
}
#col-1	{
	float: left;
	width: 150px;
	background-color: #e7e7e7;
}
#col-2 {
	float: left;
	width: 470px;
	background-color: #e7e7e7;
}
#col-2-padding {
	padding: 0;
}
#col-3 {
	float: left;
	width: 150px;
	background-color: #e7e7e7;
}
#col-footer {
	clear: both;
	height: 16px;
	text-align: center;
	color: #fff;
	background-color: #333;
	font-size: 11px;
	line-height:16px;
}
#site-footer {
	clear: both;
	height: 6px;
	text-align: center;
	color: white;
	background-color: #F8B07E;
	font-size: 10px;
	line-height:14px;
}
#siteNav {
	margin-bottom: 0; 
	text-align: center; 
	font-weight: bold; 
	color: #fff;
	background-color: #F68E55;
}
#siteNav a {
	color: #fff;
	text-decoration: none;
}
#siteNav a.off {
	color: #333;
	text-decoration: none;
}
#siteNav a:hover {
	color: #333;
	text-decoration: underline;
}
#siteNav a:hover.off {
	color: #333;
	text-decoration: none;
}
p {
	margin-top:.5em;
	margin-bottom:.5em;
}
h1,h2,h3,h4,h5,h6 {
	margin-bottom: .25em;
}
h2 {
	margin-top: 0;
	margin-bottom: .5em;
	border-bottom: 1px dotted #666;
}
h3 {
	margin-top: .75em;
}
h1 {
	font-size: 160%;
}
h2 {
	font-size: 140%;
}
h3 {
	font-size: 120%;
	margin-left: 30px;
}
h4 {
	font-size: 100%;
	margin-left: 30px;
}
h5 {
	font-size: 90%;
}
h6 {
	font-size: 80%;
}
table#headerAddress {	
}
table#headerAddress td {
}
