/* CSS Document */

body 
{
	margin:0px;
	background-image:url(../images/page-bg.jpg);
	background-repeat:repeat-x;
	background-color:#464741;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: normal;
	color:#666666;
	text-align:center;
	margin-top:20px;
}


#outer
{
	width:959px;
	margin:auto;

}


/* header style */

.logo
{
	width:450px;
	padding-left:15px;
	float:left;

}

.top-space
{
padding-top:30px;
padding-right:10px;

}


.top-menu-bg
{
	background-image:url(../images/top-head-menu-bg.gif);
	width:102px;
	height:18px;
	float:right;
	padding-top:5px;
	margin-right:5px;
}

.hero-image
{
	background-image:url(../images/hero-image.jpg);
	width:959px;
	height:205px;
}


/* content style */

.content
{
	width:929px;
	padding:15px;
	background-color:#FFFFFF;
	float:left;
	

}


.clear
{
	clear:both;
}

.left-content-area
{
	width:650px;
	float:left;
	border:0px solid red;

}

.videos
{
width:158px;
	margin-right:10px;
	float:left;
	padding-left:20px;
	text-align:left;

}

.right
{
	width:260px;
	float:right;
}

.right-video-bg
{
	background-image:url(../images/right-bg.jpg);
	width:201px;

	background-repeat:no-repeat;
	text-align:left;
	padding-left:30px;
	padding-right:20px;
	font-size:12px;
	font-weight:bold;
	color:#204A90;

}

.text-box
{
	width:150px;
	height:14px;
	font-size:11px;

}


.footer-bg
{
	background-image:url(../images/footer-bg.jpg);
	width:959px;
	height:42px;
	padding-top:70px;
	padding-bottom:10px;
	font-size:12px;
	color:#ffffff;
	text-align:center;
	margin-bottom:20px;
	
	

}

.watch-video
{
padding:5px;


}

h1
{
	font-size:24px;
	color:#204A90;
	margin-bottom:8px;
	float:left;
	margin-top:0px;	
	font-weight:normal;

}


h2
{
	font-size:18px;
	color:#FF6600;
	margin-bottom:8px;
	float:left;
	font-weight:normal;
	margin-top:0px;
}


h3
{
	font-size:14px;
	color:#204A90;
	margin-bottom:8px;
	float:left;
	font-weight:bold;

} 