/*
---------------------------------------------------------------------
            GLOBAL STYLES 
---------------------------------------------------------------------

These are default styles that every page needs to inherit */


/* This sets all browser padding and margin defaults to zero */
* { margin: 0; padding: 0; } 

/* This is a fix for IE 6 & 7 spacing issues. I think. */
* html img { display: block; } 

/* This keeps images wrapped in an anchor tag from displaying a border. Maybe. */
a img { border: none; margin: 0; padding: 0; }

/*Firefox produces a dotted outline that appears around links when you click on them. */
a { outline: none; }

/* this is a fix for IE/Mac, to keep the nav items from breaking. */
#header li {
	/*\*/overflow: hidden;/**/
}
body {
	background: #d5ab5f url(images/bg-woodgrain3.gif) repeat-y center center;
}
/* styles for IE 5 Mac */
 .wrapper {
	background: transparent;
	position: absolute;
	top: 50px;
	width: 100%;
 }
 
 /* following rules are invisible to IE 5 \*/
.wrapper {
	text-align: center;
	position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    margin-top: -300px;
    text-align: center;
    min-width: 957px; 
}
/* end IE 5 hack */ 
#container {
	height: 600px;
	width: 957px;
	text-align: left;
	margin: 0px auto;
	position: relative;
}
h1 {
	font: bold 12px/19px Arial, Helvetica, sans-serif;
	color: #A97C50;
	margin-bottom: 16px;
	letter-spacing: .025em;
	text-transform: uppercase;
}
p {
	font: 12px/15px Georgia, "Times New Roman", Times, serif;
	color: #603913;
	margin-bottom: 13px;
}
a {
	color: #603913;
	text-decoration: underline;
}
a:visited {
	color: #603913;
	text-decoration: underline;
}
a:hover, a:active {
	color: #603913;
	text-decoration: none;
}
a img {
	border: 0px;
	outline: none;
	}

.colText {
	font: 11px/14px Georgia, "Times New Roman", Times, serif;
}
.pink {
	color: #F15C5D;
	}	
	
#header {
	background: url(images/bg-header.gif) no-repeat center;	
	width: 957px;
	height: 82px;
}
#headerLogo {
	position: absolute;
	top: 45px;
	left: 32px;
}	
#headerTag {
	position: absolute;
	top: 48px;
	left: 571px;
	}	
	
#navigationBG {
	position: absolute;
	top: 85px;
	width: 668px;
	height: 24px;
	background: #240100;
}
#navigationBG-about {
	position: absolute;
	top: 85px;
	width: 664px;
	height: 24px;
	background: #240100;
}
#navigationCurve {
	position: absolute;
	top: 0px;
	left: 666px;
}

.nav {
	padding: 7px 23px 0px 0px;
	display: inline;
	float: left;
}
.navLeft {
	padding-left: 42px;
}
.navRight {
	padding-right: 0px;
}
.navLogo {
	padding: 75px 0px 0px 28px;
}


#mainContent {
	position: absolute;
	width: 957px;
	height: 410px;
	left: 0px;
	top: 85px;
	background: #FEFAD6;
}
#mainContent-about {
	position: absolute;
	width: 663px;
	height: 410px;
	left: 0px;
	top: 85px;
	background: #FEFAD6;
}
#homePhoto {
	position: absolute;
	width: 451px;
	height: 300px;
	left: 435px;
	top: 68px;
}
#rightPhoto {
	position: absolute;
	width: 231px;
	height: 300px;
	left: 685px;
	top: 68px;
}
#rightPhotoHoriz {
	position: absolute;
	width: 231px;
	height: 300px;
	left: 520px;
	top: 68px;
}

#homeText {
	position: absolute;
	width: 320px;
	left: 42px;
	top: 108px;
}
#reserveText {
	position: absolute;
	width: 700px;
	left: 42px;
	top: 108px;
}
#mainPhoto {
	position: absolute;
	width: 230px;
	height: 300px;
	left: 680px;
	top: 78px;
}
#aboutPhoto {
	position: absolute;
	left: 668px;
	top: 0px;
}
#mainText-noPhoto {
	position: absolute;
	left: 665px;
	top: 0px;
}
.photo {
	margin: 0px;
	border: 10px solid #FFFFFF;
}
.scrollText {
	margin-right: 24px;
}
#main {
	position: absolute;
	width: 620px;
	height: 242px;
	left: 40px;
	top: 71px;
	overflow: auto;
	overflow-x: hidden; 
}
.sponsorTitle {
	font: bold 12px/19px Arial, Helvetica, sans-serif;
	color: #A97C50;
	margin-bottom: 0px;
	letter-spacing: .025em;
	text-transform: uppercase;
}
#mainReserve {
	position: absolute;
	width: 866px;
	height: 315px;
	left: 40px;
	top: 63px;
}

#mainSponsorDescr {
	position: absolute;
	width: 370px;
	height: 315px;
	left: 40px;
	top: 71px;
	overflow: auto;
	overflow-x: hidden; 
}
#mainSponsors {
	position: absolute;
	width: 500px;
	height: 350px;
	left: 40px;
	top: 71px;
	overflow: auto;
	overflow-x: hidden; 
}
.sponsorLogo {
	margin: 0px;
	padding: 0px;
	display:inline;
	float: left;
}

#mainCol1 {
	position: absolute;
	width: 160px;
	left: 36px;
	top: 71px;
}
#mainCol2 {
	position: absolute;
	width: 160px;
	left: 200px;
	top: 71px;
}
#mainCol3 {
	position: absolute;
	width: 160px;
	left: 364px;
	top: 71px;
}
#mainCol4 {
	position: absolute;
	width: 160px;
	left: 528px;
	top: 71px;
}
#mainCol5 {
	position: absolute;
	width: 160px;
	left: 692px;
	top: 71px;
}


.joinUs {
	font-style: italic;
	font-weight: bold;
	color: #8B5D3B;
	line-height: 29px;
	font-size: 11px;
	letter-spacing: .05em;
}
.reserveBtn {
	padding-top: 24px;
	}
#mainText-more {
	position: absolute;
	width: 420px;
	left: 340px;
	top: 153px;
	z-index: 3;
}
.moreLink {
	font: 10px/19px Verdana, Arial, Helvetica, sans-serif;
	color: #818285;
	text-align: right;
	left: 00px;
	top: 35px;
}
#lifehoueLogo {
	position: absolute;
	top: 340px;
	left: 40px;
}
#websiteDesign {
	position: absolute;
	top: 375px;
	left: 340px;
}
#photoCredit {
	position: absolute;
	top: 375px;
	left: 528px;
}
#reserveTag {
	position: absolute;
	top: 361px;
	left: 127px;
}
#reserveTag2 {
	position: absolute;
	top: 361px;
	left: 445px;
}
#submitBtn {
	position: absolute;
	top: 287px;
	left: 700px;
}
.mice {
	font-size: 9px;}



#eventSponsors {
	position: absolute;
	top: 499px;
	width: 953px;
	height: 104px;
	border: 2px solid #754C29;
 }

/* end IE 5 hack */ 

#sponsorsMajor {
	position: absolute;
	top: 50px;
	left: 30px;
	height: 332px;
	width: 431px;
	background: #FFFFFF url(images/bg-major_sponsors.gif) no-repeat center 130px;
	border: 1.5px solid #A97C50;
}
#sponsors1 {
	position: absolute;
}
#sponsors2 {
	position: absolute;
}
#sponsors3 {
	position: absolute;
}
#sponsors4 {
	position: absolute;
}
.sponsorText {
	font: oblique 10.5px Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 10px 0px 0px 15px;
	letter-spacing: .035em;
}
#foundingLogo {
	position:absolute;
	top: 20px;
	left: 80px;
}	
#platinumLogo {
	position:absolute;
	top: 170px;
	left: 35px;
}	
.platinum {
	top: 132px;
}
#platinumLogo2 {
	position:absolute;
	top: 263px;
	left: 37px;
}	
.platinum2 {
	top: 220px;
}
#emeraldLogo {
	position:absolute;
	top: 263px;
	left: 337px;
}
.emerald {
	top: 220px;
	left: 300px;
}
	
#otherSponsors {
	position: absolute;
	top: 322px;
	left: 483px;
	height: 60px;
	width: 442px;
	background: #FFFFFF;
	border: 1.5px solid #A97C50;
}
#stemwareLogo {
	position:relative;
	float:left;
	padding: 8px 15px 0px 15px;

}
#mediaLogo {
	position:relative;
	float: left;
	padding: 12px 15px 0px 0px;
}
#printLogo {
	position:relative;
	float: left;
	padding: 12px 15px 0px 0px;
}
#sponsorCol1 {
	position: absolute;
	width: 170px;
	height: 315px;
	left: 430px;
	top: 71px;
	overflow: auto;
	overflow-x: hidden; 
}
#sponsorCol2 {
	position: absolute;
	height: 315px;
	width: 170px;
	left: 605px;
	top: 71px;
	overflow: auto;
	overflow-x: hidden; 
}
#sponsorCol3 {
	position: absolute;
	height: 315px;
	width: 170px;
	left: 780px;
	top: 71px;
	overflow: auto;
	overflow-x: hidden; 
}
.spaceAfter {
	margin-bottom: 16px;
}
.dkBrown {
	color: #603913;
}
.form {
	font: oblique 12px Georgia, "Times New Roman", Times, serif;
	color: #603913;
	margin-bottom: 1px;
}
.formFill {
	font: oblique 12px Georgia, "Times New Roman", Times, serif;
	color: #A97C50;
	margin-bottom: 1px;
}
.spaceAbove {
	margin-top: 4px;
	}
table {
	background: #FEFAD6;
}
tr {
	background: #FEFAD6;
}
td {
	background: #FEFAD6;
}
