html, body {
	width:100%;
	height: 100%;
	font-family: Arial, sans-serif;
	font-size: 10pt;
	margin: 0;
	padding: 0;
	background-color: #000000;
}
 
#header {
    background: #000 url("../images/header-bg.gif") top left repeat-x;
    height: 65px;
    margin: 0;
    padding: 0;
    position: relative;
    min-width: 960px;
    width: 100%;
}

#top-nav { /* all lists */
    padding: 0;
    margin: 0;
    list-style: none;
    line-height: 1;
    font-size: 9pt;
    float: right;
}

#top-nav a {
    display: block;
}

#top-nav li { /* all list items */
    float: left;
    width: auto;
}

#top-nav li ul { /* second-level lists */
    position: absolute;
    list-style: none;
    margin: 0;
    padding: 0;
    background: #1a1a1a;
    border: 2px solid #000;
    width: 120px;
    left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
    display: none;
}

 #top-nav li:hover ul, #top-nav li.sfHover ul { /* lists nested under hovered list items */
    left: auto;
    display: block;
}

#top-nav li ul li {
    display: block;
    float: none;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #000;
}

#top-nav li ul li.section {
    background: #000 url("../images/section-bg.gif") top left repeat-x;
    font-weight: bold;
    color: #00c5e5;
    padding: 6px;
    text-transform: uppercase;
}

#top-nav li ul li a {
    display: block;
    width: 100px;
    background: #1a1a1a;
    color: #999;
    padding: 4px 0 4px 20px;
    text-decoration: none;
}

#top-nav li ul li a:hover {
    background-color: #004240;
    color: #00c5e5;
}

#top-nav #header-search {
    padding: 25px 30px 5px 20px;
}

#header-search fieldset {
    margin: 0;
    padding: 2px;
    border: 1px solid #666666;
    width: 150px;
}

#top-nav #header-search #search-query {
    background: #000;
    color: #FFF;
    border: 0 none;
    font-size: 9pt;
    margin-right: 5px;
    width: 125px;
}


#content {
	height: 100%;
	width: 100%;
	margin: 0;
	
	background-color: #000000;
}


#footer {
    font-size: 8pt;
	height:12px; !important 
	height: 16px;
    padding: 4px 10px;
    background: #000;
    color: #FFF;
}

#footer a {
    color: #FFF;
}

#footer-topten {
    font-size: 8pt;
    height: 16px;
    padding: 4px 10px;
    background: #000;
    color: #fec72e;
}

#footer-topten a {
    color: #fec72e;
}



#copyright {
    
}

#social-links {
    float: right;
}

#topten-links {
    float: left;
}


img {
    border: 0 none;
    outline: 0 none;
}

a {
    outline: none;
}
