body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4b4c4d;
}
p {
	color: #b9b9b9;
}
b {
  color: #4b4c4d;
}
body {
 	margin-top: 0px;
	background-color: #080808;
}

a:link, a:visited, a:active {
	color: #b9b9b9;
	text-decoration: none;
}
a:hover {
	color: #4b4c4d;
	text-decoration: none;
}
hr {
	margin: 5px 0px 5px 0px;
	color: #b9b9b9;
	height: 1px;
	width: 10px;
}
h1 {4b4c4d
	font-size: 16px;
	color: #b9b9b9;
	text-align: left;
	margin: 8px 2px 8px 2px;
}
form {
	margin: 0;
}
.main{
	margin-top: 0px;
	margin-left:auto;
	margin-right:auto;
	width: 945px;
}
.menu{
	width:945px;
}
.topstyle {

	width: 945px;
	height: 100px;
	background-image: url(topstyle.png);
}
.search_box {

	font-size: 20px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	padding-top: 20px;
}
.banner {

	padding-left: 0px;
	float: left;
	text-align: right;
}


.banner a {
	color: #fff;
}

.login_table {
	border: 1px solid #b9b9b9;
	margin-top: 20px;
	margin-bottom: 5px;
	text-align: center;
	padding-bottom: 3px;
}
.login_table h1 {
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	margin: 5px 0px 5px 0px;
}
.login_table input {
	text-transform: uppercase;
	font-size: 10px;
	margin: 5px 0px 1px 0px;
	width: 100px;
}
.content {
	padding: 4px 45px 45px 50px;
	text-align: justify;
	clear: right;
	background-color: #080808;
	background-image:url(content_bg.png);
	background-repeat:repeat-Y;
	min-height:300px;
}
.footer {
	width: 945px;
	height: 57px;
	background-repeat:no-repeat;
	background-image:url(footer.png);
	font-size: 8px;
	color: #666666;
	text-align: left;
	padding-top: 25px;
	text-indent: 35px;

}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
	####	Header Menu #####
	#######################

	Horizontal Drop-Down Menu based off :
	
	
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  */
#navContainer {
	width: auto;
	display:block;
	clear:both;
}


/* Remove List Formattings
~~~~~~~~~~~~~~~~~~~~  */
 ul.menu, li.menu {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

/* Header menu */	 
#header_menu {
	position: absolute; 
  margin-left: 20px;
}

#header_menu li {
	line-height: normal;
}

ul#header_menu  {
	z-index: 10; clear: both;
}

#nav {
	width: 945px;
	height: 78px;
	background-image:url(header.png);
	background-repeat:no-repeat;
}

#nav ul {
	list-style-type: none;
	padding-right: 5px;
	font-size: 81%; 
	text-transform: uppercase;
	width: auto;
	position: relative; /* Fix the Stupid IE6 Bug */
}

#nav ul li {

        padding-top: 10px;
	padding-left: 25px;
	float: left; 
	color: #fff; 
	text-align: right; 
        text-transform: uppercase;
	font-weight: normal;
}

#nav ul li a {

	display: block; 
	padding: 5px 10px; 
	padding-bottom: 4px; 
	color: #999; 
	text-decoration: none;
}

/* Root Level Link Formating */
#nav ul li a:hover,
#nav li a:focus {
	color: #4b4c4d;
}

#nav li a:active,
#nav ul li a.active {
	color: #4b4c4d;
}

/* Current page Customisations*/
#nav li.menu-current a		{ 
	color: #fff; 
}



/* 2nd Child menu */
#nav .menu li ul {
  position: absolute;
  width: 14em; 
  margin: 0; 
  padding-left: 0px;
  display: none;
  text-transform: none; 
  border: 1px solid #c7c7c7;
  background: #111111;
  font-size: 100%;
  color: #c7c7c7;
}

#nav .menu li ul li{
	width: 11em; 
	text-align: left; 
	font-weight: normal;
	margin: 0; 
	padding: 0; 
	line-height: 1.2em;
	color: #c7c7c7
}

#nav .menu li ul a {
	width: 11em;
	padding: .3em .1em .3em .4em; 
	background: #111111; 
	color: #4b4c4d;
}

/* 2nd Child link hover */
#nav .menu ul li a:hover {
	color: #4b4c4d;
	background: #111111; 
	border: 0;
	color:#fff;
}

/* 3rd Child Menu Appreances */
#nav .menu li ul li ul	{ 
  margin: -10% 0 0 55%;
  z-index: 9999;  
  color: #c7c7c7;
}
#nav .menu li ul li ul li a 	{ 
	width: 11em; 
	background: #111111;
	color: #7c7c; 
}


/* Show and hide */

#nav .menu ul ul ul ,
#nav .menu li:hover ul ul,
#nav .menu li ul:hover ul ul  {
	display: none;
}

#nav .menu li:hover ul, 
#nav .menu li li:hover ul,
#nav .menu li li li:hover ul {
	display: block;
}



/* Positioning the Pop-out Drops */
#nav li {
	position: relative;
}





/* end menu */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/*  Float containers fix: */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/*  \*/
