/* CSS Document */

@import "nav.css";

* {
	margin: 0;
	padding: 0;
}

body {
	background-image: url(../gfx/tile.jpg);
	margin-top: 35px;
	margin-bottom: 35px;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
}

#pageWrapper {
	width: 842px;
	margin: 0 auto;
	background-image: url(../gfx/bgnd-pagetile.jpg);
	background-position: center;
	background-repeat: repeat-y;
}

#header {
	width: 842px;
	height: 131px;
}

#logo {
	width: 300px;
	height: 131px;
	float: left;
}

#headerImages {
	width: 542px;
	height: 131px;
	background-image: url(../gfx/header-images.jpg);
	float: left;
}

#page {
	width: 842px;
	background-image: url(../gfx/bgnd-page2.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}

#contentArea {
	width: 842px;
	clear: both;
}

#colLeft {
	width: 450px;
	float: left;
	padding-left: 46px;
	padding-right: 20px;
	margin-top: 20px; /* Added this space out menu and title */
}

#colRight {
	width: 326px;
	float: left;
	text-align: center;
}

#footer {
	width: 842px;
	height: 135px;
	background-image: url(../gfx/bgnd-footer.jpg);
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}

#address {
	width: 320px;
	font-size: 11px;
	color: rgba(255,255,255,1);
	position: absolute;
	left: 24px;
	bottom: 13px;
}
.whitetext {
	color: rgba(255,255,255,1);
}

#imageSquares {
	width: 398px;
	height: 119px;
	position: absolute;
	top: 0px;
	right: 54px;
}

#outterWrapperContent {
	width: 842px;
	height: 15px;
	margin: 0 auto;
}

#copyright {
	width: 200px;
	font-size: 9px;
	color: #c7b299;
	margin-left: 2px;
	margin-top: 4px;
	float: left;
}

#designedby {
	width: 200px;
	float: right;
	text-align: right;
	margin-top: 4px;
	margin-right: 2px;
}

/* PAGE TITLE STUFF */

#colLeft h1 span {
	display: none;
}

h1#welcome {
	width: 360px;
	height: 48px;
	display: block;
	background-image: url(../gfx/title-welcome.gif);
	background-repeat: no-repeat;
	background-position: top left;
	margin-bottom: 10px;
}

h1#about {
	width: 360px;
	height: 48px;
	display: block;
	background-image: url(../gfx/title-about.gif);
	background-repeat: no-repeat;
	background-position: top left;
	margin-bottom: 10px;
}

h1#menus {
	width: 360px;
	height: 48px;
	display: block;
	background-image: url(../gfx/title-menu.gif);
	background-repeat: no-repeat;
	background-position: top left;
	margin-bottom: 10px;
}

h1#privacy {
	width: 360px;
	height: 48px;
	display: block;
	background-image: url(../gfx/title-privacy.gif);
	background-repeat: no-repeat;
	background-position: top left;
	margin-bottom: 10px;
}


h1#menus {
	width: 360px;
	height: 48px;
	display: block;
	background-image: url(../gfx/title-menu.gif);
	background-repeat: no-repeat;
	background-position: top left;
	margin-bottom: 10px;
}

h1#business {
	width: 360px;
	height: 96px;
	display: block;
	background-image: url(../gfx/title-business.gif);
	background-repeat: no-repeat;
	background-position: top left;
	margin-bottom: 10px;
}

h1#press {
	width: 360px;
	height: 48px;
	display: block;
	background-image: url(../gfx/title-press.gif);
	background-repeat: no-repeat;
	background-position: top left;
	margin-bottom: 10px;
}

h1#location {
	width: 360px;
	height: 48px;
	display: block;
	background-image: url(../gfx/header-gallery.gif);
	background-repeat: no-repeat;
	background-position: top left;
	margin-bottom: 10px;
}

h1#contact {
	width: 360px;
	height: 48px;
	display: block;
	background-image: url(../gfx/title-contact.gif);
	background-repeat: no-repeat;
	background-position: top left;
	margin-bottom: 10px;
}

h1#thankyou {
	width: 360px;
	height: 48px;
	display: block;
	background-image: url(../gfx/title-thankyou.gif);
	background-repeat: no-repeat;
	background-position: top left;
	margin-bottom: 10px;
}

h1#admin {
	width: 360px;
	height: 48px;
	display: block;
	background-image: url(../gfx/title-admin.gif);
	background-repeat: no-repeat;
	background-position: top left;
	margin-bottom: 10px;
}
#pageWrapper #page #contentArea #colRight table {
	border: 1px solid #FFF;
}
.mapborder {
	border: 1px solid rgba(65,6,5,1);
}
