body {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: 0;
	background-color: #333333;
	background-image: url("/images/bg_main.gif");
	background-repeat: repeat-x;
	background-position: top;
}

a:link { text-decoration: none; color: #C42366; font-weight : bold;}
a:visited { text-decoration: none; color: #ABABAB; font-weight : bold;}
a:active, a:hover { text-decoration: none; color: #96B625; font-weight : bold;}

/*--------------------- HEADER ---------------------*/

#header {
	background: #FFFFFF url(/images/bg_header.gif);
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}

h1#logo {
	background: url(/images/logo_da.gif) no-repeat left top;
	float: left;
	width: 384px;
	height: 126px;
	background-repeat: no-repeat;
	padding: 0;
	margin: 7px 0 0 0;
	display: inline;
}
h1#logo span {display:none;}

#address {
	padding: 45px 10px 0 0;
	font-size: 11px;
	line-height: 160%;
}

/*-------------------- CONTENT ---------------------*/

.container {
	background: #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}

.container p {
         padding: 0 15px 5px 15px;
         font-size: 84%;
         line-height: 160%;
         margin: 0;
         text-align: justify;
}

.container h2 {
         font-size: 16px;
         letter-spacing: 2px;
         line-height: 150%;
         color: #96BB00;
         padding: 0;
         margin: 5px 15px 10px 15px;
         display: block;
         border-bottom: 2px dotted #C7E136;
}

.container h3 {
         font-size: 13px;
         letter-spacing: 2px;
         line-height: 150%;
         color: #D1266D;
         padding: 0;
         margin: 10px 15px 5px 15px;
         font-weight: bold;
}

.divline {
         display: block;
         border-bottom: 2px dotted #D1266D;
         margin: 0 15px 0 15px;
}

.floatphoto {
         float: right;
         border: 5px solid #D1266D;
         padding: 1px;
         margin: 5px 15px 10px 15px;
}

.map {
         border: 5px solid #D1266D;
         padding: 1px;
         margin: 5px 15px 10px 15px;
}

.bulletlist {
         margin-left: 30px;
         padding-left: 0;
         list-style: none;
         line-height: 180%;
         font-size: 75%;
}

.bulletlist li {
         padding-left: 15px;
         background-image: url(/images/bullet.gif);
         background-repeat: no-repeat;
         background-position: 0 5px;
}

#intro {
	background: url(/images/bg_introtext.jpg) no-repeat left top;
}

#introtext {
	margin: 10px 10px 0px 215px;
	padding: 0;
	font-size: 72%;
	font-weight: bold;
	line-height: 195%;
}

blockquote {
	text-align: left;
	line-height: 180%;
	font-size: 75%;
	color: #494949;
	margin: 0px;
	padding: 10px 10px 10px 20px;
	background: url(/images/quote.gif) 0px 7px no-repeat;
}

#news {
	padding: 0 10px 10px 10px;
	font-size: 75%;
	line-height: 140%;
}

#news h2 {
	color: #B8215F;
	font-size: 12px;
	padding: 10px 0 0 0;
	margin: 0;
}

/*--------------------- PHOTOS ---------------------*/

#photos {
	background-color: #C42366;
}

.frame {
	background: url(/images/bg_photoframe.gif) no-repeat center center;
}


/*----------------------- NAV ----------------------*/

#nav {
	background: #D1266D url(/images/bg_nav.gif) repeat-x bottom right;
	border-bottom: 1px solid #FFFFFF;
}

#nav ul {
	margin: 0;
	padding: 0 0 10px 10px;
	font-size: 70%;
	text-transform: uppercase;
}

#nav ul li {
	list-style: none;
	display: inline;
}

#nav a:link, #nav a:visited {
	color: #FFFFFF;
	display: block;
	padding-top: 10px;
	text-decoration: none;
	line-height: 150%;
	font-weight: normal;
}
#nav a:hover {
	color: #C2C74F;
	}
	
#subnav {
	background-color: #363636;
}

.navcolorbar {
	background-color: #85AA02;
	border-bottom: 1px solid #FFFFFF;
	height: 25px;
}

/* --------------------- FOOTER ---------------------*/

#footer {
	height: 90px;
	background-image: url(/images/bg_footer.gif);
	background-repeat: repeat-x;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}
	
#footer p {
	font-size: 70%;
	padding: 5px 10px 0 0;
}

/* --------------------- ADMIN ---------------------*/

input.blurbinput, textarea.blurbinput { 
	font-size: 14px;
	color: #000000;
	border: 1px solid #D1266D;
	background-color: #FFFFFF;
}
