/* CSS Document - Home Page Specific */

h1 {
	font-size: 24px; 
	color: #E7CB9C;
}

h2 {
	float: right;
	font-size: 14px; 
	color: #704F2E; 
	text-transform: uppercase;
}

h2 a {
	color: #704F2E;
	text-decoration: none;
}

h2 a:hover {
	color: #704F2E;
	text-decoration: underline;
}

#topHome {
	width: 100%;
	height: 450px;
	background-image: url(../../images/bkgdTop-home.jpg);
	background-repeat: repeat-x; 
	background-color: #FFF;
}

#nav {
	width: 960px;
	height: 59px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../../images/bkgdNav.jpg);
	background-repeat: no-repeat;
}

#head img {
	margin-left: 24px;
}

img#introGraphic {
	margin-left: auto;
	margin-right: auto;
}

#introGraphicBottom {
	width: 960px;
	height: 63px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../../images/home-introGraphicBottom.jpg);
	background-repeat: no-repeat;
}



#bottomContentBorder {
	width: 100%;
	height: 15px;
	background-image: url(../../images/home-bottomContentBrdr.jpg);
	background-repeat: repeat-x;
}

#bottomContent {
	width: 960px;
	margin: 30px auto;
}

#bottomContent p {
	color: #E7CB9C;
	font-size: 18px;
}

#sushiCallout {
	width: 384px;
	height: 321px;
	background-image: url(../../images/home-sushiCallout.jpg);
	background-repeat: no-repeat;
}

#sushiCallout h1 {
	padding: 220px 30px 0 30px;
}

#homeBullets {
	width: 546px;
	height: 100px;
	margin: 0;
	padding: 0;
	background-image: url(../../images/home-bullets-divider.gif);
	background-repeat: no-repeat;
}

#homeBullets li {
	float: left;
	width: 180px;
	text-align: center;
	margin: 0;
	padding: 0;
	list-style: none;
}

#homeBullets .item {
	padding: 20px;
	color: #E7CB9C;
}

/* column layouts */

.columnThreeLeft {
	width: 546px;
	float: left;
}

.columnTwoRight {
	width: 384px;
	float: right;
}

/* end column layouts */
