/*  General Styles ------------------------------*/
html, body {
height: 100%; /* for firefox */
}

body{
margin:0px 5% 0px 5%;
padding:0;
}

/* TEXT -----------------------------------*/
.normal {
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	line-height:1.5em;
	color:#fff;
}
.normal_footer {
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	line-height:1.5em;
	color:#fff;
}
.normal_blackbold {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	line-height:1.5em;
	color:#000;
}
.normal_black {
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	line-height:1.5em;
	color:#000;
}
.normal_bold {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.legal {
	font-family: Verdana;
	font-size: 9px;
	font-weight: normal;
	text-decoration: none;
	color:#333;
}
#centerColumn a:link, a:visited, #footer a:link, a:visited { 
	font-weight: normal; 
	text-decoration: underline; 
	color: #fff;
}
#centerColumn a:hover, a:active, #footer a:hover, a:active { 
	text-decoration: none; 
	color: #ff7200;
}
#leftColumn a:link, a:visited {
	text-decoration: none; 
	color: #fff;
}
#leftColumn a:hover, a:active { 
	text-decoration: none; 
	color: #333;
}
#leftColumn .leftlink a:hover, a:active{
text-decoration:none;
color:#ff7200;
}

#footer a:link, a:visited {
	text-decoration: underline; 
	color: #fff;
}
#footer a:hover, a:active { 
	text-decoration: none; 
	color: #333;
}
table{
width:760px;
text-align:left;
}
.left{
margin:0;
padding:0;
}
.right{
margin:0;
padding:0;
}
/*  Top Area ------------------------------*/
#top {
margin:0;/*to stretch to full width of layout*/
padding:0;
height:106px;
}
#top h2{
margin:0px;
padding:0px;
}

/*   Banner Area -----------------------*/
#banner {
margin:0;/*to stretch to full width of layout*/
padding:0;
float: left;
height:148px;
}

/*  Main Content Area ------------------------------*/
#container{
background-color:#000;
float:left;
width:800px;
margin:0;
padding:0;
}
#blankspace {
padding:0;
margin:0;
height: 100px;
}

/*  Left Column ------------------------------*/
#leftColumn{
margin:0;
padding:0;
float:left;
width:254px;
height:auto;
position:relative;
background:url("images/leftbg.gif") top left no-repeat;
}

/*This is for a single column like in a subpage*/
#leftColumn2{
margin:0;
padding:0;
float:left;
width:740px;
height:100%;
position:relative;
}
#leftColumn dl, #leftColumn2 dl{
margin:0;
padding:0;
float:left;
top:32px;
left:28px;
width:188px;
position:relative;
}
#leftColumn dt, #leftColumn2 dt{
margin:0;
padding:0;
position:relative;
font-weight: bold;
}
#leftColumn dd, #leftColumn2 dd{
margin:0;
padding:0;
float:left;
position:relative;
background:#ff7200;
}
#leftColumn dd table, #leftColumn2 dd table{
margin:0;
padding:5px 12px 10px 12px;
width:430px;
font-family: Verdana;
font-size: 12px;
font-weight: normal;
}

/*  Center Column ------------------------------*/
#centerColumn{
margin:0;
padding:0;
float:right;
width:546px;
background:url("images/rightbg.gif") top left no-repeat;
}
#centerColumn dl{
margin:0;
padding:0;
width:526px;
float:left;
position:relative;
padding-bottom:10px;
}
#centerColumn dt{
margin:0;
padding:0;
float:left;
}
#centerColumn dd{
margin:0;
padding:0;
float:left;
color:#FFFFFF;
}
.floatingphoto{
margin:0;
padding:0;
float:left;
position:relative;
color:#FFFFFF;
}
/*  Footer ------------------------------*/
#footer {
margin:0;/*to stretch to full width of layout*/
padding:15px 20px 10px 28px;
clear: both;
height:auto;
background:#000;
}
*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;
list-style:none;
top:15px;
height:175px;
line-height: 1.5em;
position:relative;
z-index:2;
}
*html #nav{
height:1.8em;
}

#nav li{
margin: 0px;
padding: 0px;
float: left;
position:relative;
border-bottom: 1px solid #ffb301;
}

#nav a, #nav a:visited{
margin:0;
padding-left:10px;
float: left;
display: block;
font-family: Verdana, Verdana;
font-size:13px;
color:#fff;
height:35px;
width:178px;
line-height:2.5em;
text-decoration: none;
}
#nav a.home, #nav a.home:visited{
border-top: 1px solid #ffb301;
padding-left:10px;
}

/* SUB LEVEL STYLING --------------------------- */
#nav ul {
margin:0px;
padding:0px;
top:0;
left:188px;
list-style:none;
background:#FF7200;
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: Verdana, Verdana;
font-size:small;
position:relative;
}

#nav ul a, #nav ul a:visited{
margin:0;
float: left;
display: block;
font-family: Verdana, Verdana;
font-size:13px;
color:#fff;
height:35px;
width:200px;
line-height:2.5em;
text-decoration: none;
}

#nav ul a.drop, #nav ul a.drop:visited { /* Shades Cell with More menu items */
background:#FF7200 /*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:#FF7200;
line-height: 1.5em;
visibility:hidden;
position:absolute;
}
*html #nav ul ul{
left:206px;
}
#nav ul ul li{
margin:0;
padding:0px;
}

#nav ul ul a, #nav ul ul a:visited{
margin:0px;
padding:3px 3px 3px 7px;
float: left;
display: block;
width:200px;
color:#333;
border:none;
height:auto;
line-height:1.5em;
text-decoration: none;
}

#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 a, #nav :hover ul :hover ul{ 
visibility:visible;
}

/* ALL HOVERS -------------------- */

/* style the top level hover */
#nav a:hover{
color:#333;
background:#FFB701;
}

#nav ul a:hover{
color:#fff; 
background:#FFB701 url("images/navbg.gif") top left repeat-x;
}

#nav :hover > a { /* Mozilla Only - Hilite while on a submenu*/
color:#FFF;
background:#FFB701 url("images/navbg.gif") top left repeat-x;
text-decoration:none;
}

/* style the second level hover */
#nav ul a.drop:hover{ 
color:#fff;
background:#FFB701;;
}
#nav ul :hover > a.drop {
/* Cell decoration */
color:#fff;
background:#FFB701; /*url(../../graphics/drop.gif) bottom right no-repeat*/;
}

/* style the third level hover */
#nav ul ul a:hover {
/* Cell decoration */
color:#fff;
background:#FFB701;
}