body {
	background: #DCC89C;
	color: #333333;
	font: 14px "Times New Roman", Times, serif;
	margin: 0;
	padding: 4px 0 0;
}
#wrap {
	width:900px;
	margin: 1% auto;
	background: #FEF2DD;
}
a {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #333333;
}

/* menu tabs */
#header ul {
	z-index: 999;
	position: absolute;
	margin:0;
	padding: 0;
	list-style:none;
	left: 10px;
	top: 130px !important;
	top: 132px;
	font: normal 1em "Times New Roman", Times, serif;
}
#header li {
   display:inline;
   margin:0; padding:0;
}
#header ul a {
   float:left;
   background: url(../images/tableft.gif) no-repeat left top;
   margin:0;
   padding:0 0 0 10px;
   text-decoration:none;
}
#header a span {
	float: right;
	display:block;
	background: url(../images/tabright.gif) no-repeat right top;
	padding: 8px 31px 14px 18px;
	color: #000;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#header a span {float:none;}
/* End IE5-Mac hack */
#header a:hover span {
	color:#8A2F2C;
}
#header ul a:hover {
   background-position:0% -38px;
}
#header ul a:hover span {
	background-position:100% -38px;
}
#header #current a {
   background-position:0% -38px;
	color: #FFF;
}
#header #current a span {
	background-position:100% -38px;
	color: #8A2F2C;
}
/* end menu tabs */

/* start - table */
table {
	margin: 0px 0 1em 0;
	width: auto;
}
table tr {

}
table td {
	padding: 2px 0 0 8px;
	vertical-align: top;
}
/* end - table */

/* start - table */
.imgtable {
	margin: 0px 0 0px 0;
	width: auto;
}
.imgtable tr {
	height: 30px;
}
.imgtable td {
	padding: 0px 5px;
	border: none;
}
/* end - table */
/* images */
img {
	background: #8A2F2C;
	border: none;
	padding: 2px;
	outline:none;
}
img.float-right {
	margin: 5px 2px 10px 30px;
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}
img.noborder {
	border:none;
	background:inherit;
	padding: 0;
	margin: 0;
}
p {
	margin: 0 0 17px;
	padding: 0;
	line-height: 18px;
}
.wrapper {
	width: 800px;
	width: 940px !important;
	margin: 0px auto 0;
}
.nav {
	background: #fff url(../images/nav_bg.jpg) repeat-x top left;
	width:858px;
	float: left;
}
.nev-wrapper {
	clear: both;
	float: left;
}
.nav-left {
	background: url(../images/nav_left.jpg) no-repeat top left;
	float: left;
	width: 11px;
	height: 41px;
}
.nav-right {
	background: url(../images/nav_right.jpg) no-repeat top right;
	float: left;
	width: 11px;
	height: 41px;
}
.nav ul {
	width: 818px !important;
	width: 840px;
	height: 41px;
	float: left;
	margin: 0 auto;
	padding-top: 3px;
	list-style: none;
	font-size: 15px;
}
.nav li {
	float: left;
	padding: 0 20px 0 20px;
	background: url(../images/split.jpg) no-repeat right center;
	position: relative;
	z-index: 1;
}
.nav li.last {
	background:none;
}
.nav li:hover {
	z-index:2;
}
.nav li a {
	display: block;
	line-height: 38px;
	overflow: hidden;
	float: left;
}
#header {
	width: 900px;
	position: relative;
	height: 170px;
	padding: 0;
	color: #FFF;
}
#header #logo {
	position: absolute;
	margin: 0;
	padding: 0;
	color: #FFFFFF;
	/* change the values of top and left to adjust the position of the logo*/
	top: 10px;
	left: 20px;
}
#header h1#logo span {
	color: #FF8000;
}
#header h2#slogan {
	position: absolute;
	margin: 0;
	padding: 0;
	font: normal 12px Georgia, "Gill Sans", Helvetica, Verdana, Arial, sans-serif;
	text-transform: none;
	color: #000000;
	/* change the values of top and left to adjust the position of the slogan*/
	top: 110px;
	left: 12px;
}
/* header address and email */
#header #address {
	position: absolute;
	top: 30px;
	right: 24px;
	color: #333333;
	font-size: 0.8em;
	text-align:right;
	letter-spacing: 0px;
	line-height:1.6em;
}
#header #address span {
	color: #CD9934;
}
#header #address a {
	color: #8A2F2C;
	text-decoration: none;
}
#header #address a:hover {
	color: #333333;
	text-decoration: underline;
}
#header #banner {
	position: absolute;
	margin: 0;
	padding: 0;
	/* change the values of top and left to adjust the position of the logo*/
	top: 50px;
	left: 240px;
	width:400px;
	height: 60px;
	background-color: #8A2F2C;
}

a .menu-left {
	background: url(../images/menu_left.gif) no-repeat left top;
	width: 8px;
	height: 32px;
	line-height: 35px;
	display: block;
	float: left;
}
a .menu-mid {
	background: url(../images/menu_mid.gif) repeat-x top left;
	height: 32px;
	line-height: 35px;
	display: block;
	float: left;
}
a .menu-right {
	background: url(../images/menu_right.gif) no-repeat top left;
	width: 8px;
	height: 32px;
	line-height: 35px;
	display: block;
	float: left;
}
.nav li a:hover .menu-left,
.nav li.active a .menu-left,
.nav li:hover a .menu-left,
.nav li a:hover .menu-mid,
.nav li.active a .menu-mid,
.nav li:hover a .menu-mid,
.nav li a:hover .menu-right,
.nav li.active a .menu-right,
.nav li:hover a .menu-right {
	background-position: 0 -37px;
	line-height: 35px;
}
.nav li a:hover,
.nav li.active a,
.nav li.hover a,
.nav li:hover a {
	color: #333333;
}
.nav li:hover .sub,
.nav li.hover .sub {
	display:block;
}
.nav li .sub {
	display: none;
	position: absolute;
	top: 27px;
	left: 6px;
	background: url(../images/submenu_top.png) no-repeat;
	width: 186px;
	padding-top: 9px;
}
.nav li ul {
	background: url(../images/submenu_bg.png) repeat-y;
	width: 162px;
	height: auto;
	margin: 0;
	padding: 0 12px 10px;
	list-style: none;
	font-size: 14px;
}

