/* HTML entities -------------------*/

body {
	margin: 0;
	padding: 0;
	font-family: helvetica, tahoma, arial;
	font-size: medium;
	text-align: center;
	color: #748388;
	/*background: #29343a;*/
	background: #deeff4;
}
img {
	border: none;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
h1 {
	margin: 0;
	padding: 0;
}
h2 {
	padding: 0;
	color: #4C5E64; 
	font-size: 150%;
	font-weight: normal;
	line-height: 0.0em;
	display: block;
	padding: 11px 4px 9px 0px;
}
h3 {
	margin: 0;
	padding: 0;
	margin:10 0 0 0;
	font-size: 150%;
	font-weight: bold;
	color: #9fafb4;
	/*background: transparent url(../images/catBtmBorder.gif) repeat-x bottom left;*/
}
h4 {
	margin: 0;
	padding: 0;
	margin-top:35px;
	margin-bottom: 5px;
	font-size: 135%;
	font-weight: normal;
	color: #2a363a;	
}
a {
	text-decoration: none;
}
em {
	display: block;
	font-weight: bold;
	font-style: normal;
	line-height: 21px;
	font-size: 90%;
}


/* Layout --------------------- */
.divider {
	
}
.wrapper {
	width: 720px;
	margin: 0 auto;
	text-align:left;
}


/* Header ------------------------ */
#header {
	background: #3a8ab3 url(../images/headerBG.gif) repeat-x top left;
}
#header .wrapper {
	position: relative;
}
#header h1 {
	text-indent: -5000px;
	height: 97px;
	background: transparent url(../images/logo.gif) no-repeat center left;
}



/* Main Nav ---------------------- */
#mainNav {
	width: 100%;
	display: block;
	float: left;
	line-height: 25px;
	background: #333e46 url(../images/mainNavBG.gif) repeat-x center left;
}
#mainNav ul li {
	display: inline;
	float: left;
	background: transparent url(../images/mainNavDivider.gif) no-repeat center left;
}
#mainNav ul li a:link, #mainNav ul li a:visited {
	padding: 0px 5px 0px 15px;
	float: left;
	font-size: 120%;
	color: #ebebeb;
}
#mainNav ul li a:hover, #mainNav ul li a:active {
	/* background: #0b6a97; */
	color: #1aa1ff;
}	
#mainNav .first {
	margin: 0;
	background: none;
}


/* MainNav current page highlight ---------- */
body.home #mainNav a#sHome {
	color: #1aa1ff;
}
body.about #mainNav a#sAbout {
	color: #1aa1ff;
}
body.topRatings #mainNav a#sFAQ {
	color: #1aa1ff;
}
body.submit #mainNav a#sTitle {
	color: #1aa1ff;
}


/* Content ----------------------- */
#content {
	clear: both;
}

div#lpcont{
width:60%;
float:left;
margin-right:5%;
}
div#thncont{
width:35%;
float:left;
}

div#prcont textarea{display:none;}
div#prcont span.see{cursor:pointer;text-decoration:underline;}