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

body{
	background-color:#201715;	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#header{
	background-image:url(../images/header-bg.jpg);
	background-repeat:repeat-x;
}
#nav-mp3{
	text-align:right;
}
#mp3{
	padding:0px 10px 0px 0px;	
}
#mp3 p.facebook {
	display:inline-block;
	margin:5px 0 0;
	vertical-align:top;
}
#mp3 a,#mp3:visited{
	border:none;
	margin:0;
	color:#eee;
}
#nav{
	padding:5px 10px 0px 0px;
	color:#fff;
}
#masthead{
	margin-bottom:10px;
}
#bttm-callout{
	background-image:url(../images/home-callout-bg.jpg);
	background-repeat:no-repeat;
	height:332px;
}
#home-callout-1, #home-callout-2, #home-callout-3{
	
}
#subpage-content-container{
	margin-top:20px;
	padding-top:10px;
	background-image:url(../images/main-content-bg.jpg);
	background-repeat:no-repeat;
	background-position:right bottom;
	background-color:#eee;
	border-top:#b7ba91 5px solid;
	border-bottom:#b7ba91 5px solid;
}
#sidebar{
	text-align:center;
}
#main-content{
	padding-bottom:50px;
}
#footer{
	margin-top:10px;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#797979;
}
#google-maps-container{
	background-color:#efefef;
	border:#d1d1d1 1px solid;
	margin:0;
	padding:0;
	width:590px;
}
/***********************************************************************************************
***BEGIN TYPE***********************************************************************************
***********************************************************************************************/
/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 25px;
	margin-bottom:10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#231f20;
}

h2 {
	margin-bottom:10px;
	font-size: 23px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#555;
	font-style:italic;
}

h3 {
	font-size: 21px;
}

h4 {
	font-size: 19px;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 15px;
}
p{
	margin:0px 25px 15px 0px;
	color:#231f20;
	line-height:20px;
}
#home-callout-1 p, #home-callout-2 p, #home-callout-3 p{
	margin:125px 10px 0px 15px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#666666;
}
address{
	margin-bottom:15px;
}
#footer p{
	color:#797979;
}
blockquote{
	margin:20px 40px;
	padding:20px;
	font-weight:bold;
	font-size:18px;
	font-style:italic;
	color:#999;
	background-image:url(../images/blockquote-top.jpg);	
	background-position:top left;
	background-repeat:no-repeat;
}
blockquote div{
	background-image:url(../images/blockquote-bttm.jpg);	
	background-position:bottom right;
	background-repeat:no-repeat;
	height:17px;
}
/***********************************************************************************************
***LISTS****************************************************************************************
***********************************************************************************************/
#main-content ul{
	margin:0px 0px 20px 0px;
	padding:0;
	list-style-type:none;
}
#main-content ul li{
	padding:10px 0px 10px 15px;
	background-image:url(../images/list-bullet.jpg);
	background-repeat:no-repeat;
	background-position:left;
	border-bottom:#ccc 1px dotted;
}
#sidebar ul{
	margin:0;
	padding:0;
	list-style-type:none;
}
#sidebar ul li{
	padding:8px 0px 8px 0px;
}
#main-content ul#ul-contact{
	
}
#main-content ul#ul-contact li{
	padding:4px 0px 4px 15px;
	background-image:none;
	border-bottom:none;
}
/***********************************************************************************************
***FORMS****************************************************************************************
***********************************************************************************************/
form{
	margin-bottom:20px;	
}
/***********************************************************************************************
***IMAGES***************************************************************************************
***********************************************************************************************/
#sidebar img{
	margin:10px 0px;
}
/***********************************************************************************************
***LINKS***************************************************************************************
***********************************************************************************************/
a:link{
	color:#201715;
	text-decoration:none;
	border-bottom:#201715 1px dashed;
}
a:visited{
	color:#201715;
	text-decoration:none;	
	border-bottom:#201715 1px dashed;
}
a:hover{
	color:#990000;
	text-decoration:none;	
	border-bottom:#990000 1px dashed;
}
a:active{
	color:#201715;
	text-decoration:none;	
	border-bottom:#201715 1px dashed;
}
#nav a:link{
	border-bottom:none;	
}
#nav a:visited{
	border-bottom:none;	
}
#nav a:hover{
	border-bottom:none;	
}
#nav a:active{
	border-bottom:none;	
}
#footer a:link{
	color:#797979;
	text-decoration:none;	
	border-bottom:none;
}
#footer a:visited{
	color:#797979;
	text-decoration:none;	
	border-bottom:none;
}
#footer a:hover{
	color:#797979;
	text-decoration:underline;	
	border-bottom:none;
}
#footer a:active{
	color:#797979;
	text-decoration:none;	
	border-bottom:none;
}