@charset "utf-8";
/* CSS Document */
/* Elements */
html {
	min-height:100%;
}
body {
	margin:0px;
	background-image:url('images/page_bg.jpg');
	background-position:bottom;
	background-repeat:repeat-x;
	background-color:#fff;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	min-height:100%;
}
h2 {
	display:inline;
	color:#038496;
	font-size:16pt;
	font-weight:normal;
	padding:3px;
	padding-right:8px;
	background-color:#ddd;
}
a {
	text-decoration:none;
	color:#038496;
}
a:hover {
	border-bottom: 1px dotted #038496; 
}

/* Container and Layout IDs */ 
#head1 {
	width:1020px;
	height:71px;
	margin:auto;
	background-image:url('images/bar_top.jpg');
}
#head2 {
	width:100%;
	height:80px;
	background-image:url('images/bar_bg.gif');
	clear:both;
}
#head2 div {
	margin:auto;
	width:1020px;
}
#mainHolderBG {
	width:1020px;
	margin:0 auto;
	background-image:url('images/main_bg.png');
	padding-top:10px;
	height:100%;
}
#mainHolder {
	width:980px;
	margin:0 auto;
	font-size:10pt;
	height:100%;
}
#pClients {
	padding:0px;
}
#pClients li {
	float:left;
	list-style:none;
	margin:0 14px;
	display:block;
	height:100px;
	width:148px;
	text-align:center;
	background:url('images/clients_frame.gif');
	background-repeat:no-repeat;
}
#pClients li img {
	margin:24px 0 0 0;
}

/* Navigation and Sign In */
#nav {
	float:right;
	width:800px;
	position:relative;
	top:25px;
}
#nav li {
	float:left;
	list-style:none;
}
#nav li a{
	margin:3px;
	padding:3px;
	display:block;
	width:56px;
	text-align:center;
	font-size:10pt;
	background-color:#ebebeb;
	border:#bbb 1px solid;
	-moz-border-radius:6px;
	color:#038496;
	text-decoration:none;
}
#nav li a:hover {
	color:#fff;
	background-color:#52a9b5;
}
#signIn {
	float:right; 
	margin-left:10px;

	width:300px;
}

/*  Footer */
#footer {
	width:1000px;
	background:#e2e2e2;
	color:#777;
	font-size:9pt;
	margin:10px;
}
#footer_inner {
	padding:20px 10px 10px 30px;
}
#footer div a, #footer div a:hover {
	color:#777;
	padding-right:10px;
	text-decoration:underline;
	border-bottom:none;
}

/* Report Preview styles */
#reportPreview {
}

/* FAQ Show/Hide */
#faq li {
	padding-bottom:8px;
}
.more {
    display: none;
    border-bottom: 1px solid #666;
}
a.showLink, a.hideLink {
    text-decoration: none;
    color: #038496;
}
a.showLink:hover, a.hideLink:hover {
    border-bottom: 1px dotted #038496; 
}


/* Classes */
.link {
	text-decoration:none;
	color:#038496;
}
.link:hover {
    border-bottom: 1px dotted #038496; 
}
.altrow {
	width:100%;
	background-color:#ddecef;
	padding:2px 0;
}
.clear {
	clear:both; 
	margin:0px; 
	padding:0px;
}
.panelHolder {
	width:920px;
	margin:auto;
	padding-top:15px;
}
.panel {
	float:left;
	width:285px;
	height:350px;
	margin-right:35px;
	font-size:9pt;
	text-align:justify;
}
.panel li {
	list-style-image:url('images/arrow.png');
	list-style-position:outside;
	padding:5px;
	margin-left:-20px;
}
.planPanel {
	float:left;
	width:265px;
	height:330px;
	margin:2px 20px;
	padding:8px;
	font-size:10pt;
	background-repeat:no-repeat;
}
.planPanel div {
	margin:auto;
	margin-top:110px;
	width:245px;
	padding:0px;
}
.planPanel div>.pHead{
	color:#fff;
	font-size:14pt;
	padding:3px;
	text-align:center;
	margin-top:0px;
}
.planPanel div li{
	font-size:10pt;
	padding:2px;
	list-style-position:outside;
	margin-left:-20px;
	list-style-image:url('images/arrowgrey.png');
}
.testimonial>p {
	font-weight:normal;
}
.testimonial>p>em {
	font-weight:bold;
}
.indent {
	padding-left:15px;
}

/* planclass background colours */
.planHead{
	background-color:#63b6c3;
	color:#fff;
}
.planFre{
	background-color:#81B3BA;
	color:#fff;
}
.planBus{
	background-color:#B29FB2;
	color:#fff;
}
.planZeb{
	background-color:#9CCDAF;
	color:#fff;
}
.planLeo{
	background-color:#F6C44B;
	color:#fff;
}
.planEle{
	background-color:#9AA6A6;
	color:#fff;
}
.planPoa{
	background-color:#D66F70;
	color:#fff;
}

/* plan class background colours hover */
.planhFre:hover, .plan_over .planhFre, .planhFre_over{
	background-color:#cde1e3;
}
.planhBus:hover, .plan_over .planhBus, .planhBus_over{
	background-color:#e0d9e0;
}
.planhZeb:hover, .plan_over .planhZeb, .planhZeb_over{
	background-color:#cde6d7;
}
.planhLeo:hover, .plan_over .planhLeo, .planhLeo_over{
	background-color:#fbe7b7;
}
.planhEle:hover, .plan_over .planhEle, .planhEle_over{
	background-color:#d7dbdb;
}
.planhPoa:hover, .plan_over .planhPoa, .planhPoa_over{
	background-color:#efc5c6;
}
.pHead {
	color:#038496;
	font-size:16pt;
	padding:3px;
	padding-right:8px;
	background-color:#ddd;
}

/* Quick scan styles */
.progressBar {
	padding-top:5px;
}
.progressBarText {
	padding-left:5px;
}

div.success {
	text-align:center;
	font-weight:bold;
	font-size:11pt;
	padding:10px;
	margin:20px;
	color:green;
	border:2px solid green;
	background-color:#edffed;
}