/* CSS Document */


*{
margin:0;
padding:0;
left:0;
}

body {
	background-color: #000000;
	background-image:url(images/large_bg1.jpg);
	background-repeat:no-repeat;
	
	background-position: center;
	background-position: top;
	margin:7px;
}
img {
 border-color: #333;
} 
	
	
	
/*Main Structure*/

#main {
	width:100%;
	height:75px;
	
	padding-top:0px;	
	clear:both;
	position:absolute;
}
#top {
	width:791px;
	height:60px;
	background-color:#000000;
	overflow:visible;
	margin-top:14px;
	
}
#logo {
	width:202px;
	height:62px;
	background-color:#000000;
	float:left;
}
#navlinks {
	width:368px;
	height:27px;
	background-color:#000000;
	display:inline;
	float:right;
	overflow:visible;
	margin-top:25px;
	
}
#topline {
	width:100%;
	height:2px;
	position:absolute;
	background-image:url(images/footer1.jpg);
	background-repeat:repeat-x;
}	

#flashHeader{

	
}
#contentHolder {
	width:100%;
	height:100%;
	margin-top:3px;
	
	}

#content {
	width:798px;
	height:100%;
	/*background-image:url(images/bg3.jpg);*/
	background-repeat:no-repeat;
	color:#333;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	
}
	
#textboxLeft {
	height:auto;
	width:440px;
	float:left;
	padding-top:40px;
	
	color:#FFFFFF;
	font: 12px Arial, Helvetica, sans-serif;
	overflow:hidden;	
}

#textboxLeft a:link{
	color: #006ccb;
}

#textboxLeft a:visited{
	color: #006ccb;
}
#textboxLeft a:hover{
	color: #fff;
}
#textboxLeft a:active{
	color: #006ccb;
}



#textboxRight {
	height:auto;
	width:350px;
	padding-top:40px;
	float:left;
	color:#999999;
	font: 12px Arial, Helvetica, sans-serif;
	overflow:hidden;	
}

#textboxRight a:link{
	color: #006ccb;
}

#textboxRight a:visited{
	color: #006ccb;
}
#textboxRight a:hover{
	color: #fff;
}
#textboxRight a:active{
	color: #006ccb;
}
	
/*Bottom*/

#textboxbottom {
	width:791px;
	height:50px;	
	float:left;
	padding:0px 0px 0px 0px;
}
#bottom {
	width:100%;
	clear:both;
	position:absolute;
	top:540px;
}
#footer {
	height:5px;
	width:100%;
	background-image:url(images/footer1.jpg);
	background-repeat:repeat-x;
	
}
#footerInfo {
	width:795px;
	height:20px;
	
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#333333;
	font: 9px Verdana, Arial, Helvetica, sans-serif;	
}


input {
 background-color: #111;
 color:#CCCCCC;
 border:none;
 height:20px;
 margin-bottom:10px;
 margin-left:8px;
 
}

select {
 background-color: #111;
 color:#CCCCCC;
 border:none;
 
 margin-bottom:10px;
 margin-left:8px;
}


textarea {
 background-color: #111;
 color:#CCCCCC;
 border:none;
 height:60px;
 width:250px;
 margin-bottom:10px;
 margin-left:8px;
}



/*Drop Down Menu*/


ul {
	margin: 0px;
	padding: 0px;
	top:18px;
	list-style: none;
	z-index:5;
	
}

ul li {
	position:relative;
	font-size:14px;
	display:inline;
	
	
}
li ul {
	position:absolute;
	left: 0px;
	height:130px;
	display: none;
	margin:0px;

	font: 12px Verdana, Arial, Helvetica, sans-serif;
	float: left;
	border-bottom: 1px solid #333333;
	background-color:#CC0000;
	width:75px;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;

	
}
ul li a {
	display:inline;
	text-decoration:none;
	color: #fff;
	padding:0px;
	width:200px;
	border-bottom: 0;
	
}
ul li a:hover {
	display: inline;
	text-decoration: none;
	color: #000;
	padding:0px;
	width:200px;
	border-bottom: 0;
	
}
/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; }
* html ul li a { height: 1%; }
/* End */

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display:inline;	
}
li:hover ul { display: inline; 
}
li:hover ul, li.over ul { 
	display: inline; 
}
	
