* {
 	padding: 0;
	margin: 0;
}

/* Generic Styling */

body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 auto;
	background: #ffffff;
	font-size: 10px;
	color: #000000;
	text-align: center;
	font-size: 74%;
}

	body * {
		text-align: left;
	}

html, body {
	height: 100%;
}

img {
	border: none;
}

p {
	color: #999999;
	line-height: 1.5em;
	margin-bottom: 10px;
}

a {
	text-decoration: underline;
	color: #68cbff;
}

a:hover {
	color: #cccccc;
	text-decoration: none;
}

h1 {
	margin-bottom: 10px;
	font-size: 1.5em;
	color: #68cbff;
	text-transform: lowercase;
}

h2 {
	display: block;
	color: #305068;
	text-transform: lowercase;
	padding-bottom: 20px;
	font-size: 1.1em;
	clear: both;
}

/* Inline Styles */

.clearer {
	height: 0;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
	clear:both;
}

.divider {
	height: 10px;
	border-top: 1px solid #CCCCCC;
	margin-top: 10px; 
	clear: both;
}

#accessibility {
	position: absolute;
	left: -10000px;
}

/* Page Structures */

#siteWrapper {
	margin: 0 auto;
	width: 768px;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	position: relative;
}

#wrapper {
	width: 768px;
	height: 400px;
	margin: 0 auto;
	position: relative;
	background-color: #00FF00;
}

#header {
	width: 768px;
	height: 80px;
	padding-top: 8px;
	position: relative;
	background-color: #ffffff;
}
	
	#headerLogo {
		float: left;
	}
	
	#headerText {
		float: right;
		margin-top: 20px;
	}

#flashWrapper {
	clear: both;
	width: 768px;
	height: 219px;
	margin: 0 auto;
	position: relative;
	background-color: #000000;
}

#menuNavigation {
	width: 768px;
	height: 56px;
	list-style: none;
	background: #68CBFF url(../images/bg-menu-navigation.gif) top left no-repeat;
}

	#menuNavigation li {
		float: left;
		width: 112px;
	}
	
		#menuNavigation li.last {
			width: 96px;
		}
	
		#menuNavigation li a {
			display: block;
			color: #ffffff;
			text-transform: lowercase;
			font-weight: bold;
			text-decoration: none;
			margin: 9px 0 4px;
			text-align: center;
			
		}
		
		#menuNavigation li a:hover {
			text-decoration: underline
		}
		
		#menuNavigation li span {
			display: block;
			color: #ffffff;
			text-transform: lowercase;
			text-align: center;
			font-size: 0.8em;
			padding: 0 5px;
			line-height: 1em;
		}

/* Sub Menu Navigation */

#subMenuNavigation {
	background-color: #2c3f4c;
	clear: both;	
	overflow: hidden;
	width: 100%;
}
	
	#subMenuNavigation ul {
		list-style: none;		
	}
	
		#subMenuNavigation ul li {
			display: inline;
			color: #559fb2;
			float: left;
			padding: 6px 10px 5px 10px;
			font-size: 1.4em;			
		}
		
		#subMenuNavigation ul li a {
			text-decoration: none;
			color: #ffffff;
		}
		
			#subMenuNavigation ul li a:hover, #subMenuNavigation ul li a.selected {
				color: #f23088;
			}

/* Service Navigation */

#serviceNavigation {
	width: 768px;
	height: 46px;
	list-style: none;
	background: #666666 url(../images/bg-service-navigation.gif) top left no-repeat;
}

	#serviceNavigation li {
		float: left;

	}
	
		#serviceNavigation li.tab1 {
			width: 125px;
		}
		
		#serviceNavigation li.tab2 {
			width: 135px
		}

		#serviceNavigation li.tab3 {
			width: 119px
		}

		#serviceNavigation li.tab4 {
			width: 263px
		}

		#serviceNavigation li.tab5 {
			width: 126px
		}
		
		/*		
		
		#serviceNavigation li.tab1 {
			width: 190px;
		}
		
		#serviceNavigation li.tab2 {
			width: 155px
		}

		#serviceNavigation li.tab3 {
			width: 135px
		}

		#serviceNavigation li.tab4 {
			width: 155px
		}

		#serviceNavigation li.tab5 {
			width: 126px
		}
		*/
		
		
		
		#serviceNavigation li a {
			display: block;
			color: #ffffff;
			font-weight: bold;
			text-decoration: none;
			text-align: center;
			font-size: 1.2em;
			text-transform: lowercase;
			margin: 9px 0;
		}
		
		#serviceNavigation li a:hover {
			text-decoration: underline;
		}

