* {
	margin: 0;
	padding: 0;
}

.wrapper {
	width: 100%;
	overflow: hidden;
}

.clear {
	clear: both;
	font-size: 0%;
	line-height: 0%;
	height: 0;
}

input, select {
	vertical-align: middle;
	font-weight: normal;
}

img {
	border: 0;
	vertical-align: top;
	text-align: left;
}

ul, ol {
	list-style: none;
}

object {
	vertical-align: top;
	outline: none;
}

a {
	outline: none;
	color: #2cba9b;
}

	a:hover {
		text-decoration: none;
	}

html {
	min-width: 980px;
}

body {
	background: #e6e6e6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1em;
	color: #393939;
}

h1 {
	padding: 0 0 25px 0;
	line-height: 1.357em;
	font-size: 2.333em;
	color: #c63;
}

h2 {
	padding: 0 0 25px 0;
	line-height: 1.357em;
	font-size: 2.333em;
	color: #c63;
}

	h2 strong {
		font-size: 1.25em;
		font-weight: 400;
		color:#fff;
	}

h3 {
	padding: 0 0 10px 0;
	line-height: 1.2em;
	font-size: 1.5em;
	color: #2cba9b;
}

	h3.extra {
		padding: 0 0 5px 0;
	}

	h3 span {
		display: block;
		padding: 0 0 3px 0;
	}
	
	h3 b {
		display: block;
		padding: 0 0 5px 0;
		font-weight: normal;
	}
	
h4 {
	padding: 0 0 14px 0;
	line-height: 1.2em;
	font-size: 1.5em;
	color: #fff;
}

	h4 span {
		display: block;
		width: 100%;
		margin: -3px 0 0 0;
	}
	
	h4 a {
		border-bottom: 1px solid #89959f;
		text-decoration: none;
		color: #fff;
	}
	
	h4 a:hover {
		border-bottom: none !important;
	}
	
	h4 small {
		float: right;
		font-size: 1em;
	}

h5 {
	padding: 0 0 19px 0;
	line-height: 1.583em;
	font-size: 1em;
	font-weight: normal;
	color: #2cba9b;
}

	h5 a {
		color: #2cba9b;
	}

h6 {
	padding: 0 0 19px 0;
	line-height: 1.583em;
	font-size: 1em;
	color: #d0d4d8;
}

	h6 span {
		display: block;
		padding: 8px 0 0 0;
		color: #5b6b74;
	}
	
	h6 b {
		display: block;
		padding: 1px 0 1px 0;
	}

.fleft {
	float: left;
}

	img.fleft {
		margin: 0 18px 27px 1px;
	}
	
	ul.fleft {
		padding: 3px 0 0 1px;
	}

.fright {
	float: right;
}
		
	ul.fright {
		padding: 3px 68px 38px 0;
	}

.col-1, .col-2, .col-3, .col-4 {
	float: left;
}

.block-1, .block-2, .block-3, .block-4 {
	float: left;
	overflow: hidden;
}

#main-tail-top {
	background: #fff url(images/main-tail-top.gif) repeat-x 0% 0%;
}

#main-tail-bot {
	background: url(images/main-tail-bot.gif) repeat-x 0% 100%;
}

#main {
	width: 960px;
	margin: 0 auto;
	font-size: 0.75em;
}

#header {
	position: relative;
	height: 122px;
}

#menu {
	position: absolute;
	top: 5px;
	right: 15px;
}

	#menu li {
		float: left;
		padding: 0 15px 0 15px;
		text-transform: uppercase;
		font-size: 1em;
		font-weight: 400;
		color: #fff;
	}
	
	#menu li a {
		text-decoration: none;
		color: #fff;
	}
	
	#menu li a:hover {
		border-bottom: 1px solid #fff;
	}
	
	#menu li.act a {
		border-bottom: 1px solid #fff;
	}

#logo {
	position: absolute;
	top: 20px;
	left: 0;
}

#sitename {
	position: absolute;
	top: 45px;
	left: 100px;
}

#slogan {
	position: absolute;
	top: 38px;
	left: 653px;
	font-size:1.8em;
	color:#fff;
}

