/*************** Main Stucture Styles ******************/
body {
	background: url(../struc/top-bg.jpg) repeat-x top center #FFFFFF;
	font-family: Arial, Geneva, sans-serif;
	text-align:left;
	margin:0;
	position:relative;
	z-index:1;
}
#main {
	margin: 0 auto 0 auto;
	color:#333333;
	background: url(../struc/foot-bg.jpg) repeat-x bottom center;
}
#head {
	margin: 7px auto 0 auto;
	height: 70px;
	width: 920px;
}
#logo {
	margin:0;
	float:left;
	vertical-align:top;
}
#body {
	margin: 0 auto 0 auto;
	width: 912px;
	padding:0 0 0 8px;
	font-size: 14px;
	z-index:0;
}
#foot {
	width: 912px;
	height: 65px;
	padding:60px 0 0 8px;
	margin: 0 auto 0 auto;
	font-size: 13px;
	color:#FFFFFF;
	background:url(../struc/smid.png) no-repeat right bottom;
}
#clear {
    display: block;
    clear: both;
	height:1px;
}
/*************** Search Box ******************/
#search {
	height:21px;
	font-size:11px;
	width:259px;
	padding:3px 0 0 8px;
	float:right;
	background: url(../struc/search.gif) no-repeat right bottom;
	border:0;
	margin:10px 0 0 0;
}
#box {
	border:0;
	width:200px;
	float:left;
}
#button {
	border:0;
	background: url(../struc/search-button.gif) no-repeat;
	width:47px;
	float:right;
	height:17px;
	margin: 0 2px 0 0;
	color:#FFFFFF;
	font-size:10px;
	text-align:center;
}
/*************** Base Tag Styles ******************/
p {
	margin-top: 16px;
	margin-bottom: 16px;
	line-height:120%;
	letter-spacing:110%;
}
#body ul {
	list-style-image: url(../struc/bullet.jpg);
	margin-bottom: 16px;
	line-height:120%;
	letter-spacing:110%;
}
h1, h2, h3 {
	font-weight:bold;
	color:#7a2a01;
}
h1 {
	font-size:18px;
	margin:30px 0 0 0;
}
h2 {
	font-size:16px;
	margin:25px 0 0 0;
}
h3 {
	font-size:14px;
	margin:20px 0 0 0;
}
h1 sup {
	font-size:12px;
	margin-top:0;
}
#foot sup {
	font-size:9px;
	margin-top:0;
}
#mobile {
	display:none;
}
/*************** Img Tags ******************/
img.left {
	float:left;
	margin:0 20px 20px 0;
}
img.right, img.right3 {
	float:right;
	margin:0 0 20px 20px;
}
img.right2 {
	float:right;
	margin:20px 0 20px 20px;
}
.captionL, .captionL2, .captionL3 {
	float:left;
	margin:0 20px 15px 0;
}
.captionL2b {
	float:left;
	margin:0 0 15px 0;
}
.captionR {
	float:right;
	margin:0 0 15px 20px;
}
.captionR, .captionL, .captionL3 {
	border:1px #666666 solid;
	background:url(../struc/gray.jpg) repeat-x top;
	padding:8px;
	font-size:9px;
	width:auto;
	height:auto;
	display:inline;
	color:#333333;
}
.captionL img, .captionR img {
	margin:0 0 8px 0;
}
.captionL2, .captionL2b {
	margin-top:20px;
	background:none;
	padding:0;
	border:0;
	font-size:12px;
	text-align:center;
}
.captionL2 img, .captionL2b img {
	border:solid #666666 1px;
	margin-bottom:8px;
}

/*************** LINKS ******************/
a {
	text-decoration:none;
}
.body a:link, .body a:visited, .body a:active {
	color: #D25927;
}
.body a:hover {
	color: #990000;
}
.foot a:link, .foot a:visited, .foot a:active {
	color: #4C1702;
}
.foot a:hover {
	color: #FFCC99;
}
/*************** drop down menus ******************/
#nav {
	width: 920px;
	height:30px;
	margin:0 auto 15px auto;
	padding:0 0 0 50px;
	font-size: 14px;
	z-index:2000;
}
.nav a {
	text-align: center;
	display:block;
	white-space:nowrap;
	z-index:2000;
}
.nav a.parent:link, .nav a.parent:visited, .nav a.parent:active {
	color: #FFFFFF;
	padding:7px 15px 7px 15px;
}
.nav a.sub:link, .nav a.sub:visited, .nav a.sub:active {
	color: #FFFFFF;
	background-color:#792a01;
}
.nav a.parent:hover {
	color: white;
	background-color: #7a2a01;
	padding:5px 15px 5px 15px;
	margin:2px 0 2px 0;
}
.nav a.sub {
	text-align:left;
	font-size:12px;
	width:150px;
	padding:3px 8px 3px 8px;
	margin:0;
	background: url(../struc/gradient.jpg) repeat;
	z-index:2000;
}
.nav a.sub:hover {
	color: #7a2a01;
	margin:0;
	background-color: #E8E8E8;
	background-image:none;
	z-index:2000;
}
.nav ul {
	list-style:none;
	margin:0;
	padding:0;
	float:left;
}
.nav li {
	min-height: 1px;	
	vertical-align: bottom;
}
.nav ul ul {
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 1em;
	margin:-1em 0 0 -1em;
}
.nav ul ul ul {
	top:0;
	left:100%;
}
div.nav li:hover {
	z-index:100;
}
div.nav li:hover ul ul,
div.nav li li:hover ul ul,
div.nav li li li:hover ul ul,
div.nav li li li li:hover ul ul
{display:none;}
div.nav li:hover ul,
div.nav li li:hover ul,
div.nav li li li:hover ul,
div.nav li li li li:hover ul
{display:block;}
.line {
	margin:0;
	display:inline;
	vertical-align:baseline
}
/*************** buttons ******************/
.button {
	white-space: nowrap;
	display: block;
	width: auto;
	height: auto;
	margin: 20px 0 0 0;
	padding: 0;
	float:left;
	border:0;
}
.button a {
	display: block;
	width: auto;
}
.button img {
	width: 32px;
	height:32px;
	border: 0
}
* html a:hover {
	visibility:visible
}
.button a:hover img {
	visibility:hidden
}
#forward {
	background: url(../struc/right-button2.jpg) no-repeat;
	float:left;
}
#up {
	background: url(../struc/top-button2.jpg) no-repeat;
	float:left;
}
#back {
	background: url(../struc/left-button2.jpg) no-repeat;
	float:left;
}

 