/* CSS Document */

body, html{
background-color:#313131;
height:100%;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
font-family: Verdana, sans-serif;
font: 12px/1 Verdana, sans-serif;
}

p{
font: 12px/1 Verdana, sans-serif;}

h2{
font: 14px/1 Verdana, sans-serif;}

h3{
font: 14px/1 Verdana, sans-serif;}

h4{
font: 14px/1 Verdana, sans-serif;}

p{
  font-weight: normal;
 /* line-height: 1.0; */
  line-height:15px;
  margin: 1px;
  padding: 0;
  letter-spacing: 0px;
}

h2{
  letter-spacing: -1px;
  font-size: 12px;
  line-height: 1.0;
  font-family: Verdana, sans-serif;
  font-weight: bold;
  margin: 2px 0 0 2px;
  color: #838181;
}

h3 {
  font-family: Georgia, serif;
  font-style: italic;
  font-weight: bold;
  line-height: 14px;
  color: #e46504;
  margin: 2px 0 0 2px;
  padding-bottom: 2px;
}

h4 {
  font-family: Georgia, serif;
  font-style: italic;
  font-weight: bold;
  line-height: 14px;
  color: #ffcc00;
  margin: 2px 0 0 2px;
  padding-bottom: 2px;
  text-decoration:underline;
}

a{
text-decoration:none;
font-size:12px;
color:#4697ce;
font-family: Georgia, serif;
font-style: italic;
}

a.main{
font-weight:bold;
}

a:hover{
text-decoration:underline;
}

div.wrapper {
	 margin: 0 auto;
	 margin-top:20px;
	 width: 950px;
	 background-color:#FFF;
	 height:auto;
	 border: solid;
	 border-color:#aaaaaa;
	 border-width:5px;
 	 background-image:url(../gfx/right2.jpg);
 	 background-position:right;
	 background-repeat:repeat-y;
}

div.wrapper2 {
	 margin: 0 auto;
	 margin-top:2px;
	 margin-left:1px;
	 width: 100%;
	 background-color:#FFF;
	 height:auto;
	 border: solid;
	 border-color:#000000;
	 border-width:0px;
	 background-image:url(../gfx/.jpg);
 	 background-position:right;
     background-repeat:no-repeat;
}

div.header {
background-color:#000000;
background-image:url(../gfx/.jpg);
background-position:left;
background-repeat:no-repeat;
width:100%;
height:110px;
}

div.subHeader {
height:0px;
margin-top:24px;
border-top:solid;
border-bottom:none;
border-color:#000000;
border-bottom-color:#B5B5B5;
border-width:1px;
background-image:url(../gfx/.jpg);
background-repeat:no-repeat;
}

div.belowHeader {
background-color:#202020;
border-bottom:solid;
border-color:#000000;
border-width:1px;
height:0px;
margin-bottom:10px;
}

div.aboveNav{
height: 0px;
}

div#left{
margin-left:15px;
margin-top:5px;
width:640px;
height:auto;
float:left;
line-height:15px;
}

div#right{
margin-left:670px;
width: auto;
}

div.footer {
padding: 1px 4px 1px 10px;
background-image:url(../gfx/bottom-f2.jpg);
background-position:center;
background-repeat:no-repeat;
height:30px;
width:auto;
}

div.seperator {
clear:both;
background-color:#000000;
border-top:solid;
border-color:#010101;
border-width:1px;
height:1px;
background-image:url(../gfx/right/sponsors2.jpg);
}

a.footer {
color: #ffcc00;
font-weight:bold;
}

p.footer {
color: #a0a0a0;
text-align:center;
}


div.nav{
}

.htimeauth
{
display:block;
margin: 0;
padding: 0;
text-align:left;
font-size: 10px;
color: #000000;
background-color: inherit;
letter-spacing: -1px;
line-height: 1.0;
font-weight: bold;
}

ul.side{
margin-top:10px;
list-style-type:none;
font-weight:bold;
color:#1b1b1b;
margin-left:-20px;
}

/*	Sub Sub Menu (Suckerfish)	*/

#nav, #nav ul {
	float: left;
	width:100%;
	list-style: none;
	background: #474747; /* menu bgcolor*/
	padding: 0;
	border: solid #ffcc00;
	border-width: 2px 0;
	margin: 0 0 0 ;
}

#nav a {
	display: block;
	margin:1px 0 1px 0;
	padding: 0.35em 2em;
	text-decoration:none;
	font-family: Georgia, serif;
	/*font-family: Verdana, sans-serif;*/
	font-style: normal;
	font-weight: bold;
}

#nav ul{
}

/*#nav a.daddy {
	background: url(../gfx/arrow.gif) center right no-repeat;
}*/

#nav li {
	float: left;
	width: 100px;
	padding: 0;
}

#nav li ul {
	position: absolute;
	z-index:10;
	left: -999em;
	height: auto;
	width: 10em;
	w\idth: 10em;
	border-width:1px 1px 1px 1px;
	margin:0px 5px 5px 0px;
	
}

#nav li li {
	padding-right: 1em;
	width:9em;
}

#nav li ul a {
	width: 13em;
	w\idth: 9em;
}

#nav li ul ul {
	margin: -1.2em 0 0 10em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	background: #272727;
}


#nav li, #nav li ul li, #nav li ul li ul li{
	font-family:Verdana, sans-serif;
	
}


#nav li a{
	font-size:10px;
	text-transform:uppercase;
	color:#aaaaaa;
}

#nav li ul li a{
	color:#cccccc;
	text-transform:none;
	width:115px;
}

.inputError {
	border:solid;
	border-width: 1px;
	border-color:#FF0000;
}

div.img
{
  margin: 2px;
  border: 0px solid #ffcc00;
  float: left;
  text-align: center;
  width: auto;
  height: auto;
}	

div.desc
{
  text-align: center;
  font-weight: normal;
  margin: 2px;
  width: 130px;  
}

