@charset "utf-8";
/* CSS Document */

body {
	padding:0;
	margin: 0; 
    text-align: center;
	font-family: tahoma;
	font-size: 11px;
	background-color:#e8e8e8;			/* Main background-color  */
	
	
}
#scont {
	padding:0;
	margin: 0; 
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width:780px;
}
#sheader {
	position:relative;
	height:84px;
	padding: 0px;
	width:800px;
	background-color:#bbbbbb;			/* Header background-color  */
	
	/*background-image:url(../img/top_banner.gif);*/
}
h1 {
	position:relative;
	font-weight:300;
	font-size:21px;
	top:15px;
	left:25px;							/* Title Left Space  */
	padding: 0;
	margin: 0;
	width: 400px;
}
h2 {
	position:relative;
	font-weight:300;
	font-size:17px;
	top:15px;
	left:25px;
	padding: 0;
	margin: 0;
	width:720px;
}
#sheader p {
	position:relative;
	padding: 0;
	margin: 0;
	position:relative;
	top:15px;
	left:27px;							/* Slogan Left Space  */
	width:400px;
}
#sbody {
	position:relative;
	width: 100%;
	margin: 0px;
	padding: 0px;
	margin-left:10px;
	margin-right:10px;
	background-color:#FFFFFF;
	border-top:solid;
	border-top-color:#74b823;			/* Footer border-top-color  */
	border-top-width:1px;
}
#sfooter {
	background-color:#eeeeee;			/* Footer background-color  */
	position:relative;
	text-align: center;
	vertical-align:middle;
	width:100%;
	height:35px;
	margin-left:auto;
	margin-right:auto;
	border-top:solid;
	border-top-color:#74b823;			/* Footer border-top-color  */
	border-top-width:1px;
	margin-left:10px;
	margin-right:10px;
}

/*** Footer Menu ***/
#footermenu {
	padding:10px;
	margin:0;
	font-family: tahoma;
	font-size: 12px;
		
}
#footermenu a {
	margin:5px;
	padding:5px;
	color:#339966;						/* Fix menu links color  */
}
#footermenu a:hover {
	color:#CC0000;						/* Fix menu links mouseover color */
}


/*** Contact Frame ***/
#contactframe {
	position:relative;
	width:780px;
	height:320px;
	padding:0px;
	margin:0px;
}

/* F.A.Q. Frame */				
#faqframe {
	height:830px;						/* Fix FAQ Height */
	position:relative;
	padding:0;
	margin:25px;
	top: 15px;
	width: 750px;
}

/* Testimonials Frame */ 		
#testimonialsframe {
	height:250px;						/* Fix Testimonials Height */	
	position:relative;
	padding:0;
	margin:25px;
	top: 15px;
	width: 750px;
}

/*** Legal Frame ***/
#legalframe {
	height:1000px;
	position:relative;
	padding:0;
	margin:25px;
	top: 5px;
	width: 750px;
}

#logintable {
	position:relative;
	height:100px;
	padding:0;
	margin:25px;
	top: 15px;
	width: 750px;
}

#joinbtn {
	position:relative;
	left: 196px;
	padding: 0;
	margin:20px;
	width:350px;
	height:132px;
}