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


/* Resets all properties for pages back to 0 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
 	font-family:Arial, Helvetica, sans-serif, "Helvetica Neue";
	font-size:12px;
	color:#999;
	letter-spacing:1px;
}

body {
	background-color:#f9f4ee;
	background-image:url(../images/bggrad.png);
	background-repeat:repeat-x;
}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-style:italic;
	font-weight:normal;
	color:#3399ff;
}

/* h2 h3 control right menu titles */
h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-style:italic;
	font-weight:normal;
	color:#666;
}

h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-style:italic;
	font-weight:normal;
	color:#666;
}

/* styles for links within pages (does not include main nav */
a {
	text-decoration:none;
	color:#999;
}

a:hover {
	color:#ff0000;
	border-bottom:1px solid #ff0000;
}

/* wrapper holds all content */
#wrapper {
	width:1048px;
	margin:30px auto 40px auto;
}


/* main nav menu for index */
#main_nav_index {
	width:1048px;
	height:41px;
	padding-top:188px;
	background-image:url(../images/header_index.png);
	background-repeat:no-repeat;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-style:italic;
}


/* main nav menu */
#main_nav {
	width:1048px;
	height:41px;
	padding-top:188px;
	background-image:url(../images/header_main.png);
	background-repeat:no-repeat;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-style:italic;
}

ul.main_nav {
	list-style:none;
	margin:0 0 0 14px;
 	padding-left: 0;   /* remove the indention */

}

ul.main_nav li{
	display:inline; 
	float:left;
	text-align:center;
	margin-left:27px;
	
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
ul.main_nav li{
	display:inline; 
	float:left;
	text-align:center;
	margin-left:26px;
	
}
}


a.main_nav {
	color:#666;
}

a:hover.main_nav {
	color:#3399FF;
	border:0;
}

.main_nav_current {
	color:#3399FF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-style:italic;
}

/* large image of front of house container */
#home_image {
	margin-left:22px;
}

/* main content area which holds left and right sections on each page */
#content {
	width:900px;
	margin:30px auto 0 auto;
}

#left_content {
	margin:0 0 40px 0;
	width:650px;
	float:left;
	padding-right:30px;
}

/* embedded image */
.image {
	float:left;
	margin:10px 30px 10px 0;
	border:solid 1px #FFF;
}

/* right menu seen on index */
#right_menu_index {
	width:190px;
	margin:0 0 40px 0;
	padding-left:30px;
	float:right;
	background-image:url(../images/right_menu_bg.png); background-repeat:no-repeat;
}

/* right menu seen on all other pages */
#right_menu_main {
	width:189px;
	margin:0 0 40px 0;
	padding-left:30px;
	float:right;
	border-left:1px #dfdddd solid;
	background-image:url(../images/right_menu_bg.png); background-repeat:no-repeat;
}

.right_menu_link {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-style:italic;
	margin-bottom:0;
}

ul.index_left_menu {
	padding-left:20px;
	height:150px;
}

ul.index_left_menu li {
	list-style:url(../images/bullet.png);
	padding-bottom:10px;
	font-size:15px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
}

a.index_left_menu {
	color:#999;
}

a:hover.index_left_menu {
	color:#3399FF;
	border:0;
}
		

/* footer section - footer contains text and footer_fade sits on above with the brown fade */
#footer {
	width:auto;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	font-style:italic;
	color:#999;
	padding:10px 0 10px 0;
	background-image:url(../images/footer_bg.png);
}

#footer_fade {
	width:auto;
	height:19px;
	background-image:url(../images/footer_fade.png);
}