@import url('reset.css');
html { height: 100%; }
body {
	height: 100%;
	background: #000;
	margin: 0px 0 0 0;
	color: #c7c8ca;
	font-size: 62.5%;
	font-family: "Times New Roman", Times, serif;
}
h1 {
	position: relative;
	margin: 0 0 20px 0px;
	text-indent: -3000px;
}
h1 a {
	display: block;
	width: 103px;
	height: 80px;
	background-image: url('../images/logo.gif');
}
#container {
	min-height: 100%;
	float: left;
	width: 967px;
	overflow: hidden;
}
* html #container {
	width: 970px;
	height: 100%;
}
#nav {
	margin: 0 0 60px 0;
}
#nav li {
	padding: 0 5px 0 0;
	font-size: 1.2em;
	display: inline;
}
#nav li a:link, #nav li a:visited, #nav li a:active {
	color: #949494;
	text-decoration: none;
}
#nav li a:hover {
	color: #DDD;
}
#nav li.current a:link, #nav li.current a:visited, #nav li.current a:active {
	color: #d4cf9f;
}
#nav li.current a:hover {
	color: #d4cf9f;
}
.footer {
	padding: 0 0 3000px 0;
	margin: 0 0 -3000px 0;
	height: 29px;
	width: 495px;
	background: #164558;
	clear: both;
	float:left;
}
#content {
	float: left;
	min-height: 680px;
	padding: 0 35px 3000px 75px;
	margin: 50px 0 -3000px 0;
	width: 385px;
	font-size: 1.3em;
	line-height: 1.6em;
}
* html #content {
	height: 680px;
	display: inline;
}
#flash {
	margin: 50px 0 0 0;
	float: left;
	width: 472px;
}
* html #flash {
	display: inline;
}
#flash-inner {
	margin-bottom: -2px;
}
#home-video {
	margin-top: 20px;
	margin-bottom: 20px;
}
#content p {
	margin: 0 0 1.2em 0;
}
#content h2 {
	font-weight: normal;
	color: #d4cf9f;
}
.vcard, .highlight {
	color: #d4cf9f;
}
#content a:link, #content a:visited, #content a:active {
	color: #d4cf9f;
	text-decoration: none;
}
#content a:hover {
	text-decoration: underline;
}
.align-right {
	float: right;
	margin: 0 0 10px 15px;
}
.copy, .dist {
	margin: 0 0 3em 0 !important;
}
.dist a:link, .dist a:visited, .dist a:active {
	color: #c7c8ca !important;
}


/* Form Styles */
.input, .city, .phone, .emailadd, .state, .zip, .other, .date {
	background: #595959;
	border: 0;
	padding: 3px;
	color: #fff;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px !important;
}
select {
	width: 180px;
}
.textarea {
	background: #595959;
	border: 0;
	padding: 3px;
	color: #fff;
	height: 100px;
	width: 380px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px !important;
}
.other {
	margin: 0 0 0 10px;
	width: 120px;
}
.order {
	float: left;
	width: 180px;
}
.dateneeded {
	float: right;
	margin: 0 20px 5px 0;
	width: 160px;
}
.date {
	width: 30px;
}
.input {
	width: 380px;
}
.city, .phone, .emailadd {
	width: 210px;
}
.state {
	width: 51px;
}
.zip {
	width: 100px;
}
.submit {
	width: 380px;
	text-align: center;
	margin: 10px 0 30px 0;
}
.submit input {
	width: 60px;
}
