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

body, pre {
	font-family: Helvetica, Arial, Sans-Serif;
	color:#333333;
	font-size:14px;
}

h1 {
	margin:0;
	color:#999999;
	font-weight:100;
}

h3 {
	margin:0;
}

h4 {
	margin:0;
	color:#88A649;
}

h5 {
	margin:0px;
	font-weight:normal;
	font-style:italic;
	color:#2F4159;
}

h6 {
	margin:0;
	font-size:1em;
	font-weight:bold;
	text-align:right;
}

hr {
	color:#CCCCCC;
	background-color:#CCCCCC;
	height:1px;
	border:0;
	margin:20px 0 20px;
}

small {
	color:#669900;
	font-weight:normal;
}

a {
	color:#333333;
	cursor:pointer;
}

a:hover {
	color:#666666;
}

img {
	border:none;
}

form {
	margin:0;
}

dt {
	font-size:1.1em;
	color:#88A649;
	font-weight:bold;
}

dd {
	padding:8px 0 8px 0;
	margin-left:20px;	
	border-bottom:1px solid #efefef;
}

dd a {
	text-decoration:none;
	display:block;
}

dd a:hover {
	background:right url(../images/bg.bullet.png) no-repeat;
}

dl.menu {
	width:250px;
}

.padtop {
	padding-top:1em;
}

/* TOP NAV MENU */

ul.nav {
	padding:0;
	margin:0;
	list-style:none;
}

.nav li {
	margin:1px;
	font-weight:normal;
	padding:0 0 0 15px;
	float:right;
	font-size:11px;
}

.nav a {
	color:#FFFFFF;
	text-decoration:none;
}

.nav a:hover {

}

/* TOP MENU */

ul.topmenu {
	padding:0;
	margin:0;
	list-style:none;
}

.topmenu li {
	margin:0 1px 0 0;
	padding:12px 0 0 0;
	float:right;
	width:132px;
	height:48px;
	background:url(../images/bg.topmenu.png) no-repeat;
	font-size:11px;
	cursor:pointer;
}

.topmenu li div {
	text-align:center;
}

.topmenu h2 {
	color:#88A649;
	font-size:18px;
	font-weight:normal;
	margin:0 auto;
	text-align:center;
}

.topmenu-child {
	position:absolute;
	margin:15px 0 0 -41px;
	background:none;
	display:none;
	list-style:none;
	z-index:200;
	cursor:pointer;
}

.topmenu-child a {
	font-size:1.1em;
	color:#666666;	
	margin:0;
	margin-left:10px;
	text-decoration:none;
	cursor:pointer;
	display:block;
}

.topmenu-child a:hover {
	color:#999999;
}

.topmenu-child li {
	background:url(../images/bg.topmenu-child.png) center no-repeat;
	width:215px;
	height:15px;
	padding:5px;
	float:none;
	font-weight:bold;
	font-size:0.9em;
	cursor:pointer;
	margin:0px;
}

.topmenu-child.right {
	margin-left:-132px;
}

.topmenu-child li.base {
	background:url(../images/bg.topmenu-child.png) bottom no-repeat;
	height:5px;
}

.topmenu-child li.top {
	background:url(../images/bg.topmenu-child.png) top no-repeat;
}

/* LEFT CONTENT MENU */

ul.menu {
	padding:0;
	list-style:none;
	width:200px;
	border-top:4px solid #2F4159;
	margin:0;
}

ul.menu li {
	margin:0 0 1px 0;
	padding:0;
	background:url(../images/bg.menu.png) no-repeat;
	height:31px;
	border-right:#E7E7E7 solid 1px;
	border-bottom:#E7E7E7 solid 1px;
	line-height:2em;
	text-align:right;
}

ul.menu li.bot {
	background:url(../images/bg.menu-base.jpg) no-repeat;
	height:179px;
	border-bottom:none;
}

ul.menu a {
	display:block;
	padding:0 15px 0 0;
	text-decoration:none;
}

ul.menu a:hover {
	color:#88A649;
}

ul.menu .selected {
	background:none;
	border-right:none;
}

/* FOOTER/SITE MAP MENU */

.footer ul, #map .contents ul {
	margin:10px 40px 0 0;
	padding:0;
	list-style:none;
}

.footer li, #map .contents li {
	padding:0;
	background:none;
	line-height:1.1em;
}

#map .contents a {
	color:#CCC;
	text-decoration:none;
}
#map .contents a:hover {
	color:#FFF;
}

/* END MENUS */

.footercontent div, #map .contents div {
	float:left;
}

.footercontent .copy {
	float:right;
}

.headers {
	background:#333;
	color:#FFF;
}

.headers td {
	padding:7px 7px 5px 5px;
	border-bottom:1px #88A649 solid;
}

a.fatty span, a.send span {
	display: none;
}

a.fatty {
	background-position: top left;
	background-repeat: no-repeat;
	display: block;
	width: 141px;
	height: 35px;
	outline: none;
	margin-top:10px;
}

