@charset "utf-8";
/* CSS Document */

a { 
	font-weight: bold; 
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #003399;
	}
	
p { 
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 10px;
	}
	
h1 { 
	font-size: 18px;
	font-weight: normal;
	margin-top: 0px;
	}

h2 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 0px;
	color:#336699;
	}
	
h3 {
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	margin-top: 5px;
	margin-bottom: 0px;
	color:#336699;
	}
	
	.quote {
		width: 150px;
		float: right;
		margin-left: 10px;
		}
ul { 
	font-size: 12px;
	}
	
ol { 
	font-size: 13px;
	}
	
	li { line-height: 150%; }
	
p.top { text-align: right; }
	p.top a { font-size: 9px;  }
	
p.header { 
	font-weight: bold;
	font-style: italic;
	letter-spacing: 1px;
	}	

.narrow { margin-left: 40px; margin-right: 40px; }

.line { height: 10px; border-top: 1px solid #003399; }

/* LEFT */
#button-menu {
	}
	
#contact-us {
	width: 200px;
	background: url(images/side-box-bg.gif) repeat-y;
	text-align: center;
	}
	
	#contact-us p { 
		font-size: 10px;
		margin-left: 25px;
		margin-right: 25px;
		text-align: left;
		margin-top: 0px;
		margin-bottom: 0px;
		}
	
	.phone {
	font-size:14px;
	line-height: 25px;
	font-weight: bold;
	}
	
#left-box {
	text-align: center;
	width: 200px;
	}
	
#calendar-box {
	width: 200px;
	background: url(images/side-box-bg.gif) repeat-y;
	text-align: center;
	}
	
	#calendar-box p { 
		font-size: 10px;
		margin-left: 25px;
		margin-right: 25px;
		text-align: left;
		margin-top: 0px;
		margin-bottom: 0px;
		padding-bottom: 5px;
		}

#event-list {
		width: 200px;
	background: url(images/side-box-bg.gif) repeat-y;
	text-align: center;
	}
		
	#event-list ul {
			font-size: 10px;
		margin-left: 25px;
		margin-right: 25px;
		text-align: left;
		margin-top: 0px;
		margin-bottom: 0px;
		padding-bottom: 0px;
		list-style-type: none;
		padding-left: 0px;
		}
		
	#event-list a { font-weight: normal; }
	
	#event-list .date { font-weight: bold; }
	
/* MAIN PIC */

#main-pic {
	width: 582px;
	height: 238px;
	background: url(images/main-pic_bg.jpg) no-repeat;
	text-align: top;
	}
	
/* FIX-IT */
	
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.noshow { display: none; }

.spacer { height: 10px; }

/* IMAGES */

.img_left {
	float: left;
	margin-right: 10px;
	border: 0;
	}
	
.img_right {
	float: right; 
	margin-left: 10px;
	border: 0;
	}

.img_center {
	text-align: center;
	margin-left: 5px;
	margin-right: 5px;
	border: 0;
	}
	
#right {
	float: right; 
	margin-left: 5px;
	border: 0;
	text-align: center;
	}
	
	#right a { font-size: 8px; }
	
#left {
	float: left; 
	margin-right: 5px;
	border: 0;
	}

.center { margin-left: auto; margin-right: auto; text-align: center;}
	
/* FOOTER */

#footer { 
	font-size: 9px;
	color: #666;
	}

	ul.foot { 
	margin-bottom: 0px; 
	margin-top: 0px; 
	}
	
	ul.foot a {
	color: #666; 
	font-size: 11px; 
	font-weight: normal;
	letter-spacing: 1px;
	}
	
	ul.foot li {
	display: inline;
	border-right: 1px solid #666;
	padding-right: 8px;
	padding-left: 3px;
	}
	
	ul.foot li.last { border-right: 1px solid #fff; }
	
	#footer p { font-size: 10px; margin-top: 0px; }
	#footer a { color: #999; }
	#footer a:hover { color: #CCC; }
	
/* TABLE */

table.board { 
	border: 0; 
	font-size: 11px;
	margin-top: 15px;
	margin-bottom: 15px;
	}
	
table.contact {
	border: 0;
	font-size: 11px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width: 450px;
	}
	
	table.contact td {
		vertical-align: top;	
			text-align: left;
			}

	td.underline { text-decoration: underline; }
	td.header {
		text-transform: uppercase;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		font-weight: bold;
		text-align: center;
		}
		
/* ARROW LIST */

	ul.arrow {
	text-align: left;
	font-size: 12px;
	padding-left: 25px;
	}
	
	ul.arrow li {
	list-style-type: none;
	list-style-image: url(images/raquo2.gif);
	padding-bottom: 5px;
	}
	
/* GALLERY */

	.gallery-link-list a {
	background: url(images/raquo2.gif) no-repeat;
	padding-left: 10px;
	font-size: 12px;
	text-decoration: none;
	}
