@charset "UTF-8";
html, body, #wrapper {
	margin:0;
	padding:0;
	height: 100%;
	text-align:center;
}
body > #wrapper {
	height: auto;
	min-height: 100%;
}
#wrapper {
	width:1024px;
	margin:0 auto;
	font-family: Verdana, Geneva, sans-serif;
	color: #605f5e;
	font-size: 15px;
	line-height: 20px;
	text-align:left;
	background:url(../images/interior_tableback.jpg) no-repeat top center;
}
#header {
	width:auto;
	height:10px;
	background:url(../images/interior_topback.jpg) repeat-x;
}
#sideBar {
	float:left;
	width:335px;
	margin:0 auto;
	margin-top:115px;
}
#main {
	float:right;
	width:685px;
	_padding-bottom:227px;
}
#nav {
	margin-top:25px;
	float:right;
	width:685px;
}
#navTable {
	margin:55px 0 0 20px;
}
#services {
	margin-bottom:15px;
	text-align:center;
}
#services img {
	margin:5px;
}
#footer {
	position: relative;
	margin-top: -227px; /* negative value of footer height */
	_height: 227px;
	height:227px;
	clear:both;
	background:url(../images/bottom_back.gif) repeat-x;
	font-size:12px;
}
#footer p {
	text-align: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;
}
h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	color: #941900;
}
.reverse {
	color: #FFF;
}
.orange {
	color: #f6ce40;
}
a {
	color: #f6ce40;
	text-decoration: none;
	outline:none;
}
a:hover {
	color: #cccccc;
	text-decoration:underline
}
.pagetitle {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 17px;
	font-weight: normal;
	color: #941900;
}
p {
	text-align:justify;
}
.clear {
	clear:both;
	margin:0;
	padding:0;
}
