@charset "UTF-8";
/* CSS Document */

#menu {
	float:right;
	width:100%;
	font-size:12px;
	line-height:normal;
	}
#menu ul {
	margin:0;
	padding:15px 10px 0px 50px;
	font-family:Verdana, sans-serif;
	font-weight:normal;
	color:#FFFFFF
	list-style:none;
	}
#menu li {
	display:inline;
	margin:0;
	padding:0;
	}
#menu a {
	float:right;
	background:url("images/tableftF.png") no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	}
#menu a span {
	float:right;
	display:block;
	background:url("images/tabrightF.png") no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#CCCCCC;
	}
	
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#menu a span {float:none;}
/* End IE5-Mac hack */
#menu a:hover span {
	color:#333333;
}
#menu a:hover {background-position:0% -42px;}
#menu a:hover span {background-position:100% -42px;}


#navbar ul li {
	display: inline; /* Fix IE Step Down */
}
.topbarbkgrd {
	background-image: url(imgs/topbar_bkgrd.png);
	background-repeat: no-repeat;
}

	#navbar ul li a:link, #navbar ul li a:visited {
	display: block;
	height: 37px;
	float: right;
	background: url(imgs/navtab-right.png) top right no-repeat;
	margin: -16px 1px 0;
	font-family: "verdana", sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	}

		#navbar ul li a span {
			display: block;
			height: 28px;
			float: right; /* IE 6 Fix */
			padding: 8px 10px 0px 10px;
			background: url(imgs/navtab-left.png) top left no-repeat;
		}
#navbar  ul  li  a:hover, #navbar    {
			background-position: bottom right;
		}
		
		#navbar ul li a:hover span {
	background-position: bottom left;
	color: #002A5C;
	cursor: pointer; /* Remind IE which cursor to use! */
		}
.addressdets {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 48px;
}
.welcometxt {
	font-family: Verdana;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	margin-bottom: -15px;
	padding-left: 48px;
	padding-top: 2px;
}
.bodytxt {
	font-family: Verdana;
	font-size: 12px;
	line-height: 16px;
	color: #333333;
	margin-bottom: -5px;
	padding-left: 48px;
}
.contactdets {
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	padding-right: 25px;
}

.contactdets a:link {color:#FFFFFF}
.contactdets a:visited {color:#FFFFFF}
.contactdets a:hover {color:#333333}
.contactdets a:active {color:#FFFFFF}

.titlestxt {
	font-family: Verdana;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	margin-bottom: 0px;
	padding-left: 48px;
}
.bulletstxt {
	font-family: Verdana;
	font-size: 12px;
	line-height: 16px;
	color: #666666;
	margin-bottom: 2px;
}
.props_bkgrdline {
	background-image: url(imgs/line.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
.propsname {
	font-family: Verdana;
	font-size: 13px;
	line-height: 16px;
	color: #002A5C;
	margin-bottom: -5px;
	padding-left: 10px;
	font-weight: bold;
}
.props_areas {
	font-family: Verdana;
	font-size: 12px;
	line-height: 16px;
	color: #002A5C;
	margin-bottom: -5px;
	padding-left: 10px;
}
.props_bodytxt {
	font-family: Verdana;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	margin-bottom: -5px;
	padding-left: 10px;
}
#props ul li {
	display: inline; /* Fix IE Step Down */
}
#props ul li a:link, #props ul li a:visited {
	display: block;
	height: 37px;
	float: right;
	background: url(imgs/navtab-right.png) top right no-repeat;
	margin: -16px 1px 0;
	font-family: "verdana", sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
}
#props ul li a span {
	display: block;
	height: 28px;
	float: right; /* IE 6 Fix */
	padding: 8px 10px 0px;
	background: url(imgs/propstab-left.png) top left no-repeat;
}
#props ul li a:hover, #props ul li a:active {
	background-position: bottom right;
}
#props ul li a:hover span {
	background-position: bottom left;
	color: #002A5C;
	cursor: pointer; /* Remind IE which cursor to use! */
}
