/*------- Reset CSS -------*/
* {
margin: 0; 
padding: 0; 
border: 0; 
outline: 0; 
font-size: 100%; 
line-height: 1.4em; 
vertical-align: baseline; 
text-decoration: none; 
}

body {
  background-color: transparent;
  font-size: 12px;
  font-family: Tahoma, Geneva, sans-serif, Helvetica, Arial;
  color:#564b47;  
  padding:20px;
  margin:0px;
  text-align: center;
}

a {
	color:#F2E4C2;
	text-decoration: none;
}

img {
	border: none;
	padding: 0px;
	margin: 0px;
}

p {
	padding: 0px 0px 8px 0px;
	margin: 0px;
}

h1 {
	color: #f2e4c2;
	text-align: left;
	font-size: 20px;
	margin: 0px;
}

h2 {
	color:#f2e4c2;
	text-align: left;
	font-style:italic;
	text-decoration: underline;
	font-weight: lighter;
	font-size: 16px;
	margin: 0px;
}

.clear {
	clear: both;
}


#wrapper { 	
  text-align: left;
  vertical-align: middle;	
  margin: 0px auto;
  padding: 0px;
  width: 1050px;
  background-color: transparent;
}

#header {
	height: 150px;
	padding: 0px;
	margin: 0px;
}

.headerleft {
	margin-left: 420px;
}

#menu {
	height: 30px;
	font-size: 18px;
	color: #401E17;
	padding: 0px;
	margin-left: 163px;
}
#menu a {
	font-size: 18px;
	color: #401E17;
	text-decoration: none;
}

#menu a:hover {
	font-size: 18px;
	color: #A66812;
	text-decoration: underline;
}

#social-icons {
	float: right;
	width: 100px;
	height: 0px;
	position: relative;
}

.icon-fb {
	position: absolute;
	top: -1px;
	right: 92px;
}

.icon-tw {
	position: absolute;
	top: -1px;
	right: 57px;
}

.icon-fs {
	position: absolute;
	top: -1px;
	right: 22px;
}


/*------- Large Image / Large Image Menu ------*/
#largeimage {
	height: 275px;
	width: 1000px;
	border:1px solid #401E17;
	padding: 0px;
	margin: 0px 0px 15px 25px;
}

#largeimagemenu {
	text-align: center;
	font-size: 18px;
	color: #401E17;
	padding: 0px;
	margin: 0px;
}
#largeimagemenu a {
	font-size: 18px;
	color: #401E17;
	text-decoration: none;
	cursor: pointer;
}

#largeimagemenu a:hover {
	font-size: 18px;
	color: #A66812;
	text-decoration: underline;
}

.largeimagemenunumbers {
	height: 30px;
	padding-top: 10px;
}


/*------- Services ------- */
#servicescontainer {
	color: #f2e4c2;
	border:1px solid #401E17;
	width: 1000px;
	background-image:url(images/services-bg.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px 0px 15px 25px;
	background-color: #401E17;
	overflow: hidden;
}

#servicesleft {
	width:378px;
	float: right;
	padding: 3px 10px 10px 10px;
}

#servicesright {
	width:378px;
	float: right;
	padding: 3px 10px 10px 10px;
}



/*------- Preferred Venues ------- */
#preferredcontainer {
	color: #f2e4c2;
	height: 275px;
	border:1px solid #401E17;
	width: 1000px;
	background-image:url(images/vendors-bg.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px 0px 15px 25px;
}

#preferredleft {
	height: 255px;
	width:335px;
	float: right;
	padding: 10px;
}

#preferredright {
	height: 255px;
	width:335px;
	float: right;
	padding: 10px;
}

img.preferred {
	float: left;
	border: 1px solid #f2e4c2;
	margin: 4px 10px 0px 0px;
}


/*------- About Us ------- */
#aboutuscontainer {
	color: #f2e4c2;
	width: 1000px;
	border:1px solid #401E17;
	background-image:url(images/aboutus-bg.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px 0px 15px 25px;
	background-color: #401E17;
	overflow: auto;
}

#aboutusleft {
	width:378px;
	float: right;
	padding: 3px 10px 10px 10px;
}

#aboutusright {
	width:378px;
	float: right;
	padding: 3px 10px 10px 10px;
}


/*------- Footer ------*/
#footer {
	color: #401E17;
	height: 30px;
	text-align: center;
	padding: 0px;
	margin-top: 30px;
}

#footer a {
	color: #401E17;
	text-decoration: underline;
}

#footer a:hover {
	color: #A66812;
	text-decoration: underline;
}


/*------- Contact ------- */
#contactcontainer {
	color: #f2e4c2;
	height: 255px;
	width: 1000px;
	border:1px solid #401E17;
	background-image:url(images/contact-bg.jpg);
	background-repeat: no-repeat;
	padding-top: 20px;
	margin: 0px 0px 15px 25px;
}

#contactleft {
	height: 255px;
	width:335px;
	float: right;
	padding: 10px;
}

#contactright {
	height: 255px;
	width:300px;
	float: right;
	padding: 10px 10px 10px 45px;
}

/*------- Contact Form ------- */
.submit {
	position: absolute;
	bottom: -20px;
	right: 0px;
}

.contact_form {
	position: relative;
}

div.contact_form form,
div.contact_form table,
div.contact_form td,
div.contact_form th    { margin: 0px; padding: 0px; vertical-align: top; text-align: right; }

div.contact_form table { border-collapse: collapse; }
div.contact_form th    { padding: 0px 10px 3px 0px; text-align: right; font-weight: lighter; }
div.contact_form td    { padding: 0px  0px 3px 0px; }

div.contact_form tr    { float: right; padding-bottom: 5px; }

div.contact_form img   { margin-left: 5px; }

div.contact_form em
{
  text-decoration: none;
  font-style:  normal;
  font-weight: 900;
  color: #F2E4C2;
}

div.contact_form  em.error, div.contact_form form em { color: #FF0000; }
div.contact_form div.error { margin-bottom: 0px; }

div.contact_form div.input { float:  left; }
div.contact_form select    { width: 250px; }
