/*=================================================
	Start: Legacy Styles
=================================================*/
.clear {
	clear: both;
}
.button { 
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif; 
	background-color: #F3B32F; 
	color: #102132; 
	font-weight: bold;
	color: #000000;
}
.evenRow {
	background: #F3F3F3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #084971;
	padding-right: 5px;
	padding-left: 5px;
}
.oddRow {
	background: #DFDFDF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #084971;
	padding-right: 5px;
	padding-left: 5px;
}
.listingHeader {
	background: #979797;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #ffffff;
	padding-right: 5px;
	padding-left: 5px;
}
.infoWindow {
	white-space: nowrap;
	font-size: 14px;
	color: #000000;
	text-align: center;
	overflow: hidden;
}
.infoWindow img {
	border: 1px solid #000000;
}
.hasScrollbar {
	overflow: auto;
}
.mapBG {
	background-image: url(../images/mapbg.gif);
	background-repeat: repeat-x;
	height: 310px;
}
/*=================================================
	End: Legacy Styles
=================================================*/



/*=================================================
	Start: YUI Rounded Box
=================================================*/
.roundedBox {
	margin-top: 0.7em;
	background-repeat: no-repeat;
	background-position: left bottom;
}
.roundedBox .header {
	text-indent: 1.1em;
	padding: 0.5em 0 0 0;
	margin: 0 0 0.2em 0;
	font-weight: bold;
	font-size: 1.2em;
}
.roundedBox .content {
	padding: 0 4px 11px 4px;
}
/*=================================================
	End: YUI Rounded Box
=================================================*/


/*=================================================
	Start: Landing
=================================================*/
#landing p {
    color: #444;
}
#landing p img {
    vertical-align: middle;
}
/*=================================================
	End: Landing
=================================================*/

h1.title {
    color: #999;
    font-family: Palatino, Georgia, sans-serif;
    font-size: 2em;
    line-height: 1;
    margin: 0.5em 0;
    border-bottom: 1px solid #ccc;
}
