@charset "utf-8";
/****************************
** DESIGNTOO CMS FRONT END **
* GLOBAL LAYOUT STYLESHEET *
****************************/

/*---------- Import External Sheets ----------*/
@import "cms_global_typography.css";
@import "cms_publicMenu_HORIZONTAL.css";
@import "cms_search.css";
@import "lightboxEx.css";


/*---------- Global Layout ----------*/
* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #000;
	z-index: 1;
	}
	
#wrapper {
	position: relative;
	background-color: #201f20;
	width: 1100px;
	height: auto;
	margin: 0 auto;
	border: 0;
	}
	
#topbar {
	width: 1100px;
	height: 32px;
	background-color: #000;
}

#bannerPhotos {
	width: 1100px;
	height: 300px; /*was 450*/
	background-color: #999;
	border: 0;
	z-index: 1;
	overflow: hidden;
}

#midbar {
	width: 1100px;
	height: 32px;
	background-color: #000;
}

#mainContent {
	width: 1100px;
	height: auto;
	/*background-image: url(../images/site_template/cms_rightContent_bkg.gif);*/
	background-image: url(../images/site_template/cms_rightContent_bkg2.gif);
	background-position: 0 0;
	background-repeat: repeat-y;
}
	
#pageFooter {
	width: 1100px;
	height: 32px;
	background-color: #000;
	text-align: right;
	clear: both;
}


/*---------- Sub Layout ----------*/
#mainNav {
	width: auto;
	height: auto;
	padding-top: 3px;
	z-index: 9;
}

#breadcrumb {
	margin-top: 12px;
}

#siteLogo {
	position: absolute;
	width: 72px;
	height: 208px;
	top: 78px; /*was 140*/
	left: 0;
	background-image: url(../images/site_template/cms_logo.png);
	background-position: top left;
	background-repeat: no-repeat;
	overflow: hidden;
}

#mainContentLeft {
	width: 790px; /*was 640*/
	height: auto;
	padding: 0px;
	float: left;
}

#mainContentLeft1 {
	width: 710px; /*was 398*/
	height: auto;
	padding: 0px 40px;
	float: left;
}

#mainContentLeft2 {
	width: 162px;
	margin-top: 112px;
	height: auto;
	padding: 0px;
	float: left;
}

#mainContentRight {
	width: 210px; /*was 360*/
	height: auto;
	padding: 30px 50px;
	float: right;
	border: 0;
}



/*---------- Module Layout ----------*/
#bannerPhotoCaption {
	position: relative;
	width: 300px;
	height: 24px;
	margin-left: 10px;
	padding-top: 8px;
	float: left;
}

#donateButton {
	position: relative;
	width: 100px;
	height: 24px;
	margin-left: 10px;
	padding-top: 8px;
	float: left;
}


#addThis {
	position: relative;
	width: 100px;
	height: 24px;
	margin-left: 10px;
	padding-top: 8px;
	float: left;
}

#paymentIcons {
	position: relative;
	width: 250px;
	height: 24px;
	margin-left: 10px;
	padding-top: 8px;
	float: left;
}

#liveSearch {
	position: absolute;
	display: block;
	width: 270px;
	height: auto;
	right: 0;
	margin-top: 5px;
	margin-right: -34px;
	z-index: 8;
}

#map_canvas { /*  Google Map  */
	border: 1px solid #111;
	margin-bottom: 20px;
}

#newsFlash {
	width: auto;
	height: auto;
}

#pageNewsContent {
	margin-top: 30px;
}

#pagePhotos {
	width: 162px;
	height: auto;
	margin-top: 12px;
	padding: 0px;
	float: right;
}

#skypeStatus {
	position: relative;
	width: 300px;
	height: 24px;
	margin-left: 40px;
	padding-top: 8px;
	float: left;
}


/*---------- Module Classes ----------*/
.pageNewsItem {
	display: block;
	margin-bottom: 20px;
}

.photoThumbnail {
	border: 1px solid #aaa;
	margin-right: 7px;
	margin-bottom: 7px;
	float: left;
}

.cms_linebreak {
	position: relative;
	display: block;
	width: auto;
	height: 1px;
	border-bottom: 1px dashed #555;
	margin-top: 6px;
	margin-bottom: 12px;
}


/*---------- Misc Classes ----------*/
.clear {
	clear: both;
}

.right {
	float: right;
}

.left {
	float: left;
}

.breadcrumbDivider {
	margin: 0 5px;
	border: 0;
}

#twitter-follow {
	border: 0;
	position: fixed;
	top: 200px;
	right:0;
}


