/* layout styles */

html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

html {
    background-color: #eeeeee;

}

#root {
    width: 815px;
    height: auto;
    min-height: 100%;
    margin: auto;
    position: relative;
    background-color: #ffffff;
    font-family: 'ms reference sans serif', arial, verdana, sans-serif;
    font-size: 11px;
	line-height: 15px;
    color: #000000;
    padding: 0;
 	border-left: #dddddd dotted 1px;
	border-right: #dddddd dotted 1px;
}

#header {
    width: 100%;
    height: 152px;
    padding: 0;
    margin: 0;
}

#headerStrip {
	width: 815px;
	height: 15px;
}

#headerContent {
	width: 815px;
	height: 137px;
}

#headerLogo {
	width: 678px;
	height: 137px;
	float: left;
}

#headerLogo img {
	border: 0;
}

#headerChange {
	width: 137px;
	height: 137px;
	float: right;
}
	
	

#footer {
    width: 100%;
    height: 60px;
    position: absolute;
    bottom: 0;
    background-color: #c8d3d4;
    text-align: left;
    color: #ffffff;
    font-size: 10px;
    line-height: 180%;
}

#clear {
    height: 50px;
    clear: both;
}

#subRoot {
	width: 815px;
	height: 100%;
	
}

#leftColumn {
	width: 274px;
	height: 511px;
	float: left;
	background-image: url(/images/ie.gif);
	background-repeat: no-repeat;
	background-position: 0 137px;
}

#centreColumn {
	width: 340px;
	background-color: #ffffff;
	float: left;
	padding: 20px;
	color: #000000;
	font-family: arial, sans-serif;
}

#rightColumn {
	width: 117px;
	height: 411px;
	padding: 10px;
	background-color: #c8d3d4;
	float:right;
	font-family: arial, sans-serif;
	font-size: 10px;
	font-style: italic;
	color: #778d94;
}

#rightColumn2 {
	width: 136px;
	height:50px;
	padding: 10px 0 0 0;
	background-color: #ffffff;
	float:right;
}

.ieFix {
	padding:0;
	width:0;

}

div.clear {
    clear: both;
}

#quote {
	position: absolute;
	width: 116px;
	float: left;
	padding: 10px;
	background-color: #8b9fa9;
	font-family: arial, sans-serif;
	font-style: italic;
	color: #ffffff;
	font-size: 10px;
	line-height: 13px;
	text-align: right;


}

.sig {
	width: 90%;
	color: #000000;
	font-style: normal;
}

#menu {
	width: 137px;
	float: right;
}

#leftSpacer {
	width: 274px;
	height: 137px;
	padding: 0;
	margin: 0;
	background-image: url(images/keyboard.jpg);
}

#leftSpacerhowitworks {
	width: 274px;
	height: 137px;
	padding: 0;
	margin: 0;
	background-image:url(images/photos/photo_left_howitworks.jpg);
}

#leftSpacerourservices {
	width: 274px;
	height: 137px;
	padding: 0;
	margin: 0;
	background-image:url(images/photos/photo_left_ourservices.jpg);
}

#leftSpacerwhyitworks {
	width: 274px;
	height: 137px;
	padding: 0;
	margin: 0;
	background-image:url(images/photos/photo_left_whyitworks.jpg);
}

#leftSpacercontact {
	width: 274px;
	height: 137px;
	padding: 0;
	margin: 0;
	background-image:url(images/photos/photo_left_contact.jpg);
}


h1 {
	color: #006163;
	font-family: arial, sans-serif;
	font-weight: bold;
	font-size: 17px;
	padding: 0;
	margin: 0;
}

h2 {
	color: #006163;
	font-family: arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	padding: 0;
	margin: 5px 0 0 0;
}



a {
	text-decoration: none;
}
a:link {
	color: #006163;
	text-decoration: none;
}
a:hover {
    color: #778d94;
	text-decoration: underline;
}
a:visited {
	color: #8b9fA9;
}
a:active {
	text-decoration: underline;
}





ul.menu {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 137px;
}

ul.menu li {
	width: 137px;
	height: 22px;
	color: #006163;
	background-color: #c8d3d4;
	padding: 8px 0 0 10px;
	font-size: 14px;
}

ul.menu li:hover {
	width: 137px;
	background-color: #8b9fA9;
	cursor: pointer;
}

ul.menu li a:hover {
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;

}

ul.menu li a:visited {
	font-weight: normal;
	color: #006163;

}


ul.menu li.active {
/*	color: #c8d3d4; */
	color: #ffffff;
	background-color: #006163;
}

ul.menu li.active a:visited {
	font-weight: normal;
	color: #c8d3d4;

}

ul.menu li.active a {
	color: #ffffff;
	text-decoration: none;
}


ul.menu li a {
	color: #006163;
	text-decoration: none;
}

ul.footerMenu {
	margin: 0;
	padding: 0;
	list-style-type: none;
	
}

ul.footerMenu li {
	display: inline;
	padding: 0 10px 0 10px;
}

ul.footerMenu li a {
	color: #006163;
	text-decoration: none;
}

p.footer {
	padding: 0 10px 0 10px;
	margin: 0;
	color: #000000;
}

