/* CSS Document */
/* text-align center aligns entire page to center for IE */

body {
	font-family: verdana, arial, helvetica, geneva, sans-serif; 
	margin-top: 0; margin-bottom: 0; margin-left: 0; margin-right: 0;
	background: #3D1303  url(../images/bg_body_gradient.jpg) repeat-x; 
	text-align: center;
	}
	
	body.photogal {
	font-family: verdana, arial, helvetica, geneva, sans-serif; 
	margin-top: 0; margin-bottom: 0; margin-left: 0; margin-right: 0;
	background: #00125C;
	}
	
/* hide print version of asg logo */

div#printlogo{ display: none; margin: 0; padding: 0; }

p, br, ul, li, td, b, u, i, th {
font-family: verdana, arial, helvetica, geneva, sans-serif;
	}
	
h1, h2, h3, h4, h5, h6 {
	font-family: verdana, arial, helvetica, geneva, sans-serif;
	}

hr {
	border: none;
   	border-top: 1px dotted #B8A98A;
    height: 1px;
    padding: 0;
    font-size: 1px;
	width: 75%;
	text-align: left;
	margin: 10 auto 5 0;
}

	
/* standard link styles */

a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #852C05;
	}

a:active { 
	font-weight: bold; 
	text-decoration: none; 
	color: #852C05;
	}
	
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #852C05;
	}
a:hover { 
	font-weight: bold;
	text-decoration: underline; 
	color: #852C05;
	}
	

a.white:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #FFFFFF;
	}
a.white:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #FFFFFF;
	}
a.white:hover, a.white:active { 
	text-decoration: underline; 
	color: #FFFFFF;
	}
	
/* Side Navigation Bullet Layout */

/* negative text indent used for lines that wrap with margin left setting the indent */
#sidenav ul {
		list-style: none;
		padding: 0;
		text-indent: -13px;
		padding-top: 10px;
		padding-bottom: 10px;
		margin-left: 40px;
		margin-top: 0px;
		margin-bottom: 0px;
		margin-right: 10px;
		font-size: 11px;
	line-height: 1.2;
		}

#sidenav li, #sidenav-gen li {
		list-style-image: none;
		list-style-type: none;
	margin-right: 10px;
	margin-bottom: 5px;
	padding-bottom: 5px;
		}
		
#sidenav li a:hover, #address a:hover {
background: #D9E09F;
text-decoration: none; 
}

#banquetcontact {
width: 220px;
margin-left: 30px;
background: #D9E09F;
border: 2px solid #642204;
margin-bottom: 15px;
}

#banquetcontact p {
margin-left: 5px;
margin-right: 5px;
margin-top: 5px;
} 

/* ALL LAYOUT */

/* text-align left fixes so text throughout page is not centered from body tag above for IE fix*/
#wrap {
    position: relative;
	margin-left:auto;
	margin-right: auto;
    width:860px;
	text-align: left;
	background: #E8E3D2 url(../images/bg_content_top.jpg) no-repeat; 
    }

#header {
	position: relative;
	width: 860px;
	margin:0px;
	margin-bottom: 0px;
	padding-left:0px;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	min-width: 760px;
	height: 150px;
	text-align: right;
	}
	
	#address {
	position: relative;
	top: 20px;
	right: 20px;
	font-size: 10px;
	line-height: 1.3;
	}
	
#topnav {
 position: relative;
 height: 30px;
 width: 860px;
}

#content {
position: relative;
float: left;
width: 520px;
margin-left: 10px;
margin-right: 10px;
margin-bottom: 7px;
margin-top: 15px;
padding-bottom: 10px;
}
	
#sidebar {
position: relative;
float:left;
width:285px;
margin-top: 210px;
padding-top: 25px;
background: #E8E3D2 url(../images/bg_sidenav.gif) no-repeat top left;
padding-bottom: 10px;
    }
	
#buttons {
margin-left: 25px;
}

#footer {
 position: relative;
	margin-left:auto;
	margin-right: auto;
    width:860px;
	clear:both;
	padding-top: 10px;
	text-align: left;
	font-size: 10px;
	color: #F0F0E1;
	line-height: 1.3;
	padding-bottom: 20px;
	padding-left: 0px;
	padding-right: 0px;
    }

.content_block {
width: 100%;
border: 5px solid #B8A98A;
background: #F0F0E1 no-repeat url(../images/bg_contentblock.gif);
}

/* FONT Formatting */

h1 {
	font-size: 20px;
	line-height: 1.3;
	font-weight: bold;
	color: #9A6B37;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 3px;
	margin-top: 50px;
	padding-top: 10px;
	}
	
h2 {
	font-size: 14px;
	line-height: 1.1;
	font-weight: bold;
	color: #602004;
	padding: 1px;
	margin-left: 19px;
	margin-right: 20px;
	margin-bottom: 3px;
	margin-top: 5px;
	padding-top: 10px;
	border-top: 1px dotted #B8A98A;
	}
	
h3 {
font-size: 14px;
color: #9A6B37;
font-weight: bold;
line-height: 1.1;
margin-top: 0px;
margin-bottom: -5px;
margin-left: 25px;
margin-right: 20px;
}
	
p, td {
font-size: 11px;
line-height: 1.3;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 15px;
	margin-top: 0px;
}

ul {
margin-top: 0px;
margin-right: 100px;
}

li {
font-size: 11px;
line-height: 1.3;
list-style: none;
padding: 5px;
margin-bottom: 1px;
}

li.odd {
font-size: 11px;
line-height: 1.3;
list-style: none;
background: #E4E8C0;
padding: 5px;
margin-bottom: 1px;
}

li.even {
font-size: 11px;
line-height: 1.3;
list-style: none;
background: #E8E3D2;
padding: 5px;
margin-bottom: 1px;
}

p.shaded {
background: #E4E8C0;
padding: 5px;
border: solid #B8A98A 1px;
}

p.calendar_item {
font-size: 11px;
}

/* Navigation Layout & Formatting */

#nav {
	height: auto;
	float: left;
	position: relative;
	 background: #642204 top left;
	}
	
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
	
#nav li {
	float: left;
	margin: 0;
	padding: 0;
		vertical-align: text-bottom;
	}
#nav li a {
	float: left;
	padding: 5px 15px;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	color: #E8E3D2;
	background: #7B2804 url(../images/bg_nav_off.jpg) repeat-x top left;
	border: none;
	}
#nav li a:hover {
	color: #642204;
	font-size: 11px;
	background: #F0EDE3 url(../images/bg_nav_on.jpg) repeat-x top left;
	}
#nav li a.active {
	font-weight: bold;
	color: #642204;
	font-size: 11px;
	background: #F0EDE3 url(../images/bg_nav_on.jpg) repeat-x top left;
	}
	
#topnav:after, #wrap:after {
content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

