/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/


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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body{
    background: url("../images/bodyBG.jpg");

}

#container{
}

#header{
	margin: 0;
	padding: 0 0 0 0;
	width: 100%;
	z-index: 0;
	position: relative;
}

#headerLeft{
	background: url("../images/headerLeft.png");
	height: 88px;
	margin: 0 91px 0 0;
}

#headerRight{
	background: url("../images/logo.png") top right no-repeat;
	height: 88px;	
	width: 91px;
	margin: 0 0 0 0;
	position: absolute;
	top: 0;
	right: 0px;
}

#siteLogo{
	position: relative;
	top: 16px;
	left: 35px;
}

#options{
	background: url("../images/optionBG.png") repeat-x;
	height: 22px;
	margin: 0;
	padding: 7px 15px;
	text-shadow: 1px 1px #ffffff;
}

#options p{
	color: #000000;
	line-height: 18px;	
}

#mapBody{
	/*min-height: 400px;*/
	z-index: 0;
	position: relative;
	background: url("../images/borderLeft.png") repeat-y;
	padding: 0 13px;
}

#borderLeft{
	height: 100%;
	margin: 0 0px 0 0;	
}
#borderRight{
	background: url("../images/borderRight.png") repeat-y;
	height: 100%;
	margin: 0 0px 0 0;	
	width: 21px;
	position: absolute;
	top: 0;
	right: 0px;
}

#mapHolder{
	width: 100%;
	height: 680px;
	margin: 0px;
	position: relative;	
}


#topDropShadow{
	background: url("../images/topDropShadow.png") repeat-x;
	height: 10px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
	width: 100%;
}

#bottomDropShadow{
	background: url("../images/bottomDropShadow.png") repeat-x;
	height: 10px;
	position: absolute;
	bottom: 0px;
	left: 0;
	z-index: 9;
	width: 100%;
}




#footer{
  //  background: url("../images/footerBGleft.png") top left no-repeat;
//	height: 45px;
    padding: 0;
	margin: 0 0px 0 0;
	position: relative;

}

#footerLeft{
    float: left;
	color: #888888;
    padding-top: 0px;   
    padding-left: 0px;
    height: 40px;	
	width: 29px;
	left:10px;
}

#footerLeftTop{
	z-index: 10;
	position: relative;
	width: 29px;
	background: url("../images/leftTop.png") repeat-y;
	padding: 0 0px;
	height: 20px;
}
#footerLeftBottom{
	z-index: 10;
	position: relative;
	width: 29px;
	background: url("../images/leftBottom.png") no-repeat;
	height:15px;
}

#footerRight{
	height: 45px;	
	width: 29px;
	position: absolute;
	top: 0px;
	right: 0px;
}

#footerRightTop{
	height: 21px;	
	width: 29px;
	position: absolute;
	background: url("../images/footerRightTop.png") repeat-y;	
}

#footerRightBottom{
    width:29px;
	height: 15px;
	position: absolute;
	background: url("../images/footerRightBottom.png") no-repeat;	
}

#disclaimer{  
   position: absolute;
   top: 0px;   
   right: 29px;
   left: 29px;
   background: url("../images/footerBG.png") repeat;
   color: #888888;
   padding-top: 5px;   
   padding-bottom: 10px; 
   font-size: 14px;   
   z-index: 10;
}
#footerShadow{
   position: relative;
   background: url("../images/footerShadow.png") repeat-y;	
   right: 29px;
   left: 29px;
   height: 6px;
   bottom: 0px;

}



/*
#disclaimer {
   background: url("../images/footerBG.png") repeat;
   	border: 0px solid #ffff00;
   -webkit-border-bottom-right-radius: 15px;
   -webkit-border-bottom-left-radius: 15px;
   -moz-border-radius-bottomright: 15px;
   -moz-border-radius-bottomleft: 15px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;

	-webkit-box-shadow: 0px 5px 10px 5px rgba(00, 00, 00, 0.6);
    box-shadow: 0px 5px 10px 5px rgba(00, 00, 00, 0.6); 
	-moz-box-shadow: 0px 5px 10px 5px rgba(00, 00, 00, 0.6);
	
}
*/

#disclaimer a:link,#disclaimer a:visited{
   color: #888888;
   text-decoration:underline;
}

#disclaimer a:active,#disclaimer a:hover{
    text-decoration:none;
}

.optionfont{
	font-family: arial, verdana,serif;
	font-weight: 600;
	font-size: 86%;
	color: #363422;
	/*color: #565442;*/
	border: 1px soild #ff0000;
}
.actionFont{
   font-family: arial, verdana,serif;
   font-weight: 600;
   color: #ff8844;
   background-color:#363422;
}
#zoomtoarea{
	float: right;	
	postion: relative;
    text-align: right;
    right: 10px;   
}
#distance{
    width: 60px;
}
#address{
     width: 300px;
}
.textFieldBG{
    background-color:#f0f0f0;
}
.darkGrey{
    background-color:#dddddd;
}
.parafont{
}