.contentWrapper {
	width: 768px;
	background-color: #ffffff;
	margin-bottom: 10px;
	overflow: hidden;
}

.calltoaction {
	float: right;
	display: inline;
	padding-top: 24px;
}


		
#footer {
	width: 768px;
	border-top: 5px #68cbff solid;
	padding-top: 10px;
}
	
	#footer p, #footer p a, #footer ul a {
		color: #000000;
	}
	
	#footer div.logo {
		float: right;
		margin-top: -10px;
	}
		
		#footer div.logo a {
			display: block;
			text-align: right;
		}
	
	#footer ul {
		list-style: none;
	}
	
	#footer li {
		display: inline;
	}

/* Content Areas */

#home {
	width: 768px;
	background: #ffffff url(../images/bg-home-content.gif) repeat-y;
	overflow: hidden;
}
	
	#home .left {
		float: left;
		width: 250px;
	}
	
	#home .middle {
		float: left;
		width: 250px;
		margin: 0 9px;
		padding: 0;
	}
	
	#home .right {
		float: left;
		width: 250px;
	}

	#home ul  {
		list-style: inside disc;
		color: #68cbff;
		margin-bottom: 10px;
		overflow: hidden;
	}

/* Plug Me In */

#plugMeIn {
	width: 768px;
	background: #ffffff url(../images/bg-plug-me-in-content.gif) repeat-y;
	overflow: hidden;
}
	
	#plugMeIn .welcomeToWow {
		float: left;
		width: 250px;
	}
	
	#plugMeIn .dreamTheme {
		float: left;
		width: 250px;
		margin: 0 15px;
		padding: 0 15px;	
	}
	
	#plugMeIn .inspired {
		float: right;
		width: 181px;	
	}

	#plugMeIn .images a span {
		display: block;
	}
	#plugMeIn ul  {
		list-style: inside disc;
		color: #68cbff;
		margin-bottom: 10px;
		overflow: hidden;
	}


/* We Are Listening */
	
#weAreListening {
	width: 768px;
	background: #ffffff url(../images/bg-we-are-listening-content.gif) repeat-y;
	overflow: hidden;
}

	#weAreListening .rightVibes {
		float: left;
		width: 236px;
	}
	
	#weAreListening .productionEntertainment {
		float: left;
		width: 236px;
		margin: 0 15px;
		padding: 0 15px;
	}
	
	#weAreListening .venues {
		float: left;
		width: 236px;	
	}
	
/* About Us */
	
#aboutUs {
	width: 768px;
	background: #ffffff url(../images/bg-about-us-content.gif) repeat-y;
	overflow: hidden;
}
	
	#aboutUs .behindScenes {
		float: left;
		width: 250px;
	}
	
	#aboutUs .dareDifferent {
		float: left;
		width: 250px;
		margin: 0 15px;
		padding: 0 15px;	
	}
	
	#aboutUs .images {
		float: right;
		width: 181px;	
	}
	
/* Contact Us */	

#contactUs {
	width: 768px;
	background: #ffffff url(../images/bg-contact-us-content.gif) repeat-y;
	overflow: hidden;
}

	#contactUs .addressDetails {
		float: left;
		width: 190px;
	}
	
		#contactUs .addressDetails p {
			width: 180px;
		}
	
		#contactUs address {
			color: #999999;
			font-style: normal;
			margin-bottom: 20px;
		}
		
	#contactUs .contactForm {
		float: left;
		width: 282px;
		margin: 0 15px;
		padding: 0 15px;
	}
	
	#contactUs .subscribe {
		float: left;
		width: 236px;	
	}
	
	#contactUs .subscribe p {
		margin: 5px 0;
	}
		
/* What We Can Do Page */	

#menuNavigation.whatWeCanDo {
	background: #2f3a4a url(../images/nav-whatcanwedo.gif) top left no-repeat;
}

.whatWeCanDo, p.whatWeCanDo, p.whatWeCanDo a, #footer ul.whatWeCanDo li a {
	color: #2f3a4a !important;
}
	p.whatWeCanDo a:hover, #footer ul.whatWeCanDo li a:hover {
		color: #cccccc !important;
	}
	 
	div.whatWeCanDo {
		border-top: 5px #2f3a4a solid !important;
	}

