
/* Classic Web Builder Structure // CSS by WebComm */




form {
	position: relative;
	background-image: url('');
	background-repeat: repeat-x;	
	width: 960px;
	margin: 0px auto;
	margin-bottom: 30px;
	background-color: #fff;
}


#top {
	height: 126px;
	width: 100%;
	background-color: #fff;
}


.WBTopBannerLogoArea {
	float: left;
	max-width: 260px;
	display: inline-block;
	height: 90px;
	padding-left: 10px;
	vertical-align: middle;
}

.WBTopBannerLogoArea img {
	max-height: 70px;
	margin-top: 10px;
	max-width: 260px;
}

#ctl00_cphTopBanner_lblTopBannerLogoHeading {
	max-height: 70px;
	margin-top: 10px;
	max-width: 260px;
	float:left;
	padding-left: 5px;
}

.WBTopBannerHeadingArea {
	float: left;
	max-width: 300px;
	display: inline-block;
	height: 70px;
	vertical-align: middle;
	padding-top: 20px;
}

.WBContentAreaThumbItem {
	float: left;
	margin-right: 10px;	
}

.WBTopBannerImageArea {
	float: right;
	max-height: 90px;
	max-width: 700px;
}

.WBTopBannerImageArea img {
	max-width: 700px;
	max-height: 90px;
}

#content-bodywrapper {
	float: left;
	width: 100%;
	background-color:#fff;
}


#content-wrapper {
    background-color: #FFFFFF;
    background-image: url("image/content-bg.gif");
    background-repeat: repeat-y;
    float: left;
    width: 100%;
}

#content-main {
    float: left;
    margin: 0 0 20px 150px;
    padding: 20px;
    width: 755px;
	min-height: 300px;
	background-color: #FFFFFF;
	background-image: url('images/solid-shadow.gif');
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#content-main img {
	max-width: 755px;
}


#sidebar {
    float: left;
    left: 0;
    margin-left: -100%;
    position: relative;
    width: 150px;
    z-index: 10000;
}

#sidebar img {
	max-width: 150px;
}

.WBContentAreaFeatureItem {
	clear: both;
	padding-bottom: 20px;
	float: left;
	width: 755px;
}

.WBContentAreaItem {
	clear: both;
	margin: 10px 0px 10px 0px;
	float: left;
	width: 755px;
}


.WBFooterButtonArea input:hover {
	cursor: pointer;
	opacity: 0.6 !important;
	filter: alpha(opacity=60) !important;	
}


img.WBParaImageRight  {
	float: right;
	padding-left: 20px;
}


img.WBParaImageLeft  {
	float: left;
	padding-right: 20px;
}


#footer-wrapper {
	float: left;
	clear: left;
	width: 100%;
	
}

#DevelopedByFooter {
	background-color: #EBEBEB;
	background-image: url('images/develop-bg.gif');
	background-repeat: repeat-x;
	float: left;
	clear: both;
	width: 100%;
}

#footer {
	padding: 20px;
	width: 920px;
	float: left;
	width: 920px;
}

#DevelopedBy {
	text-align: center;
	font-size: 10px;
	width: 300px;
	margin: 0px auto;
	height: 50px;
	line-height: 50px;
}


#DevelopedByWebCommLink {
	width: 100px;
	float: left;
}

#DevelopedByText {
	width: 60px;
	float: left;
}

#DevelopedByLink {
	width: 60px;
	float: left;
}






#top input#ctl00_cphTopBanner_btnExitPreview {
	top: 0;
	right: 0;
	position: absolute;
	width: 120px;
	background-image: url('images/cross-button.png');
	background-repeat: no-repeat;
	background-position: 90px 13px;
	padding-right: 40px;
	padding-left: 20px;
	background-color: #111;
	border: 1px solid #444;
	color: #fff;
	margin-top: 0px;
	height: 40px;
	font-size: 11px;
	z-index: 1000000;
}

#top input#ctl00_cphTopBanner_btnExitPreview:hover {
	background-color: #333;
	cursor: pointer;
}






/* Thumbnail Stylin' */

.WBContentAreaParaThumb img {
	max-height: 100px;
}




/* LightBox Stylin' */

#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0 ;
	z-index: 1000000000000000000000000;
	width: 100%;
	height: 800px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100000000000000000000000000;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 68%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}


