@charset "UTF-8";
/* CSS Document */

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #000;
}

#wrapper {
	width: 955px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
#header1 {
	height: 162px;
	width: 955px;
	background-image: url(images/header_home.jpg);
	background-repeat: no-repeat;
}
#header2 {
	height: 162px;
	width: 955px;
	background-image: url(images/header_inside_01.jpg);
	background-repeat: no-repeat;
}
#header3 {
	height: 162px;
	width: 955px;
	background-image: url(images/header_purchase.jpg);
	background-repeat: no-repeat;
	margin-top:14px;
}
a:link {
	font-size: 13px;
	color: #333;
	text-decoration: underline;
	margin-bottom: 10px;
	
}
a:visited {
	font-size: 13px;
	color: #333;
	text-decoration: none;
	margin-bottom: 10px;
	
}
a:hover {
	font-size: 13px;
	color: #666;
	text-decoration: none;
	margin-bottom: 10px;
	
}
a:active {
	font-size: 13px;
	color: #333;
	text-decoration: none;
	margin-bottom: 10px;
	
}

#left_nav_area a:link {
	font-size: 13px;
	color: #333;
	text-decoration: underline;
	margin-bottom: 10px;
	font-weight:bold;
}
#left_nav_area a:visited {
	font-size: 13px;
	color: #333;
	text-decoration: underline;
	margin-bottom: 10px;
	font-weight:bold;
}
#left_nav_area a:hover {
	font-size: 13px;
	color: #666;
	text-decoration: underline;
	margin-bottom: 10px;
	font-weight:bold;
}
#left_nav_area a:active {
	font-size: 13px;
	color: #333;
	text-decoration: underline;
	margin-bottom: 10px;
	font-weight:bold;
}

a:link.internal {
	font-size: 13px;
	color: #496978;
	text-decoration: none;
}
a:visited.internal {
	font-size: 13px;
	color: #496978;
	text-decoration: none;
}
a:hover.internal {
	font-size: 13px;
	color: #579FC8;
	text-decoration: none;
}
a:active.internal {
	font-size: 13px;
	color: #496978;
	text-decoration: none;
}
#inner_container_home {
	background-color: #FFF;
	width: 905px;
	clear: both;
	overflow: hidden;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 30px;
}
#inner_container_video {
	background-color: #FFF;
	width: 905px;
	height: 403px;
	clear: both;
	overflow: hidden;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 30px;
}
#movie_700x394 {
	height: 394px;
	width: 700px;
	margin-bottom: 30px;
	margin-left: 100px;
}
#video_area {
	height: 480px;
	width: 663px;
	margin-left: 27px;
	padding-left: 57px;
}
h1 {
	font-size: 22px;
	color: #496978;
	text-decoration: none;
	font-weight: normal;
	line-height: 1.2em;
}
p {
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	font-weight: normal;
}

h2 {
	font-size: 22px;
	color: #496978;
	text-decoration: none;
	font-weight: normal;
	line-height: 1.2em;
}
h3 {
	font-size: 18px;
	text-decoration: none;
	font-weight: normal;
	line-height: 1.2em;
}
h4 {
	font-size: 14px;
	line-height: 1.3px;
	text-decoration: none;
}
#inner_container_pages {
	background-color: #FFF;
	width: 955px;
	background-image: url(images/left_col_blue.jpg);
	background-repeat: repeat-y;
	overflow:hidden;
}
#leftcol {
	float: left;
	width: 209px;
	padding-top: 20px;
	padding-left: 20px;
}
#leftcol_why {
	float: left;
	width: 209px;
	padding-top: 20px;
	background-image: url(images/leftcol_why.jpg);
	background-repeat: no-repeat;
}
/*this tightens up the space between the left column nav, in each page; they're specific to the page */

#leftcol_why p {
	margin-top: 4px;}
	
#leftcol_product {
	float: left;
	width: 209px;
	padding-top: 20px;
	background-image: url(images/leftcol_product.jpg);
	background-repeat: no-repeat;
}
#leftcol_product p {
	margin-top: 4px;}
	
#leftcol_purchase {
	float: left;
	width: 209px;
	padding-top: 20px;
	background-image: url(images/leftcol_purchase.jpg);
	background-repeat: no-repeat;
}
#leftcol_purchase p {
	margin-top: 4px;}
	
#leftcol_resources {
	float: left;
	width: 209px;
	padding-top: 20px;
	background-image: url(images/leftcol_resources.jpg);
	background-repeat: no-repeat;
}
#leftcol_resources p {
	margin-top: 4px;}
	
#leftcol_contact {
	float: left;
	width: 209px;
	padding-top: 20px;
	background-image: url(images/leftcol_contact.jpg);
	background-repeat: no-repeat;
}
#leftcol_contact p {
	margin-top: 4px;}

