* { margin: 0px; padding: 0px; }


body {
	padding: 0px;
	margin: 0px;
	font-family: arial, sans-serif;
	font-size: 12px;
	background: url('/img/background.png');
	background-repeat: repeat-x;
}

a img {
	border: none;
}

#footer { color: inherit;
	  margin: 20px auto;
	  font-size: 10px;
	  text-align: center;
	  width: 500px;
	  clear: both;
}

#error {
	width: 100%;
	text-align: center;
	color: red;
	font-size: 18px;
}

#footer > a > img {
	border: none;
	vertical-align: middle;
}


#content {
	margin: 0px auto;
	padding: 0px;
	width: 978px;
	border-left: solid black 1px;
	border-right: solid black 1px;
	border-bottom: solid black 1px;
	background: #F5F8Fd;
}

#sidenav {
	display: inline;
	margin-left: 30px;
	width: 253px;
	float: left;
	clear: left;
}

#sidecaptop {
	background: url('/img/side_cap_top.png');
	width: 253px;
	height: 23px;
	margin: 0px;
}

#sidecapbot {
	background: url('/img/side_cap_bot.png');
	width: 253px;
	height: 23px;
	margin: 0px;
}

#side {
	background: url('/img/side_back.png');
	background-repeat: repeat-y;
	margin: 0px;
}

#side img {
	display: block;
	margin: 8px 29px;
	margin-bottom: 0px;
	clear: both;
}

#side ul {
	display: block;
	list-style: none;
	margin: 20px auto;
	padding: 0px;
}

#side ul li {
	padding: 0px;
	margin: 0px auto;
	height: 34px;
	width: 193px;
	background: url('/img/side_nav_back.png');
	font-size: 16px;
}

#side ul li span {
	position: relative;
	font-weight: bold;
	color: black;
	top: 9px;
}

#side ul li a {
	display: block;
	width: 179px;
	height: 25px;
	padding-left: 14px;
	padding-top: 9px;
	color: black;
	text-decoration: none;
}

.ltitle {
	text-align: center;
}

.link:hover {
	background: url('/img/side_nav_back_active.png') !important;
}

.stopcap {
	background: url('/img/side_nav_top.png') !important;
	font-weight: bold;
}
.sbotcap {
	background: url('/img/side_nav_bot.png') !important;
	height: 39px !important;
}

#sidetext {
	margin: 29px;
}

#module {
	float: right;
	margin-right: 30px;
	width: 640px;
}

.mceContentBody {
	background: #F5F8Fd;
}

#topnav {
	background: black;
	height: 40px;
	width: 640px;
	float: right;
	display: inline;
	margin-right: 30px;
	margin-bottom: 30px;
}


#topnav ul {
	display: block;
	list-style: none;
	margin: 0px auto;
	padding: 0px;
}

#topnav img {
	display: block;
}

#topnav ul li {
	float: left;
	width: 149px;
	height: 40px;
	background: url('/img/top_nav_back.png');
	text-align: center;
	font-size: 14px;
}

#topnav ul li:hover {
	background: url('/img/top_nav_back_active.png');
}

#topnav ul li a {
	display: block;
	width: 147px;
	_width: 140px; /* internet explorer sucks */
	height: 30px;
	padding: 0px;
	padding-top: 10px;
	color: white;
	text-decoration: none;
}

.topnavend {
	width: 171px !important;
}

#callout {
	width: 640px;
	height: 255px;
	background: url('/img/callout_back.png');
	overflow: hidden;
}

#callout div {
	padding: 10px 0px;
}

fieldset {
	width: 100%;
	padding: 10px;
}

fieldset fieldset {
	clear: both;
	float: left;
	width: 90%;
	margin: 10px;
}

fieldset label {
	display: block;
	float: left;
	clear: left;
	width: 150px;
	font-size: 16px;
	height: 20px;
	overflow: visible;
}

fieldset input, fieldset select {
	display: block;
	border: solid black 1px;
	clear: right;
	font-size: 16px;
	height: 20px;
	width: 300px;
	margin: 1px;
	overflow: visible;
}

fieldset select {
	height: 24px;
}

input[type=file] {
	width: 300px;
	height: 30px;
	margin-top: 3px;
	margin-bottom: 3px;
}

input[type=checkbox] {
	border: none;
}

input[type=hidden] {
	display: none;
}

fieldset textarea {
	width: 400px;
	height: 150px;
	float: left;
	clear: right;
	border: solid black 1px;
	margin: 1px;
	margin-left: 0px;
}

fieldset button {
	clear: both;
	width: 150px;
	margin-left: 150px;
	padding: 0px;
}

.calendar {
	width: 100%;
}

.calendar #prev {
	font-size: 14px;
	float: left;
	clear: left;
}

.calendar #prev a {
	text-decoration: none;
}

.calendar #next {
	font-size: 14px;
	float: right;
	clear: right;
}

.calendar #next a {
	text-decoration: none;
}

#cal_cal_title {
	width: 100%;
	text-align: center;
	clear: both;
	font-size: 22px;
}



#cal_cal_table {
	width: 100%;
}

.cal_week {
	height: 120px;
	vertical-align: top;
}

.cal_wkend {
	background: #D6DFE8;
	width: 10%;
}

.cal_wkday {
	width: 16%;
}

.cal_offmo {
	background: #D6D6D6;
}

#cal_cal_table td {
	border: solid black 1px;
}

.cal_event {

}

.staffbio {
	display: block;
	width: 100%;
	text-decoration: none;
	color: black;
	margin: 10px;
}

.staffbio:hover {
	background: #D6DFE8;
}

.staffbio img {
	clear: left;
	float: left;
	margin: 10px;
}

.staffbio .staffbio_name {
	font-size: 16px;
	margin: 4px;
}

.staffbio .staffbio_bio {
	font-size: 14px;
}

.callout img {
	float: left;
	margin-right: 10px;
}

.callout .staffcallout_name {
	font-size: 18px;
	margin: 10px;
}

.staffblog {
	display: block;
	margin: 10px;
}

.staffblog .date {
	background: #D6DFE8;
	width: 100%;
	text-align: right;
}

.callout a {
	float: left;
	display: block;
	line-height: 48px;
	vertical-align: middle;
	text-decoration: none;
	font-size: 14px;
	padding-right: 20px;
}

.callout a:hover {
	background: #D6DFE8;
}

p { font-size: 18px; }