body {
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #666;
	background: #fff;
}
* {
	margin: 0;
	padding: 0;
}
a {
 color: #00788B;
}
a:hover {
	color: #778E1E;
}

h1 {
	color: #1f5253;
	line-height: 32px;
	font-size: 27px;
	font-weight: normal;
	margin:40px 0 20px 0;
}
h2 {
	font-size: 100%;
	color: #1f5253;
}
h3 {

}
h4 {
	border-bottom: 1px solid #ccc;
	margin: 20px 0 10px 0;
	padding-bottom: 8px;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
}
p {
	margin-bottom:15px;
}

#content {
	float: left;
	width: 100%;
}
.container {
	width: 960px;
	margin: 0 auto;
}


#header {
	width: 960px;
	float:left;
	position: relative;
	z-index: 100;
}
#header img {
	position: absolute;
	margin: 15px 0 0 0;
}
#header ul {
	width: 710px;
	float:right;
	padding:22px 0 18px 0;
	list-style-type: none;
	border-bottom: 1px solid #eee;
}
#header li {
	float: left;
}
#header li a {
	float: left;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #666;
	text-decoration: none;
	margin:0 20px 0 0;

	font-size: 12px;
}
#header a:hover, #header .active a {
	color: #1f5253;
}
#text {
	width: 960px;
	float:left;
	position: relative;
	z-index: 1;
	min-height: 540px;
	padding-bottom:40px;
}
#text ul {
	list-style:none;
	margin-bottom:15px;
}
#text li {
	font-size:11px;
	border-top: 1px solid #eee;
	padding: 2px 0;
	clear:left;
}
#text li img {
	border: 1px solid #eee;
	margin: 4px 4px 4px 0;
}
.video {
	margin-bottom:15px;
}
.grid_1, .grid_2, .grid_3, .grid_4 {
	float: left;
}
.grid_1 {
	width: 210px;
}
.grid_2 {
	width: 460px
}
.grid_3 {
	width: 710px;
}
.grid_4 {
	width: 960px
}
.right {
	float: right;
}
blockquote {
	position:absolute;
	background: #fff;
	width: 400px;
	left:0;
	top: 240px;
	padding:30px;
	text-align: center;
	opacity:.75;
	filter:alpha(opacity=75);
	font-size: 21px;
	line-height: 28px;
}
blockquote p {
	margin:0;
}
#footer {
	float: left;
	width: 100%;
	clear: both;
	font-size: 11px;
	padding-bottom: 120px;
	background: url(../images/footerbg.jpg) repeat-x;
}
.copyright {
	color: #999;
}
.copyright a {
	color: #999;
}
.copyright a:hover {
	color: #778E1E;
}
fieldset {
	border:0;
}
.border {
	border: 1px solid #ccc;
	padding: 10px;
	width: 440px;
	margin-top: 20px;
	position: relative;
}
.input-text {
	width: 198px;
	height: 13px;
	padding: 6px;
	border: 1px solid #ccc;
	margin-bottom: 4px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #666;
}
.input-textarea {
	width: 196px;
	padding: 6px;
	height: 44px;
	border: 1px solid #ccc;
	margin-bottom: 4px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #666;
	line-height: 14px;
}
form p {
	float:left;
	margin: 0;
	clear:both;
	color: #999;
}
.addthis_button {
	width: 210px;
	float:left;
}
.form-button {
	float: right;
}
.errors {
	color: #E44145;
	background: #FFFFCC;
	padding:4px 6px;
	margin-bottom: 10px;
}
.success {
	background: #FFFFCC;
	padding:4px 6px;
	margin:0;
}
.error {
	color:#F00;
}