﻿/* Basics */
body 
{
    margin-top: 49px;
	padding: 0;
	background: url(images/gradient-background.jpg) repeat-x left top;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

h1, h2, h3 
{
	margin: 0;
	text-transform: lowercase;
	font-weight: normal;
	color: #559106;
}

h1
{
    letter-spacing: -1px;
	font-size: 32px;   
}

h2 
{
	font-size: 23px;
}

p, ul, ol {
	margin: 0 0 2em 0;
	text-align: justify;
	line-height: 26px;
	font-size: 11px;
}

img {
	border: none;
}

#outer-container
{
    width: 860px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}

#content
{
    clear:both;
}

/* Links */
a:link {
	color: #4E8006;
}

a:hover, a:active {
	text-decoration: none;
	color: #4E8006;
}

a:visited {
	color: #4E8006;
}

input, textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

/* Menu bar */
#menu {
	width: 860px;
	height: 54px;
	margin-left:auto;
	margin-right: auto;
	background: url(images/menu-background.jpg) no-repeat left top;

}

#menu ul {
	margin: 0;
	padding: 0px 0 0 20px;
	list-style: none;
	line-height: normal;
	position: relative;
	top: 12px;
}

#menu li {
	display: inline;
}

#menu a {
	margin-right: 1px;
	padding: 11px 11px;
	letter-spacing: -.5px;
	text-decoration: none;
	text-transform: lowercase;
	font: 16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#menu a:hover { 
	text-decoration: underline; 
	color: #FFFFFF;
}

#menu .current_page_item a {
	color: #cccccc;
}

#header {
	margin-left: auto;
    margin-right: auto;	
}

/* Banner */
.banner 
{
	width: 820px;
	height: 200px;
	margin: 0 auto;
	background: url(images/city002blur.jpg) no-repeat left top;
}

#BannerText
{
    color: White;
    float: left;
	margin: 0;
	line-height: normal;
	padding: 115px 0 0 20px;
	font: italic 36px Georgia, "Times New Roman", Times, serif;
}

#BannerSubtext
{
    color: White;
    float: left;
	margin: 0;
	line-height: normal;
	padding: 135px 0 0 15px;
	font: italic 13px Georgia, "Times New Roman", Times, serif;
}

#logo-wrap {
	width: 860px;
	padding: 30px 0 20px 0;
	background: url(images/menu-reflect.jpg) no-repeat left top;
}

#logo2
{
	background: url(images/city004blur.jpg) no-repeat left top;
}

#logo3
{
	background: url(images/city002blur.jpg) no-repeat left top;
}

#logo4
{
	background: url(images/city005c.jpg) no-repeat left top;
}

#logo5
{
	background: url(images/city005b.jpg) no-repeat left top;
}

#logo6
{
	background: url(images/city005a.jpg) no-repeat left top;
}

#logo7
{
	background: url(images/city003d.jpg) no-repeat left top;
}

/* right Column */
#right-column
{
    position: relative;
    float: right;
    padding: 10px;
    width: 47%;
}


/* left Column */
#left-column
{
    position: relative;
    float:left;
    width: 50%;
}
.post {
	padding: 15px 15px;
}

.post .title {
	margin-bottom: 20px;
	padding-bottom: 5px;
}

.post .entry {
	padding: 0 15px;
}

/* rss feed */
.meta {
	padding: 10px 0px 30px 0;
	margin-bottom: 3px;
	border-top: 1px dotted #D1D1D1;
}

.meta p {
	margin: 0;
	line-height: normal;
	color: #999999;
}

.meta .byline {
	float: left;
	clear: left;
}

.meta .links {
	float: right;
}

.meta .more {
	padding: 0 20px 0 18px;
	background: url(images/readmore.gif) no-repeat left center;
}

.meta .comments {
	padding-left: 22px;
	background: url(images/speechbubble.gif) no-repeat left center;
}

/* Data Table Space */
#table-space
{
    clear:both;
    margin-left: auto;
    margin-right: auto;   
}
#report-control-container
{
    float: right;
}
#report-control
{
    float: left;
}

#export-control
{
    float: right;
}

.imgbutton
{
    margin-top:2px;
    margin-bottom: 1px;
}
.imgbutton2
{
    margin-top:4px;
    margin-bottom:3px;
}

/* Footer */
#footer
{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 860px;
    height: 64px;
	background: url(images/footer-background.jpg) no-repeat left top;  
	color: #999999; 
	clear: both;
}

#footer a
{
    color: #999999;
}

#footer-main
{
    clear: both;
}

#legal
{
	padding-top: 10px;
    text-align: center;
}

/* Login Control */
.login-wrapper
{
    width: 50%;
    clear:both;
    margin-left: auto;
    margin-right: 0;
}
.login-label
{
    float: left;
    text-align: right;
    width: 25%;
    margin: 3px 0 0 0;
}
.login-input
{
    float:right;
    text-align: right;
    width: 68%;
    margin: 3px 0 0 0;
}
.login-input-field
{
    float: left;
    margin: 0 0 0 0;
    height: 20px;
}
.login-error
{
    float:right;
    width: 1.5%;
    margin: 0 0 0 0;
}
#login-submit
{
    width: 25%;
    margin: 0 0 0 auto;
    padding-top: 10px;
    clear: both;
}

