@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;

	Inspiration from "Responsive Web Design" by Ethan Marcotte
	http://www.alistapart.com/articles/responsive-web-design

	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 87.36%;
	padding-left: 1.82%;
	padding-right: 1.82%;
	overflow: hidden;
}
#TopBanner {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background:rgb(255,255,255);
	background: transparent\9;
	background:rgba(255,255,255,0.8);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccFFFFFF,endColorstr=#ccFFFFFF);
	zoom: 1;
	text-align: center;
}
#NewsContainer {
	float: left;
	clear: both;
	display: block;
	width: 100%;
	box-sizing: border-box;
	background: rgb(0, 0, 0);
	background: transparent\9;
	background: rgba( 0, 0, 0, 0.8);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000);
	zoom: 1;
	color: #ffffff;
	padding: 0.6em 0.5em;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 15px;
}
#NewsContent {
	font-size: 1.1em;
	font-weight: bold;
}
#NewsContent h3 {
	font-size: 1.5em;
	margin: 0 0 0.9em;
	border-bottom: 1px solid #FF9900;
}
.NewsDate { font-weight: normal;}
.NewsEvent { font-size: 1.1em; }
#NewsContent a:link, #NewsContent a:visited {
	color: #FF9900;
	font-weight: normal;
}
#NewsContent a:hover {
	color: #FFCC00;
	text-decoration: none;
}

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    filter: alpha(opacity=70);
    opacity: 0.7;
    z-index: 99999;
    display: none;
}
    #overlayContainer {
        width: 80%;
        height: 80%;
        position: fixed;
        top: 10%;
        left: 10%;
        z-index: 999999;
        background: white;
        display: none;
        cursor: pointer;
    }
    .overlayClose {
        position: absolute;
        top: 5px;
        right: 5px;
        font-size: 22px;
        color: white;
        filter: alpha(opacity=70);
        opacity: 0.7;
        cursor: pointer;
        background: black;
        padding: 2px 5px;
    }
        .overlayClose:hover {
            color: #ef6500;
            filter: alpha(opacity=100);
            opacity: 1;
        }
        .overlayTestImage {
            position: fixed;
            top: 0;
            left: 0;
            visibility: hidden;
        }
        .overlayContent {
            display: block;
            height: 100%;
        }
    .absoluteCenter {
        margin: auto;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 9999999;
        display: none;
    }
        img.absoluteCenter {
            max-height: 100%;
            max-width: 100%;
            cursor: pointer;
            -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.8);
            -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.8);
            -o-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.8);
            -ms-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.8);
            box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.8);
        }
    .pvArrow {
        display: none;
        width: 26px;
        height: 45px;
        background: url('/img/def_sprite.png') no-repeat 0 -95px;
        position: fixed;
        top: 50%;
        margin-top: -22px;
        z-index: 9999999;
        left: 15px;
        cursor: pointer;
    }
        .pvArrow.next {
            right: 15px;
            left: auto;
            background-position: -26px -95px;
        }
        .pvArrow:hover, .siteBy:hover {
            filter: alpha(opacity=70);
            opacity: 0.7;
        }


#MainContent {
	position: relative;
	z-index: 10;
	clear: both;
	float: left;
	margin-left: 0;
	margin-top: 15px;
	width: 100%;
	display: block;
}
#ImageSlider {
	position: relative;
	z-index: -20;
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	overflow: hidden;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#ImageSlider img {
	overflow: hidden;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#Menu {
	clear: both;
	float: left;
	margin: 0 0 10px 0;
	width: 100%;
	display: block;
	color: #ffffff;
	position: relative;
	z-index: 9999;
}
#Footer {
	clear: both;
	float: left;
	margin-left: 0;
	margin-top: 15px;
	width: 100%;
	display: block;
	bottom: 0;
	background:rgb(255,255,255);
	background: transparent\9;
	background:rgba(255,255,255,0.8);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccFFFFFF,endColorstr=#ccFFFFFF);
	zoom: 1;
	-khtml-border-top-left-radius: 10px;
	-moz-border-top-left-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	border-top-left-radius: 10px;
	-khtml-border-top-right-radius: 10px;
	-moz-border-top-right-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	border-top-right-radius: 10px;
	z-index: 999;
}
.ContentContainer {
	display: block;
	color: #ffffff;
	background:rgb(0,0,0);
	background: transparent\9;
	background:rgba(0,0,0,0.8);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000,endColorstr=#cc000000);
	zoom: 1;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	position: relative;
	z-index: -9;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
}
.ImageSliderContainer {
	display: block;
	margin: 0;
	position: relative;
	z-index: -19;
}
.LogoContainer {
	display: inline-block;
	max-width: 100%;
	max-height: 150px;
	padding: 15px;
}
.flex-caption {
	position: absolute;
	z-index: -15;
	margin-bottom: 15px;
	padding-right: 15px;
	font-size: 200%;
	font-weight: bold;
	bottom: 0;
	right: 0;
	left: 0;
	display: none;
	text-align: right;
	color: #FFFFFF;
	font-family: 'Open Sans Condensed', sans-serif;
	background:rgb(0,0,0);
		background: transparent\9;
		background:rgba(0,0,0,0.6);
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000);
		zoom: 1;
	-khtml-border-bottom-left-radius: 5px;
	-moz-border-bottom-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
	-khtml-border-bottom-right-radius: 5px;
	-moz-border-bottom-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
	text-align: center;
}
.ImageSliderContainer img {
	width: 100%;
	text-align: right;
	position: relative;
	z-index: -16;
}
.FirstLi {
    font-size: 100%;
    position: relative;
}
.LastLi {
    font-size: 100%;
    position: relative;
}
#FooterOne {
    clear: both;
    float: left;
    margin-left: 0;
    width: 100%;
    display: block;
}
#FooterTwo {
    clear: both;
    float: left;
    margin-left: 0;
		margin-top: 3em;
    width: 100%;
    display: block;
		text-align: center;
}
#FooterThree {
    clear: both;
    float: left;
    margin-left: 0;
    width: 100%;
    display: block;
}
.backstretch {
	display: none;
}


