@charset "utf-8";
/* CSS Document */
<!--
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	background-image:url(img/back2.gif);
	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: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #999999;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #DDDDDD;
	background:url(img/header_photo.jpg);
	height:120px; 
	padding: 0 10px 0 20px;  /* 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. */
}
.oneColFixCtrHdr #header ul{
	margin:0px 5px 0px 0px;
	padding:0px 5px 0px 0px;
	list-style:none;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}

.oneColFixCtrHdr #leftbar {
	width: 400px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.oneColFixCtrHdr #side-a {
	float: left;
	width: 400px;
}

.oneColFixCtrHdr #side-b { 
	margin: 0;
	float: left;
	width: 380px;
	height: 1% /* Holly hack for Peekaboo Bug */
}


	
.oneColFixCtrHdr #sidebar {
    background:#c9c;
    float:left;
    width:290px;
	padding:10px;
    }

.oneColFixCtrHdr #centerbar {
    background:#c9c;
    float:left;
    width:95px;
	padding:10px;
	background:url(img/center.jpg);
	height:650px;
    }
	
.oneColFixCtrHdr #nav{
	background:#ffffff;
	color:#333333;
	height:24px;
	padding:5px;
}
	
.oneColFixCtrHdr #nav ul{
    margin:0;
    padding:0;
    list-style:none;
	border: 3px; #FFFFFF;
    }
.oneColFixCtrHdr #nav li{
    display:inline;
    margin:0;
    padding:0;
    }
	
.city_headers{
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#333333;
	background:#CCCCCC;
	width:100%;
	height:30px;

}


#main {
    background:#fff;
    float:left;
    width:330px;
	height:640px;
	padding-right:7px;
	clear:both;
    }
	
#right_first_page{
	height:300px;
	background:#DDDDDD;
	margin-top:10px;
	margin-right:7px;
}

#right_left_page{
	height:360px;
	background:#ffffff;
	margin-top:10px;
	margin-left:7px;
	border-bottom:dashed #3366CC 2px;
}

#nav2{
	height:26px;
}

#miniflex {
	width: 100%;
	height:24px;
	float: left;
	font-size: small; /* could be specified at a higher level */
	margin: 0;
	padding: 0 0px 0 0px;
	border-bottom: 1px solid #333;
	}

#miniflex li {
	float: left;
	margin: 0; 
	padding: 0;
	display: inline;
	list-style: none;
	}
	
#miniflex a:link, #miniflex a:visited {
	float: left;
	font-size: 85%;
	line-height: 20px;
	font-weight: bold;
	margin: 0 10px 0 10px;
	text-decoration: none;
	color: #999;
	}

#miniflex a.active:link, #miniflex a.active:visited, #miniflex a:hover {
	border-bottom: 4px solid #333;
	padding-bottom: 2px;
	color: #333;
	}


.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	clear:both;
	font-size:12px;
	font-weight:bold;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
-->

