@import "listings.css";
body {
	font-size: 80%; /* Resets 1em to 10px */
	background-color:#0a0a0a;
	margin:0px;
	padding:0px;
	}
#wrapper{
	background-image:url(images/background.jpg);
	background-position:center top;
	background-repeat:repeat-x repeat-y;
	background-attachment:scroll;
	height:auto;
	width:100%;
	float:left;
}
img{border:0px;}
a, a:link, a:visited { outline: none; }
html{	
	margin:0px;
	padding:0px;
	line-height:15px;
}
a{	color:#c1a47c;
	font-size:12px;
	text-decoration:underline;
}
a:hover{	color:#b99565;
}
#logo{
	position:relative;
	left:50%;
	margin-left:-370px;
	width:740px;
	height:372px;
	z-index:0;
}
#menu_bar{
	width:880px;
	z-index:99;
	margin:10px auto 20px auto;
}
#menu_bar a{
	display:block;
	height:32px;
	width:auto;
	color:#fff;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	text-decoration:none;
	padding:10px 15px 0 0;
	background:url(images/menu_divider.jpg) right no-repeat;
	margin-left:15px;
	float:left;
	letter-spacing:1px;
}
html>body #menu_bar{
height:22px;
}
#menu_bar a.last{
	background:none;
}
#menu_bar a:hover{
color:#8fb2c4;
}
#menu_bar span.static{
color:#fff;
background:url(images/nav_arrow.jpg) center bottom no-repeat;
display:block;
height:42px;
width:auto;
float:left;
}
#content{
	position:relative;
	left:50%;
	margin-left:-480px;
	margin-top:-220px;
	width:960px;
	height:auto;
	background-color:black;
	z-index:1;
	color:#CCC;
	float:left;
}
#rotator_image{
width:800px;
height:240px;
margin-left:70px;
z-index:0;
float:left;
}
#home_copy{
	width:500px;
	height:auto;
	margin:70px 0px 30px 70px;
	line-height:18px;
	float:left;
	font-size:13px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#copy{
	width:870px;
	min-height:500px;
  	height:auto !important;
  	height:500px;
	margin:10px 0px 30px 50px;
	line-height:18px;
	float:left;
	font-size:13px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#copy h1{
	font-weight:normal; font-size:14px; font-family:Georgia, "Times New Roman", Times, serif; color:#8fb2c4;
}
.associations li{
	list-style:none;
}
.associations a{
	text-decoration:underlined;
}
.associations span{
	vertical-align:middle;
}
#sidebar{
	margin:60px 80px 0px 0px;
	width:230px;
	float:right;
	text-align:left;
	text-indent:0px;
	}
#sidebar li{
	list-style:none;
	}	
#sidebar a{
	color:#c1a47c;
	font-size:16px;
	letter-spacing:1px;
	line-height:18px;
	}

#sidebar a:hover{
	color:#b99565;
	}
#sidebar h1{
	font-weight:normal; font-size:14px; font-family:Georgia, "Times New Roman", Times, serif; color:#8fb2c4;
}
#footer {
	margin: 0 auto 0 auto;
	width: 100%;
	clear: both;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	text-decoration:none;
	color:#666;
	}	

h3, h2, h1{
	margin-top:0px;
	margin-bottom:0px;
	}
p img {
	padding: 0;
	max-width: 100%;
	}
a img {
	border: none;
	}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}
.alignright {
	float: right;
	}
.alignleft {
	float: left;
	}


	