a.fatty:hover {
	background-position: center left;
}

a.fatty:active {
	background-position: bottom left;
}

.add {
	background-image:url(../images/bg.addnew.png);
}

.send {
	background-image:url(../images/bg.sendnow.png);
}

.newtopic {
	background-image:url(../images/bg.newtopic.png);
}

input, .input {
	width:200px;
	padding:3px;
}

textarea {
	font-family:Helvetica, Arial, sans-serif;
	padding:5px;
	font-size:0.8em;
	height:100px;
	min-height:100px;
	width:400px;
}

.half {
	width:100px;
}

.short {
	width:30px;
}

input.button {
	width:auto;
}

input.checkbox {
	width: 20px;
	border:none;
}

table {
	width:100%;
	border:none;
	margin:15px 0 15px 0;	
}

table.fixwidth {
	width:auto;
}

td {
	padding:5px;
}

.cancel {
	margin-left:25px;
	font-weight:bold;
	font-size:0.8em;
	text-decoration:none;
	cursor:pointer;
}

.data-entry a {
	text-decoration:none;
	color:#88A649;
}

#message {
	display:none;
	background-color:#FFFFFF;
	color:#FFF;
	padding:10px;
	border:1px #ccc solid;
	margin-bottom:10px;
}

#message ul {
	margin:0;
}

#message li {
	clear:left;
	margin-right:10px;
	list-style:square;
	background:none;
}

.ajax-loader {
	background:url(../images/ajax-loader.gif) no-repeat;
	height:25px;
	padding-left:35px;
	font-weight:bold;
	font-size:small;
	line-height:2em;
}

#overlay span.ajax-loader  {
	background:url(../images/ajax-loader.gif) no-repeat 50% 50%;
	display:block;
	height:300px;
	padding:50px;
}

.midbox {
	width:290px;
	float:left;
	margin:5px;
	font-size:0.9em;
}

.midbox a {
	padding-top:5px;
	display:block;
	text-decoration:none;
}

.midbox p {
	margin:0 0 1em 0;
}

.icast {
	background:url(../images/bg.icast.jpg) top center no-repeat;
}

.icast div {
	margin:70px 0 0 25px;
	width:175px;
	font-weight:bold;
}

.icast ul {
	margin:10px 0 0 0;
	padding:0;
}

.icast li {
	list-style:none;
	padding-left:10px;
	line-height:1.5em;
	background:url(../images/bullet.png) left center no-repeat;
}

.icast2 {
	background:url(../images/bg.icast2.jpg) top center no-repeat;
}

.icast2 ul {
	margin:0;
	padding:40px 0 0 0;
}

.icast2 li {
	list-style:none;
	padding-left:10px;
	line-height:1.1em;
}

.icast2 a {
	text-decoration:none;
}

.newsletter div, .newsletter input {
	margin-top:7px;
}

.map-open {
	border:1px dashed #666666;
	border-top:none;
}

#map .close {
	float:right;
	height:20px;
	background:url(../images/icon.close.png) no-repeat left top;
	padding:4px 0 0 30px;
	cursor:pointer
}

.search {
	clear:right;
	width:200px;
}

.left {
	float:left;
}

.right {
	float:right;
}

.welcome h1 {
	padding-top:15px;
}

.logout {
	text-decoration:underline;
	cursor:pointer
}

.admin {
	background:url(../images/bg.admin2.png) no-repeat;
	padding-left:45px;
}
.admin h1 a {
	text-decoration:none;
}

a.toggle {
	font-size:0.9em;
	color: #2F4159;
	font-weight:normal;
	text-decoration:none;
}

.processing {
	background-color:#EFEFEF;
	font-size:0.9em;
	margin-right:10px;
	padding:10px;
	border:3px solid #CCCCCC
}

.email-results td {
	padding:0
}

.categories {
	margin: 10px 0 10px 0;
}

.categories a {
	font-size:0.8em;
	text-decoration:none;
	font-weight:bold;
}

.categories div {
	background:#FFF;
	padding:0;
	margin:0;
}

.categories .cat {
	margin:1px;
	padding:0.5em;
	background:#F7F7F7
}

.categories .cat h4 {
	cursor: pointer;
	padding-left:18px;
	width:600px;
}

.categories .delete {
	font-size:0.8em;
	margin-top:-20px; 
	background:none;
	float:right;
	z-index:30000;
}

/* Breadcrumb Trail */
ul#crumbs {
	margin:0;
	padding:0 0 35px 0;
	font-size:0.9em;
}
ul#crumbs li {
	list-style:none;
	float:left;
	margin-right:10px;
	padding-left:10px;
	background:url(../images/bullet.png) no-repeat left center;
}
ul#crumbs a {
	color:#88A649
}

tr.flag {
	background:#000;
	color:white;
}
tr.flag a {
	color:white;
}

