/*--------------------------------------------------------------------------------------------------------
				HTML General classes
--------------------------------------------------------------------------------------------------------*/

body {
	font-family: Veranda, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#40392b;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background:url(../images/bg.jpg);
	background-color:#e2d7bc;
	background-repeat:repeat-x;
}

p {font-family: Veranda, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#40392b;
	margin: 0px; 
	padding: 0px;
	line-height: 18px;
	}

h1 {
	font-size:20px;
	color:#000059;
	font-weight:bold;
}
h2 {
	font-size:16px;
	color:##5a5241;
	margin-bottom:2px;
	font-weight:bold;
}
h3 {
	font-size:13px;
	color:#000059;
	margin-bottom:10px;
	font-weight:bold;
}
h4 {
	font-family: Veranda, Arial, Helvetica, sans-serif;
	font-size:15px;
	font-style:italic;
	color:#CCCCCC;
	margin:11px;
	font-style:normal;
}
a {
	color:#000059;
	font-weight:bold;
	text-decoration:none;
}
img{
	border:none;
}

/*--------------------------------------------------------------------------------------------------------
				Document/Formatting classes
--------------------------------------------------------------------------------------------------------*/

.oneColFixCtrHdr #container {
	width: 817px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
}

.oneColFixCtrHdr #intcontainer {
	width: 799px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
}

.oneColFixCtrHdr #headerContainer {
	width:817px;
	height:78px;
	margin-top:34px;
	background:url(../images/header-bar.gif);
	background-repeat:repeat-x;
}

.oneColFixCtrHdr #intheaderContainer {
	width:799px;
	height:78px;
	margin-top:34px;
	background:url(../images/header-bar.gif);
	background-repeat:repeat-x;
}
.oneColFixCtrHdr #mainbody {
	background-image:url(../images/home-body-bg.jpg);
	background-repeat:no-repeat;
	width:817px;
	height:344px;
}
.oneColFixCtrHdr #interiortop {
	width:799px;
	height:81px;
	float:left;
	background-image:url(../images/body-top.gif);
	background-repeat:none;
	margin-bottom:0px;
}
.oneColFixCtrHdr #interiorbody {
	width:724px;
	padding-left:75px;
	background-image:url(../images/body-middle.gif);
	background-repeat:repeat-y;
}
#home-nav{
	margin-left:81px;
	margin-top:35px;
	float:left;
	text-align: left;
}
.homenav{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#000059;
	font-weight:bold;
}
.homenav a:hover {
	color:#605745;
	text-decoration:none;
}
#homebody{
	margin-left:50px;
	width:450px;
	margin-top:35px;
	float:left;
	text-align:left;
}
.interiorbody{
	text-align:left;
	margin-left:35px;
	width:650px;
}
.copy{
	padding:20px 10px 10px 30px;
	text-align:left;
}
#pics{
	padding-top:10px;
	background-color:color:#000059;
	width:817px;
	height:137px;
	float:left;
	
}

/*--------------------------------------------------------------------------------------------------------
				Footer classes
--------------------------------------------------------------------------------------------------------*/
#mainFooter {
	clear:both;
	width:799px;
	height:29px;          
	background:url(../images/bottom-line.gif);
	background-repeat:repeat-x;
}
#homeFooter {
	clear:both;
	width:817px;
	height:29px;          
	background:url(../images/bottom-line.gif);
	background-repeat:repeat-x;
}

#mainFooterNav {
	color:#FFFFFF;
	padding-top:7px;
	text-decoration:none;
	text-align:center;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
}
.footernav {
	font-size:10px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}
.footernav a:hover {
	color:#605745;
	text-decoration:none;
}
.webo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#CCCCCC;
	width:100%;
	text-align:center;
	margin-bottom:10px;
}
