@charset "utf-8";

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #666666;
	background-color: #FFFFFF;
	background-image: url(backgrounds/page.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: 8em;
	font-weight: bold;
	color: #cc0000;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
h2 {
	font-size: 2.4em;
	font-weight: normal;
	color: #cccccc;
	width: 600px;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	line-height: 1em;
}
p {
	width: 580px;
	font-size: 0.9em;
	margin-top: 0.8em;
	margin-bottom: 0.8em;
}
#footer {
	clear: both;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #cc0000;
	display: block;
	padding-top: 12px;
	background-color: #FFFFFF;
}
.f1 {
	float: left;
	width: 340px;
	font-size: 0.8em;
	font-weight: bold;
	color: #999999;
	display: block;
	margin-right: 25px;
}


#wrapper {
	width: 850px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 135px;
	padding-right: 45px;
	padding-bottom: 0px;
	padding-left: 45px;
	text-align: left;
	background-repeat: no-repeat;
	background-position: right top;
}
.successstories {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
	margin-right: 21px;
	margin-bottom: 30px;
}
.howwework {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
	margin-bottom: 30px;
}
.f2 {
	float: left;
	width: 190px;
	font-size: 0.8em;
	font-weight: bold;
	color: #999999;
	display: block;
	margin-right: 25px;
}
.f3 {
	float: left;
	width: 140px;
	font-size: 0.8em;
	font-weight: bold;
	color: #999999;
	display: block;
	margin-right: 25px;
}
.clearing {
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 1px;
	overflow: hidden;
}
#header {
	position: absolute;
	top: 0px;
	width: 850px;
	background-image: url(backgrounds/logo.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 20px;
}
#header p {
	padding: 0px;
	margin-top: 8px;
	font-size: 1.4em;
	font-weight: bold;
	text-align: right;
	width: 850px;
	margin-bottom: 0px;
}



.whyus {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
	margin-right: 21px;
	margin-bottom: 30px;
}
.f4 {
	font-weight: bold;
	color: #cc0000;
	display: block;
	float: right;
}
.redtext {color: #CC0000}
.reduline {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CC0000;
}
.reduline a {
	color: #666666;
	text-decoration: none;
}
.f3 a {
	color: #999999;
	text-decoration: none;
}
.f3 a:hover {
	color: #cc0000;
}
.f4 a {
	color: #cc0000;
	text-decoration: none;
}
.f4 a:hover {
	color: #999999;
	text-decoration: none;
}
.serviceblip {
	float: left;
	margin-right: 25px;
	margin-bottom: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 10px;
}


/* ================================================================ 
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/variable_dl.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.
=================================================================== */
#menu {
	list-style-type:none;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0px;
	padding-bottom: 0;
	float: right;
	background-image: url(backgrounds/nav.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-right: 20px;
}

#menu li {
	display:block;
	float:left;
	position:relative;
	z-index:100;
	background-repeat: no-repeat;
	background-position: right bottom;
	font-weight: bold;
}
#menu li span {
	display:block;
	z-index:100;
	font-size:0.8em;
	padding-top: 5px;
	padding-right: 12px;
	padding-bottom: 5px;
	padding-left: 12px;
}
#menu li a, #menu li a:visited {display:block; padding:0;}

#menu dl {
	position:absolute;
	top:0px;
	left:0;
	margin: 0;
	padding: 0;
}
#menu dt {
	margin:0;
	font-size: 0.8em;
	float:left;
	background-color: #e3e2e5;
}
#menu dd {
	display:none;
	background: transparent;
	clear:left;
	margin:0;
	padding:0;
	color: #fff;
	font-size: 0.8em;
	text-align:left;
}

#menu dt a, #menu dt a:visited {
	display:block;
	color:#666666;
	text-decoration:none;
	padding-top: 5px;
	padding-right: 12px;
	padding-bottom: 5px;
	padding-left: 12px;
}
#menu dd a, #menu dd a:visited {
	color:#666666;
	text-decoration:none;
	display:block;
	background-color: #e2e3e5;
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-top: 7px;
	padding-right: 12px;
	padding-bottom: 7px;
	padding-left: 12px;
}

#menu li a:hover {border:0;}

#menu li:hover dd, #menu li a:hover dd {display:block;}
#menu li:hover dl, #menu li a:hover dl {
}
#menu li:hover dt a, #menu li a:hover dt a, #menu dd a:hover {
	color:#CC3300;
}
#wrapper #header #menu .selected a {
	color: #CC3300;
}
#menu #end a, #menu #end a:visited {
	color:#666666;
	text-decoration:none;
	display:block;
	background-color: #FFFFFF;
	padding-top: 7px;
	padding-right: 12px;
	padding-bottom: 7px;
	padding-left: 12px;
	background-image: url(backgrounds/lowermenu.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#lend {
	float: left;
	width: 20px;
	height: 25px;
	background-image: url(backgrounds/nav.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#rend {
	float: right;
	width: 20px;
	height: 25px;
	background-image: url(backgrounds/nav.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
