/*
	City-Data Fixed CSS Style by Advameg, Inc.
	ver:	1.0
	date:	19-03-2009
*/

html{
	height: 100%;
	min-width: 700px;
}
body {
	background-color:#F0F0E6;
	padding: 0 0 0 0;
	margin: 0px;
	height:100%;
	background-image: url(../images/back-top.jpg);
	background-repeat: repeat-x;
	background-position: 0 29px;
	min-height: 100%;
}

body,tbody {
	font-size:9pt;
}


#body{
	padding:0;
	margin:0 auto;
	background-image: url(../images/back-page.png);
	background-repeat: repeat-y;
	background-position: right;
	background-color:white;
	min-height: 100%;
	width:760px;
	line-height:1.65em;
	font-size:16px;	
}

#page{
	padding: 2px 4px;
}


#header{
	background-color:black;
	background-image: url(../images/citydata.header.back-sb.png);
	background-repeat: repeat-x;
	background-position: top;
	height:31px;
	width:100%;
	position:absolute;
	top:0;
	left:0;
	overflow: show;
}

#hlogo{
	position:absolute;
	top:0;
	left:0;
}

#hforum{
	position:absolute;
	left:598px;
}

#navigation{
	font-size:10pt;
	color:#8a8a8a;
	background-color:#FAF9F5;
	padding:6px 10px;
	line-height: normal;
	border-bottom:1px solid #D1CCC2;
	margin-top:30px;
}
#navigation a{
	text-decoration:none;
}
#navigation a:hover{
	text-decoration:underline;
}

#mtl{
	display:none;
}

#mtr{
	display:none;
}
#content{
	padding:20px 40px;
}

#footer{
	text-align: center;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	color:white;
	background-color: #86878A;
	padding:4px;
}

h1{
	font-size:18pt;
	border:none;
	color:black;
	text-align: center;
}
h2{
	font-size:16pt;
}
h3{
	font-size:14pt;
}

a {
	color: #0062BF;
	text-decoration:none;
	border-bottom:1px solid #D4D4CB;
}

a:hover {
	color: #073F74;
	text-decoration:none;
	border-bottom:1px solid #9E9E99;	
}
a:visited {
	color: #DD4F4F;
}

a:hover:visited {
	color: #C6160D;
}

#advboxl{
	float:left;
	border-right:1px dotted silver;
	padding:0px;
	margin:20px;
	margin-left:0;
	width:240px;
}

#advbox{
	border-top:1px dotted silver;
	border-bottom:1px dotted silver;
	padding:10px 0;
	margin:20px;
	line-height: 1.4em;
	text-align: center;
}


/* SearchBox 1 - homepage */
.search_box1 {
	background-image: url(http://pics3.city-data.com/images/searchbox-back1.png);
	background-repeat:repeat-x;
	background-position:top;
	background-color: #F7F4F0;
	border:1px solid #C4BBAE;
	margin-top:2px;
	margin-bottom:8px;
	line-height:140%;
	font-size:9pt;
}

.search_box1 td {
	line-height: 170%;
	border-left: 1px solid #E2D7C8;
	padding:4px;
	padding-left:16px;
	font-size:9pt;
	margin:10px;
	text-align:left;
}



.search_box1 form {
	margin:0px;
}

.search_box1 input {
	vertical-align: middle;
}

.search_box1 .bs_input {
	width:90px;
}

.search_box1 #bsinfomsg {
	text-align:center;
	font-size:12px;
	line-height:140%;
	margin-left:6px;
}

.search_box1 #bsinfomsg b {
	color:#5D0606;
	border-bottom:1px solid #B8796C;
}
