@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background:#460907;
	background-image:url(images/pagebg2.gif);
	background-repeat:repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #222222;
	font-size:11px;
}
#container {
	width: 760px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	background: #883322; 
	padding: 0;
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	}
#nav {
	background: #6e6d38;
	padding: 4px 10px 4px 10px;
	text-align:center;
	border-bottom:#993300 1px solid;
	border-top:#993300 1px solid;
	font-size:11px;
	color:#660000;
}
#nav a:link {font-size:11px; text-transform:uppercase; color:#FFFFFF;text-decoration:none; padding: 4px 0 4px 0;}
#nav a:visited {font-size:11px; text-transform:uppercase; color:#FFFFFF;text-decoration:none; padding: 4px 0 4px 0;}
#nav a:active {font-size:11px; text-transform:uppercase; color:#660000;text-decoration:none; padding: 4px 0 4px 0; background-color:#a7aa57;}
#nav a:hover {font-size:11px; text-transform:uppercase; color:#660000;text-decoration:none; padding: 4px 0 4px 0; background-color:#a7aa57;}

#mainContent {
	padding: 0 20px;
	margin-top: 20px;
	background: #FFFFFF;
}
#footer {
	background: #6e6d38;
	padding: 4px 10px 4px 10px;
	text-align:center;
	border-top:#660000 2px solid;
	font-size:10px;
	color:#FFFFFF;
	clear:both;
}
#footer p {
	margin: 0;
}
#footer a:link {font-size:10px; color:#FFFFFF;text-decoration:none; padding: 4px 0 4px 0;}
#footer a:visited {font-size:10px; color:#FFFFFF;text-decoration:none; padding: 4px 0 4px 0;}
#footer a:active {background:#a7aa57; color:#660000;text-decoration:none;}
#footer a:hover {background:#a7aa57; color:#660000;text-decoration:none;}


.submenu {width: 287px;}
* html .submenu {width: 281px;}

.submenu ul {padding: 0;margin: 0;list-style-type: none;background-color:#a7aa57;}

.submenu a:link {
	font: bold 10px;
	text-transform:uppercase;
	padding: 4px 0px 4px 0px;
	display: block;
	width: 100%; /*Define width for IE6's sake*/
	color: #595959;
	text-decoration: none;
}

.submenu a:visited {
	font: bold 10px;
	text-transform:uppercase;
	padding: 4px 0px 4px 0px;
	display: block;
	width: 100%; /*Define width for IE6's sake*/
	color: #595959;
	text-decoration: none;
}

html>body .submenu a { /*Non IE rule*/
	width: auto;
}

.submenu a:hover {
	font: bold 10px;
	text-transform:uppercase;
	background-color:#6e6d38;
	color: #FFFFFF;
}

.submenu a:active {
	font: bold 10px;
	text-transform:uppercase;
	background-color: #6e6d38;
	color: #FFFFFF;
}

h1 {text-transform:uppercase; font-weight:bold; color:#000000; font-size:12px;}
h2 {font-weight:bold; color:#000000; font-size:12px;}
h3 {font-weight:bold; color:#666666; text-decoration:underline; font-size:12px;}
h4 {font-weight:bold; color:#666666; text-decoration:underline; border-bottom: solid 1px #6e6d38; font-size:12px; margin:10px 0 0px 0;}

a:link {color:#CC0000;text-decoration:none;}
a:visited {color:#CC0000;text-decoration:none;}
a:active {color:#993333;text-decoration:none;}
a:hover {color:#993333;text-decoration:none;}

.boldbaby {font-weight:bold; font-size:14px;}
.red {color:#CC0000;}
.redbold {color:#CC0000; font-weight:bold;}
.white {color: #FFFFFF;}
.testimonial {
	margin:0;
	font-size:10px;
	font-style:italic; 
	color:#666633;
}

/*.testimonial p {
	
	font-size:10px;
	font-style:italic; 
	color:#666633;
}*/

.clear{
	clear:both;
}
.indentedtable {border: #660000 solid 1px;}
.indentedtable p {margin: 0px;}
.topline {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #6e6d38;
}
.boldred {
	font-weight: bold;
	color: #DF0011;
}
.style1 {color: #FF0000}
.style2 {font-size: 8px}
.style3 {font-size: 9px}
.picvertleft {
border-bottom: 2px solid #6e6d38;
border-top: 2px solid #6e6d38;
margin: 0px 6px 10px 0px;
}
.logovertleft {margin: 0px 6px 10px 0px;}
.error {font-style: italic; color: #FF0000;}
p.px160 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif, Verdana;
	color: #333333;
	font-size: 12px;
	line-height: 15px;
	margin-left: 190px;
}
.largeArialB {
	font-family: Arial Black, Gadget, sans-serif;
	font-size: 24px;
}

.test_imonials{
	font-style:italic;
}