@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666 url(../images/bg.jpg) repeat;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
}
#container { 
	width: 973px;  
	background: #FFFFFF url(../images/journalBG.png) top repeat-y;
	margin: 0 auto;
	text-align: left; 
} 
#header { 
	background: url(../images/header.png) top left no-repeat; 
	padding: 0;
	height: 65px;
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 63px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0;
}
#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 65px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0; 
}
#mainContent { 
	background: url(../images/photoStack.jpg) top right no-repeat;
	margin: 0 65px; 
	padding: 0;
	border: 0;
} 
#footer { 
	padding: 0; 
	background:#DDDDDD;
	height: 51px;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}


#copyright {
	text-align: center;
	font-size: 12px;
	width: 973px;
	color: #FFFFFF;
	background: url(../images/bg.jpg);
	margin: 0 auto;
	}

#copyright p {
	font-size: 12px;
	width: 973px;
	color: #FFFFFF;
	padding: 5px 30px 20px 0; margin: 0;
	text-align:center;
	}
	
	#copyright a {color: #FFFFFF; text-decoration:none}
	#copyright a:hover {color: #000000;}

#ContentLeft {
	background:none;
	float: left;
	width: 350px;
	margin: 0;
	padding: 0;
}

#ContentRight {
background:none;
margin: 0 0 0 360px;
padding: 0;
}


/*HEADERS*/

#premierLogo, #premierLogo span {
	width: 208px; height: 117px;
	background-image: url(../images/logo.png);
 	background-repeat: no-repeat; 
	padding: 0; margin:0 0 0 -1px;
	}
	
	h1 span { margin-bottom: -117px; margin-left: -15px; }
	
	/* code for all styled headers */
	h1 span {
		 display: block;
		 /* place the span on top */
		 position: relative;
		 z-index: 1;
		}
		
	/* IE5 Mac Hack */
	h1 { overflow: hidden; }
	/*/
	h1 { text-indent: -100em; }
	/* End Hack */


/*
**************
Photo Stoack - Roating photos
**************
*/

#photoStack {
margin-left: 23px;
height: 350px;
}

#slideshow {
    position:relative;
    height:260px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}


/*
**************
Testimonials - Roating quotes
**************
*/


.testimonial {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	}
	
.fade{
	width: 320px !important;
	width: 290px;
	margin: 5px 40px 0 100px;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	color: #336699;
}


/* 
*************
NAVIGATION - LEFT
*************
*/



#navlistLeft {
margin: 0;
margin: 67px 0 0 23px;
padding: 0;
width: 40px;
height: 233px;
}

#navlistLeft ul {margin: 0; padding: 0; width: 40px; height: 233px;}

#navlistLeft li {
	list-style-type:none;
	padding: 0;
	margin: 0;
	border: 0;
}

#navlistLeft ul li a {
	display: block;
   	height:105px; width:40px;
    background:transparent url(../images/nav_left.png) no-repeat 0 0;
    text-indent:-9009px;
	border: 0;
     }
	 
/*hover*/
#navlistLeft ul li a:hover {
   background-position: -40px 0px;
   }
   
   #navlistLeft ul li#contactActive a:hover {
   display: block;
   	height:105px; width:40px;
    background:transparent url(../images/nav_left.png) no-repeat -40px 0;
    text-indent:-9009px;
	border: 0;
   }

/*paw*/
#navlistLeft ul li#nPaw a {
	width:40px;
	height: 56px;
	margin-top: 0px !important;
	margin-top: -1px;
	background-position: 0 -105px;
}

#navlistLeft ul li#nPaw a:hover {
   background-position: -40px -105px;
   }
   
   #navlistLeft ul li#nPawActive a {
   width:40px;
	height: 56px;
	margin-top: 0px !important;
	margin-top: -1px;
	background-position: -40px -105px;
   }
   
   
  /*home*/
#navlistLeft ul li#nHome a {
	width:40px;
	height: 72px;
	margin-top: 0px !important;
	margin-top: -1px;
	background-position: 0 -161px;
}