#whatWeCanDo {
	width: 768px;
	background: #ffffff url(../images/bg-what-we-can-do-content.gif) repeat-y;
	overflow: hidden;
}	
	
	#whatWeCanDo .left {
		float: left;
		width: 538px;
		padding-right: 15px;
		margin-right: 15px;
	}
	
	#whatWeCanDo .right {
		float: left;
		width: 200px;
	}

/* Venue Finding */	

#menuNavigation.venueFinding {
	background: #2f3a4a url(../images/nav-venuefinding.gif) top left no-repeat;
}

	div.venueFinding {
		border-top: 5px #2f3a4a solid !important;
	}

#venueFinding {
	width: 768px;
	background: #ffffff url(../images/bg-venue-finding-content.gif) repeat-y;
	overflow: hidden;
}	

	#venueFinding a {
		color: #68CBFF;
		text-decoration: underline;
	}

	#venueFinding a:hover {
		color: #CCCCCC;
		text-decoration: none;
	}
	
	#venueFinding .left {
		float: left;
		margin-right: 50px;
		width: 300px;
	}
					
	#venueFinding .middle {
		float: left;
		width: 200px;
		margin: 0 9px;
		padding: 0;
	}
	
	#venueFinding .right {
		float: left;
		width: 200px;
	}

	#venueFinding ul li {
		color: #68CBFF;
	}

	
/* Corporate Events */	

#corporateEvents .left h2 {
	padding:20px 0 10px 0;
	}

#menuNavigation.corporateEvents {
	background: #bb80db url(../images/nav-corporate.gif) top left no-repeat;
}

.corporateEvents, p.corporateEvents, p.corporateEvents a, #footer ul.corporateEvents li a, a.corporateEvents, ul.corporateEvents {
	color: #bb80db !important;
}
	p.corporateEvents a:hover, #footer ul.corporateEvents li a:hover {
		color: #cccccc !important;
	}
	 
	div.corporateEvents {
		border-top: 5px #bb80db solid !important;
	}
				
#corporateEvents {
	width: 768px;
	background: #ffffff url(../images/bg-corporate-events-content.gif) repeat-y;
	overflow: hidden;
}

	#corporateEvents a {
		color: #bb80db;
	}

	#corporateEvents a:hover {
		text-decoration: none;
	}
	
	#corporateEvents ul  {
		list-style: inside disc;
		margin-bottom: 10px;
		overflow: hidden;
	}
	
		#corporateEvents ul li {
			float: left;			
			margin-right: 10px;
			white-space: nowrap;
			color: #bb80db;
		}
		
	#corporateEvents .left {
		float: left;
		width: 438px;
		padding-right: 15px;
		margin-right: 15px;
	}

	#corporateEvents .right ul  {
		list-style: inside disc;
		margin-bottom: 10px;
		overflow: hidden;
	}

	#corporateEvents .left p img {
		float: left;
		padding: 0 20px 10px 0;
	}	
	
	#corporateEvents .right {
		float: left;
		width: 300px;
	}	
	
	#corporateEvents .right p img {
		float: left;
		padding: 0 20px 10px 0;
	}	

/* Private Events */	

#menuNavigation.privateEvents {
	background: #6ac5c5 url(../images/nav-private.gif) top left no-repeat;
}

.privateEvents, p.privateEvents, p.privateEvents a, #footer ul.privateEvents li a, a.privateEvents, ul.privateEvents, #privateEvents div.right strong {
	color: #6ac5c5 !important;
}
	p.privateEvents a:hover, #footer ul.privateEvents li a:hover {
		color: #cccccc !important;
	}
	 
	div.privateEvents {
		border-top: 5px #6ac5c5 solid !important;
	}
				
#privateEvents {
	width: 768px;
	background: #ffffff url(../images/bg-private-events-content.gif) repeat-y;
	overflow: hidden;
}
	
	#privateEvents ul  {
		list-style: inside disc;
		margin-bottom: 10px;
		overflow: hidden;
	}

	#privateEvents ul li {
		float: left;			
		margin-right: 10px;
	}
		
	#privateEvents .left {
		float: left;
		width: 478px;
		padding-right: 15px;
		margin-right: 15px;
	}
	
	#privateEvents .right {
		float: left;
		width: 260px;
	}	
	
		#privateEvents div.right ul {
			list-style: none;
		}
		
		#privateEvents div.right ul li {
			display: block;
			float: left;
		}
		
		#privateEvents div.right ul li strong {
			display: block;
			width: 120px;
			text-align: center;
		}

