body {
	margin: 0;
	padding: 0;
	text-align: center;		
	background-color: #fff;
	background-position: left top;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a, a:link { color: #1064B1; }
a:visited { color: #1064B1; }
a:hover { color: #900; }
a:active { color: #1064B1; }
a.noline { text-decoration: none;}
img {
	border: none;
}
#page {
	width: 760px;
	margin: 0 auto;
	background-color: #fff;
	text-align: left;
}
#header {
	width: 760px;
	height: 87px;
	border-top: 1px solid #768171;
}
#header .logo {
	float: left;
	width: 360px;
	padding-top: 16px;
}
#header .logo a {
	margin: 0 0 0 32px;
}
#header .login {
	float: right;
	width: 270px;
	margin-right: 15px;
	padding-top: 22px;
}
form#login {
	padding: 0;
	margin: 0;
}
form#login input {
	border: 1px solid #8A9AA7;
	font-size: 9px;
	padding: 3px;
	margin-right: 5px;
	color: #8A9AA7;
	width: 110px;
}
form#login button {
	background-color: #fff;
	width: 13px;
	height: 20px;
	border: none;
	padding: 0;
	margin: 0;
	cursor: pointer;
}
form#login button a {
	background-image: url(../_images/shared/green_arrow_roll.gif);
	background-position: center center;
	background-repeat: no-repeat;
	width: 13px;
	height: 8px;
	border: none;
	padding: 0;
	margin: 0;
}
form#login p {
	margin: 0 0 3px 0;
	padding: 0;
}
p.login_desc {
	font-size: 11px;
	font-weight: bold;
	color: #666;
}
.login p.forgot {
	text-align: right;
	margin-right: 20px;
	font-size: 10px;
}
.login p.forgot a,
.login p.forgot a:link,
.login p.forgot a:visited {
	margin-right: 30px;
	color: #81A17A;
}
.login p.forgot a:hover {
	color: #000;
}
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/basic_dd.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* remove the bullets, padding and margins from the lists */
.menu ul {
	list-style-type:none;
	padding:0;
	margin:0;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
	width: 760px;
}
.menu ul ul {
	padding: 0;
}
/* make the top level links horizontal and position relative so that we can position the sub level */
.menu ul li,
.menu ul li ul li {
	float:left;
	position:relative;
	z-index:100;
}
/* use the table to position the dropdown list */
.menu table{
	position:absolute;
	border-collapse:collapse;
	z-index:80;
	left:-1px;
	top:29px;
	background-color: #3B4819;
}

/* style all the links */
.menu ul li a, .menu ul li a:visited {
	display:block;
	font-size:11px;
	width:126px;
	padding:8px 0 7px 0;
	height: 15px;
	color:#fff;
	font-weight: bold;
	text-decoration:none;
	border-right: 1px solid #3B4819;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.menu ul li ul li{background-color:#3B4819;}
.menu ul li ul li a,
.menu ul li ul li a:visited {
	background-color:#fff;
	border: none;
	color:#333;
}
a.menu_6,
a:link.menu_6 { 
	width: 125px;
	width: 124px !important;
	border-right: 1px solid #3B4819;
	border-right: 0px solid #3B4819 !important;
}
.menu ul li ul li a,
.menu ul li ul li a:visited {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: left;
	padding: 5px ;
	width: 116px;
	height:100%;
	
}
.menu ul li ul li a:visited:hover {
background: #ccc;	
}

/* style the links hover */
.menu ul li a:hover {
	color: #fff;
	background-color: #ccc;
	background-repeat: no-repeat;
	background-position: left top;
}
.menu ul li ul li a:hover {
	background: #ccc;
	color: #003366;
}
.menu ul li a.menu_6,
.menu ul li a:link.menu_6 { 
	width: 124px;
}
.menu ul li a:hover.menu_1 {
	background-position: 0px -30px;
}
.menu ul li a:hover.menu_2 {
	background-position: -127px -30px;
}
.menu ul li a:hover.menu_3 {
	background-position: -254px -30px;
}
.menu ul li a:hover.menu_4 {
	background-position: -381px -30px;
}
.menu ul li a:hover.menu_5 {
	background-position: -508px -30px;
}
.menu ul li a:hover.menu_6 {
	background-position: -635px -30px;
}


/* set current style based on body ID value */
body#home .menu_1 {
	background-position: 0px -30px;
	background-repeat: no-repeat;
}
body#features .menu_2 {
	background-position: -127px -30px;
	background-repeat: no-repeat;
}
body#benefits .menu_3 {
	background-position: -254px -30px;
	background-repeat: no-repeat;
}
body#faq .menu_4 {
	background-position: -381px -30px;
	background-repeat: no-repeat;
}
body#stories .menu_5 {
	background-position: -508px -30px;
	background-repeat: no-repeat;
}
body#contactus .menu_6 {
	background-position: -635px -30px;
	background-repeat: no-repeat;
}


