@charset "utf-8";
/* CSS Document */
html {
     overflow: -moz-scrollbars-vertical;
     overflow: scroll;
}
body {
	background-color: #D6D6BA;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 20px;
	height: 100%;
	margin-top: 0px;
}
a {
	color: #333;
}
a:hover {
	color: #666;
}
#header {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	height: 200px;
	background-color: #FFF;
}
#wrapper {
	width: 900px;
	background-color: #EAEAEA;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	border-top: #000 solid thin;
	border-left: #000 solid thin;
	border-right: #000 solid thin;
	min-height: 400px;
}
#headerLeft {
	width: 500px;
	float: left;
	height: 155px;
	margin-top: 10px;
}
#headerRight {
	width: 300px;
	float: right;
	text-align: right;
	margin-right: 20px;
	margin-top: 20px;
}
#nav {
	clear: both;
	height: 50px;
	text-align:right;
	margin-right: 20px;
}
.navtext {
	color:#000;
	text-decoration: none;
}
.navtext:hover {
	color: #666633;
	text-decoration:underline;
}
.navbar {
	color: #360;
}
#videoholder {
	width: 900px;
	background-color: #666633;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	border-top: #000 solid thin;
	border-left: #000 solid thin;
	border-right: #000 solid thin;
}
#videoLeft {
	width: 340px;
	float: left;
	height: 315px;
}
#videoRight {
	width: 560px;
	float: right;
	text-align: right;
	height: 315px;
}
.tag {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	line-height: 32px;
}
.phone {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: bold;
	color: #333;
}
#content {
	margin-left: 40px;
	margin-right: 40px;
}
.heading {
	font-size: 16px;
	font-weight: bold;
}
.biglink {
	font-size: 18px;
	color: #333;
	text-decoration: none;
}
.biglink:hover {
	font-size: 18px;
	color: #666;
	text-decoration: underline;

}
#footer {
	clear: both;
	background-color: #330;
	width: 900px;
	height: 30px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	border-left: #000 solid thin;
	border-right: #000 solid thin;
	border-bottom: #000 solid thin;
}
.copyright {
	color: #FFF;
	font-size: 10px;
	text-align: center;
}
.contact {
	font-size: 12px;
	line-height: 20px;
}
h1 {
	font-size: 20px;
	font-weight: bold;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
}
.subhead {
	color: #FFF;
	size: 15px;
	font-weight: bold;
}
.models {
	padding-left: 10px;
}
.caption {
	font-size: 11px;
	line-height: 14px;
}