@charset "UTF-8";
/* CSS Document */

html,body {
	margin:0;
	padding:0;
	text-align:center;
	background-color:#ffffff;
}
#leftSidebar,
#rightSidebar,
#footer {
	font-family:Arial, Helvetica, sans-serif;
}
.clear {
	clear:both;
	background:none;
	font-size:0px;
}
#outerWrap {
	margin:0 auto;
	padding:0;
	width:958px;
}
#innerWrap {
	width:958px;
}
#wrapper {
	margin:0 auto;
	width:958px;
}
#header {
	position:relative;
	width:958px;
	height:267px;
	background:url(../images/bg_header.jpg) top center no-repeat;
}
#header a {
	position:absolute;
	top:35px;
	left:20px;
	display:block;
	width:215px;
	height:105px;
}
#contentWrap {
	text-align:left;
	width:956px;
	padding:10px 0 0 0;
	background:#ffffff;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
}
#contentWrap .orangeBar {
	margin-bottom:2px;
	width:100%;
	height:10px;
	font-size:0px;
	background-color:#FF9900;
}
#leftSidebar {
	float:left;
	width:200px;
	padding:0 0 25px 10px;
}
#dinnerOnUs {
	margin:0 0 5px 0;
	width:200px;
	height:69px;
	text-align:center;
	/*background:url(../images/dinner_on_us.gif) top center no-repeat;*/
}
#dinnerOnUs img {
	border:none;
}

/** JAVASCRIPT STYLES FOR MENU **/
#menu li.submenu1 a {
	background-image:url(../images/menu_arrow.gif);
	background-position:95% 10px; /* replace for full size image :: 100% 0px */
	background-repeat:no-repeat;
}
#menu li.submenu1 ul li.submenu2 a,
#menu li.submenu1 ul li.submenu2 ul li.submenu3 a,
#menu li.submenu1 ul li.submenu2 ul li.submenu3 ul li.submenu4 a {
	background-image:url(../images/menu_arrow.gif); 
	background-position:95% 10px; /* replace for full size image :: 100% -2px */
	background-repeat:no-repeat;
}
#menu li.submenu1 ul li a,
#menu li.submenu1 ul li.submenu2 ul li a,
#menu li.submenu1 ul li.submenu2 ul li.submenu3 ul li a,
#menu li.submenu1 ul li.submenu2 ul li.submenu3 ul li.submenu4 ul li a {
	background-image:none;
}
/** END JAVASCRIPT STYLES FOR MENU **/

/** BEGIN MENU **/
#menuWrap {
	margin:0 0 6px 0;
	width:200px;
	text-align:left;
}
#menu,
#menu ul {
	margin:0;
	padding:0;
	list-style:none;
	width:200px;
}
#menu ul {
	margin-top:6px;
	width:198px;
	border:1px solid #d5d5d5;
}
#menu li {
	width:200px;
	margin-top:6px;
}
#menu ul li {
	margin:0;
}
#menu ul li ul {
	margin-top:0;
	border:none;
	width:200px;
}
/** MENU LEVEL 1 **/
#menu a {
	padding:0 0 0 10px;
	width:188px;
	height:23px;
	display:block;
	white-space:nowrap;
	text-decoration:none;
	line-height:24px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#333333;
	background-color:#fbfbfb; /* Changes all link BG colors */
	border:1px solid #d5d5d5;
}
#menu a:hover {
	background-color:#d5d5d5;
}
/** SUB MENU LEVEL 2 **/
#menu ul a {
	padding:0 0 0 10px;
	width:188px;
	height:25px;
	display:block;
	white-space:nowrap;
	text-decoration:none;
	line-height:25px;
	font-size:11px;
	font-weight:normal;
	color:#333333;
	background-color:#e6e6e6; /* Changes all submenu link BG colors - can be done for each level */
	border:none;
}
#menu ul a:hover {
	background-color:#d5d5d5;
}
/** SUB SUB MENU LEVEL 3 **/
#menu ul li ul a {
	padding:0 0 0 20px;
	width:178px;
}
/** SUB SUB SUB MENU LEVEL 4 **/
#menu ul li ul li ul a {
	padding:0 0 0 30px;
	width:168px;
}
/** SUB SUB SUB SUB MENU LEVEL 5 **/
#menu ul li ul li ul li ul a {
	padding:0 0 0 40px;
	width:158px;
}
/** END MENU **/

/** UNDER MENU ITEMS **/
#underMenuItems {
	width:200px;
	text-align:center;
}
#underMenuItems img {
	margin-bottom:2px;
	border:none;
}

/** CONTENT **/
#content {
	float:left;
	width:516px;
	padding:0 15px 25px 15px;
}

/** RIGHT SIDEBAR **/
#rightSidebar {
	float:left;
	width:190px;
	text-align:center;
	padding:0 0 25px 0;
}
#rightSidebar img {
	margin-bottom:2px;
	border:none;
}
#iHouse {
	text-align:center;
	width:186px;
	border:2px solid #0e3192;
	margin:0 0 2px 0;
}
#iHouse #iHouseHeader {
	text-align:center;
	padding:5px;
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
	width:176px;
	background-color:#0e3192;
}
#iHouse #iHouseHeader a {
	color:#ffffff;
	text-decoration:underline;
}
#iHouse #iHouseHeader a:hover {
	color:#FFCC00;
	text-decoration:underline;
}
#iHouse img {
	padding:10px 0 5px 0;
}
#memberLogos {
	text-align:center;
	border:2px solid #0e3192;
	margin:0 0 2px 0;
	padding:10px 0 0 0;
}
#memberLogos img {
	margin:0 0 10px 0;
	border:0;
}

/** FOOTER **/
#footer {
	margin:0 auto;
	padding:13px 11px;
	width:936px;
	height:64px;
	background:url(../images/bg_footer.gif) top center no-repeat;
}
#copyright {
	float:left;
	font-size:11px;
	text-align:left;
	width:468px;
	color:#98a4a1;
}
#poweredBy {
	float:left;
	text-align:right;
	font-size:11px;
	width:468px;
	color:#98a4a1;
}
#poweredBy a {
	font-size:17px;
	font-weight:bold;
	color:#7d8c89;
	text-decoration:none;
}
#poweredBy a:hover {
	color:#FFCC00;
}
#siteDesign {
	clear:both;
	float:left;
	width:100%;
	text-align:right;
	font-size:11px;
	color:#98a4a1;
}
#siteDesign a {
	font-size:13px;
	font-weight:bold;
	color:#65726f;
	text-decoration:none;
}
#siteDesign a:hover {
	color:#ff9900;
}	

#serviceAreas {
	margin:0 auto;
	padding:15px;
	width:958px;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}