/* CSS Document */

/** Main Structural Divs **/

body {
	margin: 0; padding: 0;
	background: #94bfd5;
}

#page {
	width: 880px;
	margin: 0 auto;
	background: url(../images/bg_page.jpg) repeat-y;
}

#page-inner {
	width: 840px;
	padding: 0 20px;
	background: url(../images/bg_page-inner.jpg) no-repeat;
}

#header {
	width: 840px;
	height: 155px;
	background: url(../images/bg_head.jpg) no-repeat;
}

#nav {
	width: 840px;
	height: 30px;
	background: #b1dbf0;
}

#content {
	width: 840px;
	background: #fff;
	margin: 40px 0 0 0;
}

#content-home {
	width: 840px;
	background: #fff;
	margin: 0;
}

#footer {
	height: 200px;
	width: 880px;
	background: url(../images/bg_footer.jpg) no-repeat;
}


/** Supporting Structural Divs **/

#house {
	width: 162px;
	float: left; display: inline;
	margin: 0 0 0 40px;
}

#logo {
	width: 315px;
	float: right; display: inline;
	margin: 69px 50px 0 0;
}

#left {
	width: 190px;
	float: left; display: inline;
	margin: 0 90px 0 30px;
}

#right {
	width: 455px;
	float: left; display: inline;
	margin: 0 50px 0 0;
}

#footer-left {
	width: 215px;
	height: 30px;
	margin: 140px 0 0 20px;
	float: left; display: inline;
	text-align: right;
}

#footer-right {
	width: 530px;
	height: 30px;
	margin: 135px 0 0 95px;
	float: left; display: inline;
}

#copyright {
	width: 840px;
	margin: 20px auto;
	padding: 0 40px;
	clear: both;
}

.inspirecol {
	width: 200px;
	float: left; display: inline;
	margin: 25px 50px 0 0;
	font-size: 0.9em;
}
	


.clear {
	clear: both;
}


/** Menu Page Styles **/

#menu-hd {
	width: 780px;
	margin: 0 30px;
}

#menu-hd-left, #menu-hd-right {
	width: 390px;
	float: left; display: inline;
}

#menu-hd-right {
	text-align: right;
}


#menu-left, #menu-middle, #menu-right {
	width: 250px;
	float: left; display: inline;
	margin: 0 15px 0 0;
}

#menu-left {margin-left: 28px;}

#menu-right {margin: 0;}

.box1 {
	width: 250px;
	border: 1px solid #000;
	margin: 0 0 15px 0;
}

.box1-inner {
	width: 236px;
	margin: 2px 2px 2px 2px;
	border: 1px solid #000;
	padding: 10px 4px;
}

.solid-box {
	width: 250px;
	margin: 0 0 15px 0;
	background: #d5edf9;
}

ul {
	margin: 0 0 10px 0;
	list-style: none;
	padding: 0;
}

li {
	margin: 6px 0 0 0;
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.85em;
	line-height: 1.2em;
}

.menu-small {
	font-size: 0.75em;
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	display: block;
	margin: -5px 0 10px 0;
}





/** TEXT STYLES **/

body {
	font-size: 100%;
	line-height: 1.4em;
	font-family: Verdana, Arial, sans-serif;
	color: #81949e;
}

p {
	font-size: 0.8em;
	line-height: 1.6em;
}

h1 {
	font-size: 1.7em;
	color: #ed2024;
	line-height: 1.4em;
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1.menu-hd {
	color: #000;
	font-size: 1.4em;
	text-align: center;
	
}

h2 {
	font-size: 1.4em;
	color: #81949e;
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h2.menu-subhd {
	color: #000;
	font-style: italic;
	font-size: 1em;
	margin: 25px 0 0 0;
}

#left p {
	margin: 5px 0 0 0;
	line-height: 1.3em;
	text-align: center;
	font-size: 0.75em;
}
	

#footer p {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #75a6bf;
}

.phone {
	color: #ed2024;
	display: inline;
	margin: 0 8px 0 0;
}

#copyright p {
	font-size: 0.65em;
	color: #fff;
	line-height: 1.2em;
}



/**  Nav Styles  - rollovers use single image and negative positioning **/

#about, #menus, #marketplace, #catering, #location, #community {
  display: inline;
  height: 30px;
  float:left;
  padding: 0;

}

#about:hover, #menus:hover, #marketplace:hover, #catering:hover, #location:hover, #community:hover { 
  background-position: 0 -30px;
}

#about span, #menus span, #marketplace span, #catering span, #location span, #community span {
  display: none;
}

#about {
	 width: 127px;
	 background: url(../images/nav/about.gif) no-repeat 0 0;
	 margin: 0;
}

#menus {
	 width: 100px;
	 background: url(../images/nav/menus.gif) no-repeat 0 0;
	 margin: 0;
}

#marketplace {
	 width: 153px;
	 background: url(../images/nav/marketplace.gif) no-repeat 0 0;
	 margin: 0;
}

#location {
	 width: 194px;
	 background: url(../images/nav/location.gif) no-repeat 0 0;
	 margin: 0;
}

#catering {
	 width: 121px;
	 background: url(../images/nav/catering.gif) no-repeat 0 0;
	 margin: 0;
}

#community {
	 width: 145px;
	 background: url(../images/nav/community.gif) no-repeat 0 0;
	 margin: 0;
}


/** Link Styles **/

a, a:visited {
	color: #000;
	outline: none;
	text-decoration: none;
}

a:hover {
	color: #ed2024;
}

#copyright a, #copyright a:visited {
	color: #fff;
}

#copyright a:hover {
	text-decoration: underline;
}



/** Images **/

img {border: 0;}

.floatright {
	float: right;
	margin: 0 0 10px 10px;
}
