/* CSS Document */

html {
	margin: 0;
	padding: 0;
	color: #333;
	background: #ffc;
}

body {
	margin: 0;
	padding: 0;
	color: #333;
	background: #ffc;
	font: 80% 'Lucida Grande', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
}

/* ---------------------------------------------------------------------- */
/* ---------------------------- TOP OF PAGES ---------------------------- */
/* ---------------------------------------------------------------------- */
#masthead {
	width: 100%;
	margin: 0;
	text-align: right;
	height: 110px;
}

.something {
	background: url(../images/mast-bg110.jpg) repeat-x;
}

.somethingelse {
	background: url(../images/mast-bg.jpg) repeat-x;
}

.redhead {
	background:  url(images/cityside-rgb-pr.jpg) #f00 repeat-x;
}

.bluehead {
	background: #03f url(../images/cityside-rgb-pb.jpg) repeat-x;
}

.greenhead {
	background:  url(images/citysidergb-pg.jpg) #090 repeat-x;
}
.last_modify {
	position:absolute;
	top:10px;
	right:65px;
	color:#999;
	background:none;
	font: 85% 'Tahoma', sans-serif;
	
}
#masthead img {
	border: none;
	margin-top: 0;
}

#masthead form1 {
	border: none;
	margin-top: 0;
}

#form1 {
	border: none;
	margin-top: 0;
}
#logo {
	width: 358px;
	position: absolute;
	top: 0;
	left: 0px;
	height: 132px;
}
#slogan {	
	top:35px;left:230px;
	position:absolute;
	padding:0;
	display:block;
}
#header_right{	
	position:absolute;
	top:0; right:0;
	width:30px;height:110px;
	background:#247DB3 url(images/header_right.jpg) top right no-repeat;
}
#header_else{	
	position:absolute;
	top:0; right:0;
	width:60px;height:220px;
	background:#247DB3 url(images/header_right.jpg) top right no-repeat;
}
/* ---------------------------------------------------------------------- */
/* ------------------------- MAIN NAVIGATION MENU ----------------------- */
/* ---------------------------------------------------------------------- */
#menu {
	padding-left: 0;
	margin: 0;
	color: #333;
	background: #ffc;
	position: absolute;
	top: 110px;
	left: 0;
	height: 15px;
	width: 200px;
}
ul { width: 200px;
}
#menu li {
	padding-top: 13px;
	padding-bottom: 10px;
	padding-left: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	background:#c6c url(../images/h3.jpg) no-repeat;
	font: bold 90% 'Tahoma', sans-serif;
	list-style: none;
}
#menu li a {
    color:#247DB3;
}
#menu li a:hover {
    color:#32affb;
}
#submenu li {
	padding-top: 13px;
	padding-bottom: 10px;
	padding-left: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	background:#c6c url(../images/h3-hover.jpg) no-repeat;
	font: bold 85% 'Tahoma', sans-serif;
	list-style: none;
}
#submenu li a {
    color:#247DB3;
}
#submenu li a:hover {
    color:#39f;
}
#deco {
	padding-left: 0;
	margin: 0;
	color: #c69;
	background: #ffc;
	position: absolute;
	top: 110px;
	left: 0;
	height: 15px;
}

#nav {
	float: right;
	width: 100%;
	margin: 30px;
	font-size: 100%;
}

div#nav ul {
	margin: 0;
	padding: 0;
	background: #333;
}

div#nav li {
	margin: 0;
	float: left;
	width: 8em;
	list-style: none;
	position: relative;
}

div#nav li.current {
	padding: 0.25em 0.5em 0.25em 0.5em;
	width: 7em;
	color: #ccc;
	background: #333;
	text-decoration: underline;
}

div#nav li a {
	padding: 0.25em 0.5em 0.25em 0.5em;
	width: 7em;
	display: block;
	color: #eee;
	text-decoration: none;
}

div#nav a:hover {
	background: transparent;
}

div#nav li.mainred a:hover {
	color: #f96;
}

div#nav li.maingreen a:hover {
	color: #9c6;
}

div#nav li.mainblue a:hover {
	color: #9cf;
}

div#nav ul a {
	width: auto;
}
/* ---------------------------------------------------------------------- */
/* ----------------------- HOME PAGE AND RIGHT NAV STYLES -------------------- */
/* ---------------------------------------------------------------------- */
#center {
	width: 30em;
	/*float: left;*/
	margin-right: 4em;
	margin-left:4em;
	text-align: center;
}

div.home {
	height: 10em;
}

div.home img {
	float: right;
	margin-top: 1em;
}

div.home h3 {
	padding: 0;
	margin: 0;
}

#news {
	float: right;
	width: 100%;
	margin: 0;
	font-size: 100%;
	margin-top: 3em;
	padding-top: 2em;
	padding-bottom: 0.5em;
	clear: both;
	text-align: center;
}

