@charset "UTF-8";
/* CSS Document */
body {
	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: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #5baa40;
}

/* layout */
.urbanwalks #container {
	width: 955px;
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} a:hover {
	color: #AB2888;
}
.urbanwalks #maincontent {
	background-color: #FFFFFF;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 20px;
}
.urbanwalks #menu {
	background-color: #AB2888;
	height: 25px;
	width: 925px;
	padding-left: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 5px;
}
.urbanwalks #bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	width: 400px;
}
.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: left;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	margin-top: -5px;
}
.news_sublink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
.urbanwalks #submenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	width: 155px;
	background-color: #46B038;
}
.urbanwalks #logo {
	background-color: #FFFFFF;
	height: 80px;
	width: 955px;
}
.urbanwalks #footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 30px;
}
/* content area */
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-align: left;
}
.urbanwalks   #submenudiv {
	color: #FFFFFF;
	width: 200px;
}
.urbanwalks  #submenu300 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	width: 200px;
	background-color: #46B038;
	padding: 5px;
}
.urbanwalks #startcontent {
	background: #53B949 url(../images/default/front_back_01.jpg) no-repeat bottom center;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 0px;
/*	background-image: url(../images/default/front_back_01.jpg);
	background-repeat: no-repeat;
	
	height: 466px;
	*/
	width: 955px;
}
.urbanwalks #starttext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	width: 400px;
	font-weight: bold;
	line-height: normal;
}
.urbanwalks #frontnewsbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	width: 220px;
	text-decoration: none;
	padding: 5px;
	border: 2px solid #AB2888;
	background-color: #FFFFFF;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.news_sublinkfront {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
.fltlft { /* this class can be used to float an element left in your page The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}

/* tecmark styles */
.white
{
	color: #FFFFFF;
}
.whitemiddle
{
	color: #FFFFFF;
	width: 400px;
}
.whitebottom
{
	color: #FFFFFF;
	width: 425px;
}

