﻿@charset "utf-8";
/* CSS Document */


body {
	background-color: #4A6F8C;
	background-image: url(images/blue_bg.jpg);
	font: 12px Verdana, Geneva, sans-serif;
}
h1 {
	font-size: 18px;
	color: #3194AB;
	
}
h2 {
	font-size: 16px;
	color: #3194AB;
	
}
h3 {
	font-size: 14px;
	color: #3194AB;
	
}
a:link {
	color: #CC7A24;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CC7A24;
}
a:hover {
	text-decoration: underline;
	color: #FA7C0B;
}
a:active {
	text-decoration: none;
	color: #FA7C0B;
}
#container {
	width: 895px;
	margin: 0px auto;

}
#main {
	width: 875px;
	background: #FFF;
	float:left;
	
}
#content{
	padding:15px;
}
#sidegraphic{
	float:left;
}

.leftcol{
	width: 150px;
	padding:0 20px 20px 20px;
}
.rightcol{
	width: 600px;
	float:right;
	border-left: 1px solid #CC9B59;
	padding:0 20px 10px 20px ;
	margin-bottom:20px;
}

.nav li {
	border-bottom: 1px solid #CC7A24;
	padding: 10px;
	margin-left: -40px;
	list-style: url(images/arrow.png);
	font-size: 12px;
	font-weight: bold;
}
li {
	margin-left: -40px;
	list-style: url(images/arrow.png);
	font-size: 12px;
	font-weight: bold;
}
#bluebackground {
	background: url(images/vidheadbg.jpg) no-repeat;
}


.video{
	width: 850px;
	float:right;
	border: 5px solid #FFF;
	padding:2px 2px 2px 2px;
	margin-bottom:5px;
	background-color:#95a954;
	background-repeat:no-repeat;
	color:#FFF;
	background-image: url(images/greenvideobg.jpg);
}
.video h1, .video h3, .video h3{
	color:#FFF;
}
#videoarea{
	width:850px;
	margin:0 auto;
	height: 100px;
	text-align:left;
	}

.videoleft{
	width:250px;
	padding:10px 30px 20px 20px;
	float: left;
}


#footer{
	padding:10px;
	clear:both;
	background-color:#FFF;
	width: 853px;
}