html, body {
 margin:0;
 padding:0;
	width: 100%;
}
body {
	font: 12px/18px Georgia, "Times New Roman", Times, serif;
	color: #1a1a1a;
	background: #efefef url(../images/bg-body.gif) repeat-x center top;
	text-align:center;
}

a:link, a:visited {	color: #DC5327; text-decoration: none;}
a:hover, a:active {	color: #FEB913;	text-decoration: none;}

h1, h2, h3, h4, h5 {
	color: #3f3320;
	text-decoration: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin: 5px 0;
	padding: 0;
	}
	h1 {	font-size: 22px; 	font-weight: lighter;}
	h2 {	font-size: 18px;}
	h3 {	font-size: 16px;}
	h4 {	font-size: 14px;}
	h5 {	font-size: 12px;}

/* page construction elements */
#wrapper {
	width: 760px;
	text-align: left;
	margin: 0 auto;
}
#header {
	padding: 0px;
	height: 120px;
	background: url(../images/header-1.jpg) no-repeat right top;
}
#navbox {
	padding: 0px 20px;
	height: 30px;
}
#content {
  padding: 0px 20px;
		background: url(../images/bg-shadow.gif) no-repeat center bottom;
}

#page {
	background: #FFFFFF url(../images/bg-page-bottom.gif) no-repeat center bottom;
	margin: 0;
	padding: 20px;
}
#content h1 {
	padding: 20px 0px 10px;
	margin: 0px;
	background: #FFFFFF;
}
	
#col-left {
	float: left;
	width: 320px;
}
#col-right {
	float: right;
	width: 320px;
}
#footer {
	font: 9px/11px Tahoma, Arial, Verdana, Helvetica, sans-serif;
	color: #828282;
	text-decoration: none;
	text-align: right;
	padding: 10px 20px;
	background: #F8F8F8 url(../images/bg-footer.gif);
	margin: 10px 20px 20px;
	border: 1px solid #E1E1E1;
}



/* Form Element Styles */
input, select {
	font: 11px Tahoma, Arial, Helvetica, sans-serif;
	color: #1a1a1a;
	background: #efefef url(../images/bg-footer.gif) repeat;
	border: 1px solid #999999;
}
.button {
	color: #FF6600;
	font-weight: bold;
}
.searchtable {border: none;}
.searchtable td {width: 50%; padding-bottom: 20px;}

/*List Elements*/
#content ul {
 margin: 10px 0;
 padding: 0;
 list-style: none;
}

#content ul li {
 line-height: 17px;
 padding: 0 20px;
 background: url(../images/bullet-bullseye.png) no-repeat left center;
}

#content .linkslist ul li {
 line-height: 17px;
 padding: 0 20px;
	background: none;
	font-weight:bold;
}
#content .linkslist ul li ul li {
 line-height: 17px;
 padding: 0 20px;
 background: url(../images/bullet-bullseye.png) no-repeat left center;
	font-weight:normal;
}
#content .lboxright ul { 
 margin: 0;
 padding: 0;
 list-style: none;
}
#content .lboxright ul li { 
 margin: 0;
 padding: 0;
 list-style: none;
	background: none;
}


/* Listing Styles */
.listingbox1 {
	width: 320px;
	padding: 15px 20px 10px 0;
	float: left;
	height: auto;
}
.lboxleft {float: left; margin-right: 10px;}

.lboxleft a img {	padding:4px;	display: block;	border:none;}
.lboxleft a:link img, .lboxleft a:visited img {background-color:#3f3320; }
.lboxleft a:hover img, .lboxleft a:active img {background-color:#DC5327;}
.lboxright h3 {
	width: 125px;
	text-transform: capitalize;
	font-size: 14px;
}
.lboxright {
	float: left;
	margin-right: 20px;
	height: auto;
}
.results {
	width: 100%;
	padding: 3px 0;
	margin: 10px 0;
	border-top: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
}

/* Home display page */
.mainimage {
	background: #3D311F;
	padding: 10px;
}
.thumbox {width: 320px; text-align: left;}
.thumbbox span {
	padding: 9px;
	text-align: center;
	float: left;
	width: 60px;
	font: 10px/11px Geneva, Arial, Helvetica, sans-serif;
}
.thumbbox a { display: block; text-align: center; }
.thumbbox a img { padding:1px; border:none; }
.thumbbox a:link img, .thumbbox a:visited img {background-color:#3f3320; }
.thumbbox a:hover img, .thumbbox a:active img {background-color:#DC5327;}

#note {
	font-size: 10px;
	font-style: italic;
	padding-top: 20px;
	padding-bottom: 20px;
	line-height: 11px;
	color: #AAAAAA;
}


/* Misc CSS tools */
.clearout {clear: both; color: #fff; font-size: 8px; line-height: 4px;}
hr {clear: both; background: #fff; height: 0; border: none; margin: 5px 0; padding: 0; color: #fff;}