#navlistLeft ul li#nHome a:hover {
   background-position: -40px -161px;
   }
   
   	#navlistLeft ul li#nHomeActive a:hover {
   width:40px;
	height: 72px;
	margin-top: 0px !important;
	margin-top: -1px;
	background-position: -40px -161px;
   }



/* 
*************
NAVIGATION - RIGHT
*************
*/



#navlistRight {
margin: 0;
padding: 0;
width: 38px;
height: 578px;
}

#navlistRight ul {margin: 0; padding: 0; width: 38px; height: 578px;}

#navlistRight li {
	list-style-type:none;
	padding: 0;
	margin: 0;
	border: 0;
}

#navlistRight ul li a {
	display: block;
   	height:129px; width:38px;
    background:transparent url(../images/nav_right.png) no-repeat 0 0;
    text-indent:-9009px;
	border: 0;
     }
	 
/*hover*/
#navlistRight ul li#weddings a:hover {
   background-position: -38px 0px;
   }

#navlistRight ul li#weddingsActive a {
  display: block;
   	height:129px; width:38px;
    background:transparent url(../images/nav_right.png) no-repeat -38px 0px;
    text-indent:-9009px;
	border: 0;
   }
   

/* themed events */
#navlistRight ul li#nTheme a {
	width:38px;
	height: 120px;
	margin-top: 0px !important;
	margin-top: -1px;
	background-position: 0 -129px;
	border: 0;
}

#navlistRight ul li#nTheme a:hover {
   background-position: -38px -129px;
   }
   
   #navlistRight ul li#nThemeActive a {
   bwidth:38px;
	height: 120px;
	margin-top: 0px !important;
	margin-top: -1px;
	background-position: -38px -129px;
	border: 0;
   }
   
/* casino */
#navlistRight ul li#nCasino a {
	width:38px;
	height: 102px;
	margin-top: 0px !important;
	margin-top: -1px;
	background-position: 0 -249px;
}

#navlistRight ul li#nCasino a:hover {
   background-position: -38px -249px;
   }
   
   #navlistRight ul li#nCasinoActive a {
   width:38px;
	height: 102px;
	margin-top: 0px !important;
	margin-top: -1px;
	background-position: -38px -249px;
   }
   
   
/* amusements */
#navlistRight ul li#nAmusements a {
	width:38px;
	height: 103px;
	margin-top: 0px !important;
	margin-top: -1px;
	background-position: 0 -351px;
}

#navlistRight ul li#nAmusements a:hover {
   background-position: -38px -351px;
   }
   
   
   #navlistRight ul li#nAmusementsActive a {
  width:38px;
	height: 103px;
	margin-top: 0px !important;
	margin-top: -1px;
	background-position: -38px -351px;
   }
   
   
/* rentals */
#navlistRight ul li#nRentals a {
	width:38px;
	height: 145px;
	margin-top: 0px !important;
	margin-top: -1px;
	background-position: 0 -454px;
}

#navlistRight ul li#nRentals a:hover {
   background-position: -38px -454px;
   }


#navlistRight ul li#nRentalsActive a {
   width:38px;
	height: 145px;
	margin-top: 0px !important;
	margin-top: -1px;
	background-position: -38px -454px;
   }




/*
**************
GENERAL STYLES
**************
*/

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

p {
	font-size: 12px;
	color: #336699;
	margin: 8px 0 8px 40px; 
}

h1 {padding: 0; margin: 25px 0 0 40px; font-size: 14px; color: #003399}
h2 {padding: 0; margin: 0}

a {color: #color: #003399; font-size: 12px; text-decoration:none}
a:hover {color: #66cc33;}

.brightGreen {
	color: #66cc33;
}

.darkGreen {
	color: #339900;
}

.airy {
	line-height: 175%;
}

.greenRuled {
	margin: 5px 30px 0 100px; 
	border-top: 2px solid #66cc33;
	padding-top: 10px;

}