.nav li:hover li,
.nav li.active li {
	width: 100%;
	padding: 1px 0 2px;
	border-bottom: 1px #C1D9F0 dashed;
	background: none !important;
}
.nav li:hover li a,
.nav li.active li a {
	color: #333333;
	background: none !important;
	line-height: normal;
	width: 156px;
	padding: 8px 3px 3px;
	text-indent: 1px;
}
.nav li:hover li a:hover,
.nav li.active li a:hover {
	color: #fff;
	background: #165B9F !important;
	text-decoration: none;
	line-height: normal;
}
/*IE*/
.nav li li a:hover,
.nav li li a:hover {
	color: #fff;
	background: #165B9F !important;
	text-decoration: none;
	line-height: normal;
}
/**/
.nav .btm-bg {
	background: url(../images/submenu_bottom.png) no-repeat;
	width: 205px;
	height: 9px;
	overflow: hidden;
	clear: both;
}
#content {
	width: 880px;
	float: left;
	padding: 0px;
	display: inline;
	min-height: 350px;
	margin: 0px 10px 0 10px;
	clear: both;
	position: relative;
}
#content h1 {
	color: #8A2F2C;
	font-weight: 400;
	font-size: 18px;
	margin:5px 0px 10px;
	background: url(../images/h1_bg.jpg) top left no-repeat;
	padding: 8px 10px 5px;
}
#content h2 {
	color: #8A2F2C;
	font-weight: 400;
	font-size: 16px;
	margin:0px 0px 10px;
	padding: 0px 10px;
}
#content p {
	padding: 0px 10px 0;
	text-align: left;
}
#content li {
	color:#666666;
	list-style-type: none;
}
#content a {
	color: #910101;
	text-decoration: none;
}
#content a:hover {
	color: #333333;
	text-decoration: none;
}
#content-bottom {
	width: 710px;
	background: transparent url(../images/content_bottom.png) no-repeat;
	height: 13px;
	float: left;
}
#mainpic {
	float:right;
	padding: 0 0 20px 10px;
	margin: 0px;
	display: block;
	width: 260px;
	margin: 0;
}
#mainpic img {
	border: none;
	padding: 0px;
	margin: 0px;
}
#mainpic p {
	padding: 0px;
	margin: 5px 40px;
}

#contactlist {
	float:right;
	padding: 0px;
	margin: 0px;
	display: block;
	width: 260px;
	margin: 0px 0px 20px 10px;
}
#contactlist img {
	border: none;
	padding: 0px;
	margin: 0px;
}
#contactlist p {
	padding: 10px 0 0;
	margin: 0px;
}

.backto {
	width:auto;
	height:20px;
	float:right;
	margin:5px 0px 0px;
	text-align:right;
	color:#333333;
	padding: 8px 15px 5px;
	font-size: 13px;
}
.backto a{
	color:#CC0000;
}
/* form elements */
form {
	margin:0px 0;
	padding: 0 5px;
}
label {
	display:block;
	font-weight:bold;
	margin:2px 0;
}
input {
	padding:2px;
	border:1px solid #CCC;
	font: normal 1em Verdana, sans-serif;
	color:#333;
}
textarea {
	width:400px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #CCC;
	height:100px;
	display:block;
	color:#777;
}
input.button {
	font: bold 12px Arial, Sans-serif;
	height: 36px;
	margin: 0;
	padding: 2px 10px;
	color: #FFF;
	background: #8EB50C url(../images/nav_bg.jpg) repeat-x;
	border: 1px solid #333;
}

/* search form */
.searchform {
	background-color: transparent;
	border: none;
	margin: 0;
	padding: 5px 0 15px 0;
	width: 220px;
}
.searchform p { margin: 0; padding: 0; }
.searchform input.textbox {
	width: 150px;
	color: #777;
	height: 18px;
	padding: 2px;
	border: 1px solid #E5E5E5;
	vertical-align: top;
}
.searchform input.button { 
	width: 60px;
	height: 24px;
	padding: 2px 5px;
	vertical-align: top;
}
/* footer */
#footer-wrap {
	clear: both;
	width: 880px;
	font-size: 80%;
	height:40px;
	padding:0px 0;
	border-top: 1px solid #8A2F2C;
	margin: 0 10px 0 10px;
}
#footer-wrap a {
	text-decoration: none;
	color: #8A2F2C;
	font-weight: bold;
}
#footer-wrap a:hover {
	color: #333333;
}
#footer-wrap p {
	padding:10px 0;
}
#footer-wrap h2 {
	color: #666666;
	margin: 0;
	padding: 0 10px; 
}
.footeraddress {
	width:auto;
	height:70px;
	float:left;
	margin:10px 0px;
	line-height: 1.4em;
	color:#333333;
}
.footeraddress span {
	color: #CD9934;
}

.footerlogos {
	width:auto;
	height:20px;
	float:right;
	margin:5px 5px;
	text-align:right;
	color:#333333;
	font-size: 16px;
}
/* alignment classes */
.float-left  { float: left; }
.float-right {
	float: right;
	margin: 0 10px 0 10px;
}
.align-left  { text-align: left; }
.align-right { text-align: right; }
