/* All rights reserved */

html {
	font-size: 100%;
}
label
{
    font-size:85%;
}

body, img, a, strong, em, p, span, h1, h2, h3, h4, h5, h6, li, ul, div, td, th, form, fieldset, legend, sub, sup {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
	display: block;
}

th {
	font-weight: bold;
	text-align: left;
	white-space: nowrap;
}
body {
	background-color: #ffffff;
	color: #000000;
	font: normal .80em/1.3 Arial, Helvetica, _sans-serif;
	margin: 10px;
}

h1, h2, h3, h4, h5 {
	color: #000;
	font-size: 260%;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 1em;
	margin-left: -2px;
}

h2, h3, h4, h5 {
	font-size: 130%;
	margin-left: 0;
}

h2, h3 {
	color: #666666;
}

h4 {
	font-weight: normal;
	margin-top: .5em;
	text-align: justify;
	line-height: 1.1;
}

h5 {
	font-size: 160%;
 	color: #252223;
}

p {
	margin-bottom: 1em;
}

a
	{
		color: #666;
	}
	
	a:hover {
		color: #000;
	}

hr {
	border:none;
	background:none;
	border-top:2px solid #000000;
	height:2px;
	margin:7px 0 7px 0;
}
	
/* GENERIC CLASSES */
.clr {
	clear: both;
}

/* FOR GOOGLE MAPS ETC. */
#wrap 
{
	width: 950px;
}

#map, #sidecol {
	float: left;
}

#map {
	height: 570px;
	overflow: hidden;
	width: 680px;
}

#sidecol
	{
		width: 260px;
		overflow: auto;
		height: 570px;
		padding-right: 10px;
	}
	
	#sidecol  select.inp 
	{
		width: 100px;
		margin-right: 1em;
	}	
	
	#sidecol  input.inp
	{
		width: 185px;
		margin-right: 1em;
	}
	
#sidehead
	{
		padding: 15px 0;
		border-bottom: 1px dotted #ccc;
	}
	
	#sidehead h2 {
		font-size: 100%;	
		color: #000;
	}

#sidefooter {
	margin-top: 1em;
}	

div.googleaddress {
	padding: 2px 0;
	cursor: pointer;
	border-bottom: 1px solid #eee;
}

.mapmarkercontent tr td {
	vertical-align: top;
}
.mapmarkercontent tr td img {
	margin-right: 10px;
}

.dimg {
	margin-left: 10px;
}

.explain {
	font-size: 90%;
	color: #333;
}		
/* FORMS + INPUT FIELDS */
.inp {
	width:260px;
	border:1px solid #CDCDCD;
	padding:2px;
	margin: 2px 40px 2px 0;

}		

fieldset {
	border: 0;
}

legend {
	font-weight: bold;
	font-size:12px;
	margin-bottom: 5px;
}


.inp {
	font: normal 100%/1.3 Arial, Helvetica, _sans-serif;
}
