/*********** ELEMENTS **********/
a {
	color: #666;
}
a:hover {
	color: #95b27a;
}
body {
	padding: 10px 0px 0px 0px;
	margin: 10px 0px 10px 0px;
	background: #fff;
}

/*********** CLASSES ************/
.bodyTxt {
	font-family: arial;
	font-size: 10pt;
	font-weight: normal;
	color: #666;
}

.button {
	font-family : arial;
	font-size : 8pt;
	font-weight : normal;
	text-decoration: none;
	color : #FFFFFF;
	background-color : #9ACD32;
	border-top : 1px solid #000000;
	border-right : 1px solid #000000;
	border-bottom : 1px solid #000000;
	border-left : 1px solid #000000;
	padding : 0 5 0 5;
	cursor : hand;
	
}

.routeLink {
	font-family: arial;
	font-size: 8pt;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

.routeLink:hover {
	font-family: arial;
	font-size: 8pt;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}


.button2 {
	font-family : arial;
	font-size : 8pt;
	font-weight : normal;
	text-decoration: none;
	color : #FFFFFF;
	background-color : #4682B4;
	border-top : 1px solid #000000;
	border-right : 1px solid #000000;
	border-bottom : 1px solid #000000;
	border-left : 1px solid #000000;
	padding : 0 5 0 5;
	cursor : hand;
	
}

 
.buttonMoveU {
	font-family : arial;
	font-size : 10pt;
	font-weight: bold;
	text-decoration: none;
	color : #FFFFFF;
	background-color : #9ACD32;
	padding : 0 2 0 2;
	cursor : hand;
}


.buttonMoveD {
	font-family : arial;
	font-size : 10pt;
	font-weight: bold;
	text-decoration: none;
	color : #FFFFFF;
	background-color : #4682B4;
	padding : 0 2 0 2;
	cursor : hand;
}




.instructionTxt {
	font-family: arial;
	font-size: 10px;
	font-weight: normal;
	color: #666;

}
.scroll {
	overflow: auto;
	border: 1px solid #000;
	background: #fff;
}

.subHeaderTxt {
	font-family: arial;
	font-size: 16px;
	font-weight: bold;
	color: #666;
	text-align:left;
}



.TextLink {
	font-family: arial;
	font-size: 10px;
	font-weight: normal;
	color: #666;
	
	
}
.TextLink:hover {
	font-family: arial;
	font-size: 10px;
	font-weight: normal;
	color: #95b27a;
}

/*********** IDS ***********/
#addressInput {
	height: 300px;
	width: 378px;
}
#content {
	padding: 5px 0px 10px 0px;
}

#contentBox {
	background: #fff URL(../layout/images/bkg_content.jpg) repeat-x bottom;
	border: 1px solid #000;
	height: 386px;
}


.contentBox {
	background: #fff URL(../layout/images/bkg_content.jpg) repeat-x bottom;
	border: 1px solid #000;
	height: 386px;
}
 

#contentBoxHome {
	background: #fff URL(../layout/images/bkg_home_content.jpg);
	border: 1px solid #000;
	height: 386px;
}
#contentTxt {
	padding: 10px;

}
#header {
	background: #ccc URL(../layout/images/bkg_header.jpg) repeat-x;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 0px solid #fff;
	border-left: 1px solid #000;

}
#instructions {
	/*margin: 0px 0px 0px 20px;*/
	padding:	0px 0px 0px 0px;
}
#logo {
	position: absolute;
}
#map {
	border: 1px solid #95b27a;
	width: 386px;
	height: 382px;
}
#main {
	padding: 0px;
	
}
#mainHome {
	padding: 0px 8px 0px 8px;
	
}
#pictureBox {
	border: 1px solid #000;
	padding: 0px;
	width: 217px;
	height: 299px;
}

.warn {
	font-family: arial;
	font-size: 10pt;
	font-weight: bold;
	color: #FF0000;
}