* {
	margin: 0px;
	padding: 0px;
}

body {
	background: #FFE74D url('../images/bg.gif') repeat;
	font: .8em arial, helvetica, sans-serif;
	color: #CCCCCC;
}

#mainContent {
	position: relative;
	background-color: black;
	width: 720px;
	height: 540px;
	color: #CCCCCC;
	margin: 5% auto 0 auto;
}
.clear {
	line-height: .1ex;
	clear: both;
}


/* 	Logo Section
	------------------------------------------------------------------ */
#logo {
	position: absolute;
	width: 240px;
	height: 160px;
}
#logo img{
	height: 154px;
	width: 208px;
	margin-top: 4px;
	margin-left: 20px;
	position: absolute;
}



/*	Top Content Section
	------------------------------------------------------------------ */
#topContent {
	position: absolute;
	width: 480px;
	height: 160px;
	margin-top: 0px;
	margin-left: 240px;
	background-color: #333333;
}
#topContent #summaryText {
	width: 440px;
	height: 90px;
	position: absolute;
	overflow: none;
	margin-top: 60px;
	margin-left: 10px;
}
#topContent #summaryText p {
	display: none;
}

/*	Navigation Section
	------------------------------------------------------------------- */
#nav {
	position: absolute;
	width: 240px;
	height: 380px;
	margin-top: 160px;
	margin-left: 0px;
	background-color: #999999;
}
#menuWrapper {
	position: absolute;
	margin-top: 140px;
	margin-left: 60px;
}
ul#menu, ul#menu ul {
  width: 100px;                 /* sets the size of the menu blocks */
  background-color: #999999;   /* a bg-color MUST be included for IE to work properly! */
  cursor: default;             /* gives an arrow cursor */
  margin-left: 0px;            /* Opera 7 final's margin and margin-box model cause problems */
}
ul#menu li {
  list-style-type: none;       /* removes the bullet points */
  margin: 0px;
  margin-top: 5px;
  position: relative;          /* makes the menu blocks be positioned relative to their parent menu item
                                  the lack of offset makes these appear normal, but it will make a difference
                                  to the absolutely positioned child blocks */
  padding: 6px 0px 6px 0px;
}
ul#menu li > ul {          		/* using the > selector prevents many lesser browsers (and IE - see below) hiding child ULs */
  display: none;               /* hides child menu blocks - one of the most important declarations */
  position: absolute;          /* make child blocks hover without leaving space for them */
  top: -10px;                    /* position slightly lower than the parent menu item */
  left: 99px;                  /* this must not be more than the width of the parent block, or the mouse will
                                  have to move off the element to move between blocks, and the menu will close */
}
ul#menu li:hover, ul#menu li.CSStoHighlight {
  background-color: #CCCCCC;    
  color: #666666;                 /* makes the active menu item text black */ 
}
ul#menu ul.CSStoShow {     		/* must not be combined with the next rule or IE gets confused */
  display: block;              /* specially to go with the className changes in the behaviour file */
}
ul#menu li:hover > ul {    /* one of the most important declarations - the browser must detect hovering over arbitrary elements
                                  the > targets only the child ul, not any child uls of that child ul */
  display: block;              /* makes the child block visible - one of the most important declarations */
}
/* and some link styles */
ul#menu li a { color: #CCCCCC; display: block; width: 100%; text-decoration: none; }
ul#menu li a:hover, ul.makeMenu li a.CSStoHighLink { color: #000; }
ul#menu li:hover > a { color: #000; } /* supports links in branch headings - must not be display: block; */

/* Calla that marks which section you're in */
#menuSelection {
	position: absolute;
	width: 16px;
	height: 41px;
}
#body_index #menuSelection {
 	margin-top: 140px;
 	margin-left: 40px;
}
#body_gallery #menuSelection {
 	margin-top: 165px;
 	margin-left: 40px;
}
#body_venues #menuSelection {
 	margin-top: 200px;
 	margin-left: 40px;
}
#body_testimonials #menuSelection {
 	margin-top: 225px;
 	margin-left: 40px;
}
#body_contactus #menuSelection {
 	margin-top: 260px;
 	margin-left: 40px;
}



/* 	Content Section
	-------------------------------------------------------------------- */
#content {
	position: absolute;
	width: 480px;
	height: 380px;
	margin-top: 160px;
	margin-left: 240px;
	background-color: #e0e0e0;
	color: #333333;
}

#content a:link {
	text-decoration: none;
	color: #660000;
	
}
#content a:hover {
	text-decoration: underline;
}
#content a:visited {
	text-decoration: none;
	color: #999999;
}

#main {
	margin: 0px auto;
	width: 450px;
	
	/* Custom Scroll bars inside main content area */
	scrollbar-face-color : #333333;
	scrollbar-track-color: #e0e0e0;
	scrollbar-arrow-color: #666666;
	scrollbar-shadow-color: #666666;
	scrollbar-highlight-color: white;
	scrollbar-darkshadow-color: #666666;
}
#main p {
	margin-bottom: 1.1em;
}







.clear {
	clear: both;
}








/*	Specific Page Sections
	---------------------------------------------------------------------- */
/*		Index
		------------------------------------------------------------------ */
#introMovie {
	position: relative;
	margin: 15px;
}


/*		Venues
		------------------------------------------------------------------ */
#venues {
	margin: 10px auto 0px auto;
	width: 450px;
	height: 190px;
	overflow: auto;
	
}
ul#venueList li {
	width: 215px;
	float: left;
	list-style-type: none;
	margin-bottom: 5px;
}

/*		Testimonials
		------------------------------------------------------------------ */
#testimonials {
	margin: 10px auto 0px auto;
	width: 450px;
	height: 300px;
	overflow: auto;
}
.testimony {
	margin-bottom: 15px;
	padding: 5px 0px 5px 15px;
	border-left: 3px solid #999999;
	border-bottom: 1px solid #999999;
	line-height: 1.3em;
}
.testimony img {
	margin: 3px;
}

/*		Galleries
		------------------------------------------------------------------ */
/*			Thumbs
			-------------------------------------------------------------- */
		
#displayThumbs {
	position: absolute;
	margin-top: 15px;
	margin-left: 10px;
	height: 22px;
}
.thumbArrow {
	float: left;
	height: 20px;
	margin-top: 3px;
	margin-left: 5px;
	margin-right: 5px;
	z-index: 10;
}
#thumbIndex {
	float: left;
	height: 22px;
	width: 398px;
	overflow: hidden;
	z-index: 2;
}
#scrollingIndex {
	position: relative;
	margin-top: 0;
	margin-left: 0;
	width: 1500px;
	z-index: 1;
}
#thumbIndex .indexImage {
	margin: 0px 4px;
	float: left;
	width: 48px;
	height: 22px;
	background-color: #999999;
}
#thumbIndex .indexImage img {
	visibility: hidden;
}

/*			Main Image
			-------------------------------------------------------------- */
#displayPicture {
	margin-top: 60px;
	position: absolute;
}
#backArrow {
	margin-left: 5px;
}
#backArrow, #mainPicture, #forwardArrow {
	float: left;
	height: 300px;
}
#backArrow, #forwardArrow {
	margin-top: 3px;
	margin-left: 5px;
	margin-right: 5px;
	text-align: center;
}
.arrow {
	margin: 140px 4px auto 4px;
	visibility: hidden;
}
#mainPicture {
	text-align: center;
	width: 400px;
}

/*		Contact Us
		------------------------------------------------------------------ */
		
#contactus #contact {
	font-weight: bold;
}
#mapForm {
	display: none;
	position: absolute;
	background-color: white;
	margin-top: 120px;
	margin-left: 225px;
	filter:alpha(opacity=85);
	-moz-opacity:.85;
	opacity:.85;
	width: 200px;
}
#mapForm div {
	margin: 2px;
}
#closePopUp {
	position: relative;
	border: #666666 solid 1px;
	margin-top: 3px;
	margin-right: 3px;
	float: right;
	width: 1em;
	text-align: center;
}
#closePopUp a {
	text-decoration: none;
}