/* midnight.css */
* {
	padding:0;
	margin:0;
}
/* hide from ie on mac \*/
html {
	height: 100%;
}

#flashcontent {
	height: 100%;
}
/* end hide */
h1, h2, h3, h4, h5, h6, pre, blockquote, label, ul, ol, dl, fieldset, address { 
	margin:1em 5%; 
}
p {
margin-top:2%;
margin-bottom:5%;
}
h3 {
	height:20px;
}
li, dd {
	margin-left:5%;
}
fieldset { 
	padding: .5em; 
}

body {
	font-family:verdana, helvetica, arial, sans-serif;
	font-size:11px;
	color:#fff;
	background:url(../images/bg.png) top left repeat-x;
	background-color:#001446;
}
#moon {
	float:left;
	margin:0px;
	padding:0px;
	background:url(../images/tachmoon.png) top left no-repeat;

}
#wrap {
	/*text-align:center;
	margin: 0 auto;	
	width:100%;*/
	width:1000px;
}

#content {
	padding:40px 0px 0px 0px;
	float:right;
}
#mainBody {
	float:right;
	width:70%;
	padding:0px 10px;
}
#nav {
	margin:130px 0px 20px 0px;
	text-transform:uppercase;
	/*text-align:center;*/
	font-weight:bold;
	/*position:relative;
	top: 135px;
	left: 10px;
	white-space:nowrap;*/
	float:left;
	
	width:29%;
}
#nav ul { 

} 

#nav li { 
	list-style-type:none; 
	line-height:18px;
	padding-top:5px;
} 
#figurehead {
	/*position:relative;
	top: 35px;
	left:475px;*/
	margin:35px 0px 0px 400px;
	width:597px;
	height:139px;
}


h2 {
	margin:0px 0px 7px 0px;
	padding:0px 0px 0px 0px;
	font-size:10px;
	text-align:left;
	line-height:10px;
	font-weight:600;
	color:#156A89;
	text-transform:uppercase;
}

h3 {
	margin:0px 0px 1px 0px;
	padding:0px 0px 0px 0px;
	font-size:18px;
	line-height:18px;
	font-weight:900;
	color:#82A5B7;
	font-family:arial,helvetica,sans-serif;
	text-transform:uppercase;
}

a:link {
	color:#99E2F6;
}

a:visited {
	color:#99E2F6;
}

a:hover {
	color:#C8EF40;
}
.copy {
	font-weight:normal;
	size:x-small;
	text-transform:none;
	display:block;
	margin-left: 9%;
}

hr {
	line-height: 1px; /*needed for IE/win*/
	font-size: 1px; /*needed for IE/win*/
	height: 2px;
	background: #99E2F6;
	padding: 0px;
	margin: 0px;
	border: 0px;
	border-collapse: collapse;
}
.garageLinks {
	size:x-small;
	margin-left:5%;
	font-weight:normal;
}

.garageDesc {
	width:680px; 
	margin-left:10px;
}
.clear {
	clear:both;
}