.photos, .staff {
	position:relative;
	width:400px;
}

.fileUploadQueueItem .thumb {
	position:relative;
	padding-left:85px;
	height:56px;
}

.photos .thumb, .column-left .thumb, .column-right .thumb {
	position:relative;
	margin:0 0 5px;
	width:80px;
	height:56px;
	float:left;
}

.thumb .img {
	position:absolute;
	top:0; left:0;
	width:75px;
	height:56px;
	background-position:50% 50%;
}

.thumb .overlay {
	position:absolute;
	top:0; left:0;
	width:75px;
	height:56px;
}

.photos .thumb .overlay, .column-left .thumb .overlay, .column-right .thumb .overlay {
	background:url(../images/bg.thumbwhite.png) no-repeat;
}
.fileUploadQueueItem .thumb .overlay {
	background:url(../images/bg.thumb.png) no-repeat;
}

.photos .thumb .overlay:hover {
	background:url(../images/bg.thumbdelete.png) no-repeat;
	cursor:pointer
}

.photos .thumb .nodelete:hover {
	background:url(../images/bg.thumbwhite.png) no-repeat;
	cursor:auto
}

.column-left {
	width:390px;
	float:left;
	padding-top:0;
	margin-bottom: 4em;
}

.column-right {
	position:relative;
	width:240px;
	border-top: 4px solid #CCCCCC;
	float:right;
}

.column-right.notop {
	border-top:none;
}

.column-right h4 {
	line-height:2em;
	color:#333333;
	margin:0 0 15px 0;
	padding-left:10px;
	border-bottom:1px solid #efefef;
}

.column-right .bluebox {
	position:relative;
	margin-top:20px;
	background:#E5F6FD;
	padding:10px;
	border:#CCCCCC 1px solid;
	font-size:0.8em;
	color:#666666
}

.column-right .bluebox img {
	position:absolute;
	right:-1px;
	top:-1px;
}

.subcontent .right {
	font-size:0.8em;
}

.column-right .bluebox ul,
subcontent .right ul {
	padding-left:10px;
	margin-left:0
}

.column-right .bluebox li,
subcontent .right li {
	padding:6px 2px 3px 2px;
	list-style:none;
	border-bottom:1px dashed #CCCCCC
}

.column-right .bluebox a,
.subcontent .right a {
	text-decoration:none;
	font-weight:bold;
	display:block;
}

.column-right .bluebox a:hover,
subcontent .right a:hover {
	color:#88A649;
}

.bluebox td, .bluebox tr, .bluebox table {
	margin:0;
	padding:0;
}

/* Polaroid Overlay*/
.polaroid {
	position:relative;
	height:305px;
}

.polaroid .img {
	position:absolute;
	top:0; left:0;
	margin:25px 0 0 20px;
	width:216px;
	height:216px;
	overflow:hidden;
}

.polaroid.horizontal img {
	margin-left:-15%
}

.polaroid.vertical img {
	margin-left:0
}

.polaroid .overlay {
	position:absolute;
	top:0; left:0;
	width:255px;
	height:286px;
	background:url(../images/bg.polaroid.png) no-repeat;
}

.polaroid .name {
	position:absolute;
	top:0; left:0;
	margin:245px 0 0 70px;
	height:30px;
	width:200px;
	font-family:Lucida Console, Monaco, monospace;
	font-size:0.8em;
}

.staff a {
	text-decoration:none;
}

.events {
	position:relative;
}

.events .detail a, .detail a {
	text-decoration:none;
	display:block;
	width:100%;
	background:right url(../images/bg.go.png) no-repeat;
}

.events .downloads a {
	text-decoration:none;
	display:block;
	width:100%;
	height:40px;
	padding-left:42px;
	line-height:3;
	background:url(../images/media.pdf.png) no-repeat;
}

.events .weekday {
	position:absolute;
	top:-4px;
	right:0;
	color:#CCCCCC;
	font-size:1.2em;
	font-family:Lucida Sans Unicode, Lucida Grande, sans-serif;
}

.media {
	line-height:1.2;
	padding:12px 0 5px 37px;
	font-size:0.9em;
}

.media.photo {
	background:url(../images/media.photo.png) no-repeat top left;
}

.media.video {
	background:url(../images/media.video.png) no-repeat top left;
}

.media.audio {
	background:url(../images/media.audio.png) no-repeat top left;
}

.media.files {
	background:url(../images/media.files.png) no-repeat top left;
}

.rss {
	background:url(../images/logo.rss.png) no-repeat;
	display:block;
	padding-left:20px;
	line-height:1.7;
}

.iTunes {
	background:url(../images/logo.podcast.png) no-repeat;
	display:block;
	padding-left:20px;
	line-height:1.7;
}

.download {
	background:url(../images/bg.down_arrow.png) no-repeat;
	display:block;
	padding-left:20px;
	line-height:1.2;
}

#contactus textarea {
	width:200px;
}