* html .glossymenu li { float: left; height: 1%; }

* html .glossymenu li a { height: 1%; }

a:link {
	color: white;
	background-color: transparent;
	text-decoration: none;
}

a:visited {
	color: white;
	background-color: transparent;
	text-decoration: none;
}

a:hover { color: #87cefa; background-color: transparent; }

a:active {
	color: white;
	background-color: transparent;
	text-decoration: none;
}

body { color: white; background-color: #3C7FAF; }

.center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.contact {
	text-align: left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 600;
	padding-top: 5px;
	padding-left:10px;
	vertical-align: top;
}

.fixed {
	table-layout: fixed;
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
	background-color: #00009C;
	color: white;
}

.glossymenu .arrowdiv{
	position: absolute;
	right: 2px;
	background: transparent url(mnu/arrow.gif) no-repeat center right;
}

.glossymenu li{ position: relative; }

.glossymenu li a{
	background: white url(mnu/gb.gif) repeat-x bottom left;
	font-weight: bold;
	font-size: 14px;
	font-family: Verdana, Helvetica, sans-serif;
	color: white;
	display: block;
	width: auto;
	padding: 5px 0;
	padding-left: 10px;
	text-decoration: none;
}

.glossymenu li a:visited, .glossymenu li a:active{ color: white; background-color: transparent; }

.glossymenu li a:hover{ background-image: url(mnu/gb2.gif); }

.glossymenu li ul{
	/*SUB MENU STYLE*/
	position: absolute;
	width: 185px; /*WIDTH OF SUB MENU ITEMS*/
	left: 0;
	top: 0;
	display: none;
}

.glossymenu li ul a{
	width: 175px; /*WIDTH OF SUB MENU ITEMS - 10px padding-left for A elements */
}

.glossymenu li ul li{ float: left; }

.glossymenu, .glossymenu li ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 195px; /*WIDTH OF MAIN MENU ITEMS*/
	border: 1px solid black;
}

.hdr { padding: 1px; }

.listing {
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	width: 230px;
	padding: 5px;
}

.med {
	font-weight: 600;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 16px;
}

.propinfo {
	text-align: center;
	text-indent: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 700;
	padding-bottom: 10px;
	padding-top: 5px;
	vertical-align: top;
}

.yellow {
	color: yellow;
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: 600;
}
blockquote {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 600;
}
