@charset "windows-1252";
*{
margin: 0
padding: 0
border: 0
}

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #4B9898;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	margin-left: 20px;
}
.qlfGMap #container {
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #53A9A9;
	text-align: left;
	background-color: #007979;
} 
.qlfGMap #header {
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #007979;
	height: 170px;
} 
.qlfGMap #header h1 {
	margin: 0 25px 0 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0;
	color: #FFFFFF;
	text-decoration: none;
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}
.qlfGMap  #header  table  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #993300;
	color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
.qlfGMap #sidebar1 {
	float: left; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB;
	padding: 10px 10px 15px 10px;
	width: 190px;
	margin-left: 0px;
	background-color: #007979;
	margin-top: 20px;
	height: auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
}
.qlfGMap  #sidebar1  h3  {
	font-family: Times New Roman, Times, serif;
	font-size: 20px;
	color: #F3BC16;
	font-weight: normal;
	list-style-type: none;
	font-style: oblique;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 0px;
}
.qlfGMap #sidebar1 p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.qlfGMap #sidebarTABLE {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	width: 100px;
	text-align: right;
}
.qlfGMap  #sidebar1  li  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	list-style-position: inside;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 11px;
	font-style: oblique;
	list-style: none;
	color: #FFFFFF;
	font-weight: normal;
}
.qlfGMap #sidebar1 ul {
	margin: 10px 0px;
	padding: 0px;
	text-align: left;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
}
.qlfGMap #mainContent {
	margin-right: 10px;
	border: 1px solid #999999;
	background-color: #4B9898;
	margin-top: 20px;
	margin-bottom: 0;
	margin-left: 220px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.qlfGMap  #mainContent  li  {
	font: normal normal 12px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding-top: 10px;
	list-style-image: none;
	list-style-type: circle;
}
.qlfGMap  #mainContent  p  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	font-style: normal;
	color: #FFFFFF;
}
.qlfGMap  #mainContent  h1  {
	font-size: 20px;
	font-weight: bold;
	font-family: Times New Roman, Times, serif;
	font-style: normal;
	font-variant: normal;
	color: #F3BC16;
	padding-top: 0px;
}
.qlfGMap  #Other  {
	float: left;
	width: 740px;
	margin-top: 10px;
	margin-right: 20px;
	margin-left: 20px;
	position: relative;
}
.qlfGMap #footer {
	padding: 0 10px 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	background-color: #53A9A9;
	margin-top: 20px;
} 
.qlfGMap #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0 10px 10px 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.fltlft {
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
	float: none;
}
a:link {
	text-decoration: none;
	color: #F3BC16;
}
a:hover {
	text-decoration: none;
	color: #999966;
}
a:active {
	text-decoration: none;
	color: #999966;
}
a:visited {
	color: #FFCC66;
	text-decoration: none;
}
.footertable {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	vertical-align: bottom;
}

