@charset "iso-8859-1";
/* CSS Document */






body {
	background-image: url(images/dotted.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#000;
	text-align:center
}
.HPHeading
{
font-size:18px;
letter-spacing: -1px;
}

.spacer
{
padding-left: 4px;
padding-right: 4px;
}

.footerspacer
{
padding-left: 3px;
padding-right: 3px;
}

input,select,textarea
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#000;
	background-color:#C6E8FF;
}

select
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#000;
	background-color:#C6E8FF;
}
#page
{
	width: 950px;
	margin: 0 auto;

	background-color: #FFFFFF;
	text-align:left;

}

#header
{
width: 950px;
height: 129px;
background-image:url(images/header.gif)
}



#footer
{
	width: 927px;
	height: 23px;
	background-image:url(images/footer-bg.gif);
	padding-top: 20px;
	padding-left: 23px;
	clear: both;
	float: left;
	text-align: center;
	margin-bottom: 50px;
	color:#FFFFFF;
	font-size: 10px
}


#SiteContent
{
padding-left: 23px;
padding-right: 23px;
padding-top: 43px;
float:left;
position:relative;
background-color: #FFFFFF;
}

.Border1
{
padding: 5px;
border: #CCCCCC thin dotted;
}

#Promo1
{
	width: 425px;
	float:left;
	clear:both;
}
#Promo2
{
	width: 425px;
	float:left;
	margin-left: 50px;

}

#contactdetails
{
	width: 868px;
	clear: both;
	padding: 15px;
	border: #CCCCCC thin dotted;
	margin-top: 35px;
	float: left;
	margin-bottom: 50px;
	margin-left: 21px;
	background-image: url(images/grey-grad.gif);
	line-height: 19px;
		background-color: #FFFFFF;
}


#footer A  {font-size:12px; color: #eeeeee;}
#footer A:link	{color: #eeeeee;text-decoration: none;}
#footer A:visited { color: #eeeeee; text-decoration:none}
#footer A:active {color: #eeeeee; text-decoration:none}
#footer A:hover	{ color: GOLD; text-decoration:none}

A  {font-size:1em; color: #CE0205;}
A:link	{color: #CE0205;text-decoration: none;}
A:visited { color: #CE0205; text-decoration:none}
A:active {color: #CE0205; text-decoration:none}
A:hover	{ color: BLACK; text-decoration:underline}
/* li {
	list-style-image: url(images/arrow.gif);
}
*/
#div
{
text-align:center
}

.width50
{ width: 50px }

.width100
{ width: 100px }
.width120
{ width: 120px }

.width130
{ width: 130px }

.width140
{ width: 140px }

.width150
{ width: 150px }

.WhiteForm
{
background-color:#FFFFFF;
}

tr.yellow-fields input, tr.yellow-fields textarea, tr.yellow-fields select {
	background-color:#FFFFCC;
}

div.menu {
	background:url(images/nav_bg.jpg) top left repeat-y;
	height:35px;
	margin-bottom:3px;
	padding:0;
}

div.menu ul {
	background:transparent;
	list-style-type:none;
}

div.menu li {
	color:#ddd;
	float:left;
	line-height:35px;
	margin:0 25px 0 0;
	padding:0;
	position:relative;
	z-index:50;
}

div.menu a:link, div.menu a:visited {
	color:#ddd;
	display:block;
}

div.menu a:hover {
	color:#C6E8FF;
	text-decoration:none;
}

div.menu ul ul {
	background:url(images/nav_bg.jpg) -200px 0 repeat-y;
	border-top:3px solid #fff;
	line-height:30px;
	height:auto;
	overflow:auto;
	left:-13px;
	margin:0;
	padding:0 10px;
	position:absolute;
	visibility:hidden;
	width:145px;
	top:35px;
	z-index:100;
}

div.menu ul ul li {
	float:none;
	margin:0 0 0.2em;
	width:145px;
}

div.menu ul li:hover ul, div.menu ul a:hover ul, div.menu ul a:visited:hover ul { visibility:visible; }

div#login-bar {
	background:#f2f2f2 url(images/bg_login.jpg) top left repeat-x;
	line-height:1.6em;
	min-height:24px;
	overflow:hidden;
	padding:6px 25px;
}

* html div#login-bar {
	height:36px;
	voice-family:"\"}\"";
	voice-family:inherit;
	height:24px;
}

div#login-bar img { vertical-align:middle; }

div#login-bar h5 {
	font-size:1em;
	float:left;
	margin:0px 25px 0px 0px;
	padding:0px;
	text-transform:uppercase;
}

div#login-bar ul#login-links {
	float:right;
	list-style-type:none;
	margin:0px;
	padding:0px;
	text-transform:uppercase;
}

