@charset "utf-8";
/* CSS Document */

body{
	margin:0px;
	/*background:url(../images/common/bg.gif);*/
	height:auto;
	font-family:Verdana, Tahoma, Arial;
	font-size:10px;
	color:#3051A0;
}
#container {
	width: 876px;
	margin-right: auto;
	margin-left: auto;
	background:#d1d8ea;
	background-repeat:repeat-x;
	border-bottom:#d1d8ea solid 2px;
	padding: 0px 8px 0px 8px;
}
#container #footer {
	height: 70px;
}
#seo {
	background-color: #FFFFFF;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 250px;
}



#container #header {
	background-image: url(../images/common/header.jpg);
	height: 100px;
	background-repeat:no-repeat;
	border-left: 2px #d1d8ea solid;
	border-right: 2px #d1d8ea solid;
	border-bottom: 2px #d1d8ea solid;
	background-color:#FFFFFF;
}
#container #main {
	background-color: #d1d8ea;
	overflow:hidden;
	margin-top:3px;
}

#container #main #menu1{
	width:158px;
	float:left;
	background-color: #fff;
}

#container #main #content1{
	width: 708px;
	background-color: #d1d8ea;
	float: right;
	overflow:hidden;
}

/***************  NEW STYLES  *****************/

#content_new{
	width: 706px;
	float: right;
	overflow:hidden;
	margin:2px 2px 0 0;
	height:auto;
}
#content_header{
	height:21px;
	background-color:#FFFFFF;
	padding: 7px 0 0 10px;
	margin: 0 0 2px 0;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#content_subnav{
	height:21px;
	background-color:#FFFFFF;
	padding: 7px 0 0 10px;
	margin: 0 0 2px 0;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#content_subnav_short{
	height:28px;
	background-color:#FFFFFF;
	padding: 0 0 0 0;
	margin: 0 0 2px 0;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width:502px;
	float:left;
}
#content_main{
	height:auto;
	clear:both;
}

#map{
	background-color:#FFFFFF;
	width:502px;
	float:left;
	padding:0 0 0 0;
	background-image:url(../images/map/main.gif);
	background-position:right top;
	background-repeat:no-repeat;
}
#topResults_header{
	height:20px;
	background-color:#FFFFFF;
	padding: 8px 0 0 0;
	margin: 0 0 2px 0;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width:204px;
	float:right;
	text-align:center;
	background-image:url(../images/search/header.gif);
	background-position:top;
}

.topResults{
	width:202px;
	float:right;
	background-color:#FFFFFF;
	height:421px;
}
.searchTab{
	width:138px;
	float:left;
	background-image:url(../images/search/tab_unselected.gif);
	height:20px;
	padding:8px 0 0 0px;
	text-align:center;
	color:#FFFFFF;
	cursor:pointer;
}
.searchTabRight{
	width:142px;
	float:left;
	background-image:url(../images/search/tab_unselected_right.gif);
	height:20px;
	padding:8px 0 0 0px;
	text-align:center;
	color:#FFFFFF;
	cursor:pointer;
}
.searchTabA{
	width:138px;
	float:left;
	background-image:url(../images/search/tab_selected.gif);
	height:20px;
	padding:8px 0 0 0px;
	text-align:center;
	cursor:default;
}
.searchTabRightA{
	width:142px;
	float:left;
	background-image:url(../images/search/tab_selected_right.gif);
	height:20px;
	padding:8px 0 0 0px;
	text-align:center;
	cursor:default;
}
.link{
	font-size:12px;
}