@charset "utf-8";
/* CSS Document */

body {
	 background-color: #000000;
	 margin: 0;
	 padding: 0;
	 font-family: Arial, Helvetica, sans-serif;
	 font-size: 11px;
	 color: #CCCCCC;
}

#wrapper {
	clear: both;
	width: 900px;
	height: 717px;
}

#banner {
	float: left;
	clear: both;
	width: 900px;
	height: 200px;
}

#menu {
	float: left;
	clear: both;
	width:860px;
	height:42px;
	/*background-image: url(../images/menu_bkg.jpg);*/
	background-repeat: repeat-y;
}

.menu_item {
	float: left;
	clear: right;
	height: 38px;
	margin-right:15px;
	margin-top:10px;
	margin-left:5px;
}



#content {
	float: left;
	clear: both;
	width: 900px;
	text-align: justify;
	padding: 20px 0 20px 0;
}

#footer {
	float: left;
	clear: both;
	width: 900px;
	background-color: #0b0b0b;
	color: #999999;
}

a:link, a:visited {
	color: #e85800;
}

a:hover, a:visited:hover {
	color: #fff;
}

a:link.MenuLink, a:visited.MenuLink {
	color: #ffffff;
	text-decoration:none;
}

a:hover.MenuLink, a:visited:hover.MenuLink {
	color: #ffffff;
	text-decoration:none;
}

#footer a:link, #footer a:visited {
	color: white;
	text-decoration: none;
	font-size: 12px;
}

#footer a:hover, #footer a:visited:hover {
	text-decoration: underline;
}

td {
	font-size: 11px;
	font-family: verdana, Helvetica, sans-serif;
	color:White;
}

.box {
	width: 275px;
	float: left;
	clear: right;
	background-image: url(../images/box_bg.jpg);
	background-repeat: repeat-y;
	text-align: left;
}

.box p, .box h1, .box h2, .box h3, .box h4, .box img {
	margin: 5px 10px 0 10px;
}

.pic {
	border: 3px solid #161616;
}



/*-----------------------------------------------------THIS IS FOR DROP DOWN MENU-------------*/
ul.topnav {
	list-style: none;
	padding: 0 20px;	
	height:40px;
	margin: 0;
	margin-top: 0px;
	float: left;
	width: 100%;
	background: #222;
	font-size: 1.2em;
	background: url(../images/nav_menu.gif) repeat-x;
}
ul.topnav li {
	float: left;
	margin: 0;	
	height:40px;
	padding: 0 15px 0 15px;
	position: relative; /*--Declare X and Y axis base--*/
}
ul.topnav li a{
	padding: 12px 5px;
	color: #ffffff;
	display: block;
	font-weight: normal;
	text-decoration:none;
	font-family: verdana, Helvetica, sans-serif;
	float: left;
}
ul.topnav li a:hover, ul.topnav li:hover
{
	background: url(../images/nav_menu_over.gif) repeat-x center top;
	color: #ffffff;

}

ul.topnav li span.subhover {background-position: center bottom; cursor: pointer;} /*--Hover effect for trigger--*/
ul.topnav li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0px;
	background: #51083f;
	margin: 0; padding: 0;
	display: none;
	float: left;
	width: 165px;
	top:38px;

}
ul.topnav li ul.subnav li{
	margin: 0; padding: 0;
	float:left;
	text-align:left;
	background: #51083f;
	clear: both;
	width: 140px;
	border: 0px solid #440b03;

	
}
html ul.topnav li ul.subnav li a {
	float: left;
	width: 140px;
	background: #51083f;
	padding-left: 20px;
}
html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	width: 140px;
	background: url(../images/nav_bg.gif) repeat-x 0px center; 
	
}

html ul.topnav li.devider, html ul.topnav li.devider:hover
{
	background:none;
	color:#ffffff;
	 padding:0px;
	 margin:0px;
	 width:3px;
	 height:40px;
	 margin-top:10px;
	 
}
/*-----------------------------------------------------THIS IS FOR DROP DOWN MENU-------------*/

.TxtSpace
{
    margin:0px 5px 0px 5px;
    }


h1
{
    font-size:16px;
    color:#FF9D01;
    text-align:left;
}

h2
{
    font-size:14px;
    color:#FF9D01;
    text-align:left;
}

h3
{
    font-size:12px;
    color:#FF0096;
    text-align:left;
}




h5
{
    font-size:16px;
    color:#6d6d6d;
    /*font-weight:bold;*/
    margin:10px 0 0 10px;
    text-align:left;
}
.TitleColor2
{
    color:#e85800;
}
/*---------------------------------------Two color titles----------------------------------*/
.ImageStyle
{
    border:solid 1px #393939;
    margin:5px;
}

.orangetext
{
	color:#FEA00A;
	font-size:12px;
}