/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
}
#TopBanner {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	text-align: left;
}
#MainContent {
	clear: both;
	float: left;
	margin-left: 0;
	margin-top: 15px;
	width: 100%;
	display: block;
}
#ImageSlider {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#Footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
.ContentContainer {
	display: block;
	position: relative;
}
.ImageSliderContainer {
	display: block;
	margin: 0;
}
.LogoContainer {
	max-width: 100%;
	max-height: 150px;
}
.flex-caption {
	position: absolute;
	margin-bottom: 0;
	padding-right: 15px;
	font-size: 200%;
	font-weight: bold;
	bottom: 0;
	right: 0;
	left: 0;
	display: block;
	text-align: right;
	color: #FFFFFF;
	background:rgb(0,0,0);
		background: transparent\9;
		background:rgba(0,0,0,0.6);
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000);
		zoom: 1;
}
.FirstLi {
    font-size: 100%;
    position: relative;
}
.LastLi {
    font-size: 100%;
    position: relative;
}
#FooterOne {
    clear: both;
    float: left;
    margin-left: 0;
    width: 100%;
    display: block;
}
#FooterTwo {
    clear: both;
    float: left;
    margin-left: 0;
    width: 100%;
    display: block;
}
#FooterThree {
    clear: both;
    float: left;
    margin-left: 0;
		margin-top: 0;
    width: 100%;
    display: block;
}
.backstretch {
	display: none;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
html, body {
	height: 100%;
}
.gridContainer {
	width: 88.2%;
	max-width: 1232px;
	padding-left: 0.9%;
	padding-right: 0.9%;
	margin: auto;
	min-height: 100%;
	position: relative;
}
#TopBanner {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	text-align: left;
}
#NewsContainer {
	float: right;
	clear: none;
	display: block;
	width: auto;
}
#MainContent {
	clear: none;
	float: left;
	margin-left: 0;
	margin-top: 0;
	width: 33%;
	display: block;
	padding-bottom: 18em;
	/*position: relative;*/
}
#ImageSlider {
	clear: none;
	float: left;
	margin-left: 5%;
	width: 67%;
	display: none;
	background:rgb(0,0,0);
	background: transparent\9;
	background:rgba(0,0,0,0.8);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000,endColorstr=#cc000000);
	zoom: 1;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
	position: relative;
}

#Footer {
	clear: both;
	float: left;
	margin-left: 0.9%;
	margin-right: 0.9%;
	width: 98.2%;
	display: block;
	height: 9em;
	position: absolute;
	bottom: 0;
	left: 0;
}
.ContentContainer {
	display: block;
	margin: 0;
	position: relative;
}
.ImageSliderContainer {
	display: block;
	margin: 5px;
}
.LogoContainer {
	max-width: 50%;
	max-height: 120px;
}
.flex-caption {
	position: absolute;
	margin-bottom: 0;
	padding-right: 15px;
	font-size: 200%;
	font-weight: bold;
	bottom: 0;
	right: 0;
	left: 0;
	display: block;
	text-align: right;
	color: #FFFFFF;
	background:rgb(0,0,0);
		background: transparent\9;
		background:rgba(0,0,0,0.6);
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000);
		zoom: 1;
}
.FirstLi {
    font-size: 100%;
    position: relative;
    overflow: hidden;
		-khtml-border-bottom-left-radius: 10px;
		-moz-border-bottom-left-radius: 10px;
		-webkit-border-bottom-left-radius: 10px;
		border-bottom-left-radius: 10px;
		border-left: 0 !important;
}
.LastLi {
    font-size: 100%;
    position: relative;
    overflow: hidden;
		-khtml-border-bottom-right-radius: 10px;
		-moz-border-bottom-right-radius: 10px;
		-webkit-border-bottom-right-radius: 10px;
		border-bottom-right-radius: 10px;
		-khtml-transition-duration: .5s;
		-moz-transition-duration: .5s;
		-webkit-transition-duration: .5s;
		transition-duration: .5s;
		border-right: 0 !important;
}
li:hover > .LastLi {
		-khtml-border-top-right-radius: 0;
		-moz-border-top-right-radius: 0;
		-webkit-border-top-right-radius: 0;
		border-top-right-radius: 0;
		-khtml-transition-duration: .5s;
		-moz-transition-duration: .5s;
		-webkit-transition-duration: .5s;
		transition-duration: .5s;
}
#FooterOne {
		clear: both;
		float: left;
		margin-left: 0;
		width: 28.5714%;
		display: block;
}
#FooterTwo {
		clear: none;
		float: left;
		margin-left: 2.0408%;
		width: 38.7755%;
		display: block;
}
#FooterThree {
		clear: none;
		float: left;
		margin-left: 2.0408%;
		width: 28.5714%;
		display: block;
}
.backstretch {
	display: block;
}
}