/* CSS Document */
* { margin:0; padding:0;}



/*body and main text*/
body
{
	
	font-family: Verdana;
}

td {
	font-family: Verdana;
	font-size: 12px;
	line-height: 13px;
	color: #333333;
	font-stretch: normal;
	line-height:1.5em;
}

td a:link {
	color: #333333;
	text-decoration: underline;

}

td a:visited {
	color: #333333;
	text-decoration: underline;

}
td a:hover {
	color: #000000;
	text-decoration: none;

}

td ul { list-style-type:none; }





/*slide*/



.slide {
  
padding: 5px;
  background: #BDBDBD;
  margin: 0 auto;
  position: center;
  max-width: 800px;
}











/*footer*/
td.footer {
	font-family: Verdana;
	font-size: 11px;
	line-height: 17px;
	color: #333333;
	font-stretch: normal;
	padding:0px 0px 7px 0px;
	
}
td.footer a:link {
	color: #333333;
	text-decoration: underline;
	font-weight:normal;	
}
td.footer a:visited {
	color: #333333;
	text-decoration: underline;
		font-weight:normal;	
}
td.footer a:hover {
	color: #ffffff;
	text-decoration: none;
		font-weight:normal;	
}





p {




/*image alignment IE fix*/
img.floatright { 
float:right; 
margin:0 0 4px 8px; 
} 

img.floatleft { 
float:left; 
margin:0 8px 4px 0; 
} 
.subheading {
	font-family: Tahoma;
	font-size: 14px;
	line-height: 13px;
	color: #11385d;
	font-weight: bold;
	font-stretch: normal;
}



/*form imput fix for Google toolbar*/
input {
   background: #ffffff !important;
} 

.textbox
{
	border: solid 1px #C7C7C7;
	width: 160px;
	padding-top: 2px;
	padding-left: 3px;	
	font-family: Verdana;	
	font-size: 12px;
	color: #11385D;	
	
}

.formTextbox
{	
	border-width: 0px;
	border-bottom: solid 1px #C7C7C7;
	width: 160px;
	padding-top: 2px;
	padding-left: 3px;
	font: 11px Verdana;
}

SELECT
{
	border: solid 1px #C7C7C7;
	width: 166px;	
	font: 11px Verdana;
}


.button
{
	border: solid 1px #C7C7C7;
	width: 60px;
	font: 10px Verdana;
	color: #11385D;
	cursor: pointer;
	text-align: center;
	padding-top: 2px; 
	height: 16px; 
	background-color: #FFFFFF;
}

.homeButton
{
	width: 60px;
	font-family: Verdana;	
	font-size: 12px;
	color: #11385D;
	cursor: pointer;	
	text-decoration: underline;
}

.userButton
{
	border: solid 1px #C7C7C7;
	width: 60px;
	height: 18px;
	font: 12px Verdana;
	color: #11385D;
	cursor: pointer;	
}

.label
{
	font-size: 11px;
	font-family: Verdana;
	color: #11385D;
	
}






#map
{
	width: 600px;
	height: 400px;
	border: solid 1px #9F9F9F;
	margin-bottom: 10px;
}