#content {
	width: 900px;
	margin: 0 auto;
	padding: 19px 0 48px 0;
}

	#page4 #content {
		padding: 25px 0 48px 0;
	}
	
	#page5 #content {
		padding: 35px 0 48px 0;
	}

	#content p {
		padding: 0 0 19px 0;
		line-height: 1.583em;
		font-size: 1em;
		color: #5b6b74;
	}
	
	#content p small {
		float: right;
		padding: 0 26% 0 0;
		font-size: 1em;
	}
	
	#content p i a {
		font-style: normal;
		color: #5b6b74;
	}
	
	#content p big {
		font-size: 1em;
		font-weight: bold;
		color: #5b6b74;
	}
	
		#content p big a {
			color: #5b6b74;
		}
	
	#content p.extra {
		padding: 0 0 42px 0;
	}
	
	#content p.extra-1 {
		padding: 0 0 26px 0;
	}
	
	#content p.extra-2 {
		padding: 0 0 40px 0;
	}

.row-1 {
	background: url(images/line-hor.gif) repeat-x 0% 100%;
	margin: 0 0 21px 0;
	padding: 0 0 25px 0;
}

.row-indent {
	margin: 0 0 24px 0 !important;
}

.box {
	background: #132a3e;
	border: 5px solid #3a7598;
}
	
	.box .inner {
		padding: 25px 15px 12px 29px;
	}
	
	.box .inner-1 {
		padding: 26px 15px 37px 29px;
	}
	
	.box .inner-2 {
		padding: 28px 30px 57px 45px;
	}
	
	.box p {
		padding: 0 0 0 0 !important;
		line-height: 1.583em !important;
		font-size: 1em !important;
		color: #d0d4d8 !important;
	}

.box-1 {
	background: #dbe9ec;
	width: 100%;
	overflow: hidden;
}

	.box-1 .inner {
		padding: 17px 19px 21px 19px;
	}

.info-box {
	background: url(images/box-tail.gif) repeat-x 0% 0%;
}

	.info-box div {
		background: url(images/box-left.gif) no-repeat 0% 0%;
		width: 100%;
	}
	
		.info-box div div {
			background: url(images/box-right.gif) no-repeat 100% 0%;
			width: auto;
			height: 33px;
			padding: 0 61px 0 61px;
			line-height: 34px;
			color: #5b6b74;
		}
	
	.info-box strong {
		color: #5b6b74;
	}
	
		.info-box strong a {
			color: #5b6b74;
		}
		
	.info-box span {
		padding: 0 4px 0 8px;
		color: #4ba8da;
	}

.link {
	background: url(images/link-tail.gif) repeat-x 0% 0%;
	display: inline-block;
	height: 27px;
	float: left;
	overflow: hidden;
	line-height: 26px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 0.909em;
	color: #fff;
}

	.link span {
		background: url(images/link-left.gif) no-repeat 0% 0%;
		display: inline-block;
	}
	
	.link span span {
		background: url(images/link-right.gif) no-repeat 100% 0%;
		display: inline-block;
		height: 27px;
		padding: 0 12px 0 11px;
	}
	
	.link:hover span span {
		cursor: pointer;
		text-decoration: underline;
	}

.link-1 {
	background: #2cba9b;
	display: block;
	height: 25px;
	margin: 0 4px 0 0;
	padding: 0 8px 0 9px;
	overflow: hidden;
	float: right;
	line-height: 24px;
	font-size: 1.25em;
	text-decoration: none;
	color: #fff;
}

	.link-1:hover {
		color: #000;
	}

.list {
	overflow: hidden;
	padding: 0 0 40px 0;
}

	.list li {
		background: url(images/marker-1.gif) no-repeat 0% 10px;
		padding: 0 0 0 12px;
		line-height: 2.5em;
		font-weight: bold;
		color: #5b6b74;
	}
	
	.list li a {
		text-decoration: none;
		color: #5b6b74;
	}
	
	.list li a:hover {
		text-decoration: underline;
	}

.list-1 {
	width: 100%;
	padding: 0 0 13px 0;
	overflow: hidden;
}

	.list-1 li {
		width: 100%;
		overflow: hidden;
		padding: 0 0 26px 0;
		vertical-align: top;
		line-height: 1.571em;
		font-size: 1.167em;
		font-weight: bold;
		color: #5b6b74;
	}
	
		.list-1 li span {
			background: url(images/list-bg.gif) no-repeat 0% 0%;
			display: block;
			width: 36px;
			height: 36px;
			overflow: hidden;
			float: left;
			margin: 0 10px 0 0;
			line-height: 36px;
			text-align: center;
			font-size: 1.857em;
			color: #fff;
		}
	
		.list-1 li a {
			display: block;
			overflow: hidden;
			word-spacing: -1px;
			text-decoration: none;
			color: #5b6b74;
		}
		
		.list-1 li a:hover {
			text-decoration: underline;
		}