#rightcol {
	background-color: #FFF;
	float: left;
	width: 700px;
	padding-top: 0px;
	padding-left: 4px;
	padding-right: 20px;
}
#footer {
	background-image: url(images/footer.jpg);
	font-size: 10px;
	color: #666;
	height: 19px;
	width: 935px;
	padding-top: 6px;
	padding-left: 20px;
}

#logoClickArea {
	float: left;
	height: 150px;
	width: 240px;
	margin-right: 210px;
}
#mainNavArea {
	float: right;
	height: 32px;
	width: 484px;
}

#footer a:link {
	font-size: 10px;
	color: #666;
	margin-right: 4px;
}
#footer a:visited {
	font-size: 10px;
	color: #666;
	margin-right: 4px;
}
#footer a:active {
	font-size: 10px;
	color: #666;
	margin-right: 4px;
}
#footer a:hover {
	font-size: 10px;
	color: #666;
	margin-right: 4px;
}

#home_anim_area {
	height: 350px;
	width: 300px;
	margin-right: 30px;
	float: left;
	background-color:#FFF;
}

#homepage_maintext_area {
	clear: none;
	float: left;
	width: 550px;
	margin-left: 20px;
	
}
#movie_area {
	height: 394px;
	width: 700px;
	border: 4px solid #FFF;
}
#movie_placeholder {
	height: 334px;
	width: 600px;
	margin-top: 20px;
	margin-bottom: 30px;
}
#video_area640x360 {
	height: 364px;
	width: 644px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: auto;
	margin-bottom: auto;
}
#left_nav_area {
	width: 180px;
	margin-left: 20px;
}

#did_you_know_area {
	font-size: 11px;
	width: 135px;
	padding: 27px 14px 30px 20px; 
	margin-top: 36px;
	background-image: url(images/did-you-know.png);
	background-repeat: no-repeat;
	visibility:hidden;
}
.video_centering {
	margin-left: 125px;
	margin-bottom: 30px:
}
.temporary_flv_margin {
	margin-top: 20px;
	margin-left: 30px;
	margin-bottom: 30px;
}
.video_graphic_margin {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
}
.watch_the_movie_textmargin {
	margin-left: 20px;
}
.LeftMargin_20px {
	margin-left: 20px;
}
.margin_R30 {
	margin-right: 30px;
}
.margin_right20 {
	margin-right: 20px;
}
.margin_right20Bottom20 {
	margin-right: 20px;
	margin-bottom: 20px;
}
.margin_20Left_20Bottom {
	margin-bottom: 20px;
	margin-left: 20px;
}
.footnote_text {
	font-size: 10px;
	font-style: italic;
}
.redText {
	color: #ED1712;
}
.rightTableSpacing {
	padding-right: 16px;
}
.bottom_margin_30px {
	margin-bottom: 30px;
}
.tabb { font-weight:normal; font-size:18px; font-family:Arial,Helvetica; COLOR: navy; font-style:italic;}

a.button{
	float:left;
	font-size:12px;
	font-weight:bold;				
	border-top:1px solid #999;
	border-left:1px solid #999;
	border-right:1px solid #333;
	border-bottom:1px solid #333;
	color:#333;		
	width:280px;
	text-align:center;
	}	
a.button:hover{
	border-top:1px solid #333;
	border-left:1px solid #333;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	color:#333;
	}	
a.button span{
	background:#f6dd4c;			
	float:left;
	line-height:24px;
	height:24px;	
	padding:0 10px;							
	border-right:1px solid #777;
	border-bottom:1px solid #777;
	width:259px;
	}		
a.button:hover span{
	border:none;
	border-top:1px solid #777;
	border-left:1px solid #777;
	background:#9bcf60;
	cursor:pointer;
	}	
#home_bpa
{float: right; width: 95px; text-align:center; font-weight:bold; padding-right:10px; }
#home_bpa #blue {color:#496978;}
#home_bpa #green {
	color:#70A435;
}


#left_nav_special a:link {
	font-size: 11px;
	color: #333;
	text-decoration: underline;
	margin-bottom: 10px;
	font-weight:bold;
}
#left_nav_special a:visited {
	font-size: 11px;
	color: #333;
	text-decoration: underline;
	margin-bottom: 10px;
	font-weight:bold;
}
#left_nav_special a:hover {
	font-size: 11px;
	color: #666;
	text-decoration: underline;
	margin-bottom: 10px;
	font-weight:bold;
}
#left_nav_special a:active {
	font-size: 11px;
	color: #333;
	text-decoration: underline;
	margin-bottom: 10px;
	font-weight:bold;
}
