/* CSS Document */

/******************** LAYOUT **************************/

body {
	background: #137b9d url(/images/background.jpg) top center no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	color: #8d8d8d;
	font-size: 14px;
	line-height: 17px;
	padding: 0;
	margin: 0;
	text-align: left;
}

#main-wrapper {
	width: 980px;
	margin: 0 auto;
}

#header {
	width: 980px;
	height: 198px;
	margin: 20px 0;
	position:relative;
}

#header-left {
	text-align: center;
	vertical-align: middle;
	width: 326px;
	height: 198px;
}

#header-middle {
	text-align: center;
	vertical-align: middle;
	width: 314px;
	height: 198px;
}

#header-right {
	text-align: center;
	vertical-align: top;
	width: 270px;
	height: 121px;
	position: relative;
	padding: 77px 36px 0 34px;
}

#utility-navigation {
	width: 270px;
	margin: 0;
	padding: 0;
	height: 15px;
	list-style: none;	
	position: absolute;
	top: 6px;
	right: 35px;
}

#utility-navigation li {
	float: left;
	display: inline-block;	
	border-right: 1px dotted #FFFFFF;
}

.last {
	border-right: 0 none !important;
	background: none !important;	
	padding-right: 0 !important;
	margin-right: 0 !important;
}

#utility-navigation li a {
	display: inline-block;
	height: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #FFFFFF;
	text-transform: uppercase;
	padding: 0 15px;
	text-decoration: none;
}

#header-login {
	width: 270px;
	height: 36px;
	background: url(/images/login-form-bg.gif) no-repeat;
	padding: 0;
	margin: 0 0 29px 0;
}

#header-login #username {
	width: 99px;
	padding-right: 14px;
	padding-left: 14px;
	margin-right: 2px;
}

#header-login #password {
	width: 85px;
	padding-left: 14px;
	padding-right: 0;
}

#header form .field {
	height: 20px;
	color: #231f20;
	font-size: 14px;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;	
	padding-top: 8px;
	padding-bottom: 8px;
	background: none !important;
	border: 0 none !important;
	float: left;
}

/*#header form .field::-webkit-input-placeholder { color:#9c9b9b; }
#header form .field::-moz-placeholder { color:#9c9b9b; }*/

#header form .submit {
	width: 42px;
	height: 36px;
	background: transparent url(/images/header-submit.gif) no-repeat;
	float: left;
	overflow: hidden;
	text-indent: -999px;
	font-size: 0;
	display: block;
	line-height: 0;
	border: none 0 !important;
	cursor: pointer;
	padding: 0;
	margin: 0;
}

#header-search {
	width: 270px;
	height: 36px;
	background: url(/images/search-form-bg.gif) no-repeat;
	padding: 0;
	margin: 0;
}

#header-search #searchbox {
	width: 200px;
	padding-right: 14px;
	padding-left: 14px;
}

#navbar {
	height: 57px;
	width: 980px;
	margin: 0 0 10px 0;
	padding: 0;
	list-style: none;
/*	overflow: hidden;*/
	z-index:100;
	position:relative;
	
}

#navbar li {
	float: left;
	display: inline-block;
	background: url(/images/nav-spacer.gif) right no-repeat;
}

#navbar li a {
	display: inline-block;
	height: 57px;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
	color: #FFFFFF;
	text-transform: uppercase;
	padding: 0 19px;
	text-decoration: none;
	white-space: pre-wrap;
	text-align: center;
}

#navbar li a:hover {
	background: #eeeeee;
	text-decoration: none;	
	color: #107ea6;
}

#navbar .outer {
	display: table;
	height: 57px;
	position: relative;
	vertical-align: middle;
}

#navbar .outer span {
	display: table-cell;
	position: relative;
	vertical-align: middle;
}

#content {
	width: 962px;
	padding: 9px;
	background: #FFF;
}

#slideshow {
	width: 671px;
	height: 342px;	
	background: url(/images/slideshow-bg.gif) no-repeat;
	padding: 9px;
	position: relative;
}

#slideshow #top {
	position: absolute;
	top: 9px;
	left: 9px;
	z-index:11;
	
}

#slideshow #bottom {
	position: absolute;
	bottom: 9px;
	right: 9px;
	z-index:11;
	
}

#slidethumbs {
	height: 50px;
	position: absolute;
	right: 33px;
	bottom: 0;
	z-index:12;
}

#thumbs {
	position: relative;	
}

#thumbs .thumb {
	background: #FFF;
	padding: 6px;
	border: 1px solid #d6d6d6;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
	height: 36px;
	width: 52px;	
	float: left;
}

#thumbs img, .thumbNav li {
	margin-right: 6px;
}