.list-2 {
	overflow: hidden;
}

	.list-2 li {
		background: url(images/marker.gif) no-repeat 0% 4px;
		padding: 0 0 14px 16px;
		line-height: 1.4em;
		font-size: 1.5em;
		color: #fff;
	}
	
	.list-2 li a {
		text-decoration: none;
		color: #fff;
	}
	
	.list-2 li a:hover {
		color: #ccc;
	}

.list-3 {
	overflow: hidden;
}

	.list-3 li {
		padding: 0 0 25px 0;
		line-height: 1.583em;
		font-size: 1em;
		color: #5b6b74;
	}
	
	.list-3 li a {
		font-weight: bold;
		color: #5b6b74;
	}

.list-4 {
	width: 100%;
	overflow: hidden;
}

	.list-4 li {
		width: 100%;
		padding: 0 0 21px 0;
		overflow: hidden;
		vertical-align: top;
		line-height: 1.583em;
		color: #5b6b74;
	}
	
	.list-4 li.extra {
		padding: 0 0 14px 0;
	}
	
	.list-4 li img {
		float: left;
		margin: 2px 16px 0 0;
	}
	
	.list-4 li strong a {
		text-decoration: none;
		color: #5b6b74;
	}
	
	.list-4 li strong a:hover {
		text-decoration: underline;
	}
	
	.list-4 li a {
		color: #2cba9b;
	}

.list-5 {
	width: 100%;
	overflow: hidden;
}

	.list-5 li {
		float: left;
		width: 251px;
		padding: 0 20px 0 0;
	}
	
	.list-5 li.extra {
		padding: 0;
	}
	
	.list-5 li img {
		margin: 0 0 23px 0;
	}
	
	.list-5 li strong {
		display: block;
		padding: 0 0 19px 0;
		line-height: 1.583em;
		font-size: 1em;
		color: #5b6b74;
	}
	
	.list-5 li p {
		padding: 0 0 38px 0 !important;
		line-height: 1.583em !important;
		font-size: 1em !important;
		color: #5b6b74 !important;
	}
	
	.list-5 li span {
		display: block;
		padding: 0 4px 0 0;
	}
	
	.list-5 li span a {
		background: #2cba9b;
		display: block;
		height: 25px;
		padding: 0 8px 0 9px;
		overflow: hidden;
		float: right;
		line-height: 24px;
		font-size: 1.25em;
		text-decoration: none;
		color: #fff;
	}
	
	.list-5 li span a:hover {
		color: #000;
	}
	
	.list-5 li span span {
		display: block;
		padding: 3px 0 0 0;
	}

.list-6 {
	width: 100%;
	padding: 0 0 27px 0;
	overflow: hidden;
	line-height: 1.583em;
	color: #5b6b74;
}

	.list-6 dt {
		font-weight: bold;
	}
	
	.list-6 dt a {
		text-decoration: none;
		color: #5b6b74;
	}
	
	.list-6 dt a:hover {
		text-decoration: underline;
	}
	
	.list-6 dd {
		padding: 0 0 18px 0;
	}
	
	.list-6 dd.extra {
		padding: 0 0 10px 0;
	}

.list-7 {
	width: 100%;
	overflow: hidden;
}

	.list-7 dt {
		padding: 0 0 9px 0;
		line-height: 1.4em;
		font-size: 1.5em;
		color: #fff;
	}
	
	.list-7 dt a {
		text-decoration: none;
		color: #fff;
	}
	
	.list-7 dd {
		padding: 0 0 26px 0;
		line-height: 1.583em;
		font-size: 1em;
		color: #d0d4d8;
	}
	
	.list-7 dd.extra {
		padding: 0 0 1px 0;
	}

.list-indent {
	padding: 0 0 21px 0 !important;
}

.button {
	background: url(images/button-bg.gif) no-repeat 0% 0%;
	display: block;
	width: 225px;
	height: 60px;
	padding: 0 20px 0 0;
	overflow: hidden;
	float: left;
	line-height: 60px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 2.5em;
	color: #fff;
}

	.button:hover {
		color: #000;
	}

