﻿@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;
	margin-right: 1px;
	height: 292px;
}
.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: 500px;
	float:left;
	border: 10px solid #FFF;
	padding:10px 20px 10px 10px;
	margin-bottom:20px;
	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: 99px;
	text-align:left;
	}

.videoleft{
	width: 200px;
	padding:70px 30px 20px 20px;
	float: left;
	height: 346px;
}


#footer{
	padding:10px;
	clear:both;
	background-color:#FFF;
}