/******************** LYNN GOODACRE ********************/
body {
	margin: 0;
	padding: 0;
	background: #254c81;
	color: #daf0f0;
	font-family: Verdana;
	text-align: center;
}
h1, h2, h3, h4, p {
	margin: 15px;
}
h1 {
	margin-bottom: 0;
	font-family: Georgia;
	font-size: 20pt;
	font-weight: normal;
	color: #254c81;
}
h2 {
	font-family: Georgia;
	font-size: 16pt;
	font-weight: normal;
	color: #3f7671;
}
h3 {
	font-family: Georgia;
	font-size: 14pt;
	font-weight: normal;
	color: #3f7671;
}
p, li {
	font-size: 10pt;
	line-height: 150%;
}
li {
	margin-right: 20px;
}
a {
	color: #254c81;
}
a:hover {
	color: #254c81;
}
img, object {
	display: block;
	border: 0;
}
.hr {
	margin: 15px;
	border-bottom: 3px dotted #daf0f0;
}
.hr hr {
	display: none;
}
.clear {
	clear: both;
}


/******************** HEADER ********************/
.header {
	height: 350px;
	background: #daf0f0 url(images/header.jpg) no-repeat bottom center;
}
.header h1 {
	display: none;
}
.logo {
	margin: 0 auto;
	padding: 155px 30px 95px 30px;
	width: 880px;
	height: 70px;
	text-align: left;
}
.logo a {
	display: block;
	width: 245px;
	height: 70px;
}
.navigation {
	margin: 0 auto;
	width: 940px;
	height: 30px;
}
.navigation ul, .navigation li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.navigation li {
	float: left;
}
.navigation a {
	display: block;
	border-right: 2px dotted #5c7ca7;
	padding: 5px 15px;
	background: #254c81;
	color: #b5e0e1;
	font-family: Arial;
	font-size: 11pt;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}
.navigation a:hover {
	color: #daf0f0;
}

/******************** STRUCTURE ********************/
.page {
	margin: 0;
	padding: 1px 0;
	background: #b5e0e1;
	color: #4b5459;
	text-align: left;

}
.body {
	margin: 0 auto;
	padding: 15px 0;
	width: 970px;
}
.sidebar {
	float: left;
	width: 260px;
}
.content {
	float: left;
	width: 710px;
}
.subcontent {
	float: left;
	width: 450px;
}
.subsidebar {
	float: left;
	width: 260px;
}
.subcontent .subcol {
	float: left;
	width: 225px;
}

/******************** CUSTOM ********************/
.FAQ a {
	text-decoration: none;
}
.FAQ a:hover {
	text-decoration: underline;
}
.backtotop {
	font-size: 8pt;
	text-align: right;
}

/******************** FOOTER ********************/
.footer_wrapper {
	padding: 60px 0 30px 0;
	background: url(images/bg-footer.gif) no-repeat top center;
}
.footer {
	margin: 0 auto;
	width: 960px;
	text-align: left;
}
.testimonial {
	padding-left: 80px;
	width: 610px;
	font-family: Georgia;
	font-size: 11pt;
	font-style: italic;
}
.credit {
	padding-left: 80px;
	font-size: 8pt;
	color: #5783c0;
}
.credit a {
	color: #5783c0;
}
.credit a:hover {
	color: #b5e0e1;
}

/******************** FORM ********************/
form, fieldset {
	margin: 0;
	border: 0;
	padding: 0;
}
#GCform {
	margin: 0 15px;
}
#form {
	margin: 0 5px;
	font-family: Verdana;
	font-size: 10pt;
}
#form input, #form textarea {
	border: 1px solid #99CCCC;
	padding: 4px;
	background: #FFFFFF;
	color: #4b5459;
	font-family: verdana;
	font-size: 10pt;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.formfield {
	width: 300px;
}
#form .button {
	background: #254c81;
	color: #daf0f0;
	font-size: 8pt;
	font-weight: bold;
	text-transform: uppercase;
}