/* Getting Hitched */	

#menuNavigation.gettingHitched {
	background: #f23088 url(../images/nav-hitched.gif) top left no-repeat;
}

.gettingHitched, p.gettingHitched, p.gettingHitched a, #footer ul.gettingHitched li a, a.gettingHitched {
	color: #f23088 !important;
}
	p.gettingHitched a:hover, #footer ul.gettingHitched li a:hover {
		text-decoration: none;
	}
	 
	div.gettingHitched {
		border-top: 5px #f23088 solid !important;
	}
				
#gettingHitched {
	width: 768px;
	background: #ffffff url(../images/bg-getting-hitched-content.gif) repeat-y;
	overflow: hidden;
}
	
	#gettingHitched ul  {
		list-style: inside disc;
		margin-bottom: 10px;
		overflow: hidden;
	}
	
		#gettingHitched ul li {
			float: left;			
			margin-right: 10px;
		}

		#gettingHitched ul li a{
			color: #f23088;			
		}

		#gettingHitched ul li a:hover{
			text-decoration: none;			
		}
		
	#gettingHitched .left {
		float: left;
		width: 478px;
		padding-right: 15px;
		margin-right: 15px;
	}
	
	#gettingHitched .right {
		float: left;
		width: 260px;
	}	
		
		#gettingHitched div.right img {
			margin-bottom: 4px;
		}
		
/* Entertainment */		

#menuNavigation.entertainment {
	background: #a0d219 url(../images/nav-entertainment.gif) top left no-repeat;
}

.entertainment, p.entertainment, p.entertainment a, #footer ul.entertainment li a, a.entertainment, ul.entertainment, #entertainment div.right strong {
	color: #a0d219 !important;
}
	p.entertainment a:hover, #footer ul.entertainment li a:hover {
		color: #cccccc !important;
	}
	 
	div.entertainment {
		border-top: 5px #a0d219 solid !important;
	}
		
#entertainment {
	width: 768px;
	background: #ffffff url(../images/bg-entertainment-content.gif) repeat-y;
	overflow: hidden;
}
	
	#entertainment ul  {
		list-style: inside disc;
		margin-bottom: 10px;
		overflow: hidden;
	}
	
		#entertainment ul li {
			float: left;			
			margin-right: 10px;
			white-space: nowrap;
		}
		
			#entertainment ul li a {
				color: #a0d219 !important;
			}
			
			#entertainment ul li a:hover {
				color: #cccccc !important;
			}
		
	#entertainment .left {
		float: left;
		width: 478px;
		padding-right: 15px;
		margin-right: 15px;
	}
	
	#entertainment .right {
		float: left;
		width: 260px;
	}	
	
		#entertainment div.right div {
			width: 120px;
			float: left;
			margin: 0 5px 5px;
			text-align: center
		}
		
		#entertainment div.right div img {
			margin-top: 4px;
		}		
		
/* Funky Urban */

#funkyUrban {
	width: 768px;
	background: #ffffff url(../images/bg-funky-urban-content.gif) repeat-y;
	overflow: hidden;
}
	
	#funkyUrban a {
		display: block;
		padding: 2px 0;
	}
	
	#funkyUrban .left {
		float: left;
		width: 550px;
	}
	
	#funkyUrban .right {
		float: right;
		width: 181px;	
	}

/* Funky Urban */

#freeSpirit {
	width: 768px;
	background: #ffffff url(../images/bg-free-spirit-content.gif) repeat-y;
	overflow: hidden;
}
	
	#freeSpirit a {
		display: block;
		padding: 2px 0;
	}
	
	#freeSpirit .left {
		float: left;
		width: 500px;
	}
	
	#freeSpirit .right {
		float: right;
		width: 220px;	
	}

/* Big Spender */

#bigSpender {
	width: 768px;
	background: #ffffff url(../images/bg-big-spender-content.gif) repeat-y;
	overflow: hidden;
}
	
	#bigSpender a {
		display: block;
		padding: 2px 0;
	}
	
	#bigSpender .left {
		float: left;
		width: 460px;
	}
	
	#bigSpender .right {
		float: right;
		width: 260px;	
	}

/* Sexy */

#sexy {
	width: 768px;
	background: #ffffff url(../images/bg-sexy-content.gif) repeat-y;
	overflow: hidden;
}
	
	#sexy a {
		display: block;
		padding: 2px 0;
	}
	
	#sexy .left {
		float: left;
		width: 460px;
	}
	
	#sexy .right {
		float: right;
		width: 260px;	
	}
		
/* Small Pleasures */

#smallPleasures {
	width: 768px;
	background: #ffffff url(../images/bg-small-pleasures-content.gif) repeat-y;
	overflow: hidden;
}
	
	#smallPleasures a {
		display: block;
		padding: 2px 0;
	}
	
	#smallPleasures .left {
		float: left;
		width: 460px;
	}
	
	#smallPleasures .right {
		float: right;
		width: 260px;	
	}
		
		#smallPleasures .right ul li{
			color: #68cbff;
		}
			
/* Christmas Party */

#christmasParty {
	width: 768px;
	background: #ffffff url(../images/bg-christmas-party-content.gif) repeat-y;
	overflow: hidden;
}
	
	#christmasParty a {
		display: block;
		padding: 2px 0;
	}
	
	#christmasParty .left {
		float: left;
		padding-right: 5px;
		width: 300px;
	}

	#christmasParty .middle {
		float: left;
		padding: 0 5px 0 8px;
		width: 300px;
	}
	
		#christmasParty .middle a {
			display: inline;
		}
	
	#christmasParty .right {
		float: right;
		width: 150px;	
	}

	#christmasParty ul  {
		list-style: inside disc;
		margin-bottom: 10px;
		overflow: hidden;
	}

	#christmasParty ul li {
		float: left;			
		margin-right: 10px;
	}
	
/* News */

#news div.article {
	border-bottom: 1px #ccc solid;
	clear: both;
	margin-bottom: 20px;
	overflow: hidden;
}

	#news div.article img {
		float: left;
		padding: 0 10px 10px 0;
	}

	#news div.article h2 {
		clear: none !important;
		float: left;
		padding-bottom: 0px;
		width: 678px	
	}

	#news div.article p a {
		padding-left: 10px;
	}


#newsStory {
	margin-bottom: 20px;
}	
	
	#newsStory img {
		float: left;
		padding: 0 10px 10px 0;
	}

	#newStory ul  {
		list-style: inside disc;
		margin-bottom: 10px;
		overflow: hidden;
	}
	
	#newsStory ul li {
		float: left;			
		margin-right: 10px;
		margin-left: 15px;
		white-space: nowrap;
		color: #68CBFF;
	}
	
/* Gallery */	

ul#gallery {
	list-style: none;
}

	ul#gallery li {
		border: 1px #000 solid;	
		display: inline;
		float: left;
		height: 91px;
		margin: 0 10px 10px 0;
		padding: 3px;
		text-align: center;
		width: 110px;
	}

/* Away Days */

#awayDays {
	width: 768px;
	background: #ffffff url(../images/bg-away-days.gif) repeat-y;
	overflow: hidden;
}

	#awayDays div img {
		margin-bottom: 10px;
	}	
	
	#awayDays .left {
		float: left;
		margin-right: 17px;		
		width: 165px;
	}
	
	#awayDays .middle1 {
		float: left;
		width: 165px;
		margin: 0 17px;
		padding: 0;
	}

	#awayDays .middle2 {
		float: left;
		width: 165px;
		margin: 0 17px;
		padding: 0;
	}
	
	#awayDays .right {
		float: left;
		margin-left: 17px;		
		width: 165px;
	}
	
	
/* Themed Evenings and Awards Dinners */

.themedEvenings {
	
}

.themedEvenings .eventBlock{
	
}

.themedEvenings .eventBlock img{
	float: left;
	display: inline;
	padding-right: 15px;
	padding-bottom: 15px;
}

.themedEvenings .eventBlock H2{
	display: block;
	color: #305068;
	text-transform: lowercase;
	padding-bottom: 10px;
	font-size: 1.1em;
	clear: both;
}

			
/* Forms */	

form ul {
	list-style: none;
}

	form ul li {
		padding: 2px 0;
	}
	
	form ul li label {
		display: block;
		width: 80px;
		float: left;
	}


/* Misc Section */	

.info {
	font-size: 0.8em;
}

.caseStudyHeader {
	color: #999999;
	line-height: 1.5em;
	margin-bottom: 0px;
}
