/*
================================================
	Yahoo GUI Reset CSS
	http://developer.yahoo.com/yui/reset/
================================================
*/


body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
/* common styles */
/*img { 
	behavior: url(/css/iepngfix.htc) ;
	}*/

.clearDiv {
	height: 0;
	clear:both;
}

strong {
	font-size: 12px;
	font-weight: bold;
	color: #ae9c4a;
}

ul
{
list-style: disc inside;
} 

p {
	margin-bottom: 5px;
}

a {
	text-decoration: none;
	color: #e1bb0b;
}

a:hover {
	text-decoration: underline;
	color: #00648d;
}

/* end common styles */

/* header styles */

h1 {
	font-size: 24px;
	color:#00648d;
	font-family: times, serif;
}

h2 {
	font-size: 14px;
	color:#FFFFFF;
	font-family: Arial, sans-serif;
	margin-bottom: 6px;
}

h3 {
	font-size: 24px;
	line-height: 27px;
	color:#00648d;
	font-family: Arial, sans-serif;
	margin-bottom: 6px;
}

h4 {

}

/* Main Structure CSS */
body {
	padding:0px;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: url(/media/7/bodyBack.jpg) repeat-x #006490;
}

body#blackBack {
	background-color: #000000;
	background: url() no-repeat #000000;
}

#container { 
	margin: 0 auto;	
	behavior: url(/css/iepngfix.htc);
	background: url(/media/34/containerBack.png) repeat-y;
  	width:995px;
}

#mainBody {
	height: auto;
}

#header {
	margin: 0 auto;
	background: url(/media/39/headerBack.jpg) no-repeat;
	height: 150px;
	width: 898px;
}

#bannerLeft {
	float:left;
	width: 370px;
	height:150px;
	text-align: center;
}

#bannerLeft img {
	behavior: url(/css/iepngfix.htc);
}

#logo {
	float: left;
	width: 158px;
	height:150px;
	text-align:center;
	
}

#logo img {
	margin-top: 15px;
	behavior: url(/css/iepngfix.htc);
}

#bannerRight{
position: relative;
	float:right;
	width: 370px;
	height:150px;
}

#socialIcons {
	position: absolute;
	bottom: 60px;
	left: 120px;
	width: 200px;
	/*border: 1px solid #ffffff;*/
}



#bannerRight img {
	margin-top: 15px;
	margin-right: 20px;
	behavior: url(/css/iepngfix.htc);
}

#navHolder {
	width: 966px;
	height: 47px;
	text-align: center;
	/*line-height: 47px;*/
	background: url(/media/26/navbarback.jpg) no-repeat #FFFFFF;
	border-top: 6px solid #FFFFFF;
	border-bottom: 6px solid #FFFFFF;
	margin: 0 auto;
}



#pageBody {
	width: 966px;
	/*height: 378px;*/
	margin: 0 auto 10px auto;
	background: url(/media/31/homepagemain.jpg) no-repeat #FFFFFF;
}

#flashcontent {
	margin: 0 auto;
	width:860px;
	height: 341px;
	border: 1px solid #aac6d0;
	background: url(/media/38933/flashback.jpg) no-repeat;
	overflow: hidden;
}

.picSlide {
	position: relative;
	width: 860px; 
	height: 341px;
	margin: 0 auto;
	text-align: center;
	z-index: 0;
}

.infoBox {
	position: absolute;
	top: 500px; /* 80px; */
	left: 40px;
	/*width: 564px;*/
	/*height: 72px;*/
	padding: 15px 20px 10px 20px;
	/* background: rgb(255,255,255);
	background: rgba(255,255,255, .8);
	-moz-border-radius: 8px 0;
	-webkit-border-radius: 8px 0;
	-moz-box-shadow: 0px 0px 5px #666666;
	-webkit-box-shadow: 0px 0px 5px #666666; */

	font-family:"Times New Roman",Georgia,Serif;
	font-size: 30px;
	font-weight: bold;
	color: #edc911;
	text-shadow: 0px 0px 15px #000000;
	text-align: left;
	line-height: 32px;
	text-align: center;
	width: 350px; 
}

.infoBox p {
	font-size: 36px;
	font-weight: bold;
	color: #edc911;
	text-shadow: 1px 1px 2px #999999;
	text-align: left;
	line-height: 24px; 
}

