/*GENERAL SETTINGS*/
html{
height:100%; margin:0; padding:0;
}
body { 
height:100%; margin:0; padding:0;
background-color: #000000;
text-align:center;
color:#FFFFFF;
font-family:verdana;
font-size:12px;
overflow-x:hidden;
}
#page-background {position:fixed; top:0; left:0; width:100%; height:100%;}
#content {position:relative; z-index:1; padding:0px; width:98.5%;}
/*[if IE 6]*/
html {overflow-y:hidden;}
body {overflow-y:auto;}
#page-background {position:absolute; z-index:-1;}
#content {position:static;padding:10px;
}
A:link { text-decoration: none; font-weight: bold; color:#3B657A;}
A:visted { text-decoration: none; font-weight: bold; color:#3B657A;}
A:hover { text-decoration: none; font-weight: bold; color:#B6DDE8;}

A:link.other { text-decoration: none; color:#B6DDE8;}
A:visted.other { text-decoration: none; color:#B6DDE8;}
A:hover.other { text-decoration: none; font-weight: bold; color:#3B657A;}

/*LAYOUT PROPERTIES*/
.nav {
float:bottom;
background-image: url('images/layout/topnavbg.gif');
width:520px;
height:45px;
text-align:center;
}

.contitle {
text-align:left;
margin-left:150px;
}

.emp {text-decoration: none; font-weight: bold; color:#E60000;}
.emp2 {text-decoration: none; font-weight: bold; color:#E60000; font-size:14px;}
.whatsthis {text-decoration: none; font-weight: lighter; font-size:10px;}

/*MENU HIGHLIGHT*/
#menu {
font-family: Verdana, Arial, sans-serif;
font-weight: bold;
text-transform: uppercase;
margin-top: 50px;
padding-left:10%;
list-style-type: none;
background-image: url('images/layout/topnavbg.gif');
font-size:16px;
height:45px;
width:550px;
text-align:center;
}
#menu li {
float: left;
margin: 0;
text-align:center;				
}
#menu li a {
text-decoration: none;
display: block;
padding: 0 20px;
line-height: 45px;
color: #FFF;
}
#menu li a:hover {
background-color:#fff;
opacity: .5; /*Other browsers*/
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /*IE8 browser*/ 
filter:alpha(opacity=50); /*IE7 browser*/ 
color: #000;
}
#menu_wrapper ul {margin-left: 0px;}
#menu_wrapper {padding: 0 16px 0 0;}
#menu_wrapper div {float: left; height: 45px; width: 12px;}

/*NAV BACKGROUNDS*/
#top {
font-family: Verdana, Arial, sans-serif;
font-weight: bold;
text-transform: uppercase;
margin-top: 0px;
padding-left:0px;
list-style-type: none;
background-image: url('images/layout/portsitebg.gif');
font-size:11px;
height:29px;
width:229px;
text-align:center;
}
#top li {
float: left;
margin: 0;
text-align:center;				
}
#top li a {
text-decoration: none;
display: block;
padding: 0 20px;
line-height: 29px;
color: #FFF;
}
#top li a:hover {
background-color:#fff;
opacity: .5; /*Other browsers*/
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /*IE8 browser*/ 
filter:alpha(opacity=50); /*IE7 browser*/ 
color: #000;
}
#top_wrapper ul {margin-left: 0px;}
#top_wrapper {padding: 0 16px 0 0;}
#top_wrapper div {float: left; height: 29px; width: 12px;}

/*SAMP BACKGROUND*/
table.samp {
background-image: url('images/layout/sampbg.jpg');
background-repeat:no-repeat;
background-color:#000000;
padding:0px;
width:100%;
height:231px;
}
table.cont {
background-color:#FFFFFF;
padding:0px;
width:100%;
color:#000000;
}
table.cont2 {
background-color:#FFFFFF;
padding-left:3px;
padding-bottom:10px;
width:100%;
color:#000000;
text-align:center;
}
table.cont3 {
background-color:#FFFFFF;
padding-left:3px;
padding-right:3px;
padding-bottom:10px;
width:75%;
color:#000000;
text-align:center;
margin-left:12%;
}
#numlist li {
text-align:left;
margin-bottom:10px;
}
/*FOOTER SETTINGS*/
table.footer {
font-family: Verdana, Arial, sans-serif;
margin-top:20px;
margin-bottom:15px;
background-image: url('images/layout/botnavbg.gif');
font-size:12px;
color:#FFFFFF;
height:45px;
width:100%;
text-align:center;
}
#footer-left{
	float:left;
	width:50%;
	text-align:center;
}
#footer-right {
	float: right;
	width:50%;
	text-align:left;
}