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

/** COLORS */
/** Blue: #0092c5, Green: #00FF00, Orange: #FF9900*/ 

* {
	margin: 0;
	padding: 0;
}
	
.clear {
	clear: both;
}



html, body {
	margin: 0;
	padding: 0;
	height: 100%;

}


body, div, h1, h2, h3, h4, p, ul, ol, li, dl, dt, dd, img, form, fieldset, blockquote {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

body {
	background-color: #001f2a;
	background-image: url(../images/bkg-top.gif);
	background-position:top;
	background-repeat:repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

h1 {
	color:#0092c5;
	font-size: 1.5em;
}

h2 {
	color:#0092c5;
	font-size: 1.5em;
	line-height: 1.5em;
	margin-bottom: 5px;
}

h3 {
	color:#00FF00;
	font-size: .9em;
	font-weight: bold;
}

h4 {
	color: #FF9900;
	font-size: .9em;
	font-weight: bold;
}

h5 {
	color:#999;
	font-size: .7em;
	line-height: 1.5em;
}

h6 {
	color:#00ff00;
	font-size: 1em;
	line-height: 1.2em;
	margin-bottom: 5px;
}

	

p {
	color:#cccccc;
	font-size: .9em;
	line-height: 1.5em;
}

a:link {
	color: #0092c5;
	text-decoration: underline;
}
a:visited {
	color: #666666;
	text-decoration: underline;
}

a:hover {
	color: #00ff00;
	text-decoration: underline;
}

a:active {
	color: #ffffff;
	text-decoration: underline;
}



/** WRAPPER ************************************************************************/

#wrapper {
	width: 980px;
	background-color: #000000;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -63px;
}

/** HEADER ****************************************************************************/

#header {
	height: 141px;
	background-image:url(../images/header-bkg.gif);
	position: relative;
	width: 980px;
	margin: 0 auto;
}

#header .logo {
	width: 265px;
	height:	103px;
	overflow: hidden;
	display: block;
	margin: 0;
	position: relative;
	z-index: 3;
	top: 20px;
	left: 20px;
}

#header .text {
	text-align:right;
	font-size:19px;
	width:350px;
	height:50px;
	position:absolute;
	right:30px;
	bottom:5px;
}


/** JQUERY ****************************************************************************/

	
#slideshow
{
    height: 300px;
    width: 650px;
    text-align: center;
	background-color: #000000;
	overflow: hidden;
}

.loader
{
    background: url( '../images/ajax-loader.gif' ) no-repeat center;
}

/* Slider Area (JFLOW) -------------------------------------------------------------------- */	

#slider-content { 
	width:700px; 
	height:330px; 
	position:relative; 
	z-index:100;
	padding: 0px; 
}

#myController { 
	display:none; 
}

#mySlides img { 
	display:block; 
	margin:0; 
}

.blue-block {
	display:block !important;
	text-align:center;
	padding: 0;
	font-size:1.2em;
	color:#00ff00;
	font-family: Arial, Helvetica, sans-serif;
	display:block;
	width:700px;
	height:30px;
	background:url('../images/blue_bar_bg.gif') repeat-x;
	line-height: 27px;
	border-bottom:1px solid #0092c5;
}

.blue-block a { 
	text-decoration:underline; 
	color:#FF9900;
}

.blue-block a:hover {
	 color: #fff;
	text-decoration: underline; 
	}
	
.blue-block	a:active {
	color: #fff;
	text-decoration: underline;
}


.blue-block.small { 
	font-size:18px !important; 
	padding-top:0px !important; 
	height:30px !important; 
}


.jFlowPrev, .jFlowNext {
	cursor:pointer; 
	display:block; 
	width:34px; 
	height:31px; 
	text-indent:-5000px; 
	position:absolute;
}

.jFlowPrev { 
	bottom:0; 
	left:0; 
	background:url('../images/button_left.gif') no-repeat; 
}

