body {
	background: #38332D url('images/bgsoftlight.jpg') no-repeat top right;
	font: 13px Arial,'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
	color: #000000;
	line-height: 1.8em;	
}

/* links */
a, a:visited {	
	color: #3C3C5D;
	background: inherit;
	text-decoration: none;
}
a:hover {
	color: #73471B;
	text-decoration: underline;
}

/* headers */
h1, h2, h3 {
	font-family: Georgia,'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	font-weight: normal;		
	color: #000000;	
}
h1 {
	font-size: 24px;		
}
h2 {
	font-size: 22px;
}
h3 {
	font-size: 18px;
	font-weight: normal;	
	padding: 16px 10px 4px 10px;	
}

/* Paragraph */
p { padding: 5px 5px;	}

/* Lists */
ul, ol {
	margin: 10px 20px;	
}
ul { list-style: none; }

dl { padding: 10px; margin: 0; }

dt {
  font-weight: bold;
  color: #79A62E;
}
dd {
  padding-left: 25px; 
}

/* images */
img {
	background: #FAFAFA;
    border: 1px solid #E4E4E4;
	padding: 8px;
}


code {
  	margin: 5px 0;
  	padding: 15px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 1em/1.5em 'Lucida Console', 'Courier New', monospace;
   	border: 1px solid #EEE8E1; 
	background: #FAF7F5;
}
acronym {
  cursor: help;
  border-bottom: 1px dotted #895F30;
}
blockquote {
	margin: 15px 10px;
 	padding: 5px 5px 0px 40px;  	
    font-weight: normal;
	font-size: 17px;
	line-height: 1.6em;
	font-style: italic;
	font-family: Georgia, 'Times New Roman', Times, serif;		
	color: #80614D;	
	border: 1px solid #EEE8E1; 
	background: #FAF7F5 url(images/quote.gif) no-repeat 15px 15px;
}

/* start - table */
#leftcol table, #rightcol table {
	border-collapse: collapse;
	margin: 15px 10px;		
}
#leftcol th, #rightcol th {
	height: 38px;
	padding-left: 12px;
	padding-right: 12px;
	color: #fff;
	text-align: left;
	background: #ADD163;	
	border-width: 1px;
  	border-style: solid;
  	border-color: #C4DE8F #93C138 #93C138 #C4DE8F;	
}
#leftcol tr, #rightcol tr {
	height: 34px;
	background: #fff;
}
#leftcol td, #rightcol td {
	padding-left: 11px;
	padding-right: 11px;
	border: 1px solid #E7F0CC;	
}	
/* end - table */

/* form elements */
form {
	margin: 20px 10px; 
	padding: 15px 25px 25px 20px; 
	border: 1px solid #EEE8E1; 
	background: #FAF7F5;
}
form p {
	border-bottom: 1px solid #ECE5DD;
	padding: 12px 0 5px 0;	margin: 0;	
	color: #9D6D37;
}
label {
	font-size: 14px;
	font-weight: bold;
	color: #555555;
}
#content input, #content select, #content textarea {
	background: #FBFBFB;
	border: 1px solid #E5E5E5;
	font-size: 26px;
	color: #555555;
	padding: 4px;
	width: 97%; 
}
option { padding-right: 0.5em; } 

#content input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 30px;
	margin: 0;
	padding: 2px 3px; 
	color: #fff;
	background: #A6CD56;
	
	border-width: 1px;
  	border-style: solid;
  	border-color: #C4DE8F #8DB836 #8DB836 #C4DE8F;
}


/*-------------------------------------------
   LAYOUT
--------------------------------------------*/ 
#wrapper {
	position: relative;
	width: 980px;
	margin: 20px auto 30px auto;
	text-align: left;	
}
#content {
	clear: both;	
	float: left;	
	width: 980px;						
	padding: 25px 0 60px 0;	
}
#s-header {	
	position: relative;
	width: 980px;
	height: 60px;
	color: #fff;	
	padding: 0;	
	margin: 0;	
}
#s-header h1 {
	margin: 0; padding: 0;
	font: bold 48px 'Rockwell bold', Verdana, 'Helvetica Neue', Arial, Sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	color: #332616;
}
#s-header h1 a,#s-header h1 a:visited {
	text-decoration: none;
	color: #FFFFFF;	
}
#s-header h1 a:hover {
	text-decoration: underline;	
}
#s-header h2 {
	position: absolute;
	top: 30px; left: 730px;
	margin: 0; padding: 0;
	font: bold 19px 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	color: #FFFFFF;		
}


/* Navigation */

