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

body 
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:18px;
	color:#666;
	padding:0px;
	margin: 0 auto 0 auto;
	background-image:url(../images/wowBG-2-logo-photo.jpg);
	
	background-repeat:no-repeat;
	background-position:center top;
	background-color:#ffffff;
}

body.home
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:19px;
	color:#666;
	padding:0px;
	margin: 0 auto 0 auto;
	background-image:url(../images/wowHomeBG-logo-photo-alt.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	background-color:#ffffff;
}

/*-------------LAYOUT STYLES-------------*/


div#page 
{
	width:980px;
	margin:0 auto 0 auto;
	
}

div#header
{
	width:980px;
	height:48px;
	float:left;
	background-image:url(../images/wow-top.jpg);
	background-repeat:no-repeat;
	background-position:top;
	padding:0px;
	margin:0px;
}

div#imageNavContainer
{
	width:980px;
	height:236px;
	float:left;
	padding:0px;
	margin:0px;
}

div#nav
{
	width:980px;
	height:43px;
	float:left;
	padding:0px;
	margin:0px;
	background-image:url(../images/nav-bg.png);
	background-repeat:no-repeat;
	background-position:right;
}

div#navLeft
{
	width:280px;
	height:43px;
	float:left;
	padding:0px;
	margin:0px;
}

div#navRight
{
	width:700px;
	height:43px;
	float:left;
	padding:0px;
	margin:0px;
}

div#image
{
	width:980px;
	height:193px;
	float:left;
	padding:0px;
	margin:0px;
}

div#contentArea
{
	width:980px;
	float:left;
	padding:0px;
	margin:0px;
}

div#leftColumn
{
	width:183px;
	float:left;
	padding-top:10px;
	margin-top:2px;
}

div#leftColumnTop
{
	width:183px;
	min-height:216px;
	height:auto !important;
	height:216px;
	background-image:url(../images/leftNavTop.jpg);
	background-repeat:no-repeat;
	background-position:top;
	padding:0px;
	margin:0px;
	float:left;
	background-color:#cedad0;
}

div#leftColumnBottom
{
	width:183px;
	height:94px;
	padding:0px;
	margin:0px;
/*	background-image:url(../images/leftNavBottom.jpg);
	background-repeat:no-repeat;
	background-position:top;*/
	float:left;
}

div#interiorCopy
{
	width:537px;
	float:left;
	padding:0 20px;
	margin:0px;
}
	
div#rightColumn
{
	width:220px;
	float:left;
	padding:0px;
	margin-top:2px;
}

div#footer
{
	width:980px;
	height:30px;
	float:left;
	padding:0px;
	margin:0px;
	text-align:center;
	color:#677cb5;
}

/*-------------HOME PAGE-------------*/

div#flashNavContainer
{
	width:980px;
	height:331px;
	float:left;
	padding:0px;
	margin:0px;
}

div#flash
{
	width:980px;
	height:288px;
	padding:0px;
	margin:0px;
	float:left;
}

div#leftHome
{
	width:360px;
	min-height:391px;
	height:auto !important;
	height:391px;
	padding:15px;
	background-image:url(../images/leftBG.jpg);
	background-repeat:no-repeat;
	background-position:top;
	float:left;
}

div#rightHome
{
	width:590px;
	height:0px;
	margin:0px;
	padding:0px;
	float:left;
}

div#rightHomeTop
{
	width:590px;
	margin:0px;
	padding:0px;
	float:left;
}

div#mardiGras
{
	width:166px;
	height:284px;
	margin:0px;
	padding:0px;
	float:left;
}

div#Gallery
{
	width:424px;
	height:284px;
	margin:0px;
	padding:0px;
	float:left;
}

div#rightHomeBottom
{
	width:590px;
	height:0px;
	margin:0px;
	padding:0px;
	float:left;
}

div#mardiGrasGalleryBottom1
{
	width:276px;
	height:137px;
	margin:0px;
	padding:0px;
	float:left;
}

div#mardiGrasGalleryBottom2
{
	width:184px;
	height:137px;
	margin:0px;
	padding:0px;
	float:left;
}

div#mardiGrasGalleryBottom3
{
	width:130px;
	height:137px;
	margin:0px;
	padding:0px;
	float:left;
}



/*-------------TYPE STYLES-------------*/
a 
{
	font-weight:normal;
	color:#6a3209;
}	
			
a, a:visited
{ 
	color:#6a3209;
	text-decoration:none; 
	}
	
a:hover, a:active 
{ 
	color:#6a3209; 
	text-decoration:underline; 
} 

h1
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:normal;
	line-height:28px;
	color:#677cb5;
}

h2
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:normal;
	line-height:22px;
	color:#677cb5;
}

h3 
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	line-height:18px;
	color:#677cb5;
}

p 
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;

}

.green
{ 
	color:#4b7141;
	font-weight:bold; 
	text-decoration:none; 
}

.dynamic
{
	font-size:11px;	
}

strong
{
	font-weight:normal;
	color:#000;
}


/*---------------------------------- FIX FOR FLOATED ELEMENTS WITHIN A CONTAINER DIV --------------------------*/
.clearfix:after
{
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

/*--- Fix for IE on Mac ---*/
.clearfix
{
	display: inline-block;
}

/*--- Hack for bug in IE6 ---*/
* html .clearfix
{
	height: 1%;
}

.clearfix
{
	display: block;
}


/*--- Default Styles ---*/
#qm0 { z-index: 12 !important; }
#thePageTitle {font-size: 1.4em; color:#677cb5; padding: 5px 0 5px 5px; font-family: Futura Bk; text-transform:uppercase;}
.navOnlyLink { cursor: default; }
.centerTable {margin: 0 auto; text-align: center;}
.imageFloatLeft {float:left; margin: 6px;}
.imageFloatRight {float:right; margin: 6px;}
.center { text-align: center; }
span.underline {text-decoration:underline}
span.strikethrough {text-decoration:line-through}
.colors-navy {color: #000080;}
.colors-blue {color: #0000ff;}
.colors-red {color: #ff0000;}
.colors-dark-red {color: #8b0000;}
.colors-orange {color: #ffa500;}
.colors-green {color: #008000;}
.colors-dark-green {color: #006400;}
.colors-gray {color: #808080;}
.colors-dark-gray {color: #666666;}
.colors-light-gray {color: #d3d3d3;}
.bread_crumbs {margin: 7px 0 0 0;}
/*--- END ---*/