.jFlowNext {
	bottom:0;
	right:0;
	background:url('../images/button_right.gif') no-repeat;
	position: absolute;
}

.jFlowControl { 
	cursor:pointer;
}

.jFlowSelected { 
	text-decoration:none !important;
}

/* GALLERY -------------------------------------------------------------------- */

.gallery .jFlowPrev { 
	top:0 !important; 
	left:0 
}

.gallery .jFlowNext { 
	top:0 !important; 
	right:0 
}

.gallery { 
	height:561px !important 
}

.gallery-block {
	width:708px;
	height:468px;
	padding:25px 0 0 0;
}
	
.gallery-block ul { 
	list-style:none; 
	margin:0 0 12px 0; 
	padding:0; 
	width:708px; 
	height:146px; 
	display:block 
}

.gallery-block ul.bottom { 
	margin:0; 
}

.gallery-block li { 
	display:block; 
	margin:0 37px 0 0; 
	padding:0; 
	width:148px; 
	height:146px; 
	float:left 
}

.gallery-block li.last { 
	margin:0 	
}

.gallery-block li a { 
	display:block; 
	width:146px; 
	height:144px 
}

.gallery-block li img { 
	display:block; 
	width:146px; 
	height:144px; 
	margin:0 
}



/* --------------------------------------------------------------------------------------------- */




/** NAVIGATION ***************************************************************************/

#nav {
	width: 980px;
	height: 52px;
	margin: 0 auto;
	background-image: url(../images/nav.gif);
	line-height: 50px;
	text-transform:uppercase;
	border-right:1px solid #0092c5;
}

#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	border-right:1px solid #0092c5;
}

#nav li {
	display: inline;
}

#nav a {
	display: block;
	height: 52px;
	text-decoration: none;
	font-size: 1em;
	font-weight: bold;
	letter-spacing: 0.02em;
	color:#000000;
	float: left;
	padding-top: 0px;
	padding-right: 22px;
	padding-bottom: 0;
	padding-left: 22px;	
	border-right:1px solid #0092c5; 
}

#nav a:hover {
	color: #fff;
	background-image: url(../images/nav-over.gif);
}


#nav a:active, #nav a.selected {
	background: url(../images/nav-over.gif);
	color: #fff;
}
	

/** CONTENT ***************************************************************************/

#content {
	background-color: #000000;
	width: 738px;
	float: left;
	margin: 0 auto;
	padding: 0;
	padding-bottom: 63px;
}

#content .main {
	float: left;
	padding: 15px;
	position: relative;
	width: 708px;
	background-color: #000000;
}

#content .img {
	float: left;
	padding: 10px 20px 10px 10px;
	position: relative;
}

.left {
	width: 175px;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: right;
	padding-right: 15px;
	border-right:2px solid #00ff00;
}

.right {
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 15px;
	width:500px;
}

.center {
	width: 680px;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom:10px;
	text-align: left;
	padding-right: 15px;
	border-top:1px solid #00ff00;
}

.left-header {
	font-size: 1.3em; 
	font-weight: bold;
	color: #212358;
	text-align: right;
	padding: 10px 0 10px 0;
	background-color: #d4d8f1;
	margin-bottom: 10px;
	border-bottom:1px solid #0092c5;
	background: url(../images/event.gif);
	width: 190px;
	float: left;
}

.right-header {
	font-size: 1.3em; 
	font-weight: bold;
	color: #212358;
	text-align: left;
	padding: 10px 0 10px 0px;
	background-color: #d4d8f1;
	margin-left: 15px;
	margin-bottom: 10px;
	border-bottom:1px solid #0092c5;
	background: url(../images/event.gif);
	width: 490px;
	float: left;
}

#listing {
	width: 210px;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
	padding-right: 15px;    
}

#listing ul, ol {
	font-size: 0.8em;
	margin-left: 2em;
	color: #FF9900;
	line-height: 170%;
}

#listing ul span, ol span {
	color: #cccccc;
}


