html {
   height: 100%;
}

body {
    background-color: #4d4d4d;
    background-image:url('img/bg_body.png');
	background-position: top left;
    background-repeat:repeat-x;
	font-family: sans-serif;
	font-size: 9pt;
	margin: 0px;
    height: 100%;
    height: 100%;
}

a:link {
	color: #000;
}

a:visited {
	color: #333;
}

a.cb {
    border: none;
}

h1 { font-weight: 400; font-size: 40px; }
h2 { font-weight: 400; font-size: 30px; }
h3 { font-weight: 400; font-size: 20px; }

#wrapper {
    display: block;
    min-width: 960px;
    max-width: 85%;
    min-height: 100%;
    background-color: #fff;
    margin: auto;
}

#front_Logo {
	position: absolute;
	top: 0;
	left: 50%;
    margin-left: -128px;
    width: 250px;
}

#Logo {
    position: absolute;
    left: 83px;
    top: 0;
    width: 200px;
}

#header {
	display: block;
	width: 100%;
	/*height: 583px;*/
	background-image: url(img/bg_header.png);
	position: relative;
    border-top: solid 10px #000;
}

.pageHeader {
    /*height: 270px !important;*/
}

#columnLeft {
    position: absolute;
    left: -95px;
    top: 0;
}

#columnRight {
    position: absolute;
    right: -95px;
    top: 0;
}

.semiTransparent {
    opacity: .5;
}

#homeIcon {
    position: absolute;
    top:0;
    left: 0;
    width:68px;
    height:52px;
    border: 0 none;
    z-index: 10;
}

#share42 {
    display: block;
    position: absolute;
    top:10px;
    left: 284px;
    width: 300px;
    opacity: 0.7;
}

#share42:hover {opacity: 1}

/* SLIDES */

#slides_wrapper {
	display: block;
    position: absolute;
    top: 30px;
    right: 0;
	width:50%;
    height: 570px;
}

#front_Slides {
	display: block;
	width: auto;
    height: 100%;
    padding: 0 120px 0 150px;
}

#front_Slides > .slide {
	display: block;
    float: right;
    width: 48%;
    margin: 2px;
}

#page_Slides {
    display: block;
    width: 70%;
    min-width: 400px;
    margin-left: 350px;
}

#page_Slides > .slide {
    display: block;
    float: left;
    width: 21%;
    margin: 1%;
}

.slide img {
	border: 0;
	width:100%;
}

/* SLIDES END */


.frontCol {
    width:33.333333%;
    float: left;
}

.cTitle {
    width: 100%;
    height: 40px;
    background-color: #000;
    color: #fff;
    font-size: 16pt;
    text-align: center;
}

#iconHome {
	position: absolute;
	top: 43px;
	left: 100px;
	border: 0 none;
}

/* Menu */

#frontMenu {
   display: block;
	position:absolute;
	top: 20px;
	left: 100px;
	width: 230px;
  font-size: 8pt;
}

#pageMenu {
	display: block;
	position:absolute;
	top: 283px;
	left: 77px;
	width: 208px;
 font-size: 8pt;
}

.submenu1 {
    margin: 0;
    padding: 0;
}
.submenu2 {
	margin: 0;
    padding: 0 0 7px 15px;
}

/* Page content */

#Content {
	margin: 20px 10px 10px 310px;
}

#breadcrumbs {
	text-align: right;
	padding: 35px 140px 0 615px;
	color: #fff;
	font-size: 10px !important;
	line-height: 12px;
}

#breadcrumbs a:link, #breadcrumbs a:visited {
	color: #fff;
	white-space: nowrap;
}

/*fix tabs style */

#tabs.ui-widget-content {
	background: none !important;
}

.ui-tabs-panel {
	color: #000 !important;
	font-size: 9pt;
}



.contentTabs {
	min-height: 500px;
}

.contentTabs > ul > li {
	font-size: 16px;
}

/* - Gallery ------- */

.Thumb {
    display:block;
    position: relative;
    float:left;
    width:160px;
    height:190px;
    margin:10px 10px 0 10px;
    font-size:10px;
    line-height: 12px;
    text-align:center;
}

.thumbImage {
	display: block;
	width: 145px;
	height: 145px;
	margin: 7px;
    background-position:center;
    background-repeat:no-repeat;
}

.galleryThumbImage {
    display: block;
    width: 145px;
    height: 145px;
    margin: 7px;
    background-position:center;
    background-repeat:no-repeat;
}

.videoThumb {
	display:block;
	position: relative;
    float:left;
    width:145px;
    height:190px;
    margin:10px 10px 0 10px;
    font-size:10px;
    text-align:center;
}

.videoThumbImage {
	display: block;
	width: 145px;
	height: 145px;
	margin: 7px;
	background-color: #000;
    background-position:center;
    background-repeat:no-repeat;
	background-size: cover;
}

.mediaFrame {
	position: absolute;
	top:0;
	left:0;
	z-index: 10;
}

.gallerysampleThumb {
    display:block;
    float:right;
    width:160px;
    height:160px;
    margin:10px 10px 0 10px;
    background-size:145px;
    background-position:center 7px;
    background-repeat:no-repeat;
}

/* ---------- News ---------------- */

.newsInterval {
    border-top: dashed 1px #bbb;
    text-align: center;
    margin-bottom: 20px;
}

.newsListItem {
    width: 100%;
}

.newsListItem img {
    float: left;
    margin: 0 20px 10px 0;
    border: solid 1px #bbb;
}

.newsListDate {
    font-weight: bold;
}



.newsItem h1 {
    font-size: 20pt;
}

.newsItemImage {
    float: right;
    margin: 20px;
    max-width: 50%;
}

.newsItemDate {
    margin: 10px;
}

.newsItemLead {
    display: block;
    width: 45%;
    padding-bottom: 15px;
    margin: 0 0 15px 40px;
    font-size: 11pt;
    border-bottom: dashed 1px #bbb;
}

/* Events */

.eventPosterThumb {
	float: left;
	margin: 0 20px 20px 0;
	width:140px;
}

.cutLine {
	width:100%;
	margin: 20px 0;
	text-align: center;
	font-size: 8pt;
	border-top: dashed 1px #777;
}

.cutLine span {
	background-color: #ccc;
	padding: 3px 5px 5px 5px;
}

.pastEvent {
	opacity: .4;
}

.pastEvent:hover {
	opacity: 1;
}

/* --- Admin ------ */

#door {
    position:absolute;
    top: 5px;
    right: 5px;
}

#door a, #door img {
    border: 0;
}

#admPanel22 {
    display:block;
    position:absolute;
    top:0px;
    right:25px;
    padding: 0px 10px 10px 10px;
    background-color: #999;
    opacity: .7;
    border: solid 1px #fff;
    overflow: hidden;
}

#admPanel22 a:link, #admPanel22 a:visited {
    color:#000;
}

/* UI fixes */

.ui-tabs .ui-tabs-nav li {
    font-size: 12pt;
}

/* UTILITY CLASSES */

.eight { font-size: 8pt; }

.nounderline { text-decoration: none; }

.Aable { cursor: pointer; }

.bold { font-weight: bold; }

.hide { display: none; }

.pad10 {
	padding:10px;
}

.spaceAfter {
    margin-bottom:20px;
}

.black {
    color:#000;
}

.pinkFill {
	background-color: #FFE4E7;
}

.rounded {
	border: solid 1px #999;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}

.center {
	text-align:center;
}
.big {
	font-size:18pt;
}
.ajaxTriggerDiv {
	display:block;
	padding:5px;
	border:solid 1px #999;
	font-style:italic;
}
.crosshair { cursor:crosshair; }

.plainlink {
	border-bottom:0px !important;
}

.clickable { cursor: pointer; }

.blockLink {
	display: inline-block;
	margin: 10px;
	padding: 5px;
	border: solid 1px #fff;
	color: #fff;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.normalTable {
	border: 0;
}

.normalTable td {
	padding: 8px;
}

.ruledTable {
	
}

.ruledTable td {
	border: solid 1px #999;
	padding:5px;
	text-align:left;
	width:auto;
	height:auto;
}

.ruledTable th {
    text-align:center;
    font-weight:bold;
    padding:5px;
}

.allwide { width:100%; }
.prettywide { width:75%; }
.halfwide { width:50%; }

.maxHalf { max-width: 50%; }

.iblockHeader {
	text-align: center;
	font-weight:bold;
	font-size:14px;
	padding: 5px;
}

.whiteBlock {
	display: block;
	width: 100%;
	margin-left: 10px;
	background-color: #fff;
}

.hiliteRow {
	background-color: #f77;
}

.clear {
    clear: both;
}

/* Media qieries */

/* 1 Column */

@media screen and (min-width:500px) {
	#front_Slides > .slide {
		width: 64%;
		margin: 1px;
		/*padding-bottom: 64%;*/
	}
}

/* 2 Column */

@media screen and (min-width:1100px) {
	#front_Slides > .slide {
		width: 48%;
		margin: 2px;
		/*padding-bottom: 48%;*/
	}
}