/* CSS Document */

body, h1, h2, h3, h4, h5, ul, li, ul li, div, img, form {
	margin: 0px;
	padding: 0px;
}

body	{
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	background: #000 url(../images/furn/bckd.gif) repeat-x;
}

img	{
	border: 0;
}

.clear {
	clear: both;
}

fieldset {border:0; padding: 0;}

.imgleft {
	float: left;
	display: inline;
	padding: 10px 10px 10px 0;
}

.imgright {
	float: right;
	display: inline;
	padding: 10px 0px 10px 10px;
}


/* ***************************** */
/* *******LAYOUT CLASSES******** */
/* ***************************** */

#outerWrapper {
	margin: 0 auto;
	width: 1010px;
}

#innerWrapper {
	width: 1010px;
}

#topbar {
	width: 1010px;
}

#logo {
	float: left;
	width: 377px;
}

#topright {
	float: right;
	width: 400px;
	text-align: right;
	padding-top: 15px;
	padding-right: 15px;
}

#navWrapper {
	width: 1010px;
	background-color: #000;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

#imagePanel {
	width: 1010px;
	height: 320px;
}

#contentWrapper {
	width: 1010px;
	padding-top: 30px;
}

#subnavWrapper {
	float: left;
	width: 156px;
}

/* ********************************* */
/* *******NAVIGATION CLASSES******** */
/* ********************************* */


#nav {
	margin-left: -2px;
}

#nav ul {
	list-style-type: none;
	display: inline;
}

#nav ul li {
	float: left;
	background-color: #2E2E2E;
	border-left: 1px solid #000;
}

#nav ul li a {
	font-size: x-small;
	color: #fff;
	display: block;
	width: 164px;
	height: 24px;
	text-decoration: none;
	padding-left: 3px;
	padding-top: 4px;
	line-height: 1.8em;
}

#nav ul li a:hover {
	background-color: #D98528;
}

#subnav {

}

#subnav ul {
	list-style-type: none;
}

#subnav ul li {
	border-bottom: 1px solid #000;
	background-color: #333;
}

#subnav ul li a {
	display: block;
	color: #fff;
	font-size: xx-small;
	text-decoration: none;
	padding: 5px 2px 7px 5px;
	width: 149px;
}

#subnav ul li a:hover {
	background-color: #D98528;
}

#nav ul li#current {background-color: #D98528; display: block;}

/* ****************************** */
/* *******CONTENT CLASSES******** */
/* ****************************** */

#content {
	float: left;
	width: 530px;
	margin-left: 20px;
	color: #fff;
	font-size: 70%;
}

#sidepanel {
	float: left;
	width: 224px;
	margin-left: 34px;
	color: #fff;
	font-size: 70%;
}

#bckdsidepanel {
	float: left;
	width: 239px;
	margin-left: 34px;
	color: #fff;
	font-size: 70%;
	border-top: 1px solid #fff;
	padding: 10px 0 10px 5px;
	background:url(../images/furn/side_bckd.jpg) no-repeat;
	height: 224px;
}

#hmecontent {
	float: left;
	width: 550px;
	margin-left: 20px;
	color: #fff;
	font-family: "Foundry", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
}

#nonavcontent {
	float: left;
	width: 530px;
	margin-left: 176px;
	color: #fff;
	font-size: 70%;
}

#newshead {}


/* *************************** */
/* *******TEXT CLASSES******** */
/* *************************** */

#topright a {color: #fff; font-size: x-small; text-decoration: none; padding-left: 10px;}
#topright a:hover {text-decoration: underline; }

#hmecontent ul {list-style: disc; padding-top: 15px;}
#hmecontent ul li {margin-left: 20px;}

#content ul {list-style:url(../images/furn/content_arrow.gif);}
#content ul li {margin-left: 18px;}
#content ul li a, #content a, #nonavcontent a, #sidepanel a:hover, #bckdsidepanel a:hover, #newshead a:hover {color: #fff;}
#content ul li a:hover, #content a:hover, #nonavcontent a:hover, #sidepanel a, #bckdsidepanel a, #newshead a {color: #D98528;}

.orange, .orange a, .Title {color: #D98528;}