.thumbNav {
	position: absolute;
	left: 0;
	top: 0; 
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.thumbNav li {
	width: 64px;
	height: 48px;
	float: left;
	padding: 1px;
}

.thumbNav a {
	background: url("/images/1px.png") no-repeat;
	border: 6px solid #FFFFFF;
	height: 36px;
	width: 52px;	
	display: block;
	outline: none;
}

.thumbNav a.cur {
	border: 6px solid #44afd1;	
}

.thumbNav span {
	overflow:hidden;
	font-size:0;
	line-height:0;
	text-indent:-400px;
}

#main-col {
	width: 689px;
	float: left;
}

#main-col .pad {
	padding: 20px;	
}

#right-col {
	width: 273px;
	float: right;
}

#sidebar_form {
	margin: 0;
	padding: 32px 27px 0 28px;
	width: 218px;
	height: 328px;
	background: url(/images/right-col-box.jpg) no-repeat;	
}

#sidebar_form h2 {
	color: #9b7d58;
	height: 28px;
	margin-bottom: 14px;
}

#sidebar_form ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar_form ul li {
	margin-bottom: 5px;	
}

#sidebar_form .field {
	height: 17px;
	width: 198px;
	background: url(/images/form-field-bg.gif) no-repeat;
	margin: 0;
	border: 0 none;
	color: #454545;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px 10px;
	line-height: 17px;
}

#sidebar_form .textarea {
	height: 75px;
	width: 198px;
	background: url(/images/form-textarea-bg.gif) no-repeat;
	margin: 0;
	border: 0 none;
	color: #454545;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px 10px;
	line-height: 17px;
}

#sidebar_form #submit {
	height: 33px;
	width: 146px;
	background: url(/images/survey-submit.gif) no-repeat;	
	overflow: hidden;
	text-indent: -999px;
	font-size: 0;
	display: block;
	line-height: 0;
	border: none 0 !important;
	cursor: pointer;
	padding: 0;
	float: right;
	margin-top: 8px;
}

#trusted {
	margin: 0;
	padding: 32px 27px 0 28px;
	width: 218px;
	height: 328px;
	background: url(/images/trusted-bg.jpg) no-repeat;	
	color: #535353;
}

#home-content {
	width: 270px;
	float: left;	
}

#home-content h1 {
	background: url(/images/home-h1-bg.gif) bottom no-repeat;
	padding: 0 9px 3px;	
	margin-bottom: 15px;
}

#home-news {
	width: 321px;
	float: right;
	padding-left: 28px;
	border-left: 1px solid #ebebeb;	
}

#home-news h1 {
	background: url(/images/news-h1-bg.gif) bottom no-repeat;
	padding: 0 9px 3px;	
	margin-bottom: 15px;
}

#home-news ul {
	margin: 0 0 22px 0;
	padding: 0;
	list-style: none;	
	border-bottom: 1px solid #dddddd;
}

#home-news ul li {
	margin-bottom: 10px;
	padding-bottom: 10px;
	clear: both;	
}

#home-news ul li img {
	float: left;
	margin-right: 10px;	
	margin-bottom: 10px;
}

#news-and-events h3, #news-and-events h3 a {
	color: #107797;	
}

#home-topics {
	width: 321px;
	height: 35px;
	background: url(/images/bkrd-input.jpg) right no-repeat;
	padding: 0;
	margin: 0;
}

#home-topics span {
	color: #107797;
	font-size: 17px;
	display: inline-block;
	float: left;
	width: 60px;	
	line-height: 35px;
}

#home-topics ul li {
	list-style-type: none;
}

#home-topics li {
	width: 251px;
	height: 15px;
	display: inline-block;
	overflow: hidden;
	padding: 9px 5px;
}

#home-topics select {
	background: none;
	border: 0 none;
	font: normal 14px Arial, sans-serif;
	color: #231f20;
	line-height: 15px;
	height: 17px;
	outline: 0;
}

#home-topics option {
	outline: 0;
}

#home-topics #topic {
	width: 206px;
	padding-right: 0;
	padding-left: 14px;
}

#home-topics .field {
	height: 19px;
	color: #231f20;
	font-size: 14px;
	line-height: 19px;
	font-family: Arial, Helvetica, sans-serif;	
	padding-top: 8px;
	padding-bottom: 8px;
	background: none !important;
	border: 0 none !important;
	float: left;
}

/*#header form .field::-webkit-input-placeholder { color:#9c9b9b; }
#header form .field::-moz-placeholder { color:#9c9b9b; }*/

#home-topics .submit {
	width: 41px;
	height: 35px;
	background: transparent url(/images/topic-submit.gif) no-repeat;
	float: left;
	overflow: hidden;
	text-indent: -999px;
	font-size: 0;
	display: block;
	line-height: 0;
	border: none 0 !important;
	cursor: pointer;
	padding: 0;
	margin: 0;
}

#footer-wrapper {
	width: 100%;
	background: url(/images/footer-bg.jpg) top center no-repeat;	
}

#footer {
	width: 980px;
	margin: 0 auto;
}

#footer-links {
	height: 16px;
	color: #FFFFFF;
	line-height: 16px;
	padding: 23px 0;
	list-style: none;
	margin: 0;
	text-align: center;
}