#content {
	background-color: #fff;
}
#content h2.title {
	background-position: 0 0;
	background-repeat: no-repeat;
	padding: 30px 0 0 40px;
	width: 720px;
	height: 45px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	margin: 0;
}
#intro {
	width: 240px;
	height: 314px;
	background-position: left top;
	background-repeat: no-repeat;
	padding: 20px 20px 0 500px;
}
.home {}
#intro h2 {
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.column {
	width: 221px;
	padding: 16px;
	float: left;
	font-size: 11px;
	color: #2E332C;
	margin-top: 0;
	background-image: url(../images/home/home_right.jpg);
	height:318px;
	background-position: right top;
	background-repeat: no-repeat;
}
.column h3 {
	margin: 0;
	padding: 0;
}
.column p {
	margin: 140px 0 0 0;
	line-height: 1.9em;
}
.column p.right {
	text-align: right;
}

.imgFloatLeft{float:left; padding:0 25px 20px 0;}
.imgFloatLeft img{border: 2px solid #ccc;}
.hdots { 
	background-image:url(../_images/shared/horizontal_dot.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}
.vdots { 
	background-image: url(../images/home/home_left.jpg);
	background-position: right top;
	background-repeat: no-repeat;
}
.vdots2 { 
	background-image: url(../images/home/home_centre.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	padding-right: 17px;
}
.column ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
.column li {
	background-image:url(../_images/shared/bullet.gif);
	background-position:0 3px;
	background-repeat:no-repeat;
	padding:0 0 0 15px;
	margin-top: 10px;
}
.secondary {
	padding: 1.5em 40px;
}
.secondary h5 {
	font-size: 12px;
	margin: 0 0 0.5em 0;
	padding: 0;
}
.secondary p {
	margin: 0 0 1em 0;
}
#submenu {
	float: right;
	width: 171px;
	margin: 20px 0 10px 10px;
}
#submenu h3 {
	width: 161px;
	height: 22px;
	margin: 0;
	padding: 0 0 0 10px;
	line-height: 22px;
	background-position: 0 0;
	background-repeat: no-repeat;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
#submenu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	background-color:#eee;
	}
#submenu ul li {
	background-image:url(../_images/shared/sub_bullet.gif);
	background-position:5px 5px;
	background-repeat:no-repeat;
	padding:0 0 0 20px;
	margin: 0;
	height: 25px;
}
#submenu ul li.current {
	background: #fff;
}
#submenu ul li.current a {
	font-weight: bold;
}
#submenu ul li a,
#submenu ul li a:link {
	text-decoration: none;
	display: block;
	line-height: 25px;
	font-size: 11px;
	background-image: url(../_images/shared/horizontal_dot.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
}
#submenu ul li a:visited { color: #003366; }
#submenu ul li a:hover { text-decoration: underline; }
#submenu ul li a.bottom { background:none}

.interface {
	height: 56px;
	background-color: #E9EAEF;
	background-image: url(../_images/shared/screenicon.gif);
	background-position: left top;
	background-repeat: no-repeat;
	color: #000;
	margin: 20px 0;
	padding: 20px 0 0 80px;
	border: 1px solid #89A0C2;
}
.interface h5,
.interface p {
}
#footer {
	clear: both;
	text-align: center;
	padding: 10px 0 10px 0;
	margin-bottom:20px;
	color:#8B958D;	
	font-size:0.9em;
}

#footer p a {
	padding: 0;
	font-size: 11px;
	color: #385537;
}

.center {
	text-align: center;
}

#pipe{margin: 10px 0 20px 0; font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 0.9em; font-weight:bold; }
#pipe ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	background-image:none;
} 

#pipe ul li {
	margin-left: 0;
	padding: 3px 15px;
	border-left: 1px solid #ccc;
	list-style: none;
	display: inline;
}
	
#pipe a, #pipe a:link { color: #327A93; text-decoration:none;  }
#pipe a:visited { color: #327A93; text-decoration:none; }
#pipe a:hover { color: #327A93;text-decoration:underline; }
#pipe a:active { color: #327A93; text-decoration:none; }

		
#pipe ul li.first {
	margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
	padding-left:0;
}
	
.topright{float:right; font-size: 0.9em;}
	
p.contactDetails{ line-height: 24px;position: relative; margin-bottom:200px;}
p.contactDetails strong{position: absolute; left: 0; margin-top: -4px !ie;}
p.contactDetails span{margin-left:100px; float:left}