/* 
COLORS
bg- grey #363639
daker grey #242426
body text #fff
accent green #c7d86a
light grey  #b3b3b4

*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,th,td { /*takes margin & padding off most elements.*/
 margin:0;
 padding:0;
	} 
	
a{
	
	color:#b3b3b4;
	text-decoration:underline;
	outline:none;
	}
a:visited{
	color:#fff;
	}	
a:hover{
	text-decoration:none;
	color:#c7d86a;
	}

a.btn, a.top{

	}

a.btn:hover{
	background-position: 0 -28px;
	}


body{
	background-color: #363639 ; 
	color:#fff;
	font:11px "Lucida Grande", "Lucida Sans Unicode", sans-serif; /*75% resets the default font size to 11px;*/
	min-width:750px;
	text-align:center;
	}

em{

	}

h1{
	width:318px;
	/*width:338px;*/
	float:left;
	
	}
	
	h1 a{
	background:transparent url(images/logo.png) no-repeat 60px 0;
	text-indent:-9999px;
	height:227px;
	display:block;
	overflow:hidden;
	}

h2{
	font-size:15px;
	color:#b3b3b4;
	padding-bottom:9px;
	}
	
h2.dvd {
	font-size: 25px;
	}
	
h3{
	font-size:20px;
	color:#c7d86a;

	padding-bottom:9px;
	}
	
h4{
	font-size:13px;
	color:#c7d86a;
	font-weight:normal;
	padding-bottom:9px;
	}
	
h5{
	clear:both;
	font-size:13px;
	color:#c7d86a;
	font-weight:normal;
	margin-bottom:5px;
	padding:4px;
/*
	padding-bottom:9px;
*/
	background-color:#242426;
	}
	
h6{
	}

table, td{
	border-collapse:collapse;
	}

.address{
	line-height:1.5;
	width:380px;
	float:left;
	}

.block{
	display:block;
	}

.call-out{
	color:#c7d86a;
	line-height:1.5;
	width:182px;
	float:right;
	}
	
.callout {
	width:159px;
	padding:4px 4px 4px 9px;
	font-size:25px;
	color:#242426;
	background-color:#C7D86A;
	text-align:center;
	font-weight:bold;
	margin-bottom: 15px;
	}
	
.callout span {
	font-size: 14px;
	}

.clear{ /*to clear FLOATS*/
 	clear:both;
	font-size:0;
	height:0;
	line-height:0;
	visibility:hidden;
	}

.clearboth{ /*to clear objects*/
	clear:both;
	}

.content_wrap{
	clear:both;
	padding:18px 0;
	}

.copyright{
	clear:both;
	font-size:9px;
	color:#b3b3b4;
	padding:18px 18px 0 66px;
	background:transparent url(images/copyright_img.gif) no-repeat 0 20px;
	}
	
h4.dvd {
	font-size: 14px;
	font-weight: bold;
	}

.header{
	background:transparent url(images/header_bg.jpg) no-repeat center top;
	height:228px;
	/* not really to position this DIV but so that .header_nav can be placed absolutely within the div.*/
	position:relative;
	}

.header #lead{
	color:#242426;
	font-size:15px;
	line-height: 1.3;
	padding:28px 50px 0 0;
	
	}
 #lead .leaf{
 	margin-bottom:9px;
 	}


ul.header_nav{
	position:absolute;
	clear:both; /*to fix an absolute positioning bug in IE*/
	bottom:12px;
	right:9px;

	}

ul.header_nav li{
	float:left;
	line-height:18px;
	list-style-type:none;
	padding-top:12px;
	width:auto;
	}

ul.header_nav li a{
	float:left;
	display:block;
	line-height:18px;
	overflow:hidden;
	text-indent:-9999px;
	background:transparent url(images/header_nav.gif) no-repeat;
	}

ul.header_nav li a.home{
	width:62px;
	background-position: 0 0;
	}

ul.header_nav li a.home:hover{
	background-position: 0 -18px;
	}

ul.header_nav li a.about{
	width:65px;
	background-position: -62px 0;
	}

ul.header_nav li a.about:hover{
	background-position: -62px -18px;
	}
	
ul.header_nav li a.contact{
	width:83px;
	background-position: -126px 0;
	}

ul.header_nav li a.contact:hover{
	background-position: -126px -18px;
	}
	
.flash {
	padding-top:4px;
	}

