input, textarea
{
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
	background-color: #eaeaea;
background: -moz-linear-gradient(top, #ffffff, #eaeaea);
    	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.0, #ffffff), color-stop(1.0, #eaeaea));
    	border: 1px solid #cacaca;
    	color: #444;
    	padding: 2px 4px 2px 4px;
}

#cse {
	float: right;
	padding: 0px 0px 0px 15px;
	WIDTH: 35em;
	border-left: 2px solid #999999;
	border-bottom : 2px solid #999999;
	margin-left: 1em;
}

#map {
	position: relative;
}

#map-canvas{
	border:1px solid #000000;
	margin: 5px 5px 5px 5px;
	width: 1000px;
	height: 600px;
}

#crosshair {
    position: absolute;
    top: 290px;
    height: 22px;
    width: 22px;
    left: 495px;
    background-image: url(../images/crosshair.gif);
    background-repeat: no-repeat;
    display: block;
    background-position: center center;
}

#info {
	position: relative;
}

#CenterLatLng{
	position: relative;
	border:1px solid #000000;
	margin: 5px 0px 0px 0px;
	width: 1000px;
	padding: 5px 0px 0px 5px;
	color: #000000;
	background-color: #eeeeff;
	text-align:center;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

#pushpinrow{
	position: relative;
	border:1px solid #000000;
	margin: 5px 0px 0px 0px;
	width: 1000px;
	padding: 5px 0px 0px 5px;
	color: #000000;
	background-color: #eeeeff;
	text-align:center;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

#Geocode{
	position: relative;
	border:1px solid #000000;
	margin: 5px 0px 0px 0px;
	width: 1000px;
    height: 25px;
	padding: 5px 0px 0px 5px;
	color: #000000;
	background-color: #eeeeff;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

#ReverseGeocode{
	position: relative;
	border:1px solid #000000;
	margin: 5px 0px 0px 0px;
	width: 1000px;
    height: 25px;
	padding: 5px 0px 0px 5px;
	color: #000000;
	background-color: #eeeeff;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

#formatedAddress {
	position: relative;
	color: #000000;
	background-color: #ffffff;
    height: 20px;
	text-align:left;
    display: block;
    float: left;
	width: 500px;
	margin-right: 5px;
}

#bottomnavbar {
	border-top: 1px solid #018f92;
	clear: both;
	text-align : center;
	color: #000000;
	background-color: #ffffff;
}

#bottomnavbar a {
	font-size: .75em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

body {
	margin: 0px 5px 5px 10px;
	padding:0px;
	color: #000000;
	background-color: #ffffff;
}


h1, h2, h3, h4, h5,h6  {
	font-weight: bold;
	color: #901111;
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1	{ font-size: 1.3em}

h2	{
	font-size: 1.3em;
	text-align : center;
}

h3	{
	font-size: 1em;
	margin-bottom: -1%;
}

h4	{
	font-size: 1em;
	text-align : center;
}

h5	{
	font-size: .90em;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom : -1%;
}

h6	{
	font-size: .90em;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom : -1%;
	text-align : center;
}

p {
	font-size : 0.9em;
	color: #000000;
	background-color: #ffffff;
	font-family: Georgia, "Times New Roman", Times, serif;
}

dd {
	color: #000000;
	background-color: #ffffff;
	font-size : 0.75em;
	font-weight: normal;
	line-height : 1.50em;
	font-family: Georgia, "Times New Roman", Times, serif;
}

dt {
	font-weight: 600;
	font-size: 0.80em;
	line-height : 1.2em;
	margin-top: 0.8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

ul li {
	color: #000000;
	background-color: #ffffff;
	font-size : 0.85em;
	font-weight: normal;
	line-height : 1.20em;
	padding-bottom : 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

ol.normallist li {
	color: #000000;
	background-color: #ffffff;
	list-style-type:decimal;
	font-size : 0.85em;
	font-weight: normal;
	line-height : 1.20em;
	padding-bottom : 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.centered {
	text-align:center;
}

.indent {
	padding-left:20px;
}

hr {
	color:#018f92;
	background-color: #ffffff;
	margin-top: 10px;	
}

A:link {
	COLOR: #0000cc;
	background-color: #ffffff;
}

A:visited {
	COLOR: #660066;
	background-color: #ffffff;
}

A:hover {
	color: #000000;
	BACKGROUND: #ffeeee;
}

A:active {
	color: #000000;
	background-color: #ffffff;
	text-decoration : none;
}

/* Hides from IE5-mac \*/
* html .floatholder {height: 1%;}
/* End hide from IE5-mac; Thank you Holly */

/* The two column css layout thanks to bluerobot.com and alistapart.com */
#header {
	padding: 5px 0px 0px 5px;
	MARGIN: 5px 0px 0px 0px;
	height: auto;
	border-style:solid;
	border-color:black;
	border-width:0px 0px 1px 0px;
	LINE-HEIGHT: 1.5em;
}

#header h4 {
	line-height: 1.2em;
	font-size : 1em;
}

#header img {
	border-color: #000000;
	border-width: 1px;
	border-style: solid;
}

#header #logo {
	border:none; 
}

#content {
	padding: 10px 10px 10px 10px;
	color: #000000;
	background-color: #ffffff;
}

#content img {
	border-color: #000000;
	border-width: 0px;
	border-style: solid;
}

#rightbox {
	float: right;
	padding: 10px 0px 10px 15px;
	WIDTH: 8em;
	border-left: 2px solid #999999;
	border-bottom : 2px solid #999999;
	margin-left: 1em;
}

#contactinfo {
	LINE-HEIGHT: 1.2em;
	font-size: .85em;
}

#contactinfo p {
	font-size: .8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#rightbox ul {
	padding:0;
	margin:0;
	width:0;
}
  
#rightbox li {
	list-style-type:none;
	margin:0 0 -0.31em 0;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
  
#rightbox a, #rightbox a:visited {
	position:relative;
	display:block;
	width:9em;
	font-size:0.75em;
	line-height : 1.1em;
	text-align:center;
	text-decoration:none;
	color:#ffffff;
	background:#dd6000;
	padding:0.25em;
	border-right: 3px solid #774400;
	border-bottom: 3px solid #774400;
	border-top: 3px solid #ffcc00;
	border-left: 3px solid #ffcc00;
}
  
#rightbox a span {
	display:none;
  }
  
#rightbox a:hover {
	color:#000000;
	background:#ffcc00;
	border-right: 3px solid #885500;
	border-bottom: 3px solid #885500;
	border-left: 3px solid #ffdd00;
	border-top: 3px solid #ffee00;
}

#rightbox a:hover span {
	display:block;
	text-align:left;
	position:absolute;
	right:10em;
	top:0;
	padding:0.5em;
	width:16em;
	color:#000000;
	background-color:#ffcc11;
	border:1px solid #662222;
}

#rightbox img {
	border:1px solid #000000; 
	float:left; 
	margin:0.25em 1em 0.5em 0;
}

ol {list-style-type: upper-roman;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
}
ol ol {list-style-type: upper-alpha;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
ol ol ol {list-style-type: decimal; 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
}
ol ol ol ol {list-style-type: lower-alpha; }
ol ol ol ol ol {list-style-type: lower-roman; }
ol ol ol ol ol ol {list-style-type: lower-alpha; }
ol ol ol ol ol ol ol {list-style-type:decimal; }


@media print {
	#rightbox ul {
	display: none;
	}
}

