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

html, body{
	padding:0px;
	margin:0px;
	background-color:#E5DCD5;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
}

#Shell{ 
	width:758px; 
	margin:auto; 
	border-left:2px solid #52130C;
	border-bottom:2px solid #52130C;
	border-right:2px solid #52130C;
	background:url(../images/bg_top.jpg) no-repeat top #fff;
}
#Shell2{
	background:url(../images/bg_footer.jpg) no-repeat bottom;	
}
#Top{
	height:225px;
	position:relative;
}
	#TopMenu{
		color:#FFF;
		position:absolute;
		left:470px;
		top:25px;
	}
	#TopMenu a:link, #TopMenu a:link, #TopMenu a:visited{
		color:#FFF;
		text-decoration:none;
	}
	#TopMenu a:hover{
		color:#FFF;
		text-decoration:underline;	
	}
	#TopFont{
		position:absolute;
		left:570px;
		top:200px;
	}

#Locations{
	float:right;
	margin-top:10px;
	margin-bottom:30px;
	width:275px;
	border-left:2px dotted #C1A8A4;
}

#Content{
	margin-top:10px;
	padding-left:20px;
	width:425px;	
}

#Footer{
	height:65px;	
}
	#FooterLinks{
		float:left;
		margin-top:40px;
		margin-left:13px;
		color:#78463D;
	}
	#FooterLinks a:link, #FooterLinks a:link, #FooterLinks a:visited{
		color:#78463D;
		text-decoration:none;
	}
	#FooterLinks a:hover{
		color:#78463D;
		text-decoration:underline;	
	}
	#Credits{
		float:right;
		width:245px;
		margin-top:13px;
		margin-right:13px;
	}
	
#Copy{ 
	width:758px; 
	margin:auto; 
	font-size:11px;
	padding-top:8px;
	text-align:center;
}


a:link, a:active, a:visited{
	color:#A98A87;
	text-decoration:none;
}
a:hover{
	color:#52130C;
	text-decoration:underline;
}

a:hover img.rollover{
	filter:alpha(opacity=75);
	opacity: 0.75;
	-moz-opacity:0.75;
	
}
a img{border:0px;}

.pdf { 
	padding: 5px 20px 5px 0;
	background: transparent url(../images/icon_pdf.gif) no-repeat center right;
}