@charset "utf-8";
/* CSS Document */

/* NAV.............................................................................. */


#nav {
	float: left;
	width: 195px;
	clear: left;
	padding: 0px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 22px;
	margin-left: 0px;
}


#nav h1 {
	margin:0px;
	padding:0px;
}


#nav ul {
    background-image: url(../images/nav_bg.gif);
	background-repeat: repeat-y;
	margin: 0px;
	list-style-image: none;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


#nav li {
	list-style-image: none;
	list-style-type: none;
	background-position: right;
	background-repeat: no-repeat;
	color: #FFFFFF;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #b6d5e8;
	margin-top: 0px;
	margin-right: 7px;
	margin-bottom: 0px;
	margin-left: 7px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: bold;
	
}


#nav li a {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	margin: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	display: block;
	background-image: url(../images/nav_arrow.gif);
	background-position: right;
	background-repeat: no-repeat;


}


#nav li a:hover {
	background-image: url(../images/nav_arrow_over.gif);
	background-position: right;
	background-repeat: no-repeat;
	background-color: #3387bd;	
	margin: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;

}


#nav .sub {
	border-bottom-width: 0px;
	margin-top: 0px;
	margin-right: 7px;
	margin-bottom: 0px;
	margin-left: 7px;
	background-image: none;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
}


#nav .sub li {
	padding: 0px;
	margin-top: 0px;

}


#nav .sub a {
	background-color: #7bb9d7;
	background-image: url(../images/sub_image.gif);
	background-repeat: no-repeat;
	font-weight: normal;
	background-position: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;

}


#nav .sub a:hover  {
	background-color: #7bb9d7;
	color: #9fcfe7;
	background-image: url(../images/sub_image.gif);
	background-repeat: no-repeat;
	background-position: left;padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;

}


#nav .relo_service a {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(../images/nav_arrow_down.gif);
	background-repeat: no-repeat;
	background-position: right;
}


#nav .relo_service a:hover  {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-image: url(../images/arrow_down_over.gif);
	background-repeat: no-repeat;
	background-position: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#nav .relocation_guide {
	background-image: url(../images/relocation_guide_panel.gif);
	text-align: left;
	padding-top: 35px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 17px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 0.9em;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
}