/*  General Styles ------------------------------*/
html, body {
height: 100%; /* for firefox */
}

body{
margin:0px 5% 0px 5%;
padding:0;
background:#ffffb8;
}
.images{
padding:5px;
}
/* TEXT -----------------------------------*/
.normal {
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	color:#3d1e00;
}
.leftnormal {
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	line-height:1.5em;
	color:#fff;
}
.name{
font-family:"Times New Roman", Times, serif;

	font-size: 18px;
	font-weight: normal;
	text-decoration: none;
}
h3{
	font-family: Arial;
	color:#3d1e00;
}
h4{
	font-family: Arial;
	border-bottom:1px solid #3d1e00;
	color:#3d1e00;
}
.legal {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color:#3d1e00;
}
a:link { 
	font-weight: normal; 
	text-decoration: none; 
color:#3d1e00;
}
a:visited { 
	font-weight: normal; 
	text-decoration: none; 
color:#3d1e00;
}
a:hover, a:active { 
	text-decoration: none; 
	color: #e6b800;
}
.table{
text-align:left;
width:960px;
}
.left{
margin:0;
padding:0;
background:url("images/leftback.gif") top right no-repeat;
}
.right{
margin:0;
padding:0;
background:url("images/rightback.gif") top left no-repeat;
}
/*  Top Area ------------------------------*/
#top {
margin:0;/*to stretch to full width of layout*/
padding:0;
}
#top h2{
margin:0px;
padding:10px 0 0 8px;
}


/*  Main Content Area ------------------------------*/
#container{
width:960px;
float:left;
margin:0;
padding:0;
border:1px solid #3d1e00;
background: url(images/left.gif) top left repeat-y;
}
#blankspace {
padding:0;
margin:0;
height: 100px;
}

/*  Left Column ------------------------------*/
#leftColumn{
margin:0;
padding:0;
float:left;
width:280px;
height:auto;
position:relative;
}
#leftColumn dl, #centerColumn dl{
margin:0;
padding:0;
}
#leftColumn dt{
margin:0;
padding:0;
position:relative;
font-weight: bold;
}
#leftColumn dd{
margin:0;
padding:0;
}
/*  Center Column ------------------------------*/
#centerColumn{
margin:0;
padding:10px;
float:right;
width:640px;
}
#centerColumn dt{
margin:0;
padding:0;
position:relative;
}
#centerColumn dd{
margin:0;
padding:5px 0 0 0;
}

/*  Footer ------------------------------*/
#footer {
margin:0;/*to stretch to full width of layout*/
padding:20px 0 0 0;
clear: both;
height:auto;
}
*html #footer{
height:1em;/*eliminates gap*/
}

/* ----------------- DROP DOWN NENU ------------------- */
#navigation {
margin:0;/*to stretch to full width of layout*/
padding:0;
}
/* MAIN LEVEL STYLING --------------------------- */
#nav{
margin: 0;
padding: 0;
float:left;
width:100%;
list-style:none;
line-height: 1.5em;
position:relative;
z-index:2;
}
*html #nav{
height:1.8em;
}

#nav li{
margin: 0px;
padding: 0px;
float: left;
position:relative;
}

#nav a, #nav a:visited{
margin:0;
padding:2px 7px 2px 10px;
float: left;
display: block;
font-family: Arial;
font-size:14px;
color:#3d1e00;
height:35px;
line-height:2.5em;
}
#nav a.home, #nav a.home:visited{
padding:2px 7px 2px 2px;
}
#nav a.normal_bold{
font-weight:bold;
}

/* SUB LEVEL STYLING --------------------------- */
#nav ul {
margin:0px;
padding:0px;
top:100%;
left:0px;
list-style:none;
line-height: 1.5em;
visibility:hidden;
position:absolute;
}
*html #nav ul{
line-height:1.8em;
top:3em;
width:200px;
}

#nav ul li{
margin:0px;
padding:0px;
float: left;
font-family: Arial, Arial;
font-size:small;
position:relative;
}

#nav ul a, #nav ul a:visited{
margin:0px;
padding:3px 3px 3px 7px;
float: left;
display: block;
width:200px;
border:none;
height:auto;
line-height:1.5em;
}

#nav ul a.drop, #nav ul a.drop:visited { /* Shades Cell with More menu items */
 /*url(../../graphics/drop.gif) bottom right no-repeat*/;
}

/* THIRD LEVEL STYLING --------------------------- 
#nav ul ul {
margin:0;
padding:0;
top:0px;
left:100%;
list-style:none;
background:#CC0;
line-height: 1.5em;
visibility:hidden;
position:absolute;
}
*html #nav ul ul{
left:206px;
}
#nav ul ul li{
margin:0px;
padding:0px;
}

#nav ul ul a, #nav ul ul a:visited{
float: left;
display: block;
margin:0;
padding:0;
width:150px;
color:#000;
}*/

#nav table {position:absolute; top:0; left:0;}

/* SUBMENU SHOW-HIDE COMMANDS -------------------- */
#nav li:hover ul,
#nav a:hover ul{
visibility:visible; 
}
#nav :hover ul ul{
visibility:hidden;
}

/* make the third level visible when you hover over second level list OR link */
#nav :hover ul :hover ul{ 
visibility:visible;
}

/* ALL HOVERS -------------------- */

/* style the top level hover */
#nav a:hover{
color:#e6b800;
}

#nav ul a:hover{
color:#e6b800; 
}

#nav :hover > a, #nav ul :hover > a { /* Mozilla Only - Hilite while on a submenu*/
color:#e6b800;
}

/* style the second level hover */
#nav ul a.drop:hover{ 
}
#nav ul :hover > a.drop {
/* Cell decoration */
}

/* style the third level hover */
#nav ul ul a:hover {
/* Cell decoration */
}

