@charset "utf-8";
/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #212121;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 15px;
	color: #212121;
}

#wrapper {
	width: 100%;
}

#leftbg {
	background-image: url(../images/bg_top.gif);
	background-repeat: repeat-x;
	background-position: top right;
	height: 95px;
	width: 33%;	
}

#centerbg {
	background-image: url(../images/bg_top_center.gif);
	background-repeat: repeat-x;
	margin-right: auto;
	margin-left: auto;
	width: 765px;
}

#rightbg {
	background-image: url(../images/bg_top_right.gif);
	background-repeat: repeat-x;
	background-position: top left;
	width: 33%;
}

#bottomleftbg {
	background-image: url(../images/bg_bottom.gif);
	background-repeat: repeat-x;
	background-position: bottom right;
	height: 95px;
}

#bottomrightbg {
	background-image: url(../images/bg_bottom.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	height: 95px;
	
}

#leftshadow {
	background-image: url(../images/left_shadow.png);
	background-repeat: repeat-y;
	width: 9px;
}

#rightshadow {
	background-image: url(../images/right_shadow.png);
	background-repeat: repeat-y;
	width: 9px;
}

#contentbox {
	width: 747px;
	background-color: #FFFFFF;
}

a img {
	border: none;
}

p {
	padding: 8px 20px 8px 0px;
}

.contact_us {
	font-size: 12px;
	line-height: 19px;
}

.title {
	font-size: 14px;
	color: #212121;
	font-weight:bold;
}

.small {
	font-size: 10px;
	color: #212121;
}

.burgundy {
	font-size: 12px;
	color: #7C001F;
}

h1 {
	font-size: 14px;
	color: #212121;
}

h2 {
	font-size: 12px;
	color: #212121;
	padding-top: 17px;
}


a:link {
	text-decoration: none;
	color: #7C001F;
}
a:visited {
	text-decoration: none;
	color: #7C001F;
}
a:hover {
	text-decoration: none;
	color: #212121;
}
a:active {
	text-decoration: none;
	color: #212121;
}

table {
	border-collapse: collapse;
}

.header {
	width: 747px;
	height: 69px;
	margin-right: auto;
	margin-left: auto;
}

.content {
	width: 734px;
	padding-left: 13px;
	padding-right: 0px;
}

.navbar {
	width: 444px;
	margin: 0px 0px 23px 140px;
}

.photo {
	clear: left;
	float: right;
	width: 369px;
	height: 304px;
	background-image: url(../images/photo_bg.gif);
	background-repeat: no-repeat;
	padding-top: 18px;
	padding-left: 15px;
	margin-top: -10px;
	margin-right: 4px;
	margin-left: 6px;
}

.footer {
	width: 727px;
	height: 37px;
	background-image: url(../images/bwga_footer.gif);
	background-repeat: no-repeat;
	background-position: center;
	font-size: 10px;
	color: #C9C0BD;
	text-align: right;
	padding: 10px 20px 0px 0px;
}

.bottomphoto {
	float:left;
	margin: 10px 20px 10px 0px;
}

.map {
	background-image: url(../images/map_bg.gif);
	padding-top: 15px;
	padding-left: 15px;
	width: 711px;
	height: 357px;
	clear: both;
}

#clearone {
	clear: both;
	height: 0px;
}

.contact {
	float:left;
	margin: 0px 20px 0px 0px;
}

.thetoad {
	float: right;
	margin: 0px 3px 10px 5px;
}

.alert {
	color: #FF0000;
	font-weight: bold;
}

.submit, .button {
	background-color: #800020;
	color: #FFFFFF;
	border: 1px solid #7B001F;
	margin: 2px;
}

.admin-index-list {
	list-style-type: none;
	margin: 0px;
	width: 100%;
}

#admin {
	margin-right: 25px;
}

.admin-index-list li {
	padding: 3px;
	margin: 5px 0px;
	line-height: 17px;
	background-color: #aaa;
	background-image: url('../images/admin_bar_bg_light.png');
	background-position: center left;
	background-repeat: repeat-x;
	border: 1px solid #999;
}

.admin-index-list li div {
	float: right;
	padding: 0px;
	margin: 0px 3px;
	text-align: center;
}

.admin-index-list .button { margin: 0px; width: 100%; }
.admin-index-list li div.view { width: 46px; }
.admin-index-list li div.configure { width: 77px; }
.admin-index-list li div.edit { width: 36px; }
.admin-index-list li div.subpages { width: 100px; }
.admin-index-list li div.delete { width: 55px; }

#file-tree ul {
	list-style: none;
}

#file-tree div {
	display: none;
	padding: 5px 0 0 20px;
}

#recent-uploads {
	float: right;
	width: 325px;
	margin-right: 25px;
}

#recent-uploads li {
	margin-left: 15px;
}

.headers {
	font-weight: bold;
}

.upload-date {
	width: 100px;
	display: block;
	float: left;
}

#contentbox ul {
	padding-left: 15px;
}