#news h3 {
	font-size: 0.8em;
	font-weight: normal;
}

#news h4 {
	font-weight: bold;
	font-size: 0.8em;
	text-align: right;
}

#news dt, #news dd {
	font-size: 0.9em;
}


/* ---------------------------------------------------------------------- */
/* ---------------------------- MAIN PAGE AREA -------------------------- */
/* ---------------------------------------------------------------------- */
#main {
	padding: .5em 4em;
	margin-top: 0;
	margin-left: 17em;
	color: #333;
	background: #ffc;
	max-width: 43em;
	min-height: 22em;
	top: 0;
}
#main ul {
	margin: 0;
	padding: 0;
	border: none;
	max-width: 33em;
	width: 33em;
}
#main li {
	margin: 0, 0, 1px, 0;
}
#home {
	padding: .5em 4em;
	margin-top: 1em;
	margin-left: 14em;
	color: #333;
	background: #ffc;
	min-height: 22em;
	width: 60em;
}
/* ---------------------------------------------------------------------- */
/* ---------------------------- PAGE FOOTER ----------------------------- */
/* ---------------------------------------------------------------------- */
#footer {
	margin-top: 5em;
	padding-top: 2em;
	padding-bottom: 0.5em;
	clear: both;
	text-align: center;
	background:#c6c url() no-repeat;
	border-top:5px solid #000;
}

h5 {
	margin: 0.5em 0 0.5em 0;
	padding: 0.5em 1em 0.5em 1em;
	font-size: 0.9em;
	font-weight: normal;
	text-align: left;
}

#footer div {
	font-size: 0.8em;
	font-weight: bold;
}
#footer a {
	font-size: 0.8em;
	font-weight: bold;
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #36c;
}
/* ---------------------------------------------------------------------- */
/* ----------------- LEFT COLUMN, SUB-MENU AND ADVERTS ------------------ */
/* ---------------------------------------------------------------------- */
#marketing {
	width: 10em;
	color: #036;
	background: none;
	background-color: none;
	position: relative;
	top: 1em;
	left: 50px;
}

#subnav {
	width: 13em;
	padding: 0;
	margin: 2em 0 1em 1em;
	left: 600px;
	color: #333;
	background: #f8f8f8;
	background-color: #f8f8f8;

}

#subnav ul {
	margin: 0;
	padding: 0;
	border: none;
	list-style: none;
}

#subnav li {
	margin: 0, 0, 1px, 0;
}

#subnav li a {
	padding: 0.3em 0 0.3em 0.5em;
	border-left: 0.7em solid #333;
	border-right: 0.7em solid #333;
	width: 100%;
	display: block;
	color: #333;
	background: #ccc;
	text-decoration: none;
}

html>body #subnav li a {
	width: auto;
}

#subnav li a:hover {
	border-left: 0.7em solid #333;
	border-right: 0.7em solid #333;
	color: #eee;
}

#subnav li.subred a:hover {
	background: #d63;
}

#subnav li.subblue a:hover {
	background: #2b83da;
}

#subnav li.subgreen a:hover {
	background: #8b4;
}

#advert {
	width: 13em;
	padding: 2px 2px 2px 2px;
	margin: 2em 0 0 1em;
	margin-right: 1em;
	display: block;
	float: right;
	clear: both;
	color: #939;
	background: #ffc;
	background-color: #ffc;
}

#advertl {
	width: 13em;
	padding: 2px 2px 2px 2px;
	margin: 2em 2em 1em 1em;
	display: block;
	float: left;
	clear: both;
	color: #036;
	background: #BCD;
	background-color: #BCD;

}

div.advert {
	margin-top: 1.5em;
	margin-left: 2em;
	text-indent: 10px;
}

div.advert a {
	width: 130px;
	display: block;
	color: #eee;
	background: transparent;
	height: 100px;
}

/* ---------------------------------------------------------------------- */
/* ------------------------ GENERIC TEXT STYLES ------------------------- */
/* ---------------------------------------------------------------------- */
#main p, #main li, #main dl, #home p, #home li, #home dl {
	font-size: 1em;
	line-height: 1.8;
}

h1 {
	font-size: 1.5em;
}

h2 {
	font-size: 1.3em;
}

h3 {
	font-size: 1.1em;
}

a img {
	border: none;
}

dt {
	font-weight: bold;
}

dd {
	margin-left: 0;
}

pre, code {
	font-family: 'Lucida Monospace', Courier, 'Courier New', monospace;
}

acronym, abbr, .help {
	cursor: help;
}

a {
	text-decoration: none;
}

a:link, a:visited {
	color: #c63;
}

a:hover {
	color: #06c;
}

.sitemap {
	margin-left: 2em;
}

.hide {
	display: none;
}
.clear_width {
/*	width:770px; */
	clear:both;
}
