@charset "utf-8";

/* CSS Document */

/* adjustment to main body */
body {
	background:#FFFFFF;
	/*text-align:center;*/
	margin:0px;
	padding:0;
	font:normal 0.8em/1.2em verdana,aria,sans-serif;
	color:#666;
}
/* end body

/* adjustment to hyperlinks */

a {
	color: #000000;
	text-decoration: underline;
	font-size: 12px;
}

a:hover {
	color: #772A3E;
}
/* end adjustment to hyperlink */

/* modify headings */
h4 {
	color: #912542;
}

h5 {
	color: #092F70;
}

/* adjustment within the container section */

#container {
	margin: 0px auto;
	width: 1020px;
	/*text-align: center;*/
	/*border: 1px solid #000;*/
	/*added*/
 	border-color: #000000;
	border-width: 0px 1px 1px;
	border-style: solid; 
} 

/* end container */

/* add wrappers */
#wrapper1 {
	position:relative;
	text-align:left;
	width:100%;
	background:#FFF url("../images/rightcolor_bg.gif") repeat-y top right;
}

#wrapper2 {
	position:relative;
	text-align:left;
	width:100%;
	background:url("../images/leftcolor_bg.gif") repeat-y top left;
}
	
/* adjustment to header */

#header {

	background: url('../images/citylogo.gif')  no-repeat 0px 0px;
	background-color:#092F70;
	padding:49px;
	margin:0;
	text-align:center;
	color:#FFFFFF;
	font-size: 15px;
}

#header h1 {
	font-size:200%;
}

#header a:hover {
	color:#7A2875;
}


/* end adjustment to header */

/* Main Navigation Menu */

#page_menu {
	margin-bottom: 1px;
	width: 1020px;
	height: 21px;
}

#page_menu ul {
	width: 1020px;
	height: 25px;
	list-style-type: none;
	overflow: hidden;
}

#page_menu li {
	margin-right: 1px;
	width: 177px;
	height: 25px;
	float: left;
	background: url('../images/menu_background.gif') repeat-x 0px 0px;
	overflow: hidden;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
}

#page_menu li.last {
	margin-right: 0px;
	width: 130px;
}

#page_menu a {
	padding-top: 3px;
	display: block;
	color: #fff;
	text-decoration: none;
}

#page_menu a:hover {
	/*color: #000000;*/
	background: url('../images/menu_background2.gif') repeat-x 0px 0px;
}
/* End Main Navigation Menu */

#maincol {
	position:relative;
	margin:0;
	width:1024px;
	padding:10px;
}

/* Left Column */
#leftcol { 
	position:relative;
	top:-10px;
	left:-10px;
	float:left;
	width:220px;  /* for IE5/WIN */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 176px; /* actual value */
	margin:0 0 -10px 0;
	padding:10px;
	background:#B2B8D2;
	z-index:100;
	color: #01215A;
	font-size: 12px;
	border: 1px;
}

/* Left Navagation Button */
#nav {
  background: red;
  position: 2px;
  top: 35px;
  left: 7px;
  width: 170px;
}

#nav ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    background: #B2B8D2 url(images/menu_bg.gif) repeat-y;
}

#nav li {
    list-style: none;
    margin: 0px;
    padding: 0px;
    border-bottom: 1px solid white;
}

#nav a {
    color: #000000;
    text-decoration: none;
    display: block;
    padding: 6px 0px 6px 30px;
}

* html #nav a {
    width: 100%;
    width: 76px;
    padding: 5px 0 5px 30px;
    padding: 6px 0 6px 30px;
}

#nav a:hover {
    background: #143474;
    color: white;
}


/* End Navigation Button */

/* Right Column */
#rightcol {
	position:relative;
	top:-10px;
	right:-10px;
	float:right;
	width:220px;  /* for IE5/WIN */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:185px; /* actual value */
	margin:0 0 -10px 0;
	padding:10px;
	background:#FFFFFF;
	z-index:99;
	border-color: #B1C3D9;
	border-width: 0px 1px 1px;
	border-style:dashed;
	color: #01215A;
	font-size: 12px;
}

/* Center Column */
#centercol {
	position:relative;
	padding:0 200px;
	font-size: 12px;
	
}

#centercol a {
	color:#092F70;
}

#centercol a:hover {
	border-bottom:1px solid;
	color:#772A3E;
}


/* Footer */
#footer {
	position:relative;
	top:1px;
	background:#092F70;
	width:100%;
	clear:both;
	margin:0;
	padding:1% 0;
	text-align:center;
	color:#CCC;
	font-size: 10px;
}
