* {
    padding: 0;
    margin: 0;
} 

body {	
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;

}
a {
	color: #cc0000;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}


.wrap {
margin: 20px auto;
margin-top: 10px;
width: 800px;
background: #cccccc url('images/midbg.jpg');
background-repeat: repeat-y;
}

.wrap#toptitle { margin-top: 0px; }
.wrap#toptitle .content { height: 150px; }
.wrap#toptitle span { font-size: 3em; font-weight: bold; }


.top { 
background: #fff url('images/topbg.jpg');
height: 30px;
}

.content {
padding: 0 40px 0 40px;
}

.bottom {

background: #fff url('images/botbg.jpg');
height: 30px;
}


.header h1 { padding-left: 17px; padding-top: 22px; font-size: 22px; color: #FFF; }
.header h1 a { font-size: 22px; color: #FFF; text-decoration: none;}
.header h2 { padding-left: 17px; padding-top: 0px; font-size: 17px; color: #FFF; }

.breadcrumbs { 
    background: #F6F9FB; 
	border-bottom: 1px solid #E1E1E1; 
	padding: 5px;
}
	
.middle {
	float: left;
	width: 100%;
	margin: 0 auto;
	padding: 1% 1%;
	text-align: center;
	height: 250px;
}

#logo { position: relative; left: 50px; top: 10px; }
#logo img { border: 0px; }

.wrap#toptitle .middle { text-align: left; }

.middle h2 { color: #3B6EBF; font-size: 16px; margin-bottom: 10px; margin-top: 10px;}
.right h2 { color: #3B6EBF; font-size: 14px; margin-top: 15px;}


.clear {
	display: block;
	clear: both;
	width: 100%;
	height:1px;
	overflow:hidden;
}

#footer {
	margin-top: 20px;
	font-size: 1.2em;
	text-align: center;
	color: #111;
}


#wrap_small {
margin: 0px auto;
margin-top: 0px;
width: 400px;
background: #cccccc url('images/midbg_small.jpg');
background-repeat: repeat-y;
}

#top_small { 
background: #fff url('images/topbg_small.jpg');
height: 30px;
}

#content_small {
padding: 0 40px 0 40px;
text-align: center;
}

#bottom_small {

background: #fff url('images/botbg_small.jpg');
height: 30px;
}







/* counter */
#counter {  margin: 0 auto; margin-top: 30px; }
#counter #title { font-size: 4.5em; font-weight: bold; }
#counter #cost { font-size: 5em; font-weight: bold; color: #990000; margin-top: 60px; margin-bottom: 60px; }
#counter #state { padding: 2px; margin: 0 auto; margin-top: 5px; }
#counter #city { margin: 0 auto; padding: 2px; clear: both; margin-top: 10px; }


ul#bottomnav { list-style: none; }
ul#bottomnav li { margin-top: 5px; }
ul#bottomnav li a { font-size: 1.4em; }