.title {
	width: 100%;
	padding: 0 0 5px 0;
}

	.title span {
		display: block;
	}
	
		.title span img {
			position: relative;
			margin: 0 0 0 -3px;
		}

.extra-text {
	margin: -1px 0 37px 0;
	word-spacing: -1px;
	line-height: 1.389em;
	font-size: 1.5em;
	font-weight: bold;
	color: #5b6b74;
}

	.extra-text span {
		color: #0989cc;
	}

#subscribe-form {
	width: 300px;
}

	#subscribe-form input {
		background: #fff;
		width: 242px;
		height: 16px;
		padding: 4px 5px 5px 8px;
		border: none;
		float: left;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1em;
		color: #5b6b74;
	}
	
	#subscribe-form h3 {
		padding: 0 0 18px 0;
		color: #132a3e;
	}
	
	#subscribe-form input#subscribe-submit {
		background: url(images/subscribe-submit.gif) no-repeat 0% 0%;
		width: 35px;
		height: 25px;
		margin: 0 0 0 10px;
		padding: 0;
		border: none;
		float: left;
		cursor: pointer;
	}
	
	#subscribe-form a {
		float: right;
		margin: 11px 0 0 0;
		font-size: 1.167em;
		color: #5b6b74;
	}
	
	#subscribe-form a input {
		background: #fff;
		width: 12px;
		height: 14px;
		margin: 2px 5px 0 0;
		padding: 0;
		border: none;
		float: left;
	}

.no-indent {
	margin: 0 !important;
	padding: 0 !important;
}

#contact-form {
	width: 300px;
}

	#contact-form h3 {
		padding: 0 0 15px 0;
		color: #132a3e;
	}
	
	#contact-form label {
		display: block;
		width: 100%;
		height: 40px;
		overflow: hidden;
	}
	
	#contact-form input {
		background: #fff;
		width: 284px;
		height: 16px;
		padding: 4px 8px 5px 8px;
		border: none;
		float: left;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1em;
		color: #5b6b74;
	}
	
	#contact-form textarea {
		background: #fff;
		width: 284px;
		height: 180px;
		padding: 4px 8px 5px 8px;
		border: none;
		float: left;
		overflow: auto;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1em;
		color: #5b6b74;
	}
	
	#contact-form a {
		background: #2cba9b;
		display: block;
		height: 25px;
		margin: 0 4px 0 0;
		padding: 0 8px 0 9px;
		overflow: hidden;
		float: right;
		margin: 30px 0 0 15px;
		line-height: 24px;
		font-size: 1.25em;
		text-decoration: none;
		color: #fff;
	}

	#contact-form a:hover {
		color: #000;
	}

.indent {
	padding: 12px 0 0 0;
}

#footer {
	width: 900px;
	height: 128px;
	margin: 0 auto;
	overflow: hidden;
}

	#footer div.inner {
		padding: 41px 0 0 0;
	}
	
	#footer p {
		background: url(images/divider.gif) no-repeat 100% 0%;
		padding: 0 19px 0 0;
		float: left;
		line-height: 1.2em;
		font-size: 1em;
		color: #767676;
	}
	
		#footer p span {
			display: block;
			padding: 0 0 5px 0;
			word-spacing: 1px;
			line-height: 1.2em;
			font-size: 1.083em;
			color: #717171;
		}
		
		#footer p em {
			margin: 0 3px 0 1px;
			font-style: normal;
		}
		
		#footer p a {
			margin: 0 0 0 3px;
			color: #767676;
		}
		
	#footer strong {
		background: url(images/divider.gif) no-repeat 100% 0%;
		display: block;
		float: left;
		padding: 0 15px 5px 11px;
		line-height: 1.2em;
		font-size: 1em;
		font-weight: normal;
		color: #767676;
	}
	
		#footer strong b {
			display: block;
			padding: 0 0 5px 0;
			word-spacing: 1px;
			line-height: 1.2em;
			font-size: 1.083em;
			color: #717171;
		}
		
		#footer strong a {
			text-decoration: none;
			color: #717171;
		}
		
		#footer strong a:hover {
			text-decoration: underline;
		}
		
	#footer big {
		display: block;
		padding: 0 0 0 13px;
		float: left;
		font-size: 1.083em;
		color: #717171;
	}
	
		#footer big small {
			display: block;
			padding: 0 0 8px 0;
			font-size: 1em;
		}
		
		#footer big img {
			float: left;
			margin: 0 6px 0 0;
		}