@charset "UTF-8";
body {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666666;
	background-image: url(../images/topmenuback.jpg);
	background-repeat: repeat-x;
	line-height: 130%;
}
.citypark #container {
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	width: 90%;
	padding-bottom: 12px;
}
.citypark #container h1{
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-size: 130%;
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	line-height: 140%;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #3B6E8F;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	background-image: url(../images/cornerboth1.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-bottom: 9px;
	padding-top: 9px;
}
.citypark #container h2{
	margin: 0;
	text-align: left;
	color: #CCCCCC;
	font-weight: normal;
	background-color: #3B6E8F;
	padding: 5px;
	font-size: 100%;
/*	width: 50%;*/
	width: 100%;
}
.citypark #container h3 {
	margin: 0;
	text-align: left;
	color: #FFFFFF;
	font-weight: lighter;
	background-color: #3B6E8F;
	padding: 6px 0px 6px 4px;
	font-size: 160%;
	width: 100%;
}
img.logo {
	position: relative;
	bottom: -3px;
}
img.news {
	padding: 5px 5px 5px 0px;
	float: left;
	border: 0;
}
hr {
	color: #3B6E8F;
}
.citypark #container h4 {
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-size: 5%;
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	line-height: 5%;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #9ACEFF;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	background-image: url(../images/cornerboth1.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-bottom: 9px;
	padding-top: 9px;
}
.citypark #container h5 {
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-size: 220%;
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	line-height: 140%;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #3B6E8F;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	background-image: url(../images/cornerboth1.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-bottom: 9px;
	padding-top: 9px;
}
.citypark  #container  table1{
	margin: 0;
	text-align: left;
	color: #999999;
	font-weight: normal;
	position: relative;
	width: 40%;
	bottom: 0px;
	float: right;
	border: thin dotted #9ACEFF;
}
.citypark #table2 {
	margin: 0;
	text-align: left;
	color: #999999;
	font-weight: normal;
	width: 100%;
	bottom: 0px;
	border: thin dotted #9ACEFF;
}
.citypark #table3 {
	margin: 0;
	text-align: left;
	color: #999999;
	font-weight: normal;
	width: 100%;
	bottom: 0px;
	float: left;
	padding: 3px;
}
.citypark #map {
	margin: 0;
	width: 100%;
	bottom: 0px;
	border: thin dotted #9ACEFF;
}
.table3cell {
	font-size: 80%;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #9ACEFF;
/*	padding: 6px;*/
	padding: 6px 6px 0px 0px;
	height: 100%;
}
.citypark #header {
	text-align: center;
	background-image: url(../images/topmenuback.jpg);
	background-repeat: repeat-x;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 200px;
}
.citypark #mainContent {
	padding: 20px 50px 0px 50px;
	background-image: url(../images/corner.jpg);
	background-repeat: no-repeat;
	background-position: right 0%;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #3B6E8F;
	border-right-color: #3B6E8F;
	border-bottom-color: #3B6E8F;
	border-left-color: #3B6E8F;
}

.listmania {
	position: relative;
	left: -10px;
	color: #333333;
	list-style-image: url(../images/bullet.gif);
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 60px;
	line-height: 170%;
	list-style-position: outside;
	list-style-type: disc;
}
.citypark #footer {
	padding: 5px 0px 0px 5px;
	height: 80px;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #3B6E8F;
	border-right-color: #3B6E8F;
	border-bottom-color: #3B6E8F;
	border-left-color: #3B6E8F;
	position: relative;
	background-image: url(../images/cornerbot.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.citypark  #footer  table1 {
	position: relative;
	font-size: 76%;
	line-height: 130%;
	width: 99%;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.citypark        #table   p     {
	font-size: 78%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: none;
	background-repeat: no-repeat;
	float: none;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: normal;
	font-style: normal;
}
a.readmore a:link   {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: none;
}
a.readmore a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
}
a.readmore a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #006633;
}
a.readmore a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	text-decoration: none;
}
a.news a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	border-bottom: thin dotted #9ACEFF;
	text-decoration: none;
}
a.news a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #006633;
}
a.news a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #006633;
}
a.news a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	text-decoration: none;
	border-bottom: thin dotted #9ACEFF;
}
.citypark #subcontainer  {
	text-align: center;
	width: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: absolute;
	top: 200px;
	padding-right: 20%;
	padding-left: 20%;
}
.citypark #subnav  {
	position: relative;
	height: 40px;
	width: 880px;
	margin: 0px;
	padding-right: 120px;
	padding-left: 0px;
}
.citypark      #container a.subnav:link   {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	background-color: #3B6E8F;
	border: thin solid #FFFFFF;
	margin: 0px;
	float: left;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 6px;
	width: 130px;
	color: #FFFFFF;
	font-size: 100%;
	height: 24px;
}
.citypark      #container a.subnav:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	background-color: #3B6E8F;
	border: thin solid #FFFFFF;
	margin: 0px;
	float: left;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 6px;
	width: 130px;
	color: #000000;
	font-size: 100%;
	height: 24px;
}
.citypark      #container a.subnav:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	background-color: #006699;
	border: thin solid #FFFFFF;
	margin: 0px;
	float: left;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 6px;
	width: 130px;
	color: #FFFFFF;
	font-size: 100%;
	height: 24px;
}
.citypark      #container a.subnav:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	background-color: #333333;
	border: thin solid #FFFFFF;
	margin: 0px;
	float: left;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 6px;
	width: 130px;
	color: #999999;
	font-size: 100%;
	height: 24px;
}
.citypark      #container   a:link   {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: none;
}
.citypark #container a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
}
.citypark #container a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #9ACEFF;
}
.citypark #container a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	text-decoration: none;
}
.listmania2 {
	position: relative;
	left: -10px;
	color: #333333;
	list-style-image: url(../images/bullet.gif);
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
	line-height: 160%;
	list-style-position: outside;
	list-style-type: disc;
}
.imgright {
	color: #333333;
	list-style-image: url(../images/bullet.gif);
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	list-style-position: outside;
	list-style-type: disc;
	float: right;
	position: relative;
	right: -20px;
	top: 0px;
	border: thin solid #3B6E8F;
}
.listmania3 {
	position: relative;
	left: -11px;
	color: #333333;
	list-style-image: url(../images/bullet2.gif);
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 8px;
	line-height: 180%;
	list-style-position: outside;
	list-style-type: circle;
	font-size: 110%;
}
span.bullet {
position: relative;
top: -5px;
left: 5px;
line-height: 200%;
}
