@charset "utf-8";
html {
	background:#400000;
}

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	letter-spacing:.04em;
	background:url(../images/layout_components/top_gradient.png) repeat-x;
	margin: 0;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #fdf5cc;
}

.twoColFixLtHdr #container {
	width: 817px; 
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding:0 20px 0 20px;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.twoColFixLtHdr #containerBkgd {
	height:100%;
	margin:0 0 0 0;
	padding:0 0 64px 0;
	background:url(../images/layout_components/container_bkgd.png) repeat-y;
}

.twoColFixLtHdr #header {
	background:url(../images/layout_components/header.png) no-repeat;
	position:relative;
	top:20px;
	width:871px;
	height:128px;
	margin:0 0 0 0;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 

.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0;
}

#headerText {
	position:absolute;
	right:110px;
	bottom:15px;
	font-size:12px;
	color:#d7ac82;
	text-align:right;	
}

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 170px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	margin:0 0 0 0px;
	padding:30px 0 0 23px;
	text-align:justify;
}

#sidebarContainer { /* this div is for padding that sidebar1 doesn't provide because navMain is flush to the sides */
	border-top:#4d5560 solid 1px;
	margin:20px 10px 0 10px;
	padding:25px 0 0 0;
}

.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 200px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 35px 45px 0 10px;
	text-align:justify;
} 

.twoColFixLtHdr #footer {
	background:url(../images/layout_components/footer_bar.jpg) no-repeat;
	position:relative;
	top:-5px;
	width:800px;
	height:37px;
	margin:0 0 0 5px;
	padding: 10px 10px 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
} 

.twoColFixLtHdr #footer p {
	float:right;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0 30px 0 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.firt {
	display:none;
}

h1, h2, h3, h4 {
	margin:0 0 15px 0;
	padding:0;
}

img {
	border:#FF9900 solid 1px;
}

#rotatingImgs, #restaurantRotatingImages {
	border:#FF9900 solid 1px;
}

#restaurantRotatingImages {
	padding:0;
}

#restaurantRotatingImagesSection {
	float:right;
	margin-left:12px;
}

.paragraphImgRt { /* this is for an image that is floated right that paragraph text wraps around */
	float:right;
	padding:0 0 5px 15px;
}

.paragraphImgLt { /* this is for an image that is floated left that paragraph text wraps around */
	float:left;
	padding:0 15px 5px 0;

}

.paragraphImgRt, /* IMAGE CAPTIONS - these styles are applied with the text is within the divs "paragraphImgRt" and "paragraphImgLt" */
.paragraphImgLt {
	text-align:center; /* caption */
	font-size:12px; /* caption */
	color:#855b3c; /*caption */	
}

.paragraphImgRt Img, /* this is to put some space in between the image and it's caption */
.paragraphImgLt Img {
	margin-bottom:5px;
}

.imgCaption {
	text-align:center; /* caption */
	font-size:12px; /* caption */
	color:#855b3c; /*caption */	
	margin-top:5px;
	margin-bottom:5px;
}

/*--------------------MAIN LINK STATES----------------------*/

a {
	font-weight:normal;
	color:#f68c22;
	text-decoration:none;
}

a:link {
	font-weight:normal;
	color:#f68c22	;
	text-decoration:none;
}

a:visited {
	font-weight:normal;
	color:#f68c22;
	text-decoration:none;
}

a:hover {
	font-weight:normal;
	color:#FFCC00;
	text-decoration:none;
}

a:active {
	font-weight:normal;
	color:#f68c22;
	text-decoration:none;
}

/*--------------------/MAIN LINK STATES----------------------*/


/*------------------NAV_MAIN---------------------*/

#navMainContainer {
	width:168px;
	margin:0;
	padding:0;
}

#navMainContainer ul {
	width:168px;
	height:100%;
	margin:0;
	padding:0;
	list-style-type:none;	
}

#navMainContainer ul li {
	width:168px;
	height:30px;
	padding:0;
}

#navMainContainer ul li a{
	width:168px;
	height: 30px;
	margin:0 0 0 0;
	float:left;
}

li a:hover {
	background-position: 0 -30px;
}

#navMainContainer li a:hover {
	background-position: 100% 100% -30px;
}

li#home a {
	background-image:url(../images/layout_components/nav_main/home.jpg);
}

li#menu a {
	background-image:url(../images/layout_components/nav_main/menu.jpg);
}

li#photoSafari a {
	background-image:url(../images/layout_components/nav_main/photo_safari.jpg);
}

li#employment a {
	background-image:url(../images/layout_components/nav_main/employment.jpg);
}

li#about a {
	background-image:url(../images/layout_components/nav_main/about.jpg);
}

li#contact a {
	background-image:url(../images/layout_components/nav_main/contact.jpg);
}

/*----------------/NAV_MAIN--------------------*/


/*--------------------SUBHEADERS-------------------*/

.subheader {
	border-bottom:#fdf5cc solid 1px;
	padding-bottom:5px;
	height:28px;
}

#welcomeSubheader {
	background:url(../images/layout_components/subheaders/welcome.png) no-repeat;
	width:100%;
}

#menuSubheader {
	background:url(../images/layout_components/subheaders/menu.png) no-repeat;
	width:100%;
}

#photoSafariSubheader {
	background:url(../images/layout_components/subheaders/photo-safari.png) no-repeat;
	width:100%;
}

#employmentSubheader {
	background:url(../images/layout_components/subheaders/employment.png) no-repeat;
	width:100%;
}

#aboutSubheader {
	background:url(../images/layout_components/subheaders/about.png) no-repeat;
	width:100%;
}

#eventsSubheader {
	background:url(../images/layout_components/subheaders/events.png) no-repeat;
	width:100%;
}

#contactSubheader {
	background:url(../images/layout_components/subheaders/contact.png) no-repeat;
	width:100%;
}

#greatFoodSubheader {
	background:url(../images/layout_components/subheaders/great_food.png) no-repeat;
	width:143px;
	height:28px;
}

#associatesSubheader {
	background:url(../images/layout_components/subheaders/associates.png) no-repeat;
	width:100%;
	height:28px;
}

#restaurantPicsSubheader {
	background:url(../images/layout_components/subheaders/restaurant_pics.png) no-repeat;
	width:100%;
	height:28px;
}

/*--------------------/SUBHEADERS-------------------*/

/* .associatesLink {
	margin-bottom:7px;
	padding-bottom:10px;
	border-bottom:#868972 dotted 1px;
} */

#dotted {
	border-bottom:#868972 dotted 2px;
}

.associatesLinkBig {
	font-size:18px;
	margin-bottom:5px;
}

/*----------------AWESOMETOWN LINK--------------------*/

#awesometownLink,
#awesometownLink a,
#awesometownLink a:link,
#awesometownLink a:visited,
#awesometownLink a:active {
	color:#CC6633;
	font-weight:normal;
	font-size:12px;
}

#awesometownLink a:hover {
	color:#FFFFCC;
	font-weight:normal;
	font-size:12px;
}

/*----------------/AWESOMETOWN LINK--------------------*/

