﻿/* CSS layout */
#masthead {
}

#top_nav {
	background-color: #B5740E;
}

#container {
	background-position: 200px;
	position: relative;
	width: 100%;
	overflow: hidden;
	padding-bottom: 8px;
	padding-top: 6px;
	background-image: url('pics/whiteback.gif');
	background-repeat: repeat-y;
}

#left_col {
	width: 200px;
	position: relative;
	float: left;
}

#page_content {
	margin-left: 200px;
	padding-left: 8px;
	position: relative;
}

#footer {
	padding-bottom: 2px;
	padding-top: 2px;
	background-color: #B5740E;
}
.clearboth {
	clear: right;
}
.clearboth img {
	margin-right: 12px;
	margin-bottom: 12px;
	margin-left: 12px;
	float: right;
}


#navcontainer { margin-left: 30px; }

#navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
font-family: verdana, arial, Helvetica, sans-serif;
}

#navcontainer li { margin: 0 0 1px 0; }

#navcontainer a
{
	display: block;
	padding: 1px 10px;
	width: 140px;
	color: #000000;
	background-color: #fff;
	text-decoration: none;
}

#navcontainer a:hover
{
color: #fff;
background-color: #B5740E;
text-decoration: none;
}

#navcontainer ul ul li { margin: 0 0 1px 0; }

#navcontainer ul ul a
{
	display: block;
	padding: 1px 5px 0px 30px;
	width: 125px;
	color: #000000;
	background-color: #fff;
	text-decoration: none;
}

#navcontainer ul ul a:hover
{
color: #fff;
background-color: #B5740E;
text-decoration: none;
}




#navlist
{
border-bottom: 1px solid #ccc;
margin: 0;
padding-bottom: 19px;
padding-left: 5px;
}

#navlist li
{
display: inline;
list-style-type: none;
margin: 0;
padding: 0;

}

#navlist ul
{
display: inline;
list-style-type: none;
margin: 0;
padding: 0;
}

#navlist a:visited
{
background: #B5740E;
border: 1px solid #ccc;
color: #fff;
float: left;
font-size: small;
font-weight: normal;
line-height: 14px;
margin-right: 8px;
padding: 2px 10px 2px 10px;
text-decoration: none;
}

#navlist a:link
{
	background: #B5740E; /*#E8EBF0*/
	border: 1px solid #ccc;
	color: #fff;
	float: left;
	font-size: small;
	font-weight: normal;
	line-height: 14px;
	margin-right: 8px;
	padding: 2px 10px 2px 10px;
	text-decoration: none;
}

#navlist a:visited#current
{
background: #fff;
border-bottom: 1px solid #fff;
color: #000;
}

#navlist a:link#current
{
background: #fff;
border-bottom: 1px solid #fff;
color: #000;
}

#navlist a:hover {
	color: #FFFF00;
}

body.section-4 #navlist li#nav-4 a
{
background: #fff;
border-bottom: 1px solid #fff;
color: #000;
}

body.section-3 #navlist li#nav-3 a
{
background: #fff;
border-bottom: 1px solid #fff;
color: #000;
}

body.section-2 #navlist li#nav-2 a
{
background: #fff;
border-bottom: 1px solid #fff;
color: #000;
}

body.section-1 #navlist li#nav-1 a
{
background: #fff;
border-bottom: 1px solid #fff;
color: #000;
}

#navlist #subnav-4
{
display: none;
width: 90%;
}

#navlist #subnav-3
{
display: none;
width: 90%;
}

#navlist #subnav-2
{
display: none;
width: 90%;
}

#navlist #subnav-1
{
display: none;
width: 90%;
}

body.section-4 #navlist ul#subnav-4
{
display: inline;
left: 10px;
position: absolute;
top: 95px;
}

body.section-3 #navlist ul#subnav-3
{
display: inline;
left: 10px;
position: absolute;
top: 95px;
}

body.section-2 #navlist ul#subnav-2
{
display: inline;
left: 10px;
position: absolute;
top: 95px;
}

body.section-1 #navlist ul#subnav-1
{
display: inline;
left: 10px;
position: absolute;
top: 95px;
}

body.section-4 #navlist ul#subnav-4 a
{
background: #fff;
border: none;
border-left: 1px solid #ccc;
color: #999;
font-size: smaller;
font-weight: bold;
line-height: 10px;
margin-right: 4px;
padding: 2px 10px 2px 10px;
text-decoration: none;
}

body.section-3 #navlist ul#subnav-3 a
{
background: #fff;
border: none;
border-left: 1px solid #ccc;
color: #999;
font-size: smaller;
font-weight: bold;
line-height: 10px;
margin-right: 4px;
padding: 2px 10px 2px 10px;
text-decoration: none;
}

body.section-2 #navlist ul#subnav-2 a
{
background: #fff;
border: none;
border-left: 1px solid #ccc;
color: #999;
font-size: smaller;
font-weight: bold;
line-height: 10px;
margin-right: 4px;
padding: 2px 10px 2px 10px;
text-decoration: none;
}

body.section-1 #navlist ul#subnav-1 a
{
background: #fff;
border: none;
border-left: 1px solid #ccc;
color: #999;
font-size: smaller;
font-weight: bold;
line-height: 10px;
margin-right: 4px;
padding: 2px 10px 2px 10px;
text-decoration: none;
}

#navlist ul a:hover { color: #f00 !important; }

#contents
{
background: #fff;
border: 1px solid #ccc;
border-top: none;
clear: both;
margin: 0px;
padding: 15px;
} 

.style1 {
	text-align: center;
	padding-bottom: 2px;
	padding-top: 2px;
}
.style2 {
	text-align: center;
	color: #FFFFCC;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
}
.style3 {
	border-width: 0px;
}
.style4 {
	text-align: center;
	padding-bottom: 2px;
	padding-top: 2px;
	color: #FFFFCC;
}

.style6 {
	float: right;
}

