/***********************IMPORT*****************************************/
@import "main/gallery.css";
@import "main/promo.css";
@import "main/menu.css";
@import "main/social.css";
@import "main/forms.css";
@import "main/footer.css";
@import "main/donate.css";
@import "main/events.css";
@import "editor.css";

/**********************DEFAULT LAYOUT CSS******************************/

a:link, a:visited, a:active{
	text-decoration:none;
	outline: none;
}

/*DESIGN SPECIFIC LAYOUT*/

.logo {
	display:block;
	float:left;
}

.breadcrumbs {
	width:770px;
	margin-left:5px;
}

div.pane {
	width:950px;
	height:450px;
	overflow:hidden;
	position:absolute;
	left:50%;
	top:102px;
	margin-left:-475px;
	background:#000;
}

.footer {
	position:absolute;
	width:100%;
	z-index:20;
	height:45px;
	bottom:0px;
	background:#000;
	font-size:0.8em;
	color:#fff;
}

.content {
	float:left;
}

#map_canvas {
	width:550px;
	height:200px;
	border:1px solid #000000;
}

/****************************GRID CONTENT********************************/

ul.elements {
	width:4000px;
	height:2000px;
	margin:0px;
	padding:0px;
	float:left;
	background-repeat:no-repeat;
	list-style:none;
}

ul.elements li {
	margin-left:0px;
	width:960px;
	height:440px;
	position:relative;
	padding-top:10px;
	float:left;
}

/*********************** DEFAULT LAYOUT CLASSES *************************/

.icon {
	vertical-align: middle;
}

.highlight {
	font-weight:bold;
}

.titles {
	width:100%;
	float:left;
}

.title, .headline {
	display:block;
	float:left;
	font-size:15pt;
	text-transform:uppercase;
	letter-spacing:-0.05em;
	background:#595959;
	padding:5px 10px 5px 5px;
	margin-right:5px;
	color:#000;
}

.contentBox {
	clear:both;
	display:block;
	float:left;
	width:500px;
	height:400px;
}

.contentPopup {
	display:block;
	float:left;
	width:580px;
}

.contentBoxWide {
	clear:both;
	display:block;
	float:left;
	width:900px;
	height:400px;
}

.align-right {
	text-align:right;
}

.pad5 {
	padding:5px;
}

.contact_form {
	padding:10px;
}

#latest-news {
	width:202px;
	margin:5px;
}

.more-link {
	display:block;
	text-align:right;
	margin:6px 0px 0px 0px;
}

.focus-more {
	display:block;
	margin:0px 0px 0px 0px;
}

.news-item {
	margin-top:5px;
}

.searchLink {
	font-weight:bold;
}

a.news-link:link, a.news-link:visited, a.news-link:active {
	text-decoration:none;
}

a.news-link:hover {
}

a.more-link:link, a.more-link:visited, a.more-link:active {
	text-decoration:none;
}

a.more-link:hover {
}

#newsletter {
	font-size:8pt;
	width:202px;
	margin:5px;
}

#subscribe {
	display:none;
}

#factbox {
	width:202px;
	text-align:center;
}

.focus, .focus-simple {
	width:270px;
	margin:10px 0px 10px 10px;
	float:left;
}

.focus-simple {
	width:780px;
}

.imgblocks {
	margin:8px;
	float:left;
}

.download {
	position:relative;
	width:170px;
	height:129px;
}

.cmbDownloads {
	position:absolute;
	left:8px;
	top:55px;
	width:155px;
}

.focus-box {
	height:45px;
	margin:7px 5px 0px 0px;
}

.focustxt {
	width:200px;
}

.focusthumb {
	padding:0px 5px 5px 0px;
}
/****************SCROLLPANE*********************/


.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #0b0629;
}
.jScrollPaneDrag {
	position: absolute;
	background: #2b0154;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}