#footer-links li {
	float: left;
	display: inline-block;
	padding: 0 10px;
	border-right: 1px solid #FFF;
}

#footer-links a {
	color: #FFFFFF;
	text-decoration: none;	
	font-size: 15px;
}

#footer-table {
	width: 980px;
	height: 192px;	
	color: #c5dfe8;
}

#footer-table a {
	color: #c5dfe8;	
}

#footer-table h2 {
	color: #FFF;
	font-size: 26px;	
}

#footer-left {
	width: 200px;
	text-align: left;
	vertical-align: middle;	
	padding: 18px 0 0 36px;
}

#footer-middle {
	width: 538px;
	text-align: center;
	vertical-align: middle;	
	padding: 18px 0 0 0;
}

#footer-right {
	width: 181px;
	vertical-align: middle;
	text-align: left;
	padding: 18px 0 0 25px;
}

#copyright {
	color: #51b5d6;
	padding: 10px 30px;	
	font-size: 13px;
}

#copyright span {
	float: right;	
}

#copyright a {
	color: #51b5d6;
}

/******************** STYLES **************************/

.clear {
	clear: both;
}

table {

}

a {
	color: #107797;
	text-decoration: underline;
}

a img {
	border: none;
	border-collapse:c ollapse;
}

a:hover {
	text-decoration: underline;
}

p, ol, ul {
	margin: 0 0 18px 0;
}

blockquote {
	text-align:center;
	display:block;
	margin:5px 0;
	font-style:italic;
}

.alttext1 {
	font-size:		15px;
}

.alttext2 {
	font-size:		18px;
}


.header1 {
	font-size: 26px;
	line-height: 27px;
}

.header2 {
	font-size: 24px;
	line-height: 28px;
}

.header3 {
	font-size: 20px;
	line-height: 24px;
}

h1 {
	font-size: 26px;
	line-height: 27px;
	margin: 0 0 12px 0;
}

h2 {
	font-size: 24px;
	line-height: 28px;
	margin: 0 0 8px 0;
}

h3 {
	font-size: 20px;
	line-height: 24px;
	margin: 0 0 3px 0;
}

h1, h2, h3, h4, .header1, .header2, .header3, .header4 {
	color: #0f7896;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

.header1 a, .header2 a, .header3 a, h1 a, h2 a, h3 a {
	color:		inherit;
	text-decoration:none;
}

.header1 a:hover, .header2 a:hover, .header3 a:hover, h1 a:hover, h2 a:hover, h3 a:hover {
	text-decoration:underline;
}

.image_on_right {
	float:		right;
	margin-left:	20px;
	margin-bottom:	10px;
}

.image_on_left {
	float:		left;
	margin-right:	20px;
	margin-bottom:	10px;
}

.keywords {
	background-color:#EEEEEE;
	border-top:1px solid #DDDDDD;
	border-bottom:1px solid #DDDDDD;
	padding:5px;
}

.sidebar-form label {
	display:		block;
	margin-bottom:	1px;
}

.sidebar-form .sidebar-field {
	margin-bottom:	10px;
}

/* Comments */

.commentContent {
	border-top:1px dotted #999999;
	padding-top:10px;
}

.commentInfo {
	padding-top:4px;
	padding-bottom:10px;
}

/* Calendar */

.cal_header {
	font-weight: bold;
	text-align: left;
	font-size: 14px;
}

.calendar {
	width:100%;
	border: 1px solid #DDDDDD;
	border-collapse: collapse;
}

.calendar td {
	border: 1px solid #DDDDDD;
	vertical-align: top; 
}

.calendar td.today {
	background-color:#FFFFCC;
}

.calendar td.other_day {
	background-color:#FFFFFF;
}

.dayofweek {
	background-color: #333333;
	color:#FFFFFF;
	font-size:13px;
	font-weight:normal;
	padding:2px;
}

.empty_day {
	background-color:#DDDDDD;
}

.highlight {
	background-color: #FFE7D0;
}

.day {
	background-color:#EEEEEE;
	font-size:11px;
	color:#4F4F45;	
	padding:2px;
}

.day_today {
	background-color:#DDDDDD;
	font-size:11px;
	color:#4F4F45;	
	padding:2px;
}

.day a, .day_today a {
	color:#4F4F45;
	text-decoration:none;
}

.calendar hr {
	border: none 0;
	height: 1px;
	border-top: 1px dotted #B9B9A2;
}

.gray {
	color:#CCCCCC;
}

.author {
	font-weight:normal;
}

.author a {
	color:#000000;
	text-decoration:none;
}

.author a:hover {
	text-decoration:underline;
}

.error {
	text-align:left;
	padding:6px;
	background-color:#FFFFCC;
	border:solid #FFCC33 2px;
}

#comment_body {
	width:100%!important;
	}

#comments table td {
	padding-bottom:11px;
	}