* {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	background: #FFF;
	font: normal 12px/15px tahoma, verdana, arial, helvetica, sans-serif;
	color: #333;
}
h1 {
	width: 715px;
	font: bold 20px/24px tahoma, verdana, arial, helvetica, sans-serif;
	background: #00b1c1;
	color: #FFF;
	padding: 10px 20px 15px 15px;
	margin: 0 0 10px 0;
	display: none;
}
h2 {
	font: normal 18px/24px tahoma, verdana, arial, helvetica, sans-serif;
	margin: 15px 0 10px 0;
	text-transform: uppercase;
	color: #fa943e;
}
h3 {
	font: normal 16px/18px tahoma, verdana, arial, helvetica, sans-serif;
	margin: 0 0 10px 0;
	color: #0039a6;
}
a {
	color: #00b1c1;
	text-decoration: underline;
}
a:hover { text-decoration: none; }
#header {
	width: 750px;
	height: 128px;
	background: url("images/hd.jpg") no-repeat;
}
#wrap {
	width: 780px;
	margin: 15px;
}
#formmap { width: 750px; }
#formmap #mapform {
	width: 225px;
	float: left;
	border: 1px solid #a0dae8;
	height: 290px;
	padding: 15px;
	margin: 0;
}
#formmap img {
	width: 480px;
	float: right;
}

form { margin: 7px 0 0 0; }
input {
	font: normal 14px/16px tahoma, verdana, arial, helvetica, sans-serif;
	padding: 3px;
	border: 1px solid #9ec5ce;
	background: #FFF;
	color: #333;
	width: 135px;
}
#mapform .formitem {
	font: normal 14px/16px tahoma, verdana, arial, helvetica, sans-serif;
	position: relative;
	height: 25px;
	padding: 3px;
	margin: 0 0 5px 0;
}
#mapform .formitem input, #mapform .formitem select {
	position: absolute;
	top: 0;
	right: 0;
	font: normal 14px/16px tahoma, verdana, arial, helvetica, sans-serif;
	padding: 3px;
	border: 1px solid #00b1c1;
	background: #FFF;
	color: #333;
}
input[type="submit"], #mapform .submit {
	float: right;
	background: #fa9662;
	padding: 4px 10px;
	color: #FFF;
	font: bold 14px/16px tahoma, verdana, arial, helvetica, sans-serif;
	border: 1px solid #FFF;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.store {
    float:left;
    margin-bottom:15px;
	clear:both;
	width: 170px;
}
.store strong { color: #0039a6; }
.state {
	font-weight:bold;
	clear:both;
	padding: 5px 0 10px 0;
	color: #0039a6;
}
.col {
    width:170px;
    float:left;
    clear:right;
	padding: 0 20px 0 0;
}

#sidebar_map {
	width: 225px;
	float: left;
	background: #EEE;
	height: 470px;
	padding: 15px;
	overflow: auto;
}
#sidebar_map ul {
	list-style: none;
	width: 225px;
	margin: 0;
	padding: 0;
}
#sidebar_map ul li a {
	text-decoration: none;
	border-bottom: 1px solid #FFF;
	display: block;
	padding: 3px 7px;
}
#sidebar_map ul li a:hover {
	text-decoration: none;
	background: #FFF;
}

#map { float: right; }

/* clear those floats */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


form #outside { margin: 75px 0 0 0; }
form #outside a {
	color: #0039a6;
	font-weight: bold;
	text-decoration: none;
}

/* data */
table.data {
	margin: 10px 0;
	padding: 0;
}
table.data thead { background: #EEE; }
table.data td {
	padding: 3px 7px;
	border-bottom: 1px solid #DDD;
}
table.data tr.odd { background: #FFF; }
table.data tr.even { background: #FEFEFE; }



li { list-style-type: none; }
.basic, #list2, #list3, #navigation { width:20em; }

#log { position:fixed; bottom: 0; right:1em; text-align:right; }
#switch { position: fixed; bottom: 0; right: 15em; }

.basic  { width: 760px; }
.basic div { background-color: #FFF; }

.basic p { padding: 10px; }
.basic a.head {
	cursor:pointer;
	display:block;
	padding: 5px 10px;
	font: bold 16px/18px tahoma, verdana, arial, helvetica, sans-serif;
	margin: 15px 0 10px 0;
	color: #fa943e;
	text-decoration: none;
	text-transform: uppercase;
}
.basic a.head:hover, .basic a.selected {
	background-color: #EEE;
	text-decoration: underline;
	border-bottom: 1px solid #FFF;
}
