@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;
	cursor: pointer;
}

a:hover {
	text-decoration: underline;
}

strong {
	font-weight: bold;	
}

em {
	font-style: italic;	
}

@font-face {
	font-family: ClarendonBT-local;
	font-style: normal;
	font-weight: normal;
	src: url(styles/clrndnb.ttf);
}

/* --------------------
		Main Styles
-------------------- */

html, body {
	background-color: #baddf9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#40352f;
	line-height: 18px;
}

.wrapper {
	width: 772px;
	margin: 0 auto;
	padding: 0 26px;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
}

.header {
	background-image: url(../images/header-bg.gif);
	background-position: top right;
	background-repeat: no-repeat;
	height: 88px;
}

.header .logo {
	background-image: url(../images/logo.png);
	width: 285px;
	height: 49px;
	float: left;
	margin: 35px 0 0 15px;
}

.main {
	overflow: hidden;
	padding-top: 18px;
}

.main .left {
	float: left;
	width: 513px;
}

.main .right {
	float: right;
	width: 250px;
}

.info {
	background-image: url(../images/top-right-bg.gif);
	background-repeat: no-repeat;
	height: 196px;
	padding: 30px 20px;
	font-size: 11px;
	line-height: 18px;
	position: relative;
	margin-top: -6px;
	z-index: 100;
}

.main h1 {
	font-size: 20px;
	line-height: 20px;
	color: #025493;
	font-family: "ClarendonBT-local", "ClarendonBT", "myriad Pro", Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	font-weight: bold;
	word-spacing: 2px;
	margin-bottom: 10px;
}

* html .main h1 {
	font-size: 18px;	
}

.info .more {
	position: absolute;
	bottom: 24px;
	right: 15px;
	font-size: 11px;
	font-weight: bold;
	color: #017f00;
}

.stay-connected {
	background-image: url(../images/stay-connected-bg.gif);
	background-repeat: no-repeat;
	width: 230px;
	height: 59px;
	margin-top: 4px;
	font-family: "myriad Pro";
	font-size: 13px;
	color: #FFF;
	padding: 20px 0 0 8px;
}

.stay-connected form input {
	width: 180px;
	border: 1px solid #aeadad;
	padding: 2px 6px 1px 6px;
	font-size: 11px;
	color: #666666;
	clear: both;
	margin-top: 4px;
	float: left;
}

.stay-connected form input.submit {
	border: none;
	background: none;
	background-image: url(../images/submit-bg.gif);
	background-repeat: no-repeat;
	cursor: pointer;
	width: 21px;
	height: 18px;
	padding: 0;
	clear: none;
	margin-left: 4px;
}

.content {
	clear: both;
	padding-top: 11px;
	background-image: url(../images/content-bg.gif);
	background-repeat: no-repeat;
	background-position: 513px 11px;
	overflow: hidden;
}

.content a {
	text-decoration: underline;	
}

.content a:hover {
	text-decoration: none;	
}

.content .left {
	padding-left: 13px;
	width: 500px;
}

.main .head {
	background-image:url(../images/head-bg.gif);
	height: 40px;
	line-height: 37px;
	background-repeat: repeat-x;
	font-family: "ClarendonBT-local", "ClarendonBT", "myriad Pro", Arial, Helvetica, sans-serif;
	color: #FFF;
	font-weight: bold;
	font-size: 19px;
	padding-left: 13px;
	padding-bottom: 13px;
}

.main .content .left .head {
	margin-left: -13px;
}

.content .states {
	padding: 0 0 20px 0;
}

.box {
	padding: 0 0 5px 12px;
	overflow: hidden;
	width: 238px;
	float: left;
	clear: both;
}

.box img {
	float: left;	
}

.box div {
	float: right;
	width: 155px;
	color: #666666;
}

.box div a {
	color: #666666;	
	text-decoration: none;	
}

.box div a:hover {
	text-decoration: none;	
}

h2 {
	font-size: 13px;
	color: #40352f;
	font-weight: bold;
}

.box div h2 a {
	font-size: 13px;
	color: #40352f;
	font-weight: bold;
	text-decoration: none;	
}

h2 a {
	font-size: 13px;
	color: #40352f;
	text-decoration: none;	
	font-weight: bold;
}

.content .more {
	font-size: 11px;
	font-weight: bold;
	color: #017f00;
	float: right;
	margin-top: 10px;
	text-decoration: none;	
}

.footer {
	text-align: center;
	color: #a2a1a1;
	font-size: 11px;
	line-height: 36px;
	padding-top: 30px;
	padding-bottom: 10px;
	background-image: url(../images/footer-bg.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	margin: 0 -26px;
}

p {
  padding-bottom: 10px;
}