/* @override http://thecrossingatstlukes.org/css/styles_crossing.css */

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

body{
	margin:0px;
	background:#FFFFFF url(/images/bg.gif) repeat-x top;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	text-align:justify;
}

#wrapper{
	width:640px;
	margin:auto;
	border-left:4px solid #FFFFFF;
	border-right:4px solid #FFFFFF;
	background:#FFFFFF;
}

#contentarea{
	background:#B9D7E1 url(../images/contentBorder_bottom.gif) bottom center no-repeat;
	margin:0px 0px 0px 0px;
	padding:5px 5px 5px 5px;
}
#contenttop{
	background:#B9D7E1 url(../images/contentBorder_top.gif) top center no-repeat;
	height:14px;
	margin-top:5px;
}

a:link, a:visited{
	color:#00649A;
}
a:hover, a:active{
	color:#00649A;
	text-decoration:none;
}

h1,h2,h3,h4,h5{
	margin:0px 0px 10px 0px;
	color:#00649A;
}

.smallText{
	font-size:12px;
}

.red{
	color:#9A4200;
}
a.red:link, a.red:visited{
	color:#9A4200;
}
a.red:hover, a.red:active{
	color:#9A4200;
	text-decoration:none;
}

#upcomingEvents{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
}

#upcomingEvents h4 span.subhead{
	margin-left: 25px;
	font-size: 1.2em;
}

#upcomingEvents p{
	padding: 5px 2px;
}

#upcomingEvents a{
	color:#00649A;
}

#upcomingEvents a:hover{
	color:#00649A;
	text-decoration: none;
}

.imagesLeft{
	float:left;
	margin:0px 5px 5px 0px;
	border:2px solid #FFFFFF;
}

.imagesRight{
	float:right;
	margin:0px 0px 5px 5px;
	border:2px solid #FFFFFF;
}

#top-nav{
	width:640px;
	text-align:right;
	
}

#flashheader{
	width:640px;
}

#nav{
	width:640px;
}

#calendar{
	font-size:12px;
}

.imageButtons{
	border:2px solid #FFFFFF;
	margin:5px 0px 5px 5px;
	display:inline;
}

#box{
	background:url(../images/box_top.png) top center no-repeat;
	width:173px;
	float:right;
	font-size:11px;
	text-align:left;
	margin:0px 0px 2px 10px;
	clear:right;
	
	
}
#box h3{
	font-size:14px;
}
#boxbottom{
	background:#FFFFFF url(../images/box_bottom.png) bottom center no-repeat;
	margin-top:13px;
	padding:0px 2px 0px 5px;
}

#events{
	background:#FFF;
	font-size:11px;
	text-align:left;
	padding:5px;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

.staff{
	border-top:1px dotted #FFFFFF;
	margin-bottom:10px;
	padding:10px 0px 5px 0px;
	
	
}
.staff img{
	border:2px solid #FFFFFF;
	margin:5px;
}

#footer{
	padding:0px 5px 0px 5px;
	font-size:9px;
	height:25px;
}
#copyright{
	margin-top:5px;
	float:left;
	
}
#sitedesign{
	margin-top:5px;
	float:right;
	
}
.clear{
	clear:both;
}

#flashcontent{
	width:100%;
}