html, body 
	{
	margin: 0; 
	padding: 0; 
	height: 100%;
	}

h1, h2, h3, h4, h5, h6, p, div, dl, dt, dd, ul, li, ol, form, fieldset, input, textarea 
	{
	margin: 0;
	padding: 0;
	}

img 
	{
	border: 0;
	}

body 
	{
	background: #244a01 url(images/bg.jpg) repeat-x;
	color: #333333;
	font: 80%/140% Verdana, Arial, sans-serif;
	text-align: center;
	margin:0 auto; 
	}

a 
	{
	text-decoration: none;
	color: #000000;
	}

a:hover 
	{
	color: #81c355;
	}

h2 
	{
	font-family: Verdana, Arial;
	font-size: 17px;
	color: #cc0000;
	margin-bottom: 5px;
	font-weight: bold;
	}

hr
	{
	width: 100%;
	color: #000;
	background-color: #000;
	height: 1px;
	margin-top: 10px;
	margin-bottom: 10px;
	}

.clear 
	{
	clear: both;
	}


#site-container 
	{
	background: #FFFFFF;
	position: relative; 
	width: 581px; 
	margin: 0 auto; 
	}

#header {
	width: 571px;
	height: 106px;
	margin-left: 5px;
	margin-right: 5px;
	}

#cta {
	width: 571px;
	height: 268px;
	margin-left: 5px;
	margin-right: 5px;
	}

#video {
	position: relative;
	margin-top: 10px;
	text-align: left;
	width: 571px;
	height: 310px;
	margin-left: 5px;
	}

#videotext {
	position: absolute;
	top: 0px;
	left: 330px;
	height: 302px;
	}

#tabs{
	position: relative;
	margin-left: 5px;
	margin-right: 5px;
	width: 571px;
	height: 320px;
	}

.tabs1 {
	background: #ffffff url(images/tabs1.gif) no-repeat;
	}

.tabs2 {
	background: #ffffff url(images/tabs2.gif) no-repeat;
	}

.tabs3 {
	background: #ffffff url(images/tabs3.gif) no-repeat;
	}

.tabs4 {
	background: #ffffff url(images/tabs4.gif) no-repeat;
	}

.tabs5 {
	background: #ffffff url(images/tabs5.gif) no-repeat;
	}

#tabs ul {
	float: left;
}

#tabs li {
	display: inline;
}

#tabs li a {
	width: 106px;
	font-size: 10px;
	text-decoration: none;
	display: block;
	padding-top: 12px;
	padding-bottom: 12px;
	margin-left: 4px;
	margin-right: 4px;
	float: left;
	font-weight: bold;
}

.tab_content {
	text-align: left;
	position: absolute;
	padding-right: 10px;
	top: 50px;
	left: 20px;
	height: 250px;
	width: 530px;
	overflow: auto;
	visibility: hidden;
	}