div#login-bar ul#login-links li {
	display:inline;
	margin-left:3px;
}

div#login-bar ul#login-links li a:link, div#login-bar ul#login-links li a:visited {
	font-size:0.9em;
	font-weight:bold;
}

/* Messages */
div.msg_error, div.msg_warning, div.msg_info {
	color:#fff;
	margin:0px 0px 1px 0px;
	padding:9px 20px;
	font-size:0.9em;
}

div.msg_error h6, div.msg_warning h6, div.msg_info h6 {
	font-size:1.1em;
	margin:0px 0px 5px 0px;
	padding:0px;
}

div.msg_error img, div.msg_warning img, div.msg_info img { vertical-align:middle; }

div.msg_error { background:#BF0404; }
div.msg_warning { background:#A27311; }
div.msg_info { background:#336600 }

.msg_error a:link, .msg_error a:visited, .msg_info a:link, .msg_info a:visited, .msg_warning a:link, .msg_warning a:visited {
	color:#fff !important;
	text-decoration:underline;
}

.form_error, .required {
	vertical-align:top;
	color: #C20000;
}

.clear_both { clear:both; }
.float_right { float:right; }
.float_left { float:left; }

/* Form elements */
form, fieldset {
	border:0px;
	margin:0px;
	padding:0px;
}

fieldset ol, fieldset li {
	clear:both;
	list-style-type:none;
	margin:0px;
	padding:0px;
}

fieldset ol {
	margin:15px 0px;
}

fieldset label {
	float:left;
	width:145px;
	margin:2px 0px 0px 0px;
}

fieldset input, fieldset textarea {
	margin:0px;
	padding:0px;
	width:230px;
}

fieldset div.field {
	float:left;
	margin:0px 0px 12px 0px;
}

fieldset input.short { width:80px; }

fieldset li.submit {
	margin-top:13px;
}

fieldset li.submit input {
	width:auto;
}

fieldset.form li {
	margin:0px 0px 10px 0px;
}

fieldset.form .grey {
	color:#666;
	font-size:13px;
	font-weight:bold;
}

.hidden {
	display:none;
}

fieldset.change-password label {
	width:160px;
}

/* Advisors Area */
ul#advisor_menu {
	float:left;
	list-style-type:none;
	margin:0px;
	padding:0px;
	width:300px;
}

ul#advisor_menu li {
	line-height:1.2em;
	margin:0px 0px 1px 0px;
	padding:0px;
}

ul#advisor_menu li a:link, ul#advisor_menu li a:visited {
	background-color:#f2f2f2;
	color:#222f99;
	display:block;
	font-size:1.1em;
	padding:6px 10px;
	text-decoration:none;
}

ul#advisor_menu li a:hover, ul#advisor_menu li.selected a:link, ul#advisor_menu li.selected a:visited {
	background-color:#222f99;
	color:#fff;
}

ul#advisor_menu li.selected a:link, ul#advisor_menu li.selected a:visited {
	background-image:url(images/icon_arrow.gif);
	background-position:275px center;
	background-repeat:no-repeat;
}

div#advisor_files {
	float:right;
	width:580px;
}

div#advisor_files h1 {
	color:#222f99;
	font-size:1.3em;
	margin:0px;
	padding:0px;
}

div#advisor_files h4 {
	color:#666;
	font-size:1.2em;
	font-weight:normal;
	margin:0px 0px 15px 0px;
	padding:0px;
}

table.striped {
	font-size:12px;
}

table.striped th {
	background:#666;
	color:#fff;
	padding:6px 10px;
	text-align:left;
}

table.striped td {
	background:#f2f2f2;
	padding:4px 10px;
}

table.striped tr.even td { background:#ddd; }
table.striped tr.over td { background:#ccc; cursor:pointer; }

.align_center { text-align:center !important; }
.align_left { text-align:left; }
.align_right { text-align:right; }

span.faq2 {
	display:block;
	font-weight:bold;
}

.faq { font-weight:bold; }

.jobs {
	padding:0px 30px 0px 0px;
}

.jobs h3 {
	font-size:1.2em;
	margin:0px 0px 5px 0px;
	padding:0px;
}

.bold, .employment { font-weight:bold; }
.employment {
	text-transform:uppercase;
}

/* Forms */
table.policy-form input, table.policy-form select, table.policy-form textarea {
	color:#666;
	font-size:13px;
	font-weight:bold;
}

.form_error_highlight {
	background-color:#c20000 !important;
	color:#fff !important;
}
