@charset "utf-8";
/* CSS Document */

/* --------------------
		Reset Styles
-------------------- */

html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, a, em, img, q, strong, sub, sup, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

ol, ul {
	list-style: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;;
}

/* --------------------
		Main Styles
-------------------- */

html, body {
	width: 100%;
	height: 100%;
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #565656;
	line-height: 18px;
}

.wrapper {
	margin: 0 auto;
	width: 950px;
	padding-bottom: 30px;
}

.header {
	background-image: url(../images/header-bg.png);
	width: 950px;
	height: 328px;
	background-repeat: no-repeat;
	background-position: bottom left;
}

.header ul {
	margin: 28px 0 0 0;
	height: 34px;
	float: left;
}

.header ul li {
	float: left;
	height: 34px;
	background-image: url(../images/delimeter.png);
	background-repeat: no-repeat;
	background-position: top right;
}

.header ul li.last {
	background-image: none;
}

.header ul li a {
	float: left;
	height: 34px;
	line-height: 34px;
	padding: 0 12px 0 12px;
	color: #FFFFFF;
	font-family: "trebuchet MS";
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
}

.header ul li a:hover, .header ul li.selected a {
	color: #76d2ec;
}

.content {
	overflow: hidden;
	margin-top: 1px;
}

.content .left {
	background-image: url(../images/left-bg.png);
	width: 286px;
	float: left;
	background-repeat: no-repeat;
}

.content .left a.top {
	line-height: 48px;
	text-align: center;
	display: block;
	color: #000000;
	text-decoration: underline;
}

.content .left ul {
	margin: 210px 0 35px 34px;
	font-size: 12px;
	line-height: 14px;
	color: #666666;
}

.content .left div {
	padding: 0 20px 0 20px;
	color: #666666;
	font-weight: bold;
	font-size: 13px;
}

.content .left a.box-link {
	width: 270px;
	display: block;
	margin: 45px auto 0 auto;
}

.content .right {
	float: right;
	width: 640px;
	padding-top: 51px;
}

.content .right h1 {
	font-family: "trebuchet MS";
	font-size: 21px;
	line-height: 21px;
	font-weight: bold;
	color: #1d6285;
	margin: 0 0 20px 0;
}

.content .right p {
	padding: 0 0 20px 0;
}

.content .right .contact-info {
	padding: 10px 0 35px 5px;
}

.content .right strong {
	font-weight: bold;
	color: #225c8d;
}

.content .right .box {
	background-image: url(../images/box-bg.png);
	background-repeat: repeat-x;
	background-color: #d5eff5;
	border: 1px solid #b9d7df;
	padding: 7px 8px;
	overflow: hidden;
	width: 590px;
	font-family: tahoma;
	font-size: 11px;
	color: #000000;
	line-height: 18px;
}

.content .right .box .l {
	float: left;
	width: 234px;
}

.content .right .box .l img {
	border: 1px solid #b9d7df;
}

.content .right .box .r {
	float: left;
	width: 355px;
}

.content .right .box h2 {
	font-family: "myriad Pro";
	font-size: 18px;
	color: #1b5d7c;
	line-height: 21px;
	margin-bottom: 10px;
}

.footer {
	height: 45px;
	line-height: 45px;
	background-color: #d8d8d8;
	border: 1px solid #cccaca;
	border-left: none;
	border-right: none;
	color: #3c3c3c;
	font-size: 12px;
}

.footer div {
	width: 950px;
	margin: 0 auto;
}

.footer div a {
	color: #3c3c3c;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

.footer div a:hover {
	text-decoration: underline;
}