#flashcontent div.picSlide div span.learnMore {
	position: absolute;
	top: 560px; /*bottom: 60px; */
	right: 120px;
	color: #ffffff;
	text-transform: uppercase;
	background-color: #000000;
	/*height: 35px;
	width: 150px; */
	padding: 10px 15px;
	/*margin-bottom: 35px;*/

	-moz-border-radius: 8px 0 8px 0;
	-webkit-border-radius: 8px 0 8px 0;
}

#flashcontent div.picSlide div span.learnMore a {
	color: #ffffff;
	text-transform: uppercase;
}

#flashcontent div.picSlide div span.learnMore a:hover {
	color: #ef4135;
	text-decoration: none;
}




#bodyContent {
	margin: 0 auto;
	background: url(/media/308/bodytextback.jpg) repeat-y #000000;
	width: 860px;
	/*height: 290px;*/
	color: #FFFFFF;
	border-top: 1px solid #ffffff;
}

#bodyText {
	float:left;
	width: 350px;
	padding: 10px 0 10px 10px;
}

#featureButtons {
	float: right;
	width: 480px;
	padding: 15px 0 15px 15px;
	/*margin-left: 15px;*/
}

#featureButtons img {
	border: 0px;
	margin: 0 0 0 5px;
}

#divider {
	margin: 0 auto;
	width: 884px;
}

#newsTicker {
	margin: 0 auto;
	width: 877px;
	height: 47px;
	background: url(/media/324/tickerback.jpg) no-repeat #000000;
}

#bannersBottom {
	margin: 8px auto 3px auto;
	width: 860px;
	height: 222px;
	text-align: left;
	background-color: #000000;
	border-bottom: 1px solid #595959;
}

#bannersBottom img {
	border: 0px;
	margin: 0 3px 0 0;
}

#footer {
	clear:both;
	margin: 0 auto;
	text-align: center;
	width: 860px;
	height: 150px;
	border-top: 1px solid #595959;
	color: #b2b6b8;
}

#bottomNav {
	margin: 0 auto;
	width: 860px;
	height: 50px;
	line-height: 50px;
	font-size: 24px;
	color: #e1bb0b;
	font-family: Times, serif;
	
}

/* inside styles */

#insideHeader {
	margin: 0 auto 15px auto;
	width: 860px;
	height: 78px;
	background: url(/media/480/insideheaderback.jpg) no-repeat #000000;
}

#insideHeader h2 {
	font-family: Times, serif;
	text-align: right;
	line-height: 78px;
	font-size: 30px;
	font-weight: bold;
	color: #e1bb0b;
	padding-right: 25px;
	margin-bottom: 0px;
	}

#insideBodyContent {
	margin: 0 auto;
	background-color: #000000;
	width: 860px;
	/*height: 290px;*/
	color: #FFFFFF;
}

#contactBodyContent {
	margin: 0 auto;
	background-color: #000000;
	width: 860px;
	/*height: 290px;*/
	color: #FFFFFF;
}

#contactBodyLeft {
	float: left;
	padding: 10px 0 10px 10px;
	width: 400px;
	font-size: 13px;
	line-height: 18px;
}

#contactBodyRight {
	float: Right;
	padding: 10px 0 10px 10px;
	width: 350px;
	font-size: 13px;
	line-height: 18px;
}

#insideBodyText {
	padding: 10px 0 10px 10px;
	width: 400px;
	font-size: 13px;
	line-height: 18px;
}

#insideBodyTextGalHome {
	padding: 10px 0 10px 10px;
	/*width: 400px;*/
	font-size: 13px;
	line-height: 18px;
}


#insideBodyText h3 {
	font-size: 24px;
	color:#00648d;
	font-family: Arial, sans-serif;
	margin-bottom: 6px;

}

#insideBodyText ul {
	list-style-position: outside;
	margin: 15px 0px 15px 40px;
	}

#insideBodyText ul li {
	margin-bottom: 10px;
}

#partnerLinks {
	margin: 10px 10px 10px 30px;
}

.partner {
	padding: 15px 15px 15px 15px;
	border: 1px solid #535353;
}

#textMessages {
	text-align: center;
	margin: 15px 0px 15px 0px;
}

/* event list styles */
ul.eventList {
	list-style-type: none;
	margin-top: 30px;
	height: 420px;
}

ul.eventList li {
	margin-bottom: 25px;
	font-size: 16px;
	color: #00648d;
}

ul.eventList li a {
	color: #e1bb0b;
	text-decoration: none;
}

ul.eventList li a:hover {
	color: #00648d;
	text-decoration: underline;
}

/* end event list styles */

/* user styles */

.blueheadline {
font-size: 24px;
color:#00648d;
font-family: times, serif;
}

.boldgold {
	font-family: Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #e1bb0b;
	margin-bottom: 3px;
}


/* Gallery Styles */


#galThumb {
	float: left;
	padding: 10px 10px 10px 10px;
	/*margin: 5px 5px 5px 5px;
	border: 1px solid #dddddd;*/
}


#galleryList {
	padding: 10px 10px 10px 10px;
}



.galPic {
	width: 176px;
	height: 156px;
	background: url(/media/1997/galthumbback.jpg) no-repeat #cdd0d1;
	float:left;
	margin: 10px 15px 10px 15px;
	/*padding: 10 25px 15px 0;*/
	}

.galName a:hover {
	color: #e1bb0b;
}

.imgWrapper {
	overflow:hidden;
	width: 156px;
	height: 104px;
	padding: 10px 10px 0px 10px;
}

.galPic img {
	/*padding: 10px 10px 0px 10px;*/
}

.galName {
	text-align: left;
	padding-left: 10px;
	height: 45px;
	line-height: 45px;
	font-weight: bold;
	font-size: 16px;
	color: #297a9b;
}

.galName:hover {
	color: #000000;
}

/* lightbox styles */


#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background: url(/media/7/bodyBack.jpg) repeat-x #006490;
	/*background-color: #74E3FF;*/
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	background: transparent url(___just-anything-here.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background: url(/media/3058/gallerytextback.jpg) repeat-x #969596;
	/*background-color: #B0B0B0;*/
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 10px 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #000000; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}

/* End Gallery Styles */



/* coupon styles */

p.headline {
	position: absolute;
	z-index: 2;
	top: 15px;
	left: 25px;
	font-size: 46px;
	font-weight: bold;

	color: #eebb00;
	text-shadow: #000000 0px 0px 15px;
}

#couponWrapper {
	margin: 0 auto;
	padding: 0;
	width: 550px;
	height: 677px;
	position: relative;
}

#bodyImage {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
}

#offerBody {
	position: absolute;
	z-index: 2;
	top: 80px;
	left: 25px;
	width: 200px;
	height: 370px;
	/*height: 72px;*/
	padding: 15px 20px;
	background: rgb(255,255,255);
	background: rgba(255,255,255, .6);
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	
	-moz-box-shadow: 0px 0px 15px #000000;
	-webkit-box-shadow: 0px 0px 15px #000000;
}

#offerBody p {
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	margin-bottom: 12px;
	text-align: center;
}

#couponLogo {
	position: absolute;
	z-index: 2;
	width: 158px;
	height: 101px;
	top: 260px;
	left: 50px;
}

#couponLogo p {
	text-align: center;
	font-size: 10px;
}


#couponFooter {
	position: absolute;
	z-index: 2;
	width: 450px;
	height: 30px;
	top: 524px;
	left: 0px;

	background: rgb(255,255,255);
	background: rgba(255,255,255, .6);
}

#couponFooter p {
	font-size: 11px;
	text-align: center;
	line-height: 30px;
}

#couponTag {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	font-family: Times, serif;
	color: #000000;
}

#couponLink {
position: absolute;

z-index: 500;
top: 400px;
left: 63px;
/*width: 300px;
height: 35px; */

background: rgb(255,255,255);
	background: rgba(255,255,255, .6);
	-moz-border-radius: 12px 12px 0 0;
	-webkit-border-radius: 12px 12px 0 0;
	
	-moz-box-shadow: 0px 0px 15px #000000;
	-webkit-box-shadow: 0px 0px 15px #000000;
}

#couponLink a {
color: #000000;
display: block;
padding: 8px 15px;
line-height: 35px;
font-size: 18px;
font-weight: bold;
text-align: center;
}

#couponLink a:hover {
	color: #ffffff;
	text-decoration: none;
	background: #307390;

	-moz-border-radius: 12px 12px 0 0;
	-webkit-border-radius: 12px 12px 0 0;
}


#couponWrap {
position: relative;
margin: 0 auto;
	width:862px;
	height: 343px;
	
	overflow: hidden;
}

#expireBlock {
position: absolute;
z-index: 1000;
bottom: 110px;
left: 60px;
width: 260px;

font-size: 12px;
text-align: center;
}






























































































































































/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

