@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}

a img {
	border: 0;
}

body {
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5;
	background: url(images/grad.png) repeat-x #82B64A;
}

h1, h2, h3 {
	font-family: Times, serif;
	font-weight: bold;
	color: #000;
	margin-bottom: 15px;
	line-height: 1.2;
}

h1 {
	font-size: 3em;
	color: #001830;
}

h2 {
	font-size: 2.8em;
}

h3 {
	font-size: 2.4em;
}

p {
	font-size: 1.2em;
	margin-bottom: 20px
}

ul, ol {
	margin: 20px 60px;
}

li {
	font-size: 1.2em;
	margin: 5px 0;
}

a {
	color: #00c;
}

a:hover {
	color: #c00;
}

.centre, .center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.red {
	color: #c00;
}

.black {
	color: #000;
}

.highlight {
	background: #ff0;
}

.underline {
	text-decoration: underline;
}

.imgLeft {
	float: left;
	padding: 0 15px 15px 0;
}

.imgRight {
	float: right;
	padding: 0 0 15px 15px;
}

.clear {
	clear: both;
}

#darkSpot {
	background: url(images/header-bg.png) no-repeat center top;
}

#container {
	margin: 0 auto;
	width: 740px;
}

/* Header styles */

#header {
	position: relative;
	width: 740px;
	height: 260px;
	background: url(images/header.jpg) no-repeat;
}

#header2 {
	position: relative;
	width: 740px;
	height: 260px;
	background: url(images/header-no-pic.jpg) no-repeat;
}

#header a, #header2 a {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 650px;
	height: 200px;
	text-indent: -9999px;
	outline: none;
}

#nav {
	float: left;
	background: #fff;
	width: 150px;
	margin: 10px 0;
	line-height: 1;
}

#nav .bottom {
	height: 10px;
	width: 150px;
	background: url(images/nav-bottom.gif) no-repeat;
}

#nav ul {
	list-style-type: none;
	margin: 0;
}

#nav li {
	font-weight: bold;
	margin: 0 0 10px 0;
}

#nav li a {
	color: #000;
	text-decoration: none;
	display: block;
	width: 130px;
	padding: 6px 10px;

}

#nav li a:hover {
	background: #006AD4;
	color: #fff;
}

#pageH li#navH a, #pageMh li#navMh a, #pageWi li#navWi a, #pageAt li#navAt a, #pageSmb li#navSmb a, #pageCcw li#navCcw a, #pageTs li#navTs a, #pageTo li#navTo a, #pageP li#navP a, #pageCu li#navCu a  {
	background: #006AD4;
	color: #fff;
}

/* Content styles */

#shadow {
	background: url(images/shadow.jpg) repeat-y;
	width: 700px;
	padding: 0 20px 40px;
}

#content {
	width: 700px;
	background: #E1EFD6;
}
#content.money {
	background: url(images/money-bg.jpg) no-repeat top right #E1EFD6;
}

#rightCol {
	float: left;
	width: 510px;
	padding: 10px 20px;
	
}

.testimonial {
	border: 1px solid #fac233;
	background: #ffffce;
}

.item {
	border-bottom: 1px solid #001830;
	margin-bottom: 15px;
}

.item p {
	margin-bottom: 15px;
}

/* Footer styles */

#footer {
	background: url(images/footer-blank.png) no-repeat;
}

#footer ul {
	margin: 0;
	text-align: center;
}

#footer li {
	display: inline;
	padding: 0 10px;
	border-left: 1px solid #fff;
}

#footer li.first {
	border-left: none;
}

#footer li a {
	text-decoration: none;
	font-size: 12px;
	color: #fff;
}

#footer li a:hover {
	text-decoration: underline;
}

.copyright {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	padding: 2px 0 0 27px;
}

.copyright .size12 {
	font-size: 12px;
}