@charset "utf-8";
/* CSS Document */
	
body {
 	text-align: center;
	font-family: tahoma;
	font-size: 11px;
	background-color: #66ccff;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	margin: 00px;
}	
	
#scont {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width:800px;
}
#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-size:13px;
	text-align: center;
	top:0px;
	left:0px;							/* Title Left Space  */
	padding: 0;
	margin: 0;
	width:800px;
}
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;
	background-color:#FFFFFF;
}
#sfooter {
	background-color:#D9E4E8;			/* 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:#000099;			/* Footer border-top-color  */
	border-top-width:1px;
	
}

/*** Footer Menu ***/
#footermenu {
	padding:10px;
	margin:0;
	font-family: tahoma;
	font-size: 11px;
		
}
#footermenu a {
	margin:1px;
	padding:5px;
	color:#339966;						/* Fix menu links color  */
}
#footermenu a:hover {
	color:#CC0000;						/* Fix menu links mouseover color */
}


/*** Contact Frame ***/
#contactframe {
	position:relative;
	width:800px;
	height:370px;
	padding:0px;
	margin:0px;
}

/* F.A.Q. Frame */				
#faqframe {
	height:860px;						/* Fix FAQ Height */
	position:relative;
	padding:0;
	margin:25px;
	top: 15px;
	width: 750px;
}

/* Testimonials Frame */ 		
#testimonialsframe {
	height:400px;						/* Fix Testimonials Height */	
	position:relative;
	padding:0;
	margin:25px;
	top: 15px;
	width: 750px;
}

/*** Legal Frame ***/
#legalframe {
	height:1100px;
	position:relative;
	padding:0;
	margin:25px;
	top: 15px;
	width: 750px;
}

#logintable {
	position:relative;
	height:100px;
	padding:0;
	margin:25px;
	top: 15px;
	width: 750px;
}