@charset "UTF-8";
/* CSS Document */

/* Color Glossary

	White: #ffffff;
	Green: #009b7b;
	Blue: #165298;
	Gray: #7a7a7a;
	Black: #231f20;

*/

/* Structure 
--------------------------------- */

body {
	color: #7a7a7a;
	line-height: 1.4;
}

#wrapper {
	position: relative;
	z-index: 1;
	width: 700px;
}


#header {
	position: relative;
	top: 0;
	left: 0;
	width: 700px;
	height: 152px;
	z-index: 2;
}

#logo {
	display: block;
	position: absolute;
	top: 23px;
	left: 30px;
	height: 79px;
	width: 195px;
}

#header span {
	position: absolute;
	top: 30px;
	right: 30px;
	color: #231f20;
	font-style: italic;
	font-weight: bold;
	font-size: 11px;
}

#header #main-nav {
	position: absolute;
	top: 125px;
	left: 0px;
	width: 690px !important;
	width: 700px;
	height: 27px;
	padding: 0 0 0 10px !important;
	padding: 0;
	background: url(../../layout/images/nav-bkgrd.gif) repeat-x 0 0;
	list-style: none;
	margin: 0;
}

#main {
	padding: 0;
	margin: 0;
	position: relative;
	z-index: 1;
}


#main-img {
	position: relative;
	top: 0;
	left: 0;
	height: 199px;
}

#carousel {
	top: 0;
	height: 226px;
}

#content {
	position: relative;
	width: 700px;
	z-index: 1;
}

#content-left {
	float: left;
	width: 190px;
	position: relative;
	z-index: 1;
	background: #e5f5f2;
	padding: 30px 0 10px 0;
}

#content-left h2 {
	padding: 0 0 0 20px;
	font-size: 12px;
	margin: 0;
	text-transform: uppercase;
}

#content-left h3 {
	padding: 0 0 0 20px;
	margin: 0 0 0 0;
	font-size: 11px;
	color: #009b7b;
	text-transform: none;
}

#content-left h3.module {
	margin: 0 0 -10px 0;
	padding-top: 20px;
	font-weight: normal;
	font-size: 12px;
}

#content-left table.module td {
	color: #009b7b;
}

#content-left td h3, #content-left td p {
	padding: 0;
	margin: 0;
}

#content-left table {
	margin: 0 5px 0 15px;
	width: 180px;
}

#content-left td {
	padding: 5px;
	font-size: 11px;
}

#content-left ul {
	padding: 0 0 0 35px;
	margin: 0;
	color: #009b7b;
	font-size: 8px;
	list-style: disc;
}

#content-left ul li {
	border: 0px solid #ffffff;
	padding: 1px 0;
	margin: 0;
}

#content-left ul li a {
	font-size: 11px;
}

#content-left p {
	margin: 0;
	padding: 5px 0 5px 20px;
	font-size: 11px;
}

#content-main {
	/* float: right; */
	/* width: 470px; */
	width: 700px;
	position: relative;
	/* right: 20px; */
	z-index: 2;
}

#content-main ul {
	/* padding-left: 10px; */
	/* margin: 0; */
	margin: 10px 0;
}

#content-main td ul {
	padding-left: 20px;
}
.addthis_button {position: relative; top: 20px; left: 0; display: block; text-align: right;}
#close {
	float: right;
	clear: both;
	padding: 20px 20px 0 0;
}

#close {
	background: url(../../layout/images/popup-close.png) no-repeat left bottom;
	height: 14px;
	width: 106px;
	display: block;
	text-indent: -999em;
}

#social .addthis_button {
	padding: 0;
}

#breadcrumb {
	padding: 5px 0 0 0;
	font-size: 10px;
}

#footer {
	border-top: 1px solid #646565;
	position: relative;
	top: 20px;
	text-align: center;
	color: #646565;
	margin: 0 20px;
	padding: 20px 0;
	font-size: 10px;
	clear: both;
}

#footer span {
	display: block;
	clear: both;
}



/* Links 
--------------------------------- */

a {
	color: #009b7b;
}

a:hover {
	text-decoration: underline;
}

#footer a {
	color: #646565;	
}

#news-events a {
	color: #ffffff;
}

.blue a {
	color: #165298;
	text-decoration: underline;
}


/* Misc 
--------------------------------- */

hr {
	background: #7a7a7a;
	color: #7a7a7a;
	border: 0;
	width: 100%;
	height: 1px;
	margin: 10px 0;
	clear: both;
}

h1, h2, h3, h4, h5, h6 {
	color: #009b7b;
}

h1 {
	margin: 30px 0 10px 0;
}

h3 {
	margin: 0;
	text-transform: uppercase;
	font-size: 12px;
}

h2 {
	font-size: 15px;
	margin: 0 0 10px 0;
}

h4 {
	font-size: 11px;
	font-weight: normal;
}

h5 {
	font-size: 10px;
}

h6 {
	font-size: 10px;
	font-weight: normal;
}

.blue {
	background: #e7edf4;
	color: #165298;
	text-transform: uppercase;
	font-size: 13px;
	padding: 20px;
	margin: 10px 0;
	font-weight: bold;
}