@charset "UTF-8";
/* CSS Document */

html, body {
	
	padding:0;
	margin:0;
	height:100%;
}


body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:100%;
	color:#6b6b6b;
}

table, table tr, table td, table th {
	border:none;
	padding:0;
}

h1 {
	padding:0 0 0 0;
	margin:0 0 20px 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#00a094;
	font-weight:normal;
	font-size:180%;
}

h2 {
	font-weight:bold;
	font-size:100%;
}

h3 {
	color:#0086C8;
	font-size:80%;
	margin:0 0 5px 0;
}

#wrapper .content ul li {
	font-size:80%;
	line-height:160%;
}

#wrapper {
	width:911px;
	margin:0 auto 0 auto;
}

#wrapper .header {
	width:911px;
	height:167px;
	margin:0;
	background-image:url(../img/header.jpg);
	background-repeat:no-repeat;
}

#wrapper .header form {
	float:right;
	margin:30px 20px 0 0 ;
}

#wrapper .header form input {
	float:left;
	font-size:12px;
	width:auto;
	height:auto;
	padding:3px 5px 3px 5px;
	border:1px solid white;
}

#wrapper .header form input.search {
	background:#0086C8;
	color:white;
}

#wrapper .navigation {
	width:911px;
	height:40px;
	margin:0 0 2px 0;
	background-image:url(../img/navBg.jpg);
	background-repeat:repeat-x;
}

#wrapper .navigation .navItem {
	height:40px;
	margin:0;
	float:left;
}

#wrapper .left {
	width:163px;
	background-image:url(../img/leftBoxBg.jpg);
	background-repeat:repeat-y;	
	float:left;
}

#wrapper .left p.testimonial {
	margin:0 0 10px 0;
	padding:0 14px 0 14px;
	font-style:italic;
	color:#6b6b6b;
	font-size:75%;
}

#wrapper .left .dots {
	width:163px;
	height:9px;
	margin-bottom:10px;
	background-image:url(../img/leftBoxDots.jpg);
	background-repeat:repeat-x;	
}

#wrapper .content {
	width:443px;
	margin:0 0 0 40px;
	padding:40px 0 0 0;
	float:left;
}

#wrapper .content p {
	font-size:80%;
	line-height:130%;
}

#wrapper .right {
	width:225px;
	margin:0 0 0 40px;
	background-image:url(../img/rightBoxBg.jpg);
	background-repeat:repeat-y;	
	float:left;
}

#wrapper .right p.keepInformed {
	margin:0 0 15px 0;
	padding:0 15px 0 15px;
	color:#6b6b6b;
	font-size:85%;
}

#wrapper .right p.label {
	margin:0 0 2px 0;
	padding:0 15px 0 15px;
	color:#6b6b6b;
	font-size:75%;
}

#wrapper .footerGreen {
	width:911px;
	height:1px;
	margin:8px 0 10px 0;
	background-color:#009f94;
}

#wrapper .footerText {
	width:911px;
	margin:10px 0 10px 0;
	text-align:center;
	font-size:75%;
}

#wrapper .footerBlue {
	width:911px;
	height:9px;
	margin:0;
	background-color:#006ab8;
}

.clear {
	clear:both;
}

/* Navigation */

#wrapper .navigation .navItem a span { display:none }

#wrapper .navigation .navItem a:hover, #wrapper .navigation .navItem a.selected {
	background-position: bottom;
}

a#navHome {	
	float: left;
	width: 95px; 
	height: 40px; 
	padding: 0;
	text-indent: -9999px;
	outline: 0;
	background: url('../img/navHome.jpg') no-repeat;
}

a#navServicesWeOffer {	
	float: left;
	width: 163px; 
	height: 40px; 
	padding: 0;
	text-indent: -9999px;
	outline: 0;
	background: url('../img/navServicesWeOffer.jpg') no-repeat;
}

a#navTheCreditCrunch {	
	float: left;
	width: 175px; 
	height: 40px; 
	padding: 0;
	text-indent: -9999px;
	outline: 0;
	background: url('../img/navTheCreditCrunch.jpg') no-repeat;
}

a#navLatestNews {	
	float: left;
	width: 131px; 
	height: 40px; 
	padding: 0;
	text-indent: -9999px;
	outline: 0;
	background: url('../img/navLatestNews.jpg') no-repeat;
}

a#navContactUs {	
	float: left;
	width: 119px; 
	height: 40px; 
	padding: 0;
	text-indent: -9999px;
	outline: 0;
	background: url('../img/navContactUs.jpg') no-repeat;
}


#wrapper .right .link1 a span { display:none }

#wrapper .right .link1 a:hover, #wrapper .right .link1 a.selected {
	background-position: bottom;
}

#wrapper .right .link2 a span { display:none }

#wrapper .right .link2 a:hover, #wrapper .right .link2 a.selected {
	background-position: bottom;
}


a#linkHome {	
	float: left;
	width: 65px; 
	height: 26px; 
	padding: 0;
	text-indent: -9999px;
	outline: 0;
	background: url('../img/linkHome.gif') no-repeat;
}

a#linkContactUs {	
	float: left;
	width: 65px; 
	height: 25px; 
	padding: 0;
	text-indent: -9999px;
	outline: 0;
	background: url('../img/linkContactUs.gif') no-repeat;
}

a.testimonalLink {
	font-weight:bold;
	color:#6b6b6b;
	font-size:100%;
	text-decoration:none;
}

a.testimonalLink:hover {
	color:#999999;
}

#wrapper .content a {
	color:#0086C8;
}

/* Form Items */

input {
width:195px;
height:25px;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:130%;
}