html
{
	width: 100%;
	height: 100%;
}
body
{
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: black;
	height: 100%;
}
img {
	border-width: 0;
}
a, a:active, a:visited
{
	text-decoration: none;
	color: #993300;
	font-weight: normal;
	font-size: 14px;
}

a:hover {
	text-decoration: underline;
	color: #daa520;
	font-weight: normal;
	font-size: 14px;
}

.menua
{
	text-transform: none;
	font-size: 15px;
	font-weight: normal;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.menua a:active, .menua a:visited, .menua a
{
	color: #948b6c;
	font-size: 15px;
	font-weight: normal;
}

.menua a:hover
{
	color: #91a5a4;
	font-size: 15px;
	font-weight: normal;
}

.nav 
{
	text-transform: none;
	font-size: 10px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.nav a:active, .nav a:visited, .nav a,.nav a:hover 
{
	color: white;
	margin: 2px;
	font-weight:normal;
	font-size: 10px;
}

.menub
{
	text-transform: none;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.menub a:active, .menub a:visited, .menub a
{
	color: #91a5a4;
	font-weight: bold;
	font-size: 11px;
}

.menub a:hover
{
	color: #daa520;
	font-weight: bold;
	font-size: 11px;
}
.phone-img
{
	background-color: #948b6c;
    background-image: url(Images/phone.jpg);
    background-repeat: no-repeat;
    width: 250px;
    height: 30px;
}
.highlight-text
{
	font-family: "Times New Roman", Arial, Verdana;
	font-size: 19px;
	font-style: italic;
	color: #948b6c;
}

.highlight3-text
{
	font-family: "Times New Roman", Arial, Verdana;
	font-size: 19px;
	font-style: italic;
}

.highlight1-text
{
	font-family: "Times New Roman", Arial, Verdana;
	font-size: 18px;
	font-style: italic;
	color: #948b6c;
}

.highlight2-text
{
	font-family: "Times New Roman", Arial, Verdana;
	font-size: 16px;
	font-style: italic;
}
.custom-controls
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
}
.important
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #ff0000;
}
.pinStyle
{
	position: relative;
	background: url(Images/pin.gif) no-repeat 0px 0px;
	height: 30px;
	width: 30px;
	top: -15px;
	text-align: center;
	font: bold 12px Arial;
	cursor: pointer;
}

.pinBrookview .text
{
	position: relative;
	top: 2px;
	border-bottom: silver thin dotted;
	color: #a9a9a9;
}
.MapPosition
{
	position: absolute;
	top: 20px;
	left:2px;
}
/* Grid Control */
.grid_view_class
{
     color: #333333;
 }
  .header_style_class
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: White;
	background-color: silver;
}
 .footer_style_class
 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: White;
    background-color: Gray;
 }
 .pager_style_class
 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: center;
 }
 .row_style
{
    background-color: White;
}
.alternative_row
{
    background-color: #f5f5f5;
}
thead
{
  display: table-header-group;
}
.AdjustedZindex
{z-index: 1;}


