body {
	behavior: url("csshover3.htc");	
	font-family: arial, verdana, helvetica, sans-serif;
	background: #488191;
	margin: 0;
	font-size: 0.9em;
}

/*************************
Layout
*************************/

#container {
	width: 960px;
	background: #fff url('images/page_bg.jpg') repeat-y;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#page_content_area {
    width: 960px;
	background: #fff;
	margin: 0px;
	padding: 0px;
}


/*************************
Header
*************************/

#header {
	position: relative;
	width: 956px;
	height: 165px;
	margin-left: 2px;
}

#top_nav {
	width: 958px;
	height: 40px;
	border-left: 2px;
	border-right: 0px;
	border-top: 2px;
	border-bottom: 0px;
	border-style: solid;
	border-color: #FFF;
	background: #e6bc8c url('/images/wood.gif') no-repeat left top;
}

#top_nav ul
{
	position: relative;
	list-style: none;
	display: block;
	width: 955px;
	margin: 0px;
	padding: 0px;
	list-style: none;
	padding-left: 2px;
}

#top_nav ul li
{
	position: relative;
	float: left;
	display: block;
	width: 189px;
	height: 32px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	border-right: 2px solid #FFF;
	background: #e6bc8c url('/images/wood.gif') no-repeat center top;
	padding-top: 6px;
	font-size: 11px;
	line-height: 12px;
}

#top_nav ul li a
{
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	padding: 0px;
	margin: 0px;
}

#top_nav li ul
{
	list-style: none;
	display: block;
	padding: 0px;
	margin: 0px;
	width: 187px;
	border: 2px solid #FFF;
	border-top: none;
	position: absolute;
	left: -2000px;
	top: 38px;
	background: #fff;
}

#top_nav li ul li
{
	width: 189px;
	height: auto;
	background: #e6bc8c url('/images/wood.gif') repeat-y center top;
	margin: 0px;
	border-top: 2px solid #fff;
	padding-top: 10px;
	padding-bottom: 10px;
}

#top_nav li ul li a
{
	color: #000;
	height: auto;
	padding: 0px;
	margin: 0px;
}

#top_nav li:hover ul
{
	left: -2px;
}

br {
	padding: 0px;
	margin: 0px;
}

/*************************
Left Column
*************************/

#leftcol {
	width: 191px;
	float: left;
	padding: 0;
	margin-left: 2px;
	margin-top: 2px;
}

#leftcol ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#leftcol li {
	width: 191px;
	height: auto;
	background: #e6bc8c url('/images/wood.gif') repeat-y center top;
	margin: 0px;
	border-top: 2px solid #fff;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	text-transform: uppercase;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 12px;
}

#leftcol li a {
	color: #000;
	padding: 0px;
	margin: 0px;
	text-decoration: none;
	font-weight: bold;
}

#left_ad_space {
	width: 121px;
	height: auto;
	background: #4588a2 url('/images/blue_tile.jpg') repeat-x center top;
	margin: 0px;
	padding: 35px;
}

/*************************
Right Column
*************************/

/*#rightcol {
	width: 220px;
	float: right;
	padding: 20px 5px;
	margin-right: 10px;
}*/
/*
#optin {
	background: url(images/optin_bg.jpg) no-repeat;
	width: 213px;
	height: 216px;
}

#optin .form {
	position: relative;
	top: 50px;
	left: 10px;
	width: 195px;
}
*/
/*************************
Content
*************************/

#content {
	padding: 20px 10px;
	width: 720px;
	/*border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;*/
	margin-left: 200px;
	text-align: center;/*	margin-right: 220px; */
}

.noshow { display:none; }

#video_player {
	position: relative;
	width: 650px;
	height: 540px;
	margin: 10px auto 30px auto;
}		

/*************************
Footer
*************************/

#footer {
	text-align: center;
	font-size: 8pt;
	background: #49787e url(images/footer_new2.jpg) repeat-x;
	width: 960px;
	color: #fff;
}

#footer a {
	color: #fff;
	padding: 0px;
	text-decoration: none;
}

#footer p {
	width: 920px;
	padding: 10px 20px 10px 20px;
	margin: 0px;
	line-height: 1.5;
}

/*************************
Common
*************************/
h1 {
	line-height: 1.2em;
	color: #246579;
	font-size: 28px;
	font-style: normal;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: normal;
	text-transform: none;
}

h2 {
	line-height: 1.2em;
	font-size: 20px;
}

li {
	margin-bottom: 10px;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.underline {
	text-decoration: underline;
}

.bold_italic {
	font-weight: bold;
	font-style: italic;
}

.highlight {
	background: yellow;
}

.bold_highlight {
	font-weight: bold;
	background: yellow;
}

.red {
	color: #cc0000;
}

.font_10px {
	font-size: 10px;
}

.font_12px {
	font-size: 12px;
}

.font_14px {
	font-size: 14px;
}

.font_16px {
	font-size: 16px;
}

.font_18px {
	font-size: 18px;
}

.font_20px {
	font-size: 20px;
}

.font_22px {
	font-size: 22px;
}

.font_24px {
	font-size: 24px;
	color: #378393;
}

.font_26px {
	font-size: 26px;
}

.spacer {
	border: 1px solid #ccc;
}

.clear {
	clear: both;
}

/*************************
Optin
*************************/

#standard-optin {
	border: 3px dashed #000;
	background: #dee4ed;
	width: 300px;
	margin: 0 auto;
	padding: 10px 30px;
}

.standard-optin {
	font-size: 20px;
	padding: 5px 10px;
	margin: 0;
}

/*************************
Testimonials
*************************/

.testimonial_yellow {
	background: #FFFFDE;
	border: 1px solid #FFEC8A;
	padding: 10px;
	margin: 20px auto;
}

.testimonial_blue{
	background: #EAF0FF;
	border: 1px solid #B7C9FF;
	padding: 20px;
	width: 500px;
	margin: 20px auto;
}

/*************************
IE6
*************************/

*html #leftcol {
	margin-left: 5px;
}

*html #leftcol ul {
	margin-top: -3px;
}

*html #leftcol li {
	margin-bottom: -3px;
}

*html #content {
	width: 428px;
}

/*************************
IE7
*************************/

*+html #leftcol li {
	margin-bottom: -3px;
}

*+html #leftcol ul {
	margin-top: -3px;
}

.carpet-text {
	font-weight: normal;
	font-size: 14px;
}
#page_content_area #content p .font_24px.style3.font_24px.font_24px.style1.style1.style1 .font_24px {
	font-weight: bold;
}
#container #page_content_area #content h1 .font_24px.style3.font_24px.font_24px.style1.style1.style1 {
	font-weight: normal;
}
