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


body {
	background:#000 url(images/leftrightback.png) no-repeat 50% 0;
	margin:0;
	padding:0;
}

@font-face {
	font-family: 'ScriptinaRegular';
	src: url('fonts/scriptina-webfont.eot');
	src: local('☺'), url('fonts/scriptina-webfont.woff') format('woff'), url('fonts/scriptina-webfont.ttf') format('truetype'), url('fonts/scriptina-webfont.svg#webfontaZugmf3P') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'ScriptinaRegular';
	src: url('fonts/scriptina-webfont.eot');
	src: local('☺'), url('fonts/scriptina-webfont.woff') format('woff'), url('fonts/scriptina-webfont.ttf') format('truetype'), url('fonts/scriptina-webfont.svg#webfontaZugmf3P') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'CenturyGothicRegular';
	src: url('fonts/century-webfont.eot');
	src: local('☺'), url('fonts/century-webfont.woff') format('woff'), url('fonts/century-webfont.ttf') format('truetype'), url('fonts/century-webfont.svg#webfontqm1ouBQl') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'CenturyGothicRegular';
	src: url('fonts/century-webfont.eot');
	src: local('☺'), url('fonts/century-webfont.woff') format('woff'), url('fonts/century-webfont.ttf') format('truetype'), url('fonts/century-webfont.svg#webfontqm1ouBQl') format('svg');
	font-weight: normal;
	font-style: normal;
}

#wrapper {
	background:url(images/waterback.png);
	width:955px;
	height:600px;
	margin:auto;
	top:0;
}

#header {
	width:955px;
	height:146px;
	background:url(images/header.png) no-repeat;
}

#logo {
	position:absolute;
	height:219px;
	width:205px;
	z-index:2;
}

#leftmenu {
	position:absolute;
	width:129px;
	height:420px;
	border-left:1px solid #000;
	border-right:1px solid #000;
	background:url(images/transback.png);
	z-index:1;
	margin-left:35px;
	margin-top:170px;
	-moz-box-shadow: 0px 0px 10px #000; /* Firefox */
 	-webkit-box-shadow: 0px 0px 10px #000; /* Safari, Chrome */
	box-shadow: 0px 10px 0px #000; /* CSS3 */
	overflow:hidden;
}

#leftmenu ul {
	list-style:none;
	margin:0;
	margin-top:50px;
	padding:0;
	width:129px;
}

#leftmenu ul li {
	font-family: CenturyGothicRegular;
	font-size:14px;
	width:129px;
	margin-bottom:5px;
}

#leftmenu ul li a {
	color:#FFF;
	text-decoration:none;
	padding-left:20px;
	padding-right:100%;

}

#leftmenu ul li a:hover, .current {
	color:#fff;
	background-image:url(images/transback.png);
}

#body_area {
	height:307px;
	width:955px;
}

#body_leftspacer {
	height:307px;
	width:170px;
	float:left;
}

#body_content {
	width:55px;
	height:307px;
	float:left;
}

#footrocks {
	background:url(images/footrocks.png) no-repeat;
	width:955px;
	height:147px;
	z-index:3;
	position:absolute;
	clear:both;
}

#footer {
	background:url(images/footback.png) no-repeat;
	width:955px;
	height:50px;
	margin:auto;
	clear:both;
}

#footer_left {

        float:left;

	margin-top:18px;

	margin-right:0px;

        text-align:left;
		
		margin-left:10px;

}



#footer_left ul {

	display:inline;

	text-align:left;

	margin:0;

	padding:0;

}



#footer_left ul li {

	display:inline;

	font-size:12px;

	font-family:helvetica, sans-serif;

	padding-right:10px;

	padding-left:0px;

	margin-left:0px;

}



#footer_left ul li a {

	color:#fff;

	text-decoration:none;

}



#footer_left ul li a:hover {

	color:#65aadd;

}

#footer_network {
	float:left;
	margin-top:10px;
	margin-left:39px;
}

#footer_network ul {

	display:inline;

	text-align:left;

	margin:0;

	padding:0;

}

#footer_network ul li {

	display:inline;

	font-size:12px;

	font-family:helvetica, sans-serif;

	padding-right:10px;

	padding-left:0px;

	margin-left:0px;

}

#footer_network ul li a {

	color:#fff;

	text-decoration:none;
	
	opacity:0.7;
	
	filter:alpha(opacity=70);

}

#footer_network ul li a:hover {
	
	opacity:1.0;
	
	filter:alpha(opacity=100);

}



#footer_right {

        float:right;

	text-align:right;

	color:#fff;

	font-family:helvetica, sans-serif;

	font-size:10px;

	margin-top:16px;

}



#footer_right a {

	color:#65aadd;

        text-decoration:none;

}



#footer_right a:hover {

	color:#fff;

}

#footer_right img {
	margin-top:-5px;
}



/*
    anythingSlider v1.2
    
    By Chris Coyier: http://css-tricks.com
    with major improvements by Doug Neiner: http://pixelgraphics.us/
    based on work by Remy Sharp: http://jqueryfordesigners.com/
*/


.anythingSlider                         { width: 760px; height: 360px; position: relative; margin: 0 auto 15px; }
.anythingSlider .wrapper                { border:1px solid #000; width: 680px; overflow: auto; height: 301px; margin: 0 40px; position: absolute; top: 0; left: 0; -moz-border-radius:10px; -webkit-border-radius:10px; background: url(images/transback.png); -moz-box-shadow: 0px 0px 10px #000; /* Firefox */-webkit-box-shadow: 0px 0px 10px #000; /* Safari, Chrome */box-shadow: 0px 10px 0px #000; /* CSS3 */}

                                       /* Width below is max for Opera */
.anythingSlider .wrapper ul             { width: 32700px; list-style: none; position: absolute; top: 10px; left: 0; margin: 0; -moz-border-radius:20px; -webkit-border-radius:20px;}
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 317px; width: 680px; margin: 0; }
.anythingSlider .arrow                  { display: block; height: 200px; width: 67px; background: url(images/arrows.png) no-repeat 0 0; text-indent: -9999px; position: absolute; margin-left:20px; margin-right:20px; top: 55px; cursor: pointer; }
.anythingSlider .forward                { background-position: 0 0; right: -20px; }
.anythingSlider .back                   { background-position: -67px 0; left: -20px; }
.anythingSlider .forward:hover          { background-position: 0 -200px; }
.anythingSlider .back:hover             { background-position: -67px -200px; }

#thumbNav                               { position: relative; top: 323px; text-align: center; }
#thumbNav a                             { color: black; font: 11px/18px Georgia, Serif; display: inline-block; padding: 2px 8px; height: 18px; margin: 0 5px 0 0; background: #c58b04 url(../images/cellshade.png) repeat-x; text-align: center; -moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; }
#thumbNav a:hover                       { background-image: none; }
#thumbNav a.cur                         { background: #e0a213; }

#start-stop                             { background: #000; background-repeat: repeat-x; color: white; padding: 2px 0; width: 60px; text-align: center; position: absolute; right: 55px; top: 0px; -moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; font-family:Arial, Helvetica, sans-serif; font-weight:100; }
#start-stop.playing                     { background-color: #000; }
#start-stop:hover                       { background-image: none; }

/*
  Prevents
*/
.anythingSlider .wrapper ul ul          { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; }
.anythingSlider .wrapper ul ul li       { float: none; height: auto; width: auto; background: none; }

/*
	 CSS-Tricks Example
	 by Chris Coyier
	 http://css-tricks.com
*/
*                                       { margin: 0; padding: 0; }
body                                    { font: 12px Georgia, Serif; }
a, a img                                { border: 0; text-decoration: none; outline: 0; }

#page-wrap                              { width: 760px; padding: 15px; background: url(images/transback.png); margin: 0 auto 50px; position: relative; }
#col1                                   { width: 49%; float: left; margin: 0 0 20px 0; }
#col2                                   { width: 49%; float: right; }

h1                                      { font: bold 60px Helvetica, Sans-Serif; letter-spacing: -2px; margin: 20px 0; text-align: center; }
h2                                      { font: bold 30px Helvetica, Sans-Serif; letter-spacing: -1px; margin: 0 0 10px 0; }
h3                                      { font: 16px Georgia, Serif; margin: 0 0 10px 0; }  
h5                                      { font: 15px Georgia, Serif; text-align: center; }
pre                                     { font: 13px/1.8 Monaco, MonoSpace; margin: 0 0 15px 0; }

ul                                      { margin: 0 0 25px 25px; }
ul li                                   { font: 15px Georgia, Serif; margin: 0 0 8px 0; }

#dl                                     { position: absolute; top: 10px; right: 0; background: black; color:; -moz-border-radius: 5px; -webkit-border-radius: 5px; padding: 3px 6px; }
#dl:hover                               { background: #666; }

/*
    This stuff is for the TitleBlock Plugin
*/
.image                                  { position: relative; margin-bottom: 20px; width: 100%; }
.image h2                               { position: absolute; top: 220px; left: 0; width: 100%; }
.image h2 span                          { color: white; font: bold 30px/40px Helvetica, Sans-Serif; letter-spacing: -1px; background: rgb(0, 0, 0); background: rgba(0, 0, 0, 0.7); padding: 6px 8px; }
.image h2 span.spacer                   { padding: 0 2px; background: none; }


/*
    For Specific Slides
*/
#textSlide                              { padding: 10px 30px; }
#textSlide h3                           { font: 20px Georgia, Serif; }
#textSlide h4                           { text-transform: uppercase; font: 15px Georgia, Serif; margin: 10px 0; }
#textSlide ul                           { list-style: disc; margin: 0 0 0 25px; }
#textSlide ul li                        { display: list-item; }

#quoteSlide                             { padding: 30px; }
#quoteSlide blockquote                  { font: italic 24px/1.5 Georgia, Serif; text-align: center; color: #444; margin: 0 0 10px 0; }
#quoteSlide p                           { text-align: center; }

/*
    StoneFox Slider Divs
*/
.slide_item {
	width:680px;
	height:280px;
}

.slide_left {
	width:330px;
	height:280px;
	float:left;
	padding-left:50px;
}

.slide_right {
	width:290px;
	height:277px;
	float:left;
	padding-top:3px;
	padding-left:10px
}

.slide_left h1 {
	font-family: ScriptinaRegular;
	font-size:66px;
	text-shadow:2px 2px 2px #000000;
	color:#fff;
	text-align:left;
	margin-top:-50px;
	font-weight:100;
}

.slide_left p {
	font-family: CenturyGothicRegular;
	font-size:16px;
	color:#fff;
	text-align:left;
	margin-left:20px;
	margin-top:-50px;
}

.slidebutton {
	-moz-border-radius:20px; 
	-webkit-border-radius:20px;
	border-radius:20px;
	background:url(images/transback.png);
	font-family: CenturyGothicRegular;
	font-size:14px;
	color:#fff;
	float:right;
	border:1px solid #FFF;
	padding:2px;
	margin-top:15px;
	padding-left:10px;
	padding-right:10px;
}

