/* CSS Document */
body {
	margin: 0;
	font-size: small;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #565656;
}
.clear {
	clear: both;
	font-size: 1px;
}
p {
	margin: .5em 0;
	line-height: 1.5em;
}
h1 {
	color: #3A5B95;
	text-transform: uppercase;
	font-size: 1.3em;
	margin: .5em 0;
}
h2 {
	color: #C7B25E;
	margin: .5em 0;
	font-size: 1.1em;
}
h3 {
	font-size: 1em;
	margin: .5em 0;
}
a {
	color: #537EC8;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#container {
	width: 958px;
	margin: 0 auto;
	text-align: left;
}
#topLinks {
	text-align:right;
	float: right;
	padding: 4px 10px;
	width: 500px;
	margin-bottom: 8px;
}
#topLinks a {
	font-weight: bold;
	text-decoration: underline;
}
#masthead {
	height: 150px;
	background: url(../images/bg_top.jpg) no-repeat bottom;
}


#masthead #logo img{
margin-top:28px;
}
#masthead #logo {
	width: 412px;
	height:145px;
	float: left;
}
#masthead #locphotos {
	margin-top: 0px;
	float: left;
	width: 546px;
}
#locphotos img {
	float: left;
	margin-right: 8px;
	border: 2px solid #fff;
}
#topNav {
	background: url(../images/bg_nav.jpg) top repeat-x #537EC8;
	padding: 3px 12px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 20px;
}
#topNav a {
	text-decoration: underline;
	color: #fff;
}
#left {
	width: 645px;
	padding: 0 20px;
	float: left;
}
#right {
	float: left;
	padding: 0 20px 0 8px;
	width: 236px;
}
#footer {
	border-top: 1px solid #A7A7A7;
	margin: 8px 20px;
	font-size: .8em;
	color: #A7A7A7;
	text-align: center;
}
#footer a {
	text-transform: uppercase;
}
.linkBox {
	background: url(../images/bg_rightboxes.jpg) repeat-x bottom #F2F7FC;
	padding: 0;
	padding-bottom: 8px;
	font-size: .9em;
	margin-bottom: 16px;
}
#right H2 {
	color: #fff;
	background: #537EC8;
	padding: 2px 4px;
	text-transform: uppercase;
	margin: 0;
	font-size: 1em;
}
#right p {
	margin: .5em 8px;
	font-size: .9em;
}
#right h3 {
	border-bottom: 1px solid #537EC8;
	text-transform: uppercase;
	font-size: .95em;
	margin-bottom: .5em;
	margin-left: 8px;
}
.linkBox a {
	padding-left: 10px;
	background: url(../images/bg_linkarrow.gif) no-repeat left;
	font-weight: bold;
}
p.arrowLink {
	padding: 0;
	padding-left: 8px;
	background: url(../images/bg_linkarrow.gif) no-repeat top left;
	margin-left: 8px;
}

.callout {
	margin-top: 8px;
	background: #F2F7FC;
	border: 1px solid #C5D9EF;
	padding: 10px 20px;
	font-size: 0.95em;
}
.callout h2 {
	text-transform: uppercase;
	color: #565656;
	font-size: 1em;
	margin: 0;
	margin-bottom: .5em;
}
.callout a {
	text-decoration: underline;
	color: #3A5B95;
}

.calendar {
	margin-top: 8px;
	background: url(../images/bg_calendar.jpg) bottom right no-repeat #F2F7FC;
	border: 1px solid #C5D9EF;
	padding: 10px 20px;
	font-size: .95em;
}
.calendar h2 {
	text-transform: uppercase;
	color: #565656;
	font-size: 1em;
	margin: 0;
	margin-bottom: .5em;
}
.calendar a {
	text-decoration: underline;
	color: #3A5B95;
}
.photoBox {
	width: 200px;
	padding: 0 2px;
	float: right;
	margin-left: 8px;
	color: #666666;
	font-size: 0.8em;
}


.columnphotoBox {
	width: 200px;
	padding: 0 2px;
	float: left;
	margin-left: 8px;
	color: #666666;
	font-size: 0.8em;
}
.photoBox img {
	border: 1px solid #868686;
}	
	
