body {
	margin:0px; 
	padding:0px; 
	background:#fffcd5; 
	font-family: sans-serif; 
	font-size: 10pt;
}

ul {
	margin: 0px;
}

h1 a {
	text-decoration: none;
	color: inherit;
}

label {
	width: 4em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block
}

.textInput {
	color: #781351;
	background: #ffffff;
	border: 1px solid #781351;
	margin-bottom: 5px;
	height: 15px;
}

.submit input {
	margin-left: 4.5em;
} 

fieldset {
	border: 0px none #000000
}
#route{
	margin-top: 0px;
}

#spotList {
	width: 590px;
	margin-top: 10px;
}

#parkIcon {
	width: 12px;
	height: 12px;
}

#spotListTitle {
	border: 1px solid #c0c0c0;
	background: #eeeeee; 
	padding: 5px 5px 5px 5px;
	height: 15px;
	text-align: center;
	width: 100%;
	overflow: auto;
}

#spotListContainer {
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	border-color: #c0c0c0; 
	overflow: auto;
	padding: 5px 5px 5px 5px;
	width: 590px;
}

#spotListLeft {
	float: left;
	width: 295px;
	
}

#spotListRight {
	float: right;
	width: 295px;
}

#shareHead {
	border: 1px solid #c0c0c0;
	background: #eeeeee; 
	padding: 5px 5px 5px 5px;
	width: 310px;
	margin-left: 4px;
	height: 15px;
	margin-bottom: 0px;
	margin-top: 10px;
}

#shareUrl {
	margin-top: 0px;
	margin-bottom: 10px; 
	margin-left: 4px; 
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	border-color: #c0c0c0; 
	width: 310px;
	padding: 5px;
}

#inputHead {
	border: 1px solid #c0c0c0;
	background: #eeeeee; 
	padding: 5px 5px 5px 5px;
	width: 310px;
	margin-left: 4px;
	height: 15px;
	margin-bottom: 0px;
}

#directionInput {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 4px; 
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	border-color: #c0c0c0; 
	width: 320px;
}

#map_canvas {
	height:500px; 
	width: 600px;
	border: 1px solid #c0c0c0;
	margin-left: 1px;
}

.toggle {
	float: right;
	font-size: 8pt;
	vertical-align: bottom;
}

#inputHeadTitle {
	float: left;
}

#shareTitle {
	float: left;
}

#mapInfo {
	margin-top: 5px;
	overflow: auto;
	width: 590px;
}

#mapNote {
	float: left;	
}

#printingTips {
	float: right;	
}

#footer {
	text-align: center;
}

#headWrap{width:100%; height:190px; margin:0px; padding:0px; float:left; background:url(images/headBg.jpg) repeat-x}
#headpanel{width:934px; height:190px; margin:0 auto; padding:0px}
#logo{width:800px; height:53px; margin:140px 0 0 0; padding:0px; float:left;}
#logo h1{font-family:Tahoma; font-size:46px; color:#FFFFFF; font-weight:bold; line-height:50px; margin:0px; padding:0px; vertical-align: bottom;}

#contentWrap{width:100%; margin:0px; padding:0px; float:left;}
#contentPanel{width:934px; margin:0 auto; padding:10px 0 0 0}

#leftPanel{width:330px; margin:0px; padding:0 5px 34px 0; float:left; border-right:#c6d09d dashed 1px}
#middlePanel{width:450px; margin:0px; padding:0 0 38px 8px; float:left;}

/*modal http://www.ericmmartin.com/projects/simplemodal-demos/*/
#modalContent {display:none;}
/* Overlay */
#simplemodal-overlay {background-color:#000; cursor:wait;}

/* Container */
#simplemodal-container {height:320px; width:600px; color:#bbb; background-color:#333; border:4px solid #444; padding:12px;}
#simplemodal-container code {background:#141414; border-left:3px solid #65B43D; color:#bbb; display:block; margin-bottom:12px; padding:4px 6px 6px;}
#simplemodal-container a {color:#ddd;}
#simplemodal-container a.modalCloseImg {background:url(js/simpleModal/x.png) no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:-15px; right:-16px; cursor:pointer;}
#simplemodal-container #basic-modal-content {padding:8px;}
/*end modal*/

