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

body {
	background: #000 url(../img/background.jpg) 50% 0 no-repeat;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}

p {
	padding: 0 0 15px 0;
	line-height: 1.8em;
}

ul, ol {
	margin-left: 25px;	
	padding: 0 0 15px 0;
}

ul {
	list-style-type: square;	
}

ol {
	list-style-type:decimal;	
}

a {
	color:#135299;
	text-decoration: underline;
}

.fright {
	float: right;
	padding: 0 0 0 20px;
}

.fleft {
	float: left;
	padding: 0 20px 0 0;
}

h1,h2,h3,h4,h5 {
	color: #000;	
	padding: 0 0 12px 0;
}

h1 { font-size: 26px; }
h2 { font-size: 22px; }
h3 { font-size: 18px; }
h4 { font-size: 16px; }

table tr td { padding: 3px; }

sup {
	vertical-align: top;
	font-size: 70%;
}

a:hover {
	color:#2c94ff;	
}

#container {

}

#top {
	position: relative;
	height: 160px;	
	z-index: 100;
}

#text {
	position: absolute;
	width: 400px;
	top: 20px;
	right: 10px;
	text-align: center;
}
	#text h3 {
		font-size: 12px;
		color: #fff;
		padding: 0 0 7px 0; margin: 0;
	}
	
	#text a {
		color: #fff;
		font-size: 11px;
	}

	#logo {
		position: relative;
		margin: 0 auto;
		height: 100px;
		width: 960px;
		z-index: 101;
	}
	
		#logo img {
			position: absolute;	
			top: -10px;
			left: 0;
		}

#menu {
	position: relative;
	height: 55px;
	background: url(../img/menubg.png) 0 0 repeat-x;
}

	#menu_inside {
		margin: 0 auto;
		width: 630px;
		padding: 3px 0 3px 330px;
		height: 49px;
		zoom: 1;
	}

#transparent {
	position: relative;
	background: url(../img/transparent.png) repeat 0 0;
	padding: 8px;
	width: 944px;
	margin: 0 auto;
}

#body {
	position: relative;
	background-color: #fff;
	overflow: hidden;
}

	.frontbody {
		background-image: url(../img/rightbg.jpg);
		background-repeat: repeat-y;
		background-position: 100% 0;
	}
	
	.bodysubpage {
		background-image: url(../img/leftbg.jpg);
		background-repeat: repeat-y;
		background-position: -89px 0;
	}

#spacer {
	position: relative;
	height: 40px;
}

#footer {
	position: relative;
	padding: 10px 15px 0 15px;	
	margin: 0 auto;
	width: 900px;
	overflow: hidden;
	font-size: 11px;
	color:#fff;
}

#footer a {
	color: #fff;	
}

#graphite {
	float: right;	
	margin: 0;
}

.right_line {
	position: relative;
	float: right;
	background: url(../img/line_l.gif) no-repeat 0 0;
	padding-left: 40px;
	height: 475px;
}


#page {
	position: relative;
	zoom: 1;
	padding: 15px 25px 15px 25px;
}

	.frontpage {
		float: left;
		width: 600px;
	}
	
	.subpage {
		float: right;
		width: 690px;
	}
	
#frontright {
	position: relative;
	float: right;
	width: 294px;
}

.frontbox {
	padding: 7px 10px 7px 10px;	
}

.frontboxtitle {
	height: 21px;
	padding: 12px 0 12px 55px;
	margin: 0 0 5px 0;
	line-height: 21px;
	font-size: 21px;
}

	#latestmessage {
		background: url(../img/icons/speaker.png) 0 50% no-repeat;	
	}
	
	#upcomingevents {
		background: url(../img/icons/calendar.png) 0 50% no-repeat;	
	}
	
	#latestphotos {
		background: url(../img/icons/photos.png) 0 50% no-repeat;	
		margin: 0;
	}


#page h2.pagetitle {
	position: relative;
	display: block;
	color: #000;
	font-size: 30px;
	font-weight: normal;
	padding-bottom: 5px;
}

a.tinypost {
	position: relative;
	display: block;
	font-size: 14px;
	font-weight: normal;
	padding: 6px;
	background: #fff;
	text-align: left;
	text-decoration: none;
	color: #000;
	margin: 2px 0 2px 0;
	border: 1px solid #ddd;
}

a.tinypost .excerpt {
	padding: 5px 0 0 0;
	font-size: 10px;
	font-weight: normal;
	color: #666;
}

a:hover.tinypost, a:hover.tinypost .excerpt {
	background: #167de7;
	color: #fff;
}

a.gray {
	background: #fff;	
}


.tinypost .date {
	position: absolute;
	top: 4px;
	right: 8px;
	height: 12px;
	/*padding: 4px 5px 0 18px;*/
	/*background: url(../img/smallcalendar.gif) no-repeat 0 50%;*/
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
}

a.message {
	position: relative;
	display: block;
	font-size: 14px;
	font-weight: normal;
	padding: 5px 0 5px 25px;
	text-align: left;
	text-decoration: none;
	color: #000;
	
}

a:hover.message {
	background: #167de7;
	color: #fff;
}

a:hover.message .speaker {
	color: #fff;	
}

.message .speaker {
	padding: 2px 0 0 15px;
	font-size: 10px;
	font-weight: normal;
	font-style: italic;
	color: #666;
}

.message .date {
	position: absolute;
	top: 8px;
	right: 8px;
	height: 12px;
	/*padding: 4px 5px 0 18px;*/
	/*background: url(../img/smallcalendar.gif) no-repeat 0 50%;*/
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}






.img-shadow {
	position: relative;
  float:left;
  background: url(../img/shadowAlpha.png) no-repeat bottom right !important;
  background: url(../img/shadow.gif) no-repeat bottom right;
  margin: 10px 15px 0 10px !important;
  margin: 10px 15px 0 5px;
  }

.img-shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
  } 



