/* Bluesbells Restaurant Styles - M Cursley Sept 2005*/


/* general styles */
body {

	font-family: Arial, Helvetica, sans-serif;
	background: #ffffff;
	background-image: none;
	font-size: 12px;
}
h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #999966;
	background: none;
}

h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	background: none;
}

hr{
	border-top: 1px solid #ccc;
}

a {
      background: #fff;
      text-decoration:none;
      color:#999999;
		text-decoration: underline;
	  }	

a:hover {
		background: #fff;
      color:#999966;
      }
		
.bold {
	font-weight: bold; 
}	
		
		
/*contains everything */
#container
{
	width: 100%;
	background-color: #fff;
	color: #333;
}

/*header - contains top content */
#top
{
background-color: none;
/*border-bottom: 1px solid gray;*/
}

#top h1
{
padding: 0;
margin: 0;
}

#leftnav
{
display:none;
}


#footer
{
clear:both;
margin: 0;
padding: .5em;
color: #333;
background:none;
text-align: left;
font-size: 10px;
}
#footer a {
      background: #fff;
      text-decoration:underline;
      color:#999999;
	  }	

#footer a:hover {
		background: #fff;
      color:#999966;
      }


#leftnav p { margin: 0 0 1em 0; }
#content h2 { margin: 0 0 .5em 0; }


/* top content */
#leftcorner{
	display: none;
}
#logo{
	float: left;
	width: 206px;
	height: 130px;
	background: #fff;
}


/* Navigation Styles */
#nav{
	display: none;
}


/* end of navigation styles */	
		
		
/*main content area */
#content
{


}

#topimage{
	width:620px;
	background: none;
   clear:both;
}
#topimageLoc{
	width: 620px;
	border-top: 1px solid #ccc;
	height: 10px;
	background: none;
	clear: both;
}
/* content column styles */

.leftcol, .middlecol {
	display: none;
}
 .rightcol p{
 	padding-top:35px;
	padding-top /**/: 15px; /*hides rule from i.e */

 }

.leftcol2{
display: none;
}

.leftcol2 img{
 margin-left:20px;
}


.leftcol3{
display: none;
}

.rightcol2{

}

#loctop{
background: #fff;
height: 100px;
margin-top: 15px;
margin-right: 5px;
text-align: right;
padding: 6px;
color: #333;
}

.rightHead{
	text-align: right;
	border-top: 1px solid #ccc;
	padding-top: 20px;
}
/* end of content column styles */


.quote {
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
}



/* general list style - left alignment */
.pagelist{
list-style-position: outside;
list-style-type: disc;

	
}
.pagelist li{
	margin: 0 0 3px -24px;
}

/*clear end of Divs - enables content cloumns to line up */
.emptyfooter {
clear: both;
}