/** SIDEBAR **************************************************************************/

	
#sidebar {
	width: 231px;
	float: right;
	position:relative;
	padding-bottom: 63px;
	background-color: #000000;
}

#banner1 {
	padding: 7px;
	margin: 0 auto;
	margin-top: 15px;
	background-color: #001f2a;
	border: #0092c5 solid 1px;
	margin-right: 15px;
}

#banner2 {
	padding: 7px;
	margin: 0 auto;
	margin-top: 15px;
	background-color: #001f2a;
	border: #0092c5 solid 1px;
	margin-right: 15px;
}

#banner3 {
	padding: 7px;
	margin: 0 auto;
	margin-top: 15px;
	background-color: #001f2a;
	border: #0092c5 solid 1px;
	margin-right: 15px;
}

#shop {
	padding: 10px;
	margin: 0 auto;
}
	
	
a.event {
	margin: 0 auto;
	padding: 0;
	float: left;
	}

a.rollover { 
   	display: block; 
   	margin: 0 auto;
	padding: 0;
	width: 200px; 
   	height: 100px; 
   	text-decoration: none;
   	outline: none; 
   	background: url("../images/events-banner.gif");
} 

a.rollover:hover { 
   background-position: 0 -100px ; 
   outline: none;
}


a.gift {
	margin: 0 auto;
	padding: 0;
	float: left;
}

a.rollover2 { 
   	display: block; 
   	margin: 0 auto;
	padding: 0;
	width: 200px; 
   	height: 100px; 
   	text-decoration: none;
   	outline: none; 
   	background: url("../images/gift-banner.gif"); 
} 

a.rollover2:hover { 
   background-position: 0 -100px ; 
   outline: none;
}

a.questions {
	margin: 0 auto;
	padding: 0;
	float: left;
}

a.rollover3 { 
   	display: block; 
   	margin: 0 auto;
	padding: 0;
	width: 200px; 
   	height: 100px; 
   	text-decoration: none;
   	outline: none; 
   	background: url("../images/questions-banner.gif"); 
} 

a.rollover3:hover { 
   background-position: 0 -100px ; 
   outline: none;
}

	
/** CONTACT FORM **********************************************************************/

#contact {
	padding-left: 110px;
}

#contactForm .cf-textbox, #contactForm .cf-textarea, #contactForm .cf-button 
{
	border:1px solid #ccc;
	padding:4px;
	font-size:1em;
	background:#fafafa;
	font-weight:bold;
	color: #666666;
}
#contactForm .cf-textbox, #contactForm .cf-textarea
{
	width:300px;
}
#contactForm div
{
	margin:0 0 15px 0;
}
#contactForm label.error { 
	color:red;
	display:block;
	font-weight:bold;
	font-size:0.8em;
}


/** FOOTER ****************************************************************************/

#push { 
    height: 63px; 
}

#footer {
	clear: both;
 	position: relative;
 	z-index: 10;
 	height: 63px;
 	width: 980px;
 	margin: 0 auto;
	background-color: #000000;
	background-image:url(../images/footer.gif);
	background-position: bottom;
	background-repeat:repeat-x;
}

#footer #copyright {
	float: left;
	text-align:left;
	padding-left: 25px;
	padding-top: 30px;
	font-size: .9em;
	color:#cccccc;
}

#footer #copyright a {
  	color: #0092c5;
  	text-decoration: none;
}

#footer #copyright a:hover {
  	text-decoration:  underline;
	color: #00FF00;
}

#footer #footerMenu {
	float: right;
	padding-right: 15px;
	color: #0092c5;
	font-size: .9em;
	padding-top: 30px;
}

#footer #footerMenu a {
	color: #0092c5;
	font-size: .9em;
	display: inline-block;
	padding: 0 6px 0 6px;
	text-decoration:  none;

}
#footer #footerMenu a:hover {
  	text-decoration: underline;
	color: #00FF00;
}
