body{
	padding: 0px;
	margin: 0px;
	font-family: arial;
	text-align: center;
}

#container{
	width: 970px;
	margin: 20px auto;
	text-align: left;
}
table#wrapper{
}

#menu{
	background-color: #81bf9b;
	color: white;
	font-size: .8em;
	padding: 0px 15px;
	margin: 0px;
}
#menu a{
	text-transform: uppercase; 
	color: white;
	text-decoration: none;
	letter-spacing: -1px;
	font-weight: 600;
}

#menu a:hover{
	text-decoration: underline;
	color: yellow;
}
#content-window{
}

#content-main{
	background-color: #b9df90;
	padding: 5px;
}
#city-options{
	float:left;
	width: 197px;
	background-color: #b9df90;
}
#city-options h3{
	color:white;
}
#city-list{
	background-color: #ffffff;
	padding-left: 202px;
}
#city-list h2{
	text-transform: uppercase;
	letter-spacing: -1px;
	font-size: 18;
}
#city-item{
	background-color: #ffffff;
	border: 2px solid #81bf9b;
	margin: 9px 2px;
}
#city-item h4{
	color: #2b7e4e;
}
#city-item h5{
	color: #494949;
}
#content table, table td, table th{
}

#content td{
}
#content th{
}

#content p{
}
#content h2{
}

#content h3{
}

#content input, textarea, select{
}

#content textarea, select{
}

#content .buttons{
}

form#search {
	display: inline;
}
form#search input{
	border: 1px solid white;
	background-color: #81bf9b;
	color: white;
	font-weight: 800;
}
img{
	border: 0px;
}

#front-cities tr{
	background-color: white;
}

#front-cities ul{
	list-style-type: none;
	letter-spacing: -1px;
	font-size: .9em;
	font-weight: 600;
	color: #d2ebd2;
	margin: 0px;
	padding: 4px 25px;
	line-height: 1.1em;
}

#front-cities h3{
	letter-spacing: -1px;
	font-size: 18;
	font-weight: 600;
	line-height: 1.2em;
	margin: 0px;
	padding: 12px 10px 0px 10px;
}
#front-cities h3.comingsoon{
	letter-spacing: -1px;
	color: #b4b4b4;
	font-size: 18;
	font-weight: 600;
	line-height: 1.2em;
	margin: 0px;
	padding: 12px 10px 0px 10px;
}


#front-cities a{
	color: #51a172;
	text-decoration: none;
	letter-spacing: -1px;
	font-weight: 600;
}
#front-cities a:hover{
	text-decoration: underline;
}

#front-cities a.findmore{
	color: #808080;
	text-decoration: none;
	letter-spacing: -1px;
	font-weight: 600;
}
#front-cities a.findmore:hover{
	text-decoration: underline;
}

#old p{
	font-size: 11px;
}
#old h2{
	font-size: 15px;
}


/* Default Content CSS */
h1, h2{
	margin: 20px 10px 5px 10px;
	font-size: 2em;
	color: #0a6500;
}
h2{
	font-size: 1.2em;
}
p{
	color: white;
	margin-left: 50px;
	font-size: .9em;
}
a{
	color: #0065e2
}
a:hover{
	color: #0000ff;
}
/* END Default Content CSS */

/* Content CSS */
.contentBlock{
	border: 2px solid #d6f2b8;
	margin: 0px 60px;
	padding: 0px 0px;
	width: 700px;
	background-color: #f5ffeb;
}
.contentBlock p{
	color: #4f9800;
	margin: 10px;
}
/* End Content CSS */

/* Footer CSS*/
#footer{
	border-top: 2px solid #96b674;
	padding: 5px;
	font-size: .8em;
	color: #007330;
	text-align: center;
	font-weight: bold;
	background-color: #eaffd3;
}

/* End Footer CSS*/

/* Validation and Confirmation CSS */
#responseBox{
	margin: 20px;
	padding: 20px;
	border: 2px solid #94d1ae;
	background-color: #f0ffee;
}
#responseBox h2{
	font-family: verdana;
	font-family: arial;
	font-style: italic;
	color: #589a74;
	font-size: 1.8em;
}

#responseBox p{
	font-size: .9em;
	padding: 0px 20px;
}
/* END Validation and Confirmation CSS */

/* Fieldset CSS */

label{
	float: left;  
	width: 11em;  
	margin:.1em 0.6em 0 0;
	text-align: right; 	
	color: #42885f;
	font-weight: bolder;
	font-size: 1.3em;
	
}
fieldset {  
	float: left;  
	clear: left;  
	width: 765px;  
	border: 2px solid #57a377;  
	background-color: #f1fff0;
	font-size: .8em;
	margin: 10px 40px;
}
legend {
	color:#42885f;
	font-family:verdana;
	font-size:2em;
	font-style:italic;
	margin-left: 1em;
	padding:0;    
	font-weight: bold; 
}
fieldset ol {  
	padding: 0em 1em 0 1em;  
	list-style: none;
}
fieldset li {
	color:#6e9e70;
	margin: .35em;
	float: left;  
	clear: left;  
	width: 100%;  
}
fieldset.submit {  
	float: none;  
	width: auto;  
	border-style: none;  
	padding-left: 32em;  
	background-color: transparent; 
}

/* Fieldset Inputs */

textarea, input, select, button{
	border: 1px solid #8bd08e;
	font-family: verdana;
	background-color: #fdfffd; 
	color: #1bb827;
	font-size: 1.1em;
	padding: 0px 2px;
}

input.submitButton{
	border: 3px solid #8bd08e;
	font-size: 2em;
	padding: 5px 10px;
}

input.submitButton:hover{
	background-color: #fcfecf;
	cursor: pointer;
}
/* End Fieldset Inputs */


/* End  Fieldset CSS */

