﻿html,body {
height: 100%;
width:100%;
margin: 0;
padding: 0;
overflow:hidden;
}

body {
margin: 0;
font-family: verdana, arial, helvetica, sans-serif;
}

#background {
position:absolute;
width:100%;
top:0;
left:0;
height:100%;
}

#logo {
position:absolute;
top:0px;
left:0px;
filter: alpha(opacity=90); -moz-opacity:0.9; opacity: 0.79
z-index:1;
}

#eagle {
position:absolute;
top:111px;
left:1030px;
filter: alpha(opacity=90); -moz-opacity:0.9; opacity: 0.79
z-index:2;
}

#outer {
position:absolute;
left:0px;
width:100%;
height:100%;
overflow:auto;

}

#container1 {
position: relative;	
width:400px;
min-height:100%;
margin: 0 0 0 400px;
background: #FFFFFF;
filter: alpha(opacity=80); -moz-opacity:0.8; opacity: 0.8;
}

* html #container1 {height: 100%}

#main-text {
padding: 10px 10px 32px 5px;
color: #332F27;
}

* html #main-text, * html #footer, * html #main-title {
height: 1px
}

#main-text, #footer,  #main-title {
min-height: 1px
}

h1 {
margin: 0;
padding-top: 10px;
padding-left: 5px;
font-size: 12pt;
letter-spacing: 3px;
font-weight: bold;
background-color: #FFFFFF;
color: #332F27;
text-indent: 10px;
}

a {
color: #AD1403;
font-weight: normal;
text-decoration: underline;
}

a:hover {
color: #AD1403;
font-weight: normal;
text-decoration: underline;
direction: ltr;
}

p, ul, ol, table {
font-size: 9pt;
line-height: 16pt;
padding-top: 5px;
padding-bottom: 5px;
margin: 0;
padding-left: 10px;
padding-right: 10px;
}

ol, ul {
margin-left: 25px;
}

* html #left-menu
{
position: absolute;
}

#left-menu {
position:absolute;
top: 300px;
left: 0px;
width: 400px;
text-align: right;
background: #AD1403; 
filter: alpha(opacity=90); -moz-opacity:0.9; opacity: 0.9;
z-index:15;
}

#footer {
position:relative;
width:400px;
color: #AD1403;
background: #FFFFFF;
font-weight: bold;
letter-spacing: 0px;
text-align: center;
margin: -32px 0 0 400px;
font-size: 7pt;
z-index:11;
}

#footer a{
font-weight: bold;
}

fieldset{
background: #FFFFFF;
border: #FFFFFF;
font-size: 8pt;
border: 1px solid #FFFFFF;
padding: 10px;
}

legend {
background: #CCCCCC;
color: #000000;
font-size: 8pt;
border: 1px solid #FFFFFF;
padding: 10px;
}

* html #wii {
position: absolute
}

#wii {
font-size: 7pt;
bottom: 0px;
left: 0;
width: 400px;
text-align: left;
z-index:999;
padding: 0;
z-index:12;
}

#wii a {
color: #FFFFFF;
}



/* =======begin nav========================================================================== */
#nav, #nav ul { /* all lists */
		position : absolute;
		padding: 0;
		margin: 225px 0 0 0;
		list-style: none;
		float : left;
		width : 360px;
		z-index:15;
	}
	
	#nav li { /* all list items */
		position : relative;
		float : left;
		line-height : 25px;
		margin-bottom : -1px;
		width: 360px;
	}
	
	#nav li ul { /* second-level lists */
		position : absolute;
		left: -999em;
		margin-left : 400px;
		margin-top : -2.25em;
	}
	
	#nav li ul ul { /* third-and-above-level lists */
		left: -999em;
	}
	
	#nav li a {
		width: 360px;
		w\idth : 360px;
		display : block;
		color: #A39C8C;
		font-weight : bold;
		text-decoration : none;
		background-color : #AD1403;
		padding: 1px 20px;
	}
	
	#nav li a:hover {
		color : #AD1403;
		background-color : #CBC0B6;
	}
	
	#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
		left: -999em;
	}
	
	#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
	}
	
	.nav li a.current, #nav li a.current:visited, #nav li a.current:hover {
	background: #CBC0B6; color: #AD1403; font-weight: bold;
	}



/* =======end nav========================================================================== */