.footer{
	border-bottom:1px solid #646949;
	border-top:1px solid #646949;
	clear:both;
	padding:18px;
	margin-top:18px;
	}
	
form label {
	display:block;
	font-weight:bold;
	padding-bottom:4px;
	width: 150px;
	text-align:right;
	float:left;
	margin-right: 10px;
	}

form p{
	padding: 0 0 10px 0;
	}

	
form .container label {
	display:inline;
	font-weight:normal;
	float:none;
	text-align:left;
	width:auto;
	}
	
form .container input {
	float:none;
	}
	
form .row {
	padding: 9px 0;
	}
	
form input {
	color:#555555;
	width: 200px;
	float:left;
	}
	
form select {
	width: 150px;
	display:inline;
	color#555555;
	}
	
form span{
	margin-left: 5px;
	}
	
form textarea {
	width: 200px;
	height: 100px;
	}
	
form .short{
	width: 50px;
	}
	
form .checkbox {
	width:13px;
	height:13px;
	margin-right: 5px;
	}

.left{
	float:left;
	}


.main-content{
	float:left;
	padding-right:18px;
	width:488px;
	
	}
.main-content#home{
	width:313px;
	}

.main-content p, .main-content ul{
	line-height:1.5;
	padding-bottom:14px;
	
	}

 .main-content h2, .main-content h3, .main-content h4{
 	}

.name{
	font-style:italic;
	}

.nav{
	float:left;
	width:208px;
	}

.nav h3{
	text-indent:-9999px;
	padding-bottom:10px;
	
	}

.nav h3.broadcast{
	background:transparent url(images/nav_header_broadcast.gif) no-repeat 0 0;
	line-height:12px;
	overflow:hidden;
	}

.nav h3.non-broadcast{
	background:transparent url(images/nav_header_non-broadcast.gif) no-repeat 0 0;
	line-height:25px;
	overflow:hidden;
	}

.nav ul{
	margin-bottom:30px;
	}

.nav ul li{
	list-style-type:none;
	width:208px;
	margin:2px 0;
	border-collapse:collapse;
	}

.nav ul li a{
	display:block;
	padding:9px;
	width:190px;
	color:#b3b3b4;
	text-decoration:none;
	background-color:#242426;
	}

.nav ul li a:hover{
	background-color:#70774d;
	color:#fff;
	}
	
.note {
	font-size: 10px;
	font-style:italic;
	}

.quote{
	font-style:italic;
	}
	
.order {
	padding: 15px;
	background-color:#C7D86A;
	color:#242426;
	margin-bottom: 18px;
	}
	
.order h3 {
	font-size: 18px;
	color:#242426;
	font-style:italic;
	}
	
.order p {
	font-size: 16px;
	padding-bottom: 10px;
	}
	
.order a {
	color:#242426;
	font-size: 14px;
	}
	
.order span {
	font-size: 12px;
	}
	
.order img {
	float:right;
	padding: 0 0 0 5px;
	}
	
.photo{
	width:159px;
	float:right;
	padding:4px 0 4px 9px;
	font-size:9px;
	color:#b3b3b4;
	text-align:center;
	font-style:italic;
	}

.photo img{	/*border:1px solid #b3b3b4;*/
	border:1px solid #68676c;
	margin-bottom:9px;
	}
	
	
.services{
	float:left;
	padding-right:18px;
	width:157px;
	}

.services .services-header{
	color:#c7d86a;
	padding:18px 0 4px 4px;
	font-size:15px;
	}

.services ul{
	margin-left:18px;
	/*margin-bottom:14px;*/
	}

.services ul li{
	color:#c7d86a;
	font-size:9px;
	line-height:1.2;
	padding:3px 0 3px 0;
	
	}

.space{
	}

.splash{
	width:640px;
	margin:0 auto;
	}

.splash a{
	color: #c7d86a;
	}
	
	
.radio {
	width:13px;
	height:13px;
	margin-right: 5px;
	}
	
.radio_label {
	text-align:left;
	margin: 0;
	width: 200px;
	}
	
.required {
	color:#C7D86A;
	}
	
.right{
	float:right;
	}
	
.nav ul.lists {
	margin: 0 0 10px 0;
	}
	
ul.lists em {
	font-size: 10px;
	}

.wrap{
	margin:0 auto;
	text-align:left;
	width:715px;
	}