@charset "utf-8";
/* CSS Document */

/* Normalize padding and margins */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
margin: 0;
padding: 0;
}

/* Normalize header sizes */
h1, h2, h3, h4, h5, h6 {
font-size: 100%;
}

/* Normalize list styles */
ol, ul {
list-style: none;
}

/* Normalize font style and weight on odd elements */
address, caption, cite, code, dfn, em, strong, th, var {
font-style: normal;
font-weight: normal;
}

/* Normalize table borders */
table {
border-collapse: collapse;
border-spacing: 0;
}

/* Normalize other borders */
fieldset, img {
padding: 0px;
border: none;
}

/* Normalize text-alignment */
caption, th {
text-align: left;
}

/* Normalize (remove) quotation marks */
q:before, q:after {
content: '';
}

/*----------------------------------------------------- Don't edit anything above this line ---------------------------------------------------*/

em{
font-style: italic;
}

html {
text-align: center;
background-color:  #d9531e;
}

body {
background-image: url(../images/background.jpg);
position: relative;
width: 980px;
margin: 0 auto;
text-align: left;
background-repeat: repeat-y;
}

p{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #000000;
line-height: 15px;
padding: 0 0 10px 0;
}

a{
font-family: Verdana, Arial, Helvetica, sans-serif;
text-decoration: underline;
font-size: 11px;
color: #d9531e;
line-height: 15px;
}

a:link{
text-decoration: underline;
}

a:active{
text-decoration: underline;
}

a:visited{
text-decoration: underline;
}

a:hover{
text-decoration: none;
}

p.size{
position: relative;
top: -3px;
left: 5px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #000000;
}

ul {
float: left;
list-style: none; /*url(../images/bullet.gif);*/
margin: 0px;
padding: 0 0 15px 0;
width: 380px;
}

li {
float: left;
width: 140px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #000000;
margin: 0;
padding: 0;
}

li.column2{
float: left;
width: 220px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #000000;
margin: 0;
}

.bold{
font-family: inherit;
font-size: inherit;
font-weight: bold;
}

.header{
position: relative;
margin: 0 auto;
width: 980px;
height: 79px;
background-image: url(../images/background.jpg);
background-repeat: repeat-y;
padding:0;
}

	#flash_logo{
	padding-top: 15px;
	padding-left: 45px;
	width: 310px;
	height:58px;
	z-index: 100
	}

	.logo{
	padding-left: 40px;
	z-index: 100;
	}
	
	.nav{
	position: relative;
	top: -45px;
	margin-left: 270px;
	}
	

.main_container{
position: absolute;
width: 980px;
background-image: url(../images/background.jpg);
background-repeat: repeat-y;
}

	.yellow_bar{
	margin: 0 auto;
	width: 900px;
	background-color: #e6a001;
	height: 11px;
	z-index: 100
	}
	
	#flash_intro{
	position: relative;
	top: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	height: 369px;
	}
	
	html>body .sub_container{
	float: left;
	width: 900px;
	margin-left: 40px;
	background-image: url(../images/sub_background.jpg);
	background-repeat: repeat-y;
	}
	
	.sub_container{
	float: left;
	width: 900px;
	margin-left: 20px;
	min-height: 10px;
	background-image: url(../images/sub_background.jpg);
	background-repeat: repeat-y;
	}
	
	html>body .sub_container_inner{
	float: left;
	width: 900px;
	margin-left: 40px;
	min-height: 10px;
	background-color: #ffffff;
	background-repeat: repeat-y;
	}
	
	.sub_container_inner{
	float: left;
	width: 900px;
	margin-left: 20px;
	min-height: 10px;
	background-color: #ffffff;
	background-repeat: repeat-y;
	}
	
	.left_container{
	float: left;
	width: 615px;
	}
	
	.left_container_sub{
	float: left;
	width: 539x;
	padding: 0 0 15px 0
	}
	
		.left_content{
		position: relative;
		top: 0px;
		width: 590px;
		padding: 25px 5px 15px 20px;
		}
		
		.left_content_sub{
		position: relative;
		top: 0px;
		width: 519px;
		padding: 10px 15px 15px 20px;
		}
		
		.benefits{
		margin: 10px 0 10px -5px;
		}
		
		.page_title{
		margin: 0 0 0 -5px;
		padding: 0 0 15px 0;
		}
		
	.right_container{
	float: right;
	width: 281px;
	}

	.right_container_sub{
	float: right;
	width: 300px;
	margin: 10px 0 10px 0
	}

		.right_content{
		position: relative;
		width: 280px;
		margin: 0 -40px 0 0;
		text-align: center
		}
		
		#video_preview{
		width: 275px;
		height: 200px;
		padding: 10px 2px 5px 2px;
		}
		
		.right_content_sub{
		position: relative;
		width: 300px;
		margin: 0 -10px 0 0;
		}
		

.footer{
float: left;
position: relative;
top: 0px;
margin-left: 0px;
width: 980px;
height: 18px;
background-image: url(../images/shadow_bottom.jpg);
}
