html, body {
height: 100%;
}
body{
	margin: 0px;
	padding: 0px;
}
img {
	border: none;
}
#mainContent{
	width:950px;
	margin: auto auto;
	background-color: #E6E6E6;
	height:100%;
}
#mainTitle{
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size:36px;
	font-weight:bold;
	text-align: center;
	margin: auto auto;
	padding: 15px 0px 5px 0px;
	color: #02243C;
	background-color: #E6E6E6;
}
#mapWrapper{
	margin: auto auto;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size:10px;
	width:780px;
	border:18px solid #5195CE;
	background-color: #F9F9F9;
}
#cm_mapTABLE{
	padding:0px;
	margin:0px;
	border-spacing: 0px;
}
#cm_mapTR{
	border-spacing: 0px;
}
#cm_map{
	width:630px; 
	height:630px;
	border-spacing: 0px;
}
table.myTable{
	width:315px;
	font-size: 10px;
	margin-bottom: 15px;
	padding: 0px;
	border-spacing: 0px;
}
td.myTd{
	font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
	font-size:11px;
	color:#02243C;
	min-width: 150px;
	width:auto;
	height:175px;
	padding-right: 10px;
	padding-left: 10px;
	vertical-align:text-top;
	border-spacing: 0px;
}

a:link {
	color:#5195CE;
	font-weight: bold;
	text-decoration:none;
}      /* unvisited link */
a:visited {
	color:#5195CE;
	text-decoration:none;
}  /* visited link */
a:hover {
	color:#5BC236;
	text-decoration:none;
}  /* mouse over link */
a:active {
	color:#5BC236;
	text-decoration:none;
}  /* selected link */

h4 {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	text-decoration: bold;
	font-size: 12px; 
	margin: 18px 0px 3px;
}
.gmnoprint{
	font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
	font-size:11px;
	color:#02243C;
	margin: 3px 0px 0px 0px;
	vertical-align:text-top;
}

DIV.rating{height:17px;overflow:hidden !important;position:relative;width:84px;}
DIV.rating img,
DIV.rating-small img{position:absolute;}
img.stars_0{clip:rect(0, 83px, 15px, 0);}
img.stars_0{clip:rect(0, 83px, 15px, 0);}
img.stars_1{clip:rect(19px, 83px, 35px, 0);top:-19px;}
img.stars_1_half{clip:rect(38px, 83px, 53px, 0);top:-38px;}
img.stars_2{clip:rect(57px, 83px, 72px, 0);top:-57px;}
img.stars_2_half{clip:rect(76px, 83px, 91px, 0);top:-76px;}
img.stars_3{clip:rect(95px, 83px, 110px, 0);top:-95px;}
img.stars_3_half{clip:rect(114px, 83px, 129px, 0);top:-114px;}
img.stars_4{clip:rect(133px, 83px, 148px, 0);top:-133px;}
img.stars_4_half{clip:rect(152px, 83px, 168px, 0);top:-152px;}
img.stars_5{clip:rect(171px, 83px, 186px, 0);top:-171px;}


