/*
<header>
	<title>site.css</title>
	<author>Miriama Mahuika</author>
	<description>Styles for this site</description>
	<notes></notes>
	<history>
		<version number="0.2" date="2008-02-20">Changed the H1 and breadcrumb styles to use 1% height instead of a relative position to fix the peekaboo problem so they stay contained in the box.</version>
		<version number="0.1" date="2007-12-05">Created the header</version>
	</history>
</header>
*/

/***	GENERAL STYLES	***/
HTML { font-size: 62.5%}
body {
	background: url(../css/images/bg_water.jpg) repeat-x #04537e;
	margin: 0 auto auto auto;
	padding: 0;
	width: 850px;
}
body, a, p { font: 11px Geneva, Arial, Helvetica, sans-serif; }
html>body { font-size: 11px; }
/* $name='Heading 1' */ 
h1 {
	color: #014f7c;
	font: 1.6em Geneva, Arial, Helvetica, sans-serif;
	margin-top: 10px;
	margin-left: 20px;
	font-weight: bold;
	line-height: 1.6em;
	display: block;
	width: auto;
	z-index: 99;
	height: 1%;	/* position: relative; Fix for IE peekaboo problem */
}
table { font-size: 100%; /* Remind IE of the font size */ }
/* $name='Heading 1 purple' */ 
h1.Purple { color: #50143a }

/* $name='Heading 2' */ 
h2 {
	color: #014f7c;
	font: 1.4em Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	display: block;
	position: relative; /* Fix for IE peekaboo problem */
}
/* $name='Link' */ 
a, .headerMenu a, .footerMenu a {
	color: #014f7c;
	text-decoration: none;
	font-weight:bold;
}
.headerMenu a {
	font-size: 13px;
}
/* $name='Paragraph' */ 
p			{ padding: 5px; }
/* $name='Link arrow' */
.arrowLink {
	font-weight: bold;
	padding-right: 30px;
	padding-left: 20px;
	background: url('../css/images/bullet_blue.gif') right no-repeat;
}
img	{ border: 0px }
.blue {
	color: #014f7c;
}
.impt a { font-weight: bold; }

/***	HEADER	***/
div.headerHome {
	width: 851px;
	height: 127px;
	background: url(../css/images/header_home.gif) no-repeat;
	margin: 0 0 10px 0;
	border-top: 1px solid #fff;
}
div.header {
	width: 849px;
	height: 97px;
	background: url(../css/images/header.gif) no-repeat;
	margin: 0 0 10px 0;
	border-top: 1px solid #fff;
}
div.header a.emailLink, div.headerHome a.emailLink {
	margin:		auto; 
	display:	block;
	width:		205px;
}
div.header a.emailLink		{ margin: 72px 0 -42px 25px; }
div.headerHome a.emailLink	{ margin: 89px 0 -27px 30px; }

/* $name='Header Menu' */
.headerMenu {
	margin-right: 30px;
	margin-top: 22px;
	list-style: none;
	float: right;
	display: inline;
}
/* $name='Header Menu Item' */
.headerMenu li {
	margin: 0;
	padding: 0px 5px;
	border-left: 1px solid #000;
	display: inline;
}
/* $name='Header Menu First Item' */
.headerMenu li.first {
	border-left: none;
	display: inline;
}



/***	BOX STYLES	***/
div.Box {
	background: url(../css/images/content_bg.gif) repeat-y;
	padding: 4px 10px;
	margin: 0;
	text-align: left; 
	height:1%;
}
div.Box p {
	padding: 0;
	margin-left:20px;
}
div.BoxTop {
	background: url(../css/images/content_top.gif) bottom no-repeat;
	line-height: 6px;
	height: 6px;
	margin: 0;
	padding: 0;
}
div.BoxBottom {
	background: url(../css/images/content_bottom.gif) no-repeat;
	padding: 0;
}



/***	FOOTER STYLES	***/
/* $name='Footer Menu' */
.footerMenu {
	margin: 5px 5px 5px 20px;
	padding: 0;
	display: block;
	clear: left;
	list-style: none;
	white-space: nowrap;
}
/* $name='Footer Menu Item' */
.footerMenu li {
	margin: 0;
	padding: 3px 5px 3px 20px;
	display: inline;
	white-space: nowrap;
}
/* $name='Footer Copyright' */
.copyrightNoIcon {
	color: #fff;
	padding: 15px 0 0 20px;
	float: left;
}
.copyrightNoIcon a	{ color: #fff }
/* $name='Icon St George Home' */
.stGeorgeHome {
	float: right;
	color: #ffffff;
	padding: 10px 50px 0 0;
	background: url(../css/images/logo_knight.gif) no-repeat;
	height: 86px;
	width: 59px;
}


/***	FLASH SLIDE SHOW STYLES	***/
.slideShowPro_830x280	{ margin-bottom: 2px; width: 830px; height: 280px;}



/***	ICON STYLES	***/
/* $name='Icon Brochure' */
.icon_brochure	{
	background: url('../css/images/icon_brochure.gif') no-repeat; 
	border-left: none;
}
/* $name='Icon Email' */
.icon_email 	{ background: url('../css/images/icon_email.gif') no-repeat; }
/* $name='Icon Babelfish' */
.icon_babelfish	{ background: url('../css/images/icon_babelfish.gif') no-repeat; }
/* $name='Icon Contact' */
.icon_contact 	{ background: url('../css/images/icon_contact.gif') no-repeat; }
/* $name='Icon Register' */
.icon_register 	{ background: url('../css/images/icon_register.gif') no-repeat; }
/* $name='Icon Request' */
.icon_request 	{ background: url('../css/images/icon_request.gif') no-repeat; }
/* $name='Icon Website' */
.icon_website 	{ background: url('../css/images/icon_website.gif') no-repeat; }



/***	BULLET MENU	***/
/* $name='Bullet Menu' */
ul.bulletMenu, ul.bulletMenuPurple, ul.bulletMenuBrown {
	list-style-type: none;
	width: 165px;
	padding: 5px 0;
	margin: 0 20px;
}
ul.bulletMenu a	{ color: #014f7c; }
ul.bulletMenuPurple a	{ color: #51123e; }
ul.bulletMenuBrown a	{ color: #786937; }
/* $name='Bullet Menu First Item' */
ul.bulletMenu li.first, ul.bulletMenuPurple li.first, ul.bulletMenuBrown li.first { border-top: none; }
ul.bulletMenu li 	{ border-top: 1px solid #014f7c; }
ul.bulletMenuPurple li	{ border-top: 1px solid #51123e; }
ul.bulletMenuBrown li	{ border-top: 1px solid #786937; }
ul.bulletMenu li, ul.bulletMenuPurple li, ul.bulletMenuBrown li {
	padding:5px 5px 5px 20px;
}
ul.bulletMenu li	{ background: url('../css/images/bullet_blue.gif') left no-repeat; }
ul.bulletMenuPurple li	{ background: url('../css/images/bullet_purple.gif') left no-repeat; }
ul.bulletMenuBrown li	{ background: url('../css/images/bullet_brown.gif') left no-repeat; }

ul.bulletList, .tourList {
	list-style-type: none;
	padding: 5px 0;
	margin: 0 20px;
}
ul.bulletList li, .tourList li { 
	background: url('../css/images/bullet_blue.gif') top left no-repeat;
	padding: 5px 5px 5px 25px;
}
.tourList	{ float: left; width: 120px; }
.tourList li.backLink	{ background: none; padding-left: 0; }
/***	SUB-MENU	***/
.submenu {
	list-style: none;
	background: url('../css/images/submenu_full.gif') top left no-repeat;
	margin: 0 0 2px 0;
	line-height: 35px;
	white-space: nowrap;
	padding: 0;
	height: 35px; /* IE requires this for the peekaboo bug */
}
.submenu li {
	display: inline;
	padding: 5px 5px 5px 10px;
	background: url('../css/images/submenu_divider.gif') left no-repeat;
}
.submenu li a {
	color: #fff;
	font-weight: normal;
	padding-bottom: 3px;
}
.submenu li.first	{ background: none }
.submenu li a.current	{ border-bottom: 8px solid #fff; }
.submenu .icon_request, .submenu .icon_brochure, .submenu .icon_register {
	width: 16px;
	height: 16px;
	float: left;
	line-height: normal;
	padding: 0;
	margin: 10px 0 0 18px;
}
ul.submenu li.submenuIcons {
	height: 35px;
	float: right;
	width: 120px;
	padding: 0;
	margin: 0;
	background: url('../css/images/submenu_icon_bg.gif') top right no-repeat;
}


/***	CONTENT STYLES	***/
.colLeft {
	float: left;
	width: 520px;
}
.colRight {
	width: 230px;
	float: right;
}
img.colRight {
	width: auto;
	margin-right: 25px;
}
.clearStyle 	{ clear: both; height:1px; line-height: 1px;}
.currentPage 	{ font-weight: bold; display:inline;}
.breadcrumbs	{
	color: #014f7c;
	float: right;
	z-index: 100;
	display: block;
	margin-top: 10px;
	margin-right: 20px;
	height: 1%;	/*position: relative;*/
}
.breadcrumbs a.current	{ font-weight: bold; }

.ArticleNote {
	width: 830px;
	background: url('../css/images/search-footer.gif');
	height: 50px;	
}
.searchForm {
	position: relative;
	background: url('../css/images/search.gif');
	height: 44px;
	margin-left: 20px;
	padding-left: 150px;
	width: 644px;
}
.searchButton {
	position: absolute;
	right: 25px;
	top: 8px;
}
.searchForm select {
	margin-left: 20px;
	margin-top: 10px;
	width: 150px;
}
.searchForm label {
	padding-left: 30px;
	font-weight: normal;
	float: none;
}
.stgeorgeAgent, .left {
	float: left;
	width: 60%;
}
.right { 
	float: right;
	display: inline;
	margin-top: -50px;
}
.stgeorgeAgent img {
	float: left;
	margin-right: 40px;
	margin-top: 15px;
}
.tour {
	float: left;
	width: 825px;
	margin: 0 0 15px 0;
}
.tour h2 {
	margin: 0 0 5px 0;
	position:static;
}
.tour h2 a {
	font-size: 14px;
}
.tour img {
	float: left;
	margin-right: 40px;
}
.stgeorgeAgent p, .tour p {
	margin-left: 180px;
	width: 300px;
	display: block;
}
.stgeorgeAgent a 	{ font-weight: bold; position: relative; display: block;}
.tour 	{
	clear: both; 
	
	display: block;
}
img.bottom {
	padding: 0;
	margin: 0;
	vertical-align: baseline;
}
img.amenity {
	margin: 40px 50px 0 0;
}

.sitemapL1, .sitemapL1 a	{ color: #014f7c; }
.sitemapL2, .sitemapL2 a	{ color: #51123e; }
.sitemapL3, .sitemapL3 a	{ color: #786937; }

.red 	{ color: red; }
.riverCommercialLink	{ text-align: center; }
.left150width img 	{ float: left; width: 150px; }
.left150width ul 	{ float: left; width: 350px; }
.buildingTour	{ float: right; }
.award { padding-top: 40px; }

.siteplanmap {
	width: 430px;
	height: 293px;
	float: right;
	margin-top: -15px;
	margin-right: 10px;
}

.padContent, table.padTableParas p {
	padding: 0 0;
}
