body {
	background-color: #9BC7F0;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
a {
	color: #204F7D;
	text-decoration: none;
}
a:hover {
	color: #859EC7;
}
a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
p {
	padding-top: 13px;
	padding-bottom: 13px;
	margin: 0px;
}


.siteWrapper {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}
.contentWrapper {
	background-color: #FFF;
	background-image: url(../images/template/contentBackground.gif);
	background-repeat: no-repeat;
	background-position: top;
	float: left;
	width: 736px;
	padding-top: 19px;
	padding-right: 12px;
	padding-bottom: 10px;
	padding-left: 12px;
}
.leftCol {
	float: left;
	width: 150px;
}
.rightCol {
	padding-top: 25px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	float: left;
	width: 566px;
	color: #303030;
	font-size: 1.3em;
	line-height: 1.5em;
}
.rightCol ul {
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}



.navigation {
	float: left;
	width: 150px;
	margin-top: 5px;
}
.navigation ul {
	font-size: 1.3em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	list-style-type: none;
	width: 150px;
}
.navigation li {
	margin-bottom: 4px;
}
.navigation li a {
	display: block;
	background-color: #204F7D;
	color: #FFF;
	height: 20px;
	padding-top: 6px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.navigation li a:hover {
	color: #333;
	background-color: #859EC7;
}
.testimonials {
	background-color: #ddd;
	background-image: url(../images/template/testimonialsBack.gif);
	background-repeat: repeat-x;
	background-position: top;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #ddd;
	border-bottom-color: #ddd;
	color: #6B6B6B;
	margin-top: 2px;
	margin-bottom: 10px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	width: 130px;
	font-size: 1.2em;
}
.testimonials a {
	text-decoration: underline;
}


h2 {
	font-size: 1.4em;
	color: #204F7D;
	padding: 0px;
	margin: 0px;
}
.thumb {
	float: left;
	border: 1px solid #A0ACC0;
	margin: 3px;
	text-align: center;
}
.thumb img {
	border: 1px solid #A0ACC0;
	display: inline;
	margin: 5px;
}
.thumb a:hover img {
	border: 1px solid #000;
}


.phototitle {
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 3px;
}

.breaker {
	clear: left;
	height: 25px;
}
.subNav {
	font-size: 1.3em;
	padding-top: 10px;
}
