/* CSS Document */

body {
background-color:#ffffff;
margin-top:7px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:normal;
}
a { 
color:#F15D22;
text-decoration:none;
}

a:hover {
color:#F15D22;
text-decoration:none;
}
#header {
	width:760px;
	height:87px;
	text-align:left;
	margin-bottom:-5px;
}
span#top {
color:#F15D22;
float:right;
font-weight:bold;
font-size:10px;
padding-top:10px;
}
span#top a{
color:#F15D22;
font-weight:bold;
font-size:10px;
}


#main {
width:760px;
}
#main-content {
padding:20px 11px 20px 15px;
width:736px;
text-align:left;
background-color:#DAE24C;

}
#main-content p {
color:#000000;
font-size:11px;
text-align:justify;
}
#main-content strong {
color:#F15D22;
}
#main-content td {
}

#main-content h1 {
font-family: "Century Gothic", sans-serif;
color:#ffffff;
font-size:35px;
font-weight:600;
}
#main-content h2 {
}
#orange {
border-top:1px dotted #F15D22;
border-bottom:1px dotted #F15D22;
margin-right:8px;
width:480px;
}
#right-side {
text-align:left;
height:270px;
width:221px;
float:right;
margin-left:6px;
}
#right-side img {
margin-left:-58px;
float:left;
margin-top:-3px;
}
#events {
background-image:url(/images/right-events.jpg);
background-repeat:no-repeat;
height:68px;
margin-top:-10px;
}
#cuisine {
background-image:url(/images/right-cuisine.jpg);
background-repeat:no-repeat;
height:68px;
margin-top:-5px;

}
#info {
background-image:url(/images/right-info.jpg);
background-repeat:no-repeat;
height:68px;
margin-top:-5px;
}
#newsletter {
background-image:url(/images/right-newsletter.jpg);
background-repeat:no-repeat;
height:68px;
margin-top:-5px;
color:#999999;
padding-bottom:10px;
}

#newsletter p strong, #newsletter p {
color:#666666;
}
#right-side strong {
color:#000000;
}
#right-side p {
padding-left: 65px;
padding-right:5px;
font-size:9px;
padding-bottom:3px;
padding-top:9px;
text-align:left;
}

#footer {
padding-top:10px;
clear:both;
}

#footer1 {
font-size:10.5px;
color:#F15D22;
padding-bottom:4px;
border-bottom:1px solid #cccccc;
}
#footer1 a {
color:#F15D22;
text-decoration:none;
}
#black {
color:#000000;
}
#footer2 {
padding-top:4px;
color:#999999;
font-size:11px;
text-align:left;
}
#footer2 a {
color:#999999;
text-decoration:none;
}


input, textarea, select {
border:1px solid #CCCCCC;
font-family:arial;
font-size:12px;
}

.submit-button
{
color: #FFFFFF;
font-weight:bold;
padding:1px;
background: #7ca84f;
border:2px #CCCCCC outset;
}
/* Navigation Bar
------------------------------------------------*/
#nav {

	height:30px;
	position:absolute; top: 65px;
	color:#000000;
	padding-left:254px;
	}
#nav ul {
	margin:0px;
	list-style-type: none;
	padding: 0px;
	text-align: right;
	
	}
#nav ul li {
	display: inline;
	color:#FFFFFF; 
	padding-left:7px;
	padding-right:7px;
	position: relative;
	float: left;
	overflow: visible;
	z-index:5;
	vertical-align:right;
	height:30px;
	font-family:"Arial Narrow", Arial, sans-serif;
	font-size:15px;
	font-weight:normal;
}

#nav ul li.home {
	color:#e2cf98;
	}


#nav ul li a {
	color: #000000;
	text-decoration: none;
	display: block;
	padding-left:5px;
	padding-right:5px;
	height:30px;
	font-family:"Arial Narrow", Arial, sans-serif;
}
#nav ul li a:hover, #nav ul li.selected a, #nav ul li.selected a.home  {
	text-decoration: none;
	color:#F15D22;
	background-image:url("/images/menu-triangle.gif");
	background-position:bottom;
	background-position:left;
	background-repeat:no-repeat;
	height:30px;
	}

#nav a.home { 
	text-decoration: none;
	line-height: 25px;
	color:#e2cf98;

	}






	/* Sub-nav
	------------------------------------------------*/
	#nav ul li ul {
		display: none;
		position: absolute;
        background-color: #ffffff;opacity:.75;filter: alpha(opacity=75);
		padding-left: 2px;
		margin-left:0px;
		top: 23px;
		/* for IE: */
		left: 0;
	}
	#nav ul li ul li {
		
	}

	#nav ul li>ul {
		/* to fix above IE hack in Opera: */
		left: auto;
		list-style-type: disc;
	}
	#nav ul li:hover ul, #nav ul li.over ul {
		display: block;
		background-image:none;
		color:#333333;
	}
	#nav li ul li {
		font-family:"Arial Narrow", Arial, sans-serif;
		border-bottom:1px solid #666666;
		border-left:1 px solid #666666;
		border-right:1 px solid #666666;
		font-size:14px;
		font-weight:normal;
		text-transform: none;
		float: none;
		display:block;
		width: 100%;
		text-align:left;
		height:25px;
		width:180px;

	}
	#nav li ul li a, #nav ul li.selected ul li a {
		padding: 0px;
		float: none;
		height:100%;
		background-image: none;
		/* for IE: */
		padding-left: 0px;
	}
	#nav li ul li>a {
		padding-left:0px;
	}
	#nav li ul li a:hover {
		height:100%;
		background-image: none;
		color:333333;

	}
	#nav li ul li.over { /* IE only */
	}	
/* end nav */

