@charset "utf-8";
/* CSS Document */

body {
	background-color:#F5F4EF;
	margin:0 auto 0 auto;
	text-align:center;
	font:14px Georgia, "Times New Roman", Times, serif;
	color:#1b1100;
}

div#siteContainer {
	background-image:url(images/headerbg.jpg);
	background-repeat:repeat-x;
	background-color:#f3f2df;
	margin:0 auto 0 auto;
	width:889px;
	height:auto;
	border:#beb694 1px solid ;
}

a.navBar {
	float:left;
	border-top:1px solid #a3875a;
	border-bottom:1px solid #a3875a;
}

a.navBar img {
	border:0px;
}

div#leftCol {
	width:227px;
	margin:30px 20px 0px 20px;
	float:left;
}

div#rightCol {	
	width:594px;
	float:right;
	clear:right;
	text-align:left;
	margin-right:15px;
}

div#rightCol img {
	margin-top:9px;
	border:0px;
}

div#rightCol a {
	text-decoration:underline;
	font-weight:bold;
	color:#1b1100;
}

div#rightCol a.navigation {
	text-decoration:none;
	font-size:16px;
	line-height:24px;
	color:#5a0000;
}

div#rightCol hr {
	background-color:#523400;
	color:#523400;
	border:medium none;
	height:1px;
	margin:15px 10px 15px 10px;
}

span.slogan {
	font:17px Georgia, "Times New Roman", Times, serif;
	color:#5a0000;
	font-style:italic;
}

div#navLeft {
	float:left;
}

div#navRight {
	float:right;
	clear:right;
}

div#mainContent {
	width:785px;
	margin:0 auto 0 auto;
	text-align:justify;
}

div#mainContent hr {
	background-color:#523400;
	color:#523400;
	border:medium none;
	height:1px;
	margin:25px 20px 20px 20px;
}

span.services {
	font:17px Georgia, "Times New Roman", Times, serif;
	color:#5a0000;
}

table {
	font:12px Arial, Helvetica, sans-serif;
	margin:0 auto 0 auto;
}