@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	background-color: #FFFFFF;
}
.home #container {
	width: 920px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/bg.jpg);
} 
.home #header {
	height: 216px;
	background-image: url(images/header.jpg);
} 
#logo {
	padding-right: 15px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.home #nav {
	height: 46px;
	width: 920px;
	position: inherit;
	display: inline;
}
#home
{
	display: block;
	width: 102px;
	height: 46px;
	background: url("images/home.png") no-repeat 0 0;
	float: left;
}

#home:hover
{ 
  background-position: 0 -46px;
}

#home span
{
  display: none;
}
#about
{
	display: block;
	width: 110px;
	height: 46px;
	background: url("images/about.png") no-repeat 0 0;
	float: left;
}

#about:hover
{ 
  background-position: 0 -46px;
}

#about span
{
  display: none;
}

#services
{
	display: block;
	width: 229px;
	height: 46px;
	background: url("images/services.png") no-repeat 0 0;
	float: left;
}

#services:hover
{ 
  background-position: 0 -46px;
}

#services span
{
  display: none;
}

#gallery
{
	display: block;
	width: 144px;
	height: 46px;
	background: url("images/gallery.png") no-repeat 0 0;
	float: left;
}

#gallery:hover
{ 
  background-position: 0 -46px;
}

#gallery span
{
  display: none;
}

#venue
{
	display: block;
	width: 144px;
	height: 46px;
	background: url("images/venue.png") no-repeat 0 0;
	float: left;
}

#venue:hover
{ 
  background-position: 0 -46px;
}

#venue span
{
  display: none;
}

#contact
{
	display: block;
	width: 191px;
	height: 46px;
	background: url("images/contact.png") no-repeat 0 0;
	float: left;
}

#contact:hover
{ 
  background-position: 0 -46px;
}

#contact span
{
  display: none;
}
#testimonials
{
	display: block;
	width: 147px;
	height: 41px;
	background: url("images/testimonials.png") no-repeat 0 0;
	float: left;
}

#testimonials:hover
{ 
  background-position: 0 -41px;
}

#testimonials span
{
  display: none;
}
#sample
{
	display: block;
	width: 147px;
	height: 41px;
	background: url("images/sampleMenu.png") no-repeat 0 0;
	float: left;
}

#sample:hover
{ 
  background-position: 0 -41px;
}

#sample span
{
  display: none;
}
.home #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
}
.home #mainContent {
	margin: 0px;
	float: left;
	width: 890px;
	margin-left: 10px;
	background-repeat: repeat-x;
	margin-right: 10px;
	height: auto;
	padding-left: 10px;
	color: #000000;
	font-size: medium;
	font-family: "Times New Roman", Times, serif;
	font-variant: normal;
	background-image: url(images/contentBgalt.png);
} 
.home #footer {
	height: 212px;
	background-image: url(images/footer.jpg);
} 
.home #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#siteLinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #C7A371;
	text-decoration: none;
	height: 35px;
	width: 920px;
	text-align: center;
	background-color: #FFFFFF;
}
#siteLinks a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #C39E6A;
	text-decoration: none;
}
#contentHeader {
	background-image: url(images/bodyHeader.jpg);
	float: left;
	height: 88px;
	width: 920px;
}
.mainContentimg {
	margin-right: 35px;
	float: left;
}
#innerBox {
	float: right;
	height: 220px;
	width: 166px;
	margin-left: 25px;
	clear: none;
	position: static;
}
.home #container #mainContent #homeText {
	float: left;
	height: 214px;
	width: 680px;
}
#homeButtons {
	float: left;
	height: 50px;
	width: 500px;
	margin-left: 195px;
	margin-top: 5px;
}
#homeButtons2 {
	height: 50px;
	width: auto;
	margin-left: 175px;
}
#contactBlock {
	width: 240px;
	float: left;
	height: 28px;
	margin-top: 5px;
	margin-left: 15px;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
	text-align: left;
	color: #FFFFFF;
}
#quickContact {
	float: right;
	height: 160px;
	width: 219px;
	margin-right: 18px;
	margin-top: 40px;
}

#logos {
	float: right;
	height: 140px;
	width: 259px;
	margin-right: 53px;
	margin-top: 17px;
}
#vendorButton {
	float: left;
	height: 41px;
	width: 225px;
	margin-top: 57px;
	margin-left: 388px;
}
#vendor
{
	display: block;
	width: 225px;
	height: 41px;
	background: url("images/bottomButtom.png") no-repeat 0 0;
	float: left;
}

#vendor:hover
{ 
  background-position: 0 -41px;
}

#vendor span
{
  display: none;
}
#aboutTitle {
	background-image: url(images/menuTitle.png);
	background-repeat: no-repeat;
	height: 93px;
	width: 505px;
	margin-top: 10px;
}
#groupShot {
	background-image: url(images/menuSide.jpg);
	float: left;
	height: 400px;
	width: 195px;
	background-repeat: no-repeat;
	border: 3px solid #9F6615;
	margin-left: 10px;
	margin-bottom: 50px;
}
#aboutTxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	float: right;
	height: 125px;
	width: 560px;
	margin-top: 25px;
	margin-right: 55px;
	background-color: #E3D1B9;
	padding-left: 10px;
	border: 0px;
	border-style: solid;
	border-color: #9F6615;
}
#aboutTxt img {
	margin-top: 50px;
	margin-right: 20px;
}
#menu1
{
	display: block;
	width: 100px;
	height: 75px;
	background: url("images/menuButton1.png") no-repeat 0 0;
	float: left;
	margin-right: 10px;
	margin-top: 20px;
}

#menu1:hover
{ 
  background-position: 0 -75px;
}

#menu1 span
{
  display: none;
}



#menu2
{
	display: block;
	width: 100px;
	height: 75px;
	background: url("images/menuButton2.png") no-repeat 0 0;
	float: left;
	margin-right: 10px;
	margin-top: 20px;
}

#menu2:hover
{ 
  background-position: 0 -75px;
}

#menu2 span
{
  display: none;
}


#menu3
{
	display: block;
	width: 100px;
	height: 75px;
	background: url("images/menuButton3.png") no-repeat 0 0;
	float: left;
	margin-right: 10px;
	margin-top: 20px;
}

#menu3:hover
{ 
  background-position: 0 -75px;
}

#menu3 span
{
  display: none;
}


#menu4
{
	display: block;
	width: 100px;
	height: 75px;
	background: url("images/menuButton4.png") no-repeat 0 0;
	float: left;
	margin-right: 10px;
	margin-top: 20px;
}

#menu4:hover
{ 
  background-position: 0 -75px;
}

#menu4 span
{
  display: none;
}


#menu5
{
	display: block;
	width: 100px;
	height: 75px;
	background: url("images/menuButton5.png") no-repeat 0 0;
	float: left;
	margin-right: 10px;
	margin-top: 20px;
}

#menu5:hover
{
	background-position: 0 -75px;
}

#menu5 span
{
  display: none;
}
#menuView {
	background-color: #FFFFFF;
	width: 600px;
	float: right;
	height: auto;
	margin-right: 40px;
	border: 3px solid #9E6615;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 50px;
}
