/* Global Reset */
* {
	margin: 0;
	padding: 0;
}

/* General */
h2{
	color:#FFFFFF;
	font-size: 0.9em;
	font-weight: lighter;
	text-align: right;
	line-height: 26px;
	font-style: italic;
	
}
h5{
	color:#FFFFFF;
	font-size: 1.8em;
	font-weight: lighter;
	line-height: 26px;
	font-style: italic;
	
	
}
p{
font-size:0.8em;
}
table{
	padding:0;
}
td{
color:#7c7c7c;
	
}
body{
	background-color: black;
	color:#FFFFFF;
	height: 100%;
	font-family:Helvetica, Arial,sans-serif;
		
}
/* site */
#container{
	margin: 0 auto 0 auto;
	width:1024px;
	height:700px;
}
#topContainer{
clear:both;
	height: 140px;
	width:1024px;
	background-image: url(../img/global/top.gif);
	z-index: 200;
	
}
#quoteBox{
	width:393px;
	height:109px;
	color:#FFFFFF;
	float:left;
	margin: 20px 0 0 320px;
	
}
/* navigation*/ 

#navigation{
        width:1024px;
        height:25px;
		  background-color:#1a1a1a;
		  z-index: 100;
       
}
 
ul, ol {
	margin: 0 0 0 0;
}

li {

	margin: 0;
	margin-bottom: 2px;
	padding: 0;
	list-style: none;
}

#Menu li ul li a, #Menu li.over li a {
	text-decoration: none !important;
}

#Menu li:hover ul, #Menu li.over ul {
	display: block;
	
}


/* Holly Hack. IE Requirement \*/
* html #Menu ul li { float: left; height: 1%; }
* html #Menu ul li a { height: 1%; }

/* End */
#Menu {
font-size: 14px;
padding-top:4px;
width:720px;
float: left;
height:21px;
display: inline; /* IE6 doubled-margin bug fix */
}

#Menu li {
color: #7c7c7c;
text-align: center;
display: inline-block;
zoom:1; 
*display:inline;
width:100px;
}

#Menu li a {
	color: #7c7c7c;
	text-decoration: none;
}

#Menu li ul li a {
  color: #7c7c7c;
}

#Menu li ul li a:hover {

}

#Menu li:hover a, #Menu li.over a{
}

/* END Main Navigation*/	
#searchBox{
	width:262px;
	float: left;
	padding-top:1px;
	margin-left:10px;
	font-size: 14px;
	display: inline; /* IE6 doubled-margin bug fix */
	}
.searchBox{
 font-size: 10px;
 color:white;
 width:180px;
 height: 15px;
 background-color: #3a3a3a;
 border: 0;

}
.searchButton{
	padding-left:3px;
}
input .searchBox{
	border: none;
}

#logo{
 width:266px;
 height:77px;
 margin: 20px 0 0 20px;
 float:left;
}



/*footer*/
#footer{
   clear:both;
   width:984px;
	height:34px;
	z-index:100;
	padding:20px;
	
	
}
#miniLogoHolder{
	width:100px;
	height: 30px;
	z-index:100;
}

.icons{
	margin-right:10px;
}
/*helpers*/
.clearBoth{
	clear: both;
	padding:0;
	height:0;
}

#textWindow{
	width:300px;
	border:1px solid #7c7c7c;
	padding:10px;
	white-space: normal;
	background-color: #1a1a1a;
}

