@charset "utf-8";
/* CSS Document */

/*------------------------------------------------------
			Reset / General
------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	border: none;
	list-style: none;
}

body {
	background-color: #CCC;
	font-size: 80%;
	font-family:Verdana, Geneva, sans-serif;
	color: #000;
	overflow: hidden;
	height: 100%;
	width: 100%;
}

/* ----- LINKS ----- */
a {
	color: #000; 
	text-decoration: underline;
}
a:hover {text-decoration: none;}


.clear {clear:both;}


/*------------------------------------------------------
			Background Image
			(jquery.fullscreenr.js)
------------------------------------------------------*/
#bgimg {
	position:absolute;
	z-index: -1;
}

#realBody{
	position: absolute;
	z-index: 5;					/* Place the new body above the background image */
	overflow: auto; 			/* restore scrollbars for the content */
	height: 100%;
	width: 100%;				/* Make the new body fill the screen */
}

/*------------------------------------------------------
			Logo
------------------------------------------------------*/
#Logo {
	width: 100%;
	height: 87px;
	margin: 30px 0 5px 0;
}

#Logo img {
	float: right;
	margin: 0 30px 0 0;
}

/*------------------------------------------------------
			Wrapper
------------------------------------------------------*/
#Wrapper {
	position: absolute;
	width: 100%;
	padding: 7% 0 0 0;
}


/*------------------------------------------------------
			Content
------------------------------------------------------*/
#Content {
	position: relative;
	width: 675px;
	min-height: 360px;
	padding: 20px;
	margin: 0 0 0 135px;
	color: #FFF;
	background-image: url('../graphics/content-bg.png');
	z-index: 3;
}
#Content.Scroll {
	height: 360px;
    overflow: auto;
}

#FrontPage {
	position: relative;
	width: 967px;
	min-height: 400px;
	background-image: none !important;
	margin: 0 0 0 135px;
	padding: 0;
	z-index: 3;
}
#FrontPage .FrontPageText {
	display: block;
	width: 967px;
	height: 338px;
	background: url('../graphics/front-page-text.png') no-repeat 0 0;
	text-indent: -9999px;
}

#Content p,
.Content p,
.Scroller p {margin: 15px 0;}

#Content a,
.Content a,
.Scroller a {
	color: #AC0052;
	text-decoration: underline;
}
#Content a:hover,
.Content a:hover,
.Scroller a:hover {text-decoration: none;}

h1 {
	font-size: 200%;
	font-weight: normal;
	margin-bottom: 10px;
}
h3 {
	font-size: 150%;
	font-weight: normal;
	margin-bottom: 10px;
}


.Scroller {
	overflow: auto;
	position: relative;
	height: 360px;
	padding: 20px;
	color: #FFF;
	background: #000;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

/*------------------------------------------------------
			Content Slider
------------------------------------------------------*/

#slider {
	min-height: 400px;
	margin: 0 0 0 135px;
	z-index: 3;
    width: 715px;
    position: relative;
}
#slider .Content {
	position: relative;
	min-height: 360px;
	padding: 20px;
	color: #FFF;
	background: #000;
	opacity: 0.8;
	filter: alpha(opacity=80);
}
#slider .Caption {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #000;
	color: #FFF;
	padding: 20px;
	opacity: 0.8;
	filter: alpha(opacity=80);
}
#slider .Caption p {margin: 15px 0;}
#slider .Caption a {
	color: #AC0052;
	text-decoration: underline;
}

.scroll {
    height: 400px;
    width: 715px;
    overflow: auto;
    position: relative;
    clear: left;
}

.scrollContainer div.panel {
    padding: 0;
    height: 400px;
    width: 715px;
}

.scrollButtons {display: none;}

ul.navigation {
	float: left;
}

ul.navigation li {
	float: left;
}

ul.navigation a {
	color: #FFF;
	background: #000;
	text-decoration: none;
	display: block;
	min-height: 30px;
	line-height: 30px;
	padding: 0 8px;
}

ul.navigation a:hover {background-color: #AC0052;}
ul.navigation a.selected {background-color: #AC0052;}
ul.navigation a:focus {outline: none;}
.hide {display: none;}


/*------------------------------------------------------
			Nav - Side
------------------------------------------------------*/
#Nav-Side {
	float: left;
	width: 115px;
	min-height: 185px;
	margin: -200px 0 0 0;
	background: #000;
	color: #FFF;
	line-height: 18px;
	font-size: 125%;
	text-align: right;
	padding: 15px 15px 0 0;
	font-weight: normal;
	opacity: 0.9;
	filter: alpha(opacity=90);
}

#Nav-Side a {color: #FFF; text-decoration: none;}
#Nav-Side a:hover {color: #AC0052;}


/*------------------------------------------------------
			Nav - Bottom
------------------------------------------------------*/
#Nav-Bottom {
	margin: 5px 0 0 135px;
	width: 715px;
	padding-bottom: 20px;
	position: absolute;
	z-index: 2;
}

	ul.Nav-Pages {
		float: right;
		width: 580px;
	}
	ul.Nav-Pages li {
		float: right;
		padding-bottom: 5px;
	}
	ul.Nav-Pages li a {
		color: #FFF;
		background: #000;
		text-decoration: none;
		display: block;
		min-height: 30px;
		line-height: 30px;
		padding: 0 8px;
	}
	ul.Nav-Pages li a:hover {background: #AC0052;}
	ul.Nav-Pages li a.active {background: #AC0052;}

/*------------------------------------------------------
			Contact
------------------------------------------------------*/
#Contact {
	position: absolute;
	right: 30px;
	width: 350px;
	margin-top: -125px;
	float: right;
	text-align: right;
	z-index: 1;
	font-size: 90%;
}

#Contact.Black {color: #000;}
#Contact.Black a {
	color: #000;
	text-decoration: underline;
}

#Contact.White {color: #FFF;}
#Contact.White a {
	color: #FFF;
	text-decoration: underline;
}


/*------------------------------------------------------
			Forms
------------------------------------------------------*/
label {
	display: block;
	color: #CCC;
	margin: 0 0 5px 0;
}

textarea {width: 660px !important;}

input, textarea {
	width: 300px;
	font-size: 100%;
	font-family:Verdana, Geneva, sans-serif;
	color: #333;
	padding: 5px;
	margin: 0 0 10px 0;
	border: 1px solid #CCC;
}

input#submit {
	width: auto;
	padding: 5px 30px;
	background: #666;
	color: #FFF;
	border: none;
}
input#submit:hover {
	cursor: pointer;
	background: #333;
}

form .message {
	color: #FFF;
	background: #C00;
	padding: 5px 10px;
	text-decoration: none;
}
form .green {
	background: #090 !important;
}