/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
/*	background: transparent; */
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* adding scrollbar for making layout same for all browsers */
html {
	height: 100%;
	padding-bottom: 1px;
	overflow: auto;
}


/*====================================================================
- Global Layout
====================================================================*/

body {
	color: #222;
	font-size: 12px;
	line-height: 1.2em;
	font-family: Helvetica, Arial, sans-serif;
}


/*- Misc
-------------------------------------------------------*/

.map a:link,
.map a:visited { color: #004087; }
.map a:hover,
.map a:active { color: #1879c3; }

.clear {
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
}
	
	.clear-block:after,
	.clearfix:after {
		clear: both;
		display: block;
		content: ".";
		visibility: hidden;
		height: 0;
	}


.wrapper {
	width: 510px;
	margin: 30px auto 0;
	-moz-border-radius: 10px;
	background-color: #E8E8E8;
	border: 1px solid #ddd;
	padding: 9px;
}


.top-message { padding: 0 0 10px; }

.map {
	width: 510px;
	margin: 0 auto;
}
	.map h3 {
		border: 1px solid #fff;
		color: #333;
		text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
		font-size: 1.2em;
		line-height: 1.8em;
		font-weight: normal;
		padding: 15px 0 0 16px;
		background: url(../images/map-1.jpg) no-repeat;
		float: left;
		width: 494px;
		height: 40px;
		cursor: pointer;
		text-transform: uppercase;
	}
	.map h3.map2 { background-image: url(../images/map-2.jpg); }
	.map h3.map3 { background-image: url(../images/map-3.jpg); }
	.map h3.map4 { background-image: url(../images/map-4.jpg); }
	.map h3.map5 { background-image: url(../images/map-5.jpg); }
	.map h3.map6 { background-image: url(../images/map-6.jpg); }
	.map h3.map7 { background-image: url(../images/map-7.jpg); }
	
	
	.map select.cities {
		background: #f3f3f3;
		border: none;
		color: #666;
		font-family: Arial,Helvetica,sans-serif;
		font-size: .9em;
		width: 140px;
	}	
	
	.map table tr td {
		color: #444;
		font-size: .9em;
		line-height: 1.3em;
		vertical-align: top;
		padding-bottom: 10px;
	}
		.map table tr td h6 {
			color: #492a00;
			padding-bottom: 2px;
		}



.pane {
	float: left;
	width: 490px;
	background: #f7f7f7;
	border: 1px solid #ccc;
	padding: 10px;
	margin: 10px 0;
	-moz-border-radius: 10px;
}

	.pane .primary {
		width: 150px;
		float: left;
	}
	
	.pane .secondary {
		margin: 0 0 0 10px;
		float: right;
		width: 330px;
		height: 270px;
		overflow: auto;
	}