/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
body {
	background-color: #666666;
	background-image: url(images/city_bg.jpg);
	background-repeat: repeat-y;
	margin: 0px;
	background-position: center;
}
a:link {
	color: #224466;
}
a:visited {
	color: #224466;
}
a:hover {
	color: #445500;
}
a:active {
	color: #445500;
}
.welcometext {
	color: #336666;
	font-size: 16px;
	font-weight: bold;
}
.contentbox {
	padding: 5px;
}


.citymenu {
	color: #CCCCCC;
	background-image: url(images/city_menucal.jpg);
	background-repeat: repeat-x;
	padding: 0px;
	font-size: 11px;
	font-weight: bold;
	background-color: #7BAFB3;
}
.citymenu a:link {
	color: #CCCCCC;
	text-decoration: none;
}
.citymenu a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
.citymenu a:hover {
	color: #ffffff;
	text-decoration: underline;
}
.citymenu a:active {
	color: #CCCCCC;
	text-decoration: none;
}

.citymenucal {
	color: #FFFFFF;
	background-image: url(images/city_menu.jpg);
	background-repeat: repeat-x;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
	font-size: 11px;
	font-weight: bold;
	background-color: #7BAFB3;
}
.citymenucal a:link {
	color: #CCCCCC;
	text-decoration: none;
}
.citymenucal a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
.citymenucal a:hover {
	color: #ffffff;
	text-decoration: underline;
}
.citymenucal a:active {
	color: #CCCCCC;
	text-decoration: none;
}

.flashbox {
	padding: 10px;
	width: 455px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: dashed;
	border-right-color: #cccccc;
	border-bottom-color: #CCCCCC;
}
.subcontent {
	padding: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: dashed;
	border-right-color: #cccccc;
	border-bottom-color: #CCCCCC;
}
.staffphoto {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
}
