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

<!--
body, td, th {
	font-size: 13px;
	color: #000;
	font-family:Arial, Helvetica, sans-serif
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	line-height:20px;
	font-family:Arial, Helvetica, sans-serif;
	background: url(../images/bg.jpg) top center no-repeat fixed;
}
#pagebg {
	background: url(../images/pagebg.jpg) top center no-repeat;
}
.contentbg {
	background: url(../images/content-bg.jpg) top center repeat-y;
}
a {
	color:#248ad2;
}
#headbg {
	background: url(../images/bg.jpg) top center no-repeat;
}
.shad {
	background: url(../images/shad.jpg) top right no-repeat;
}
#contactdetails_top {
	background: url(../images/content_01_02.gif) top right no-repeat;
	width:223px;
	height:90px;
	line-height:normal;
	text-align:center;
	color:#003366;
	font-size:12px;
	font-weight:bold
}
#contact-details {
	background: url(../images/contact-details-bg.gif) top right no-repeat;
	width:641px;
	height:58px;
}
#contact-details .pad {
	padding:5px 15px 0 10px;
	line-height:normal;
	color:#0b5c8a;
	text-align:right
}
#main-content {
	background: url(../images/contentbg.jpg) top right no-repeat;
	width:654px;
}
#bottomcontact-details {
	background: url(../images/bottom-contactbg.jpg) top right no-repeat;
	width:295px;
	height:99px;
}
#bottomcontact-details .pad {
	padding:10px 50px 0 0px;
	line-height:normal;
	color:#003366;
	text-align:right;
}
#h1bg {
	background:none;
	width:901px;
	height:37px;
}
#h1bg h1 {
	font-size:12px;
	text-align:center;
	color:#125680
}
#h1bg h1 a{ color:#125680;
text-decoration:none;
}
#footernav {
	background:url(../images/bottom_nav.gif) no-repeat top center;
	width:553px;
	height:94px;
	text-align:center;
	color:#fff;
	font-size:12px;
}
#footernav .pad {
	padding:30px 0 0 0;
	color:#fff
}
#footernav .pad a {
	color:#fff;
	text-decoration:none;
}
#bottomaddress {
	background:url(../images/bottom_address.gif) no-repeat top center;
	width:168px;
	height:94px;
	font-size:11px;
	text-align:right;
	line-height:normal;
	color:#FFF
}
#bottomaddress .pad {
	padding:8px 5px 0 0
}
#bottomaddress .pad a {
	color:#FFF;
}
.contentmain {
	background:url(../images/flower.gif) no-repeat bottom left;
	padding:20px;
}


#nav {
	background:url(../images/navbg.gif) no-repeat bottom left;
	width:901px;
	height:34px;
}

#specialtext {
	font-size:11px;
	color:#666;
	line-height:normal
}	
#specialtext a {
	color:#666	
}

#specialtext ul {
	line-height:normal;
	padding-top:0px;
	padding-bottom:0px;
	margin-top:0px;
	margin-bottom:0px
}
#specialtext ul li {
	line-height:normal;
	padding:0;
	margin:0
}


#property {
	
		border:1px solid #ccc;
		padding:5px
}



#flash2 {
	width:641px;
	height:333px;	
	overflow:hidden;
}


/*<![CDATA[*/
 
.smaller {
	font-size:10px	
}
/* - - - ADxMenu: BASIC styles [ MANDATORY ] - - - */
 
/* remove all list stylings */
.menu, .menu ul {
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
}
 
.menu li {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;	/* move all main list items into one row, by floating them */
	position: relative;	/* position each LI, thus creating potential IE.win overlap problem */
	z-index: 5;		/* thus we need to apply explicit z-index here... */
}
 
.menu li:hover {
	z-index: 10000;	/* ...and here. this makes sure active item is always above anything else in the menu */
	white-space: normal;/* required to resolve IE7 :hover bug (z-index above is ignored if this is not present)
							see http://www.tanfa.co.uk/css/articles/pure-css-popups-bug.asp for other stuff that work */
}
 
.menu li li {
	float: none;/* items of the nested menus are kept on separate lines */
}
 
.menu ul {
	visibility: hidden;	/* initially hide all submenus. */
	position: absolute;
	z-index: 10;
	left: 0;	/* while hidden, always keep them at the top left corner, */
	top: 0;		/* 		to avoid scrollbars as much as possible */
}
 
.menu li:hover>ul {
	visibility: visible;	/* display submenu them on hover */
	top: 100%;	/* 1st level go below their parent item */
}
 
.menu li li:hover>ul {	/* 2nd+ levels go on the right side of the parent item */
	top: 0;
	left: 100%;
}
 
/* -- float.clear --
	force containment of floated LIs inside of UL */
.menu:after, .menu ul:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
.menu, .menu ul {	/* IE7 float clear: */
	min-height: 0;
}
/* -- float.clear.END --  */
 
/* -- sticky.submenu --
	it should not disappear when your mouse moves a bit outside the submenu
	YOU SHOULD NOT STYLE the background of the ".menu UL" or this feature may not work properly!
	if you do it, make sure you 110% know what you do */
.menu ul {
	background-image: url(../css/empty.gif);	/* required for sticky to work in IE6 and IE7 - due to their (different) hover bugs */
	padding: 10px 30px 30px 30px;
	margin: -10px 0 0 -30px;
	/*background: #f00;*/	/* uncomment this if you want to see the "safe" area.
								you can also use to adjust the safe area to your requirement */
}
.menu ul ul {
	padding: 30px 30px 30px 10px;
	margin: -30px 0 0 -10px;
}
/* -- sticky.submenu.END -- */


 
/* - - - ADxMenu: DESIGN styles [ OPTIONAL, design your heart out :) ] - - - */
 
.menu{
	color: #eee;
	/* background: url(/mgmtrights/images/navbg.gif) repeat-x #666;  */
}

.menu ul li {
	background: #135984
}
 
.menu ul {
	width: 200px;
}
 
.menu a {
	text-decoration: none;
	color: #eee;
	padding: 6px 10px;
	display: block;
	position: relative;
}

.menu ul li a {
	text-decoration: none;
	color: #eee;
	padding: 5px 15px;
	display: block;
	position: relative;
}
 
.menu a:hover, .menu li:hover>a {
	color: #fff200;
}
 
.menu li li {	/* create borders around each item */
	border-bottom: 1px solid #fff;
}
.menu ul>li + li {	/* and remove the top border on all but first item in the list */
	/* border-top: 0; */
}
 
.menu li li:hover>ul {	/* inset 2nd+ submenus, to show off overlapping */
	top: 5px;
	left: 90%;
}
 
/* special colouring for "Main menu:", and for "xx submenu" items in ADxMenu
	placed here to clarify the terminology I use when referencing submenus in posts
	
	
	*/
.menu li + li + li li:first-child>a {
	/* color: #567; */
}
.menu>li:first-child>a {
	padding-left:55px;
	/* width:60px;	 */
}
 
/* Fix for IE5/Mac \*//*/
.menu a {
	float: left;
}
/
 End Fix */
 
/*]]>*/





/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}
#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}
.lbLoading {
	background: #fff url(loading.gif) no-repeat center;
}
#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}
#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}
#lbPrevLink {
	left: 0;
}
#lbPrevLink:hover {
	background: transparent url(prevlabel.gif) no-repeat 0 15%;
}
#lbNextLink {
	right: 0;
}
#lbNextLink:hover {
	background: transparent url(nextlabel.gif) no-repeat 100% 15%;
}
#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}
#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}
#lbCaption, #lbNumber {
	margin-right: 71px;
}
#lbCaption {
	font-weight: bold;
}
/* SIFR */


/* SIFR */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}
.sIFR-replaced {
	visibility: visible !important;
}
span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}
.sIFR-flash + div[adblocktab=true] {
	display: none !important;
}
h2 {
	font-size:20px;
	margin:0px 0 0px 0;
	padding:10px 0 0 0;
	text-align:left
}
.sIFR-hasFlash h2 {
	visibility: hidden;
	font-size: 20px;
	height:20px;
}
h3 {
	font-size:17px;
	margin:0px 0 0px 0;
	padding:0 0 5px 0;
	text-align:left;
	color:#003366
}
.bluetext {
	color:#085981;
	font-weight:bold;
	font-size:14px;
}
h1 {
	margin:0;
	font-size:11px;
	color:#98d7ee
}
.slideshow {
	display: block;
	position: relative;
	z-index: 0;
}
.slideshow-images {
	display: block;
	overflow: hidden;
	position: relative;
}
.slideshow-images img {
	display: block;
	position: absolute;
	z-index: 1;
}
.slideshow-thumbnails {
	overflow: hidden;
}
.slideshow-images {
	height: 300px;
	width: 400px;
}
.slideshow-images-visible {
	opacity: 1;
}
.slideshow-images-prev {
	opacity: 0;
}
.slideshow-images-next {
	opacity: 0;
}
.slideshow-images img {
	float: left;
	left: 0;
	top: 0;
}
.slideshow {
	height: 312px;
	margin: 0 auto;
	width: 912px;
}
.slideshow a img {
	border: 0;
}
.slideshow-captions-hidden {
	height: 0;
	opacity: 0;
}
.slideshow-captions-visible {
	height: 22px;
	opacity: .7;
}
.slideshow-loader {
	height: 28px;
	right: 0;
	position: absolute;
	top: 0;
	width: 28px;
	z-index: 10001;
}
.slideshow-loader-hidden {
	opacity: 0;
}
.slideshow-loader-visible {
	opacity: 1;
}
