html, body {
	padding: 0;
	margin: 0 auto;
	text-align: center;
	width: 100%;
}
body {
	background: #57AEE6 url('../images/sitebg.gif') top left repeat-x;
	padding-bottom: 9px;
}
h1, h2, h3, p, ol, ul {
	margin: 0;
	padding: 0 0 10px 0;
	font: 12px Helvetica, Arial, sans-serif;
}
hr {
	height: 2px;
	padding: 0;
	margin: 7px 0 7px 0;
	border-top: 1px solid #666;
	border-bottom: 1px solid #ccc;
}
div {
	margin: 0;
	padding: 0;
}
h1 {
	color: #A9432A;
	font-size: 22px;
	line-height: 24px;
	font-weight: bold;
}
h2 {
	color: #6174A7;
	font-size: 18px;
	line-height: 21px;
	font-weight: bold;
}
h3 {
	color: #40211F;
	font-size: 14px;
	line-height: 16px;
	padding-right: 3px;
	font-weight: bold;
}
li {
	padding: 5px 0;
	margin: 0 0 0 20px;
}
img {
	border: 1px solid black;
}
a {
	color: #925010;
}
a:hover {
	color: #DD8900;
	text-decoration: none;
}
#wrapper {
	padding: 0;
	width: 993px;
	margin: 0 auto;
	text-align: left;
}
#banner {
	height: 100px;
	background: url('../images/banner.jpg') top left no-repeat;
}
#bannersignin {
	color: #eee;
	position: absolute;
	margin-left: 890px;
	top: 60px;
	font: bold 9pt Arial, sans-serif;
	text-decoration: none;
}
#bannersignin:hover {
	color: #bbb;
}
#menu {
	height: 27px;
	background: #FFFFFF url('../images/menubg.gif') bottom left repeat-x;
	border-left: 1px solid #E07040;
	border-right: 1px solid #E07040;
}
#menu a {
	display: block;
	float: left;
	font: 13px Verdana, Arial, sans-serif;
	color: #415487;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	height: 21px;
	padding: 4px 8px 0 28px;
}
#menu a:hover {
	background: url('../images/menuhoverbg.gif') 1px 3px no-repeat;
}
a#selected, a#selected:hover {
	background: transparent;
	color: #E07040;
}
#menu span {
	display: block;
	float: left;
	font: 20px Times New Roman, serif;
	font-weight: bold;
	color: #999;
}
#contentshell {
	line-height: 14px;
	color: #000;
	background: #F0F0F0 url('../images/bodybg.gif') top left repeat-y;
	width: 100%;
	font: 12px Helvetica, Arial, sans-serif;
}
#contentshell tr {
	vertical-align: top;
}
#footer {
	height: 21px;
	background: url('../images/footerbg.gif') bottom left repeat-x;
	border-left: 1px solid #E07040;
	border-right: 1px solid #E07040;
}
#copyright {
	float: right;
	font: 10px Helvetica, Arial, sans-serif;
	color: #000000;
	padding-top: 4px;
	padding-right: 15px;
}
#footer a {
	display: block;
	float: left;
	color: #40211F;
	text-decoration: none;
	padding: 4px 5px 0 5px;
	font: 10px Helvetica, Arial, sans-serif;
}
#footer a:hover {
	color: #E07040;
}
#footer span {
	display: block;
	float: left;
	color: black;
	font-size: 16px;
}
#news {
	width: 200px;
}
#aboutfa {
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
}
#locations {
	width: 260px;
}
.readmore {
	text-align: right;
}
#subnav {
	width: 213px;
	background: url('../images/subnavbg.gif') top right repeat-y;
	padding: 0;
	border-left: 1px solid #E07040;
}
#subnav a {
	display: block;
	padding: 5px 0 5px 5px;
	border-bottom: 1px solid #000D2B;
	color: #C25B2E;
	text-decoration: none;
	font-weight: bold;
}
#subnav a:hover {
	color: black;
}
a#subselected, a#subselected:hover {
	color: #002781;
	padding-left: 8px;
}
#subnav span {
	display: block;
	font-size: 0px;
	line-height: 0px;
}
#subnav div {
	font-size: 1.3em;
	font-variant: small-caps;
	text-align: center;
	padding-top: 12px;
	font-weight: bold;
	padding-bottom: 0;
	margin-bottom: 0;
}
.contentrows {
	width: 100%;
}
.contentrows th {
	color: #40211F;
	font-size: 14px;
	font-weight: bold;
}
.documentlist {
	width: 94%;
}
.documentlist th {
	border-bottom: 1px solid black;
	text-align: center;
	padding: 1px;
}
.documentlist td {
	padding: 1px;
}
.documentlist img {
	border: 0;
}
.titlecell {
	font-weight: bold;
	text-align: right;
	color: navy;
}
.submit, .account {
	background: #DBE3E9 url('../images/buttonbg.gif') bottom left repeat-x;
	font-weight: bold;
	border: 1px solid black;
	line-height: 16px;
	height: 20px;
}
.account {
	width: 150px;
}
#tabs {
	margin-bottom: 20px;
}
#tabs td {
	padding: 2px 4px;
}
#tabs .selected {
	background: url('../../members/assets/tabs/middle.gif');
	padding: 2px 0;
}
#tabs .unselected {
	padding: 2px;
}
#tabs .overlayright, #tabs .selectedright {
	background: url('../../members/assets/tabs/right.gif');
}
#tabs .overlayleft, #tabs .selectedleft {
	background: url('../../members/assets/tabs/left.gif');
}
#tabs .selected a {
	color: navy;
	text-decoration: none;
}
#tabs .overlapleft, #tabs .overlapright {
	background: url('../../members/assets/tabs/between.gif');
}
caption {
	font-weight: bold;
	background: url('../images/footerbg.gif') center center repeat-x;
	padding: 2px;
	border: 1px solid black;
	border-bottom: 0;
}
#dutyday th, #dutyday td {
        vertical-align: top;
        text-align: center;
	height: 18px;
}
#dutyday img {
	border: 0;
}
.bottomborder th {
	border-bottom: 1px solid black;
}
.spacerdiv {
	width: 60%;
	margin-left: 20%;
	font-size: 0px;
	line-height: 0px;
	border: 1px inset navy;
	margin-top: 8px;
	margin-bottom: 8px;
}
.calendar {
	width: 204px;
	margin: 0 auto;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	background: #FFFFFF;
}
.calendarfull {
	width: 708px;
	margin: 0 auto;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	background: #FFFFFF;
}
.calendar td, .calendar th {
	border-top: 1px solid black;
	border-left: 1px solid black;
	vertical-align: middle;
	height: 18px;
	width: 28px;
}
.calendarfull td, .calendarfull th {
	border-top: 1px solid black;
	border-left: 1px solid black;
	vertical-align: top;
	height: 68px;
	width: 100px;
}
.calendar th, .calendarfull th {
	font-weight: bold;
	text-align: center;
	background: #F0F8FF;
	height: 18px;
}
.calendar caption, .calendarfull caption {
	margin: 0 auto;
	padding: 0;
	border-right: 1px solid black;
	border-left: 1px solid black;
	border-top: 0;
	background: url('../images/footerbg.gif') -1px -1px repeat-x;
	text-align: center;
}
.calendar caption td, .calendarfull caption td {
	border-left: 0;
	height: 20px;
	width: 20px;
	background: transparent;
}
.calendar-month .prevlink {
	text-align: left;
	padding-left: 6px;
}
.calendar-month .nextlink {
	text-align: right;
	padding-right: 6px;
}
.calendar-month .monthname {
	text-align: center;
	width: 160px;
}
.calendarfull .calendar-month .monthname {
	width: 654px;
}
.nodays {
	background: #C0C8CF;
}
.calendar a {
	text-decoration: none;
	color: blue;
}
.selecteddate {
	background: #E7916C;
}
.calendarfull .selecteddate {
	background: #fff;
}
.selecteddate a {
	color: #000;
	font-weight: bold;
}
.bookingrequested {
	background: #FE9;
}
.bookingconfirmed {
	background: #9EF;
}
.calendarfull .bookingrequested, .bookingrequested2 {
	background: #F52;
}
.calendarday {
	padding: 3px;
	cursor: default;
}
#bookingbar {
	width: 729px;
	position: relative;
	margin: 0px auto 20px auto;
	background: url('../images/schedulebg.gif');
	border-top: 1px solid #868AA7;
	border-bottom: 1px solid #868AA7;
	height: 22px;
}
#bookingtimes {
	width: 749px;
}
#bookingtimes td {
	width: 50px;
}
#bookingselection {
	position: absolute;
	top: 4px;
	height: 12px;
	line-height: 0px;
	font-size: 0px;
	background: #F77F40;
	border: 1px solid black;
	display: none;
}
#bookinginfo {
	display: none;
}
#requestinfo {
	width: 100%;
}
#requestinfo tr {
	height: 25px;
	vertical-align: middle;
}
.bookinglist {
	margin: 0;
	padding: 4px;
}
.bookedtimes {
	width: 650px;
}
.bookedtimes td {
	width: 44px;
}
.bookings {
	width: 617px;
	position: relative;
	margin: 0px 0px 0px 15px;
	background: url('../images/bookedbg.gif');
	border-top: 1px solid #868AA7;
/*	border-bottom: 1px solid #868AA7;*/
	height: 22px;
}

.bookingitem {
	vertical-align: middle;
	width: 99px;
	cursor: default;
}
.bookedbar {
	position: absolute;
	top: 4px;
	height: 12px;
	line-height: 0px;
	font-size: 0px;
	border: 1px solid black;
}
a.buttonlink {
	display: block;
	padding: 3px 10px;
	background: #DBE3E9 url('../images/buttonbg.gif') bottom left repeat-x;
	font-weight: bold;
	border: 1px solid black;
	line-height: 16px;
	color: black;
	text-decoration: none;
}
a.buttonlink:hover {
	color: #104390;
}
#printerfriendly {
	border: 0px;
	height: 16px;
	width: 16px;
	text-decoration: none;
}
.image {
	width: 33%;
	text-align: center;
}
