﻿body
{
	background: #002E45;/*#476147;*/
	text-align:center;
}

.title { width: 880px; text-align: center; }
.title h1 { font-size: 26px; margin:0; }

h3 {font-family: verdana}
p {font-family: verdana}

.banner
{
	background-color: White;
	width: 900px; 
	height: 100px; 
	background-color: White; 
	background-image: url('../images/banner.gif');
	margin: 0 auto 0 auto;
}

.content
{
	background-color: white;
	table-layout: auto;
	text-align:left;
	min-height:400px;
	width:880px;
	margin: 0 auto;
	padding: 0 10px;
}

.contentHeader
{
	background-color: White;
	color: #002E45;
	height: 20px;
	width:900px;
	margin: 0 auto;
}

.loginHeader
{
	float: right;
	position: relative;
	top: 60px;
	left: 20px;
}

.free_offer
{
	float: right;
}

table.money td {
	border-width: 1px ;
	padding: 2px;
	border-style: solid;
	border-color: black;
	background-color: white;
	-moz-border-radius: 2px;
	background-position : top;
}

table.header {
	border-spacing: 2px;
	border-style: solid;
	border-color: black;
	height:90px;
	width:80%;
	margin: 0 auto;
}

table.header td {
	border-width: 1px ;
	padding: 10px;
	border-style: solid;
	border-color: black;
	background-color: #9BAA9B;
	-moz-border-radius: 2px;
	background-image : url('../images/gradient.jpg');
	background-position : top;
	background-repeat : repeat-y;
	font-size:1.0em;
}

.footer
{
	width: 900px;
	height: 120px;
	background: White url('../images/footer.gif') no-repeat bottom;
	margin: 0 auto 0 auto;
	padding-top: 20px;
}
.disclaimer A:link {text-decoration:none; font-family:Verdana; font-size:.7em; color:white;}
.disclaimer A:visited {text-decoration: none; font-family:Verdana; font-size:.7em; color:white;}
.disclaimer A:active {text-decoration: none; font-family:Verdana; font-size:.7em; color:white;}
.disclaimer A:hover {text-decoration: none; font-size:.7em; font-weight:bold;  font-family:Verdana; color: gray;}

/* Navigation */

.menu A:link {text-decoration:none; font-family:Verdana; font-size:.9em; color:#002E45;font-weight:bold;}
.menu A:visited {text-decoration: none; font-family:Verdana; font-size:.9em; color:#002E45;font-weight:bold;}
.menu A:active {text-decoration: none; font-family:Verdana; font-size:.9em; color:#002E45;font-weight:bold;}
.menu A:hover {text-decoration: none; font-weight:bolder;  font-family:Verdana; color: Silver;}

.login A:link {text-decoration:none; font-family:Verdana; font-size:.9em; color:white;font-weight:bold;}
.login A:visited {text-decoration: none; font-family:Verdana; font-size:.9em; color:white;font-weight:bold;}
.login A:active {text-decoration: none; font-family:Verdana; font-size:.9em; color:white;font-weight:bold;}
.login A:hover {text-decoration: none; font-weight:bolder;  font-family:Verdana; color: gray;}

.link A:link {text-decoration:none; color:#002E45; font-weight: bold; }
.link A:visited {text-decoration: none; color:#002E45; font-weight: bold; }
.link A:active {text-decoration: none; color:#002E45; font-weight: bold; }
.link A:hover {text-decoration: none; color: Silver; font-weight: bold; }

.menuSelected { background: Silver; color: #002E45; font-weight: bold; }
.menuNotSelected { background: White; color: #002E45; font-weight: normal; }
.overMenu Div { border-bottom: solid 1px Silver; padding-top: 2px; padding-bottom: 2px; }
.overMenu Div:hover { font-weight: bold; cursor: pointer; }

.selectedQuestion { font-weight: bold; }
.unselectedQuestion { font-weight: normal; }

.header 
{
	color: Black;
	font-family:Verdana; 
	font-size:2em; 
	font-style:normal; 
	font-weight:bold; 
	text-align:left; 
	padding: 10px;
}
	
.headerSmall 
{ 
	text-align:left; 
	font-family:Verdana; 
	font-size:1em; 
	font-style: italic; 
	font-weight:normal; 
	padding-left: 50px; 
	vertical-align:middle;
}

.statement 
{
	font-family: Arial; 
	font-size: 17px; 
	color:black; 
	font-style:normal; 
	font-weight: normal; 
	text-align:left;
	padding: 4px 6px 4px 6px;
}

li { 
	margin-top:0.5em;
	margin-bottom:0.5em; 
}

.list ul
{
	margin: 0;
	padding: 5px 0 5px 0;
}
.list li
{
	margin: 0 0 0 25px;
	padding: 0px;
}
	
.statementSmall { font-family:Verdana; font-size:.7em; color:Maroon; font-style:normal; font-weight:bold; text-align:left;}
.statementSmallBlack { font-family:Verdana; font-size:.5em; color:Black; font-style:normal; font-weight:bold; text-align:right;}

/**/
.accordionHeader
{
	/*background: #C0C0C0;*/
	background: url('../images/simp_sliver_1.jpg') repeat-x;
	color: #002E45;
	margin: 0 0 3px 0;
	padding: 1px 0 1px 5px;
	cursor: pointer;
	border: solid 1px Black;
}
.accordionHeaderSelected
{
	/*background: #002E45;*/
	background: url('../images/simp_sliver_2.jpg') repeat-x;
	color: White;
	font-weight: bold;
	margin: 0 0 0 0;
	padding: 1px 0 1px 5px;
	cursor: pointer;
	border: solid 1px Black;
}
.accordionContent
{
	border-bottom: dashed 1px #002E45;
	border-left: dashed 1px #002E45;
	border-right: dashed 1px #002E45;
	background: #E0E0E0;
	margin: 0 0 4px 0;
	padding: 3px 0 3px 5px;
}

.trialLink
{
	font-size: 16px;
	font-weight: bold;
}
.trialLink a
{
	text-decoration: none; 
	color: Blue;
}
.trialLink a:hover
{
	color: Gray;
}

.homeHeader
{
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 10px;
}

.centered
{
	font-size: 14px;
	color: #9BAA9B;
	border: 1px solid;
	background: White;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 126px;
	height: 90px;
	margin-left: -63px;
	margin-top: -45px;
	z-index: 1000;
}
