body {
	margin: 0px;
	height: 100%;
	width: 100%;
	min-width: 1020px;
}
#roamBody #roamHeader {
	background-image: url(../images/header_bg.png);
	background-repeat: repeat-x;
	height: 90px;
	width: 100%;
}

#roamBody #roamHeader #roamLogo {
	float: left;
	margin-left: 20px;
}
#roamBody #roamHeader #searchBox {
	float: right;
	height: 70px;
	width: 275px;
	margin-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#searchBox #mysearch {
	width: 201px;
	height: 31px;
	background: url(../images/bg_search_box.png);
	float: right;
	margin-top: 5px;
}

#mysearch #s {
    float: left;
    padding: 0;
    margin: 6px 0 0 6px;
    border: 0;
    width: 159px;
    background: none;
}
#mysearch #FindBtn {
    float: right;
    margin: 3px 4px 0 0;
}
.hidTxt {
	width: 0px;
	visibility:hidden;
}


#searchBox #linkBar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #FFFFFF;
	text-decoration: none;
	text-align: right;
	width: 275px;
	padding-top: 3px;
	padding-bottom: 3px;
}
#searchBox #linkBar a {
	color: #FFFFFF;
	text-decoration: none;
	margin-right: 10px;
}
#mysearch .sBox {
	width: 226px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(../images/search_bg.png);
	background-repeat: repeat;
	display: inline;
	font-family: tahoma;
	font-size: 22px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#mysearch .sBtn {
	background-image: url(../images/goBtn.png);
	height: 30px;
	width: 38px;
	margin-top: -34px;
	margin-left: 229px;
}
#roamBody #breadCrumb {
	height: 30px;
	width: 98%;
	border-top-width: 5px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #5587CA;
	background-image: url(../images/crumb_bg.png);
	background-repeat: repeat-x;
	font-family: tahoma;
	font-size: 12px;
	color: #FFFFFF;
	padding-left: 2%;
	padding-top: 13px;
}
#roamBody #breadCrumb a {
	color: #FFFFFF;	
}
#roamBody #breadCrumb a:hover {
	color: #00CCFF;
	text-decoration: none;

}
#myMap {
	width: 65%;
	height: 652px;
	float: right;
}
#myToolBar {
	float: left;
	height: 632px;
	width: 30%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #CCCCCC;
	padding-top: 10px;
	padding-right: 3%;
	padding-bottom: 10px;
	padding-left: 2%;
	background-color: #333333;
	overflow: auto;
}
#myToolBar a {
	color: #FFCC00;
}


#roamBody #mainContent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	background-image: url(../images/bg_Main.png);
	background-repeat: repeat-x;
	width: 94%;
	padding-top: 10px;
	padding-right: 3%;
	padding-bottom: 10px;
	padding-left: 3%;
}
#roamBody #roamFooter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #FFFFFF;
	background-color: #D0DEF0;
	height: 78px;
	width: 100%;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #5587CA;
	border-right-color: #5587CA;
	border-bottom-color: #5587CA;
	border-left-color: #5587CA;
}
#roamBody #roamFooter #FootLinks {
	float: left;
	height: 38px;
	width: 500px;
	padding-top: 30px;
	padding-left: 10px;
}
#adServ {
	float: right;
	height: 60px;
	width: 490px;
	margin-right: 15px;
	padding-top: 10px;
	padding-bottom: 8px;
}
#FootLinks a {
	margin-right: 10px;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	font-size: .6em;
}