#navigation {
	background: #BEB19E url('images/snavleft.jpg') repeat-y left;
	border: solid #000000;
	border-width: 2px 2px 0 2px;
	clear: both;
	margin: 0;
	width: 940px;
	height: 45px;
	padding: 2px 20px 0 20px;
}
#navigation ul {
	float: left;	
	list-style: none;	
	/*margin: 5px 0 0 0;*/
	height: 45px;
	
}
#navigation ul li {
	float: left;
	margin: 0; padding: 0 0 0 10px;		
}
#navigation ul li a {
	float: left;
	margin: 0;
	padding: 0 15px 0 5px;
	color: #FFFFFF;
	font: bold 15px/45px 'Trebuchet MS', 'Helvetica Neue', Arial, sans-serif;
	text-decoration: none;		
}
#navigation ul li a:hover, 
#navigation ul li a:active {
	color: #000000;	
}
#navigation ul li.active {
	background: transparent url(images/left-tab38.gif) no-repeat;	
}
#navigation ul li.active a {	
	color: #FFFFFF;
	background: transparent url(images/right-tab38.gif) no-repeat right top;	
}
#navigation ul li .lvl2,#navigation ul li .lvl3{
	background:	#9CC358 url(none) no-repeat;	
}
#navigation ul li.active .lvl2 a, #navigation ul li.active .lvl3 a {	
	color: #4B3D2C;
	background: transparent url(none) no-repeat right top;	
}
#navigation ul li .lvl3 {
	border-left: 1px solid #000000;
}
#navigation ul li.active ul li a:hover, 
#navigation ul li.active ul li a:active {
	color: #E7FAA9;	
}

/* Main Column */
#leftcol {
	background: #BEB19E;
	border: 2px solid #000000;
	float: left;
	width: 580px;
	padding: 20px; margin: 0;
	display: inline;
	min-height: 50px;	
}
#leftcol h1 {
	font-family:  Georgia,'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	font-weight: normal;
	font-size: 28px;
	color: #000000;
	padding-bottom: 5px;
	border-bottom: 1px dotted #464646; 	
}
#leftcol h2 {
	font: normal Georgia,'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	font-size: 20px;
}
#leftcol h1 a,#leftcol h2 a,#leftcol h3 a {
	color: #000000;
	text-decoration: none;		
}
#leftcol h1 a:hover,#leftcol h2 a:hover,#leftcol h3 a:hover {
	text-decoration: underline;		
}
#leftcol ul li {
	list-style: square;
}

#rightcol {
	background: #BEB19E;
	border: 2px solid #000000;
	color: #000000;
	float: right;
	width: 300px;
	padding: 10px; 
	margin: 0;
	display: inline;
	min-height: 50px;	
}
#rightcol h3 {
	color: #51432F; 
	font: bold 1.9em 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	text-transform: none;
	letter-spacing: -0.5px;
	padding: 5px 0 5px 7px; 
	margin: 10px 0 5px 10px; 	
	border-bottom: 1px solid #E4F2C8;	
}

/* sidebar menu */
/*
#sidebar ul {
	margin: 10px 10px 5px 7px; padding: 0;
	text-decoration: none;			
}
#rightcol li {
	list-style: none;
	margin: 0;
	padding: 8px 10px; 		
	border-bottom: 1px solid #E8E8E8;	
}
* html body #rightcol ul li {
	height: 1%;
}
*/
#rightcol ul li a {
	text-decoration: none;	
	color: #739A23;
	background: none;
	font-weight: normal;
}
#rightcol ul li a span {
	color: #7F7F7F;	
	font-size: .9em;
	
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-style: italic;
	font-weight: normal;
	}
#rightcol ul li a:hover {	
	color: #000;	
	background: none;	
}
#rightcol ul ul { margin: 0 0 0 5px; padding: 0; }
#rightcol ul ul li { border: none; }

#banner{
	width: 980px;
	padding: 10px;
}
#banner img{
	border: 0;
	background: none;
	padding-right: 30px;
}
#banner #ca2_left{
	width: 600px;
}
#banner #signup_content{
	display: block;
}
#banner .signuplink{
	float: right;
	background: transparent url('images/signupbutton.gif') no-repeat;
	width: 200px; height: 60px;
	line-height: 60px;
	display: block;
	padding: 0 15px;
	color: #000000;
	font-size: 27px;
}
#banner h1{
	font-family: 'Rockwell bold', Verdana, Georgia;
	font-size: 42px;
	color: #FFFFFF;
	margin-top: 12px;
	line-height: 44px;
}
#banner h2 a.forfree{
	color: #55D4FF;
}

/* bannerArea */
#banner{
	margin: 20px 0;
	color: #464646;
}
#banner div{
	float: left;
}
#banner #banner_area-movie{
	width: 320px;
	float: right;
}

/* footer */
#footer {
	clear: both;
	border: 2px solid #000000;
	width: 952px;
	margin: 0;
	padding: 30px 0 25px 0;
	background: #BEB19E;			
	font-family: 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	font-size: 12px;
	color: #000000;	
	text-align: center;	
	letter-spacing: .2px;
}
#footer p {
	padding:10px 0;
}
#footer a:hover { 
	color: #555; 
	border-bottom: 1px dotted #555;
	text-decoration: none;
}
#footer #s-footer-content {
	width: 100%;
	display: block;
}

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
	
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			100px; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
#navigation ul li.active li a {
	background: url(none);
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			45px; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			110px; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}






