/* Generic Styles */

html, body {
	font: normal .86em/1.6em Arial, Helvetica, sans-serif;
	color: #383838;
}

a { font-size: 1em; }
a:link { color: #6c0099; text-decoration: underline; }
a:visited { color: #6c0099; text-decoration: underline; }
a:hover { color: #6c0099; text-decoration: none; }
a:active { color: #6c0099; text-decoration: underline;}

h1 { font: bold 1.6em georgia, Georgia, "Times New Roman", Times, serif; margin: 0 0 1em 0; color: #6c0099; }
h2 { font: bold 1.2em georgia, Georgia, "Times New Roman", Times, serif; margin: 0 0 1em 0; color: #6c0099; }
h3 { font-size: 1.2em; margin: 0 0 1em 0; }
h4 { font-size: 1.1em; margin: 0 0 1em 0; }
h5 { font-size: 1em; margin: 0 0 1em 0; }
h6 { font-size: 1em; margin: 0 0 1em 0; }

h1 span, h2 span, h3 span {
	display: none;
}

p {
	margin: 0 0 1em 0;
}

hr {
	height: 1px;
	border: none;
	background: #e2cceb;
	color: #e2cceb;
	margin: 2em 0;
}

*html hr {
	margin: .7em 0 1.2em 0;
}

img { border: 0; }
a img { border: 0; }
.img-l, .left_aligned_image_margin, .left_aligned_image_margin_and_border { margin: 0 10px 10px 0; float: left; }
.img-r, .right_aligned_image_margin, .right_aligned_image_margin_and_border { margin: 0 0 10px 10px; float: right; }
.img-c { margin-left: 0px; margin-bottom: 10px}
.img-bdr, .image_border, .right_aligned_image_margin_and_border, .left_aligned_image_margin_and_border { padding: 1px; border: 1px solid #eee; }

.clear {
	height: 0;
	line-height: 0;
	clear: both;
	font-size: 0;
}

.nodisplay {
	display: none;
}

.small {
	font-size: 0.9em;
	font-weight: normal;
	line-height: 1em;
}


/* Structural Styles */


#container {
	margin: 0 auto;
	width: 914px;
}

#header {
	width: 914px;
	height: 139px;
	background: url(../images/bgrounds/hdr_bground.jpg) no-repeat 0 0;
	position:relative;
}



#masthead_home {
	width: 914px;
	height: 246px;
	background: url(../images/photos/home_hero.jpg) no-repeat 0 0;
}
.booked-out {
width: 315px;
	height: 85px;
	background: url(../images/misc/booked-out.png) no-repeat 0 0;
	display: block;
	text-indent: -999999px;float:right;margin:20px 60px 0 0;}
.booked-out1 {
width: 315px;
	height: 85px;
	background: url(../images/misc/booked-out.png) no-repeat 0 0;
	display: block;
	text-indent: -999999px;margin-left:30px;}
#masthead {
	width: 914px;
	height: 170px;
	background: url(../images/photos/internal_hero.jpg) no-repeat 0 0;
}
#visitors #masthead {
	background: url(../images/photos/visitors_hero.jpg) no-repeat 0 0;
}
#testimonials #masthead {
	background: url(../images/photos/testimonials_hero.jpg) no-repeat 0 0;
}
#contact #masthead {
	background: url(../images/photos/contact_hero.jpg) no-repeat 0 0;
}

#main_home {
	width: 778px;
	height: 295px;
	padding: 35px 68px 0 68px;
	color: #6c0099;
	font-size: 1.05em;
	background: url(../images/bgrounds/main_bground.jpg) no-repeat 0 0;
}

#main {
	width: 914px;
	background: url(../images/bgrounds/internal_main_bground_rpt.jpg) repeat-y 0 0;
}

#main_internal {
	width: 778px;
	padding: 35px 68px 20px 68px;
	background: url(../images/bgrounds/internal_main_bground.jpg) no-repeat 0 100%;
}

#main_home #main-l {
	float: left;
	width: 307px; 
}

#main_home #main-r {
	float: right;
	width: 195px;
	margin-bottom: 18px;
}

*html #main_home #main-r {
	margin-bottom: 0;
}

#main #main-l {
	float: left;
	width: 518px;
	padding: 0 0 30px 0; 
}

#main #main-r {
	float: right;
	width: 232px;
	margin: 35px 0 40px 0;
}

#footer {
	clear: both;
	margin: 20px 0 0 0;
	color: #c896dd;
}

*html #main_home #footer {
	height: 1%;
}



/* Header Styles */


#header .siteid {
	background: url(../images/logos/siteid.jpg) no-repeat 0 0;
	float: right;
	width: 414px;
	height: 139px;
}

#header .siteid h1 {
	margin: 0;
	padding: 0;
}


/* Navigation Styles */

/*
#nav ul {
	margin: 0;
	padding: 0;
	font: bold 0.95em georgia, Georgia, "Times New Roman", Times, serif;
}

#nav li {
	display: inline;
}

#nav li a {
	color: #6c0099;
	font-weight: bold;
	text-decoration: none;
	margin: 0 9px 0 0;
}

#nav li a:hover, #nav li a.current {
	color: #12001a;
}




#nav li ul {
	position: absolute;
	height: auto; 
	left: -999em;
	z-index: 100;
}
#nav li ul li {
	text-align: left;
	position: relative;
	z-index: 10;
}
#nav li ul ul {
	position: absolute;
	top: 0; right: -170px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul, #nav li.sfhover ul ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul, #nav li li li li.sfhover ul {
	left: auto;
}

*/

#nav {
	/*float: left;
	display: inline;
	margin: 115px 0 0 58px;*/
}

#nav {
	height: 25px;
	line-height: 25px;
	width: 500px;
	position: absolute;
	top: 107px;
	left: 58px;
	font-family: georgia, Georgia, "Times New Roman", Times, serif;
	font-size: .95em;
}

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}
#nav a.current, #nav a.current:link, #nav a.current:visited, #nav a.current:hover, #nav a.current:active {
	color: #12001a;
}
#nav a, #nav a:link, #nav a:visited, #nav a:active {
	display: block;
	/*background-color: green;*/
	color: #6c0099;
	font-weight: bold;
	text-decoration: none;
	padding: 0 5px;
	line-height: 25px;
	text-decoration: none;
}

#nav a:hover {
	/*background-color: purple;*/
	color: #12001a;
}

#nav li {
	float: left;
	text-align: center;
}
#nav li li a.current, #nav li li a.current:link, #nav li li a.current:visited, #nav li li a.current:hover, #nav li li a.current:active {
	color: #6c0099;
}
#nav li ul li a, #nav li ul li a:link, #nav li ul li a:visited, #nav li ul li a:active {
	padding: 5px;
	line-height: 1.2em;
	width: 140px;
	font-weight: normal;
}
#nav li ul li a:hover {
	background-color: #e2cceb;
	color: #12001a;
}

#nav li ul {
	position: absolute;
	background: #f4ebf8;
	padding: 5px;
	width: 150px;
	left: -999em;
	z-index: 100;
}
#nav li ul li {
	width: 150px;
	text-align: left;
	position: relative;
	z-index: 10;
}
#nav li ul ul {
	padding: 5px;
	position: absolute;
	top: 0; right: -160px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul, #nav li.sfhover ul ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul, #nav li li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover  {
	background-color: #f4ebf8;
}

































/* Main Left Column Styles */

#home #main-l h1 {
	display: none;
}

#main-l #content ul {
	margin-bottom: 10px;
}

/* Main Right Column Styles */


#home #main-r ul {
	margin: 10px 0;
	padding: 0;
	list-style-type: none;
}


#home #main-r ul li {
	margin: 0 0 2px 0;
}

#home #main-r ul li a {
font-weight: normal;
}

#home #main-r a {
	font-weight: bold;
	text-decoration: none;
}

#home #main-r a:hover {
	text-decoration: underline;
}

#services #main-r {
	font-size: 0.9em;
}

#services #main-r .credentials {
	margin: 0 0 0 10px;
}

#main-r img {
	/* margin: 0 0 20px 0; */
}

#contact .mailing {
	margin: 10px 0 0 10px;
}

/* Contact Us Enquiry Form Styles */

#main #main-l #cfrm_container form {
	width: 387px;
}

#main #main-l #cfrm_container th {
	text-align: left;
	vertical-align: top;
	width: 180px;
	padding: 0 0 10px 0;
}

#main #main-l #cfrm_container input.text-input {
	border: 1px solid #e2cceb;
	width: 200px;
	color: #383838;
	padding: 1px;
	font: normal 1em Arial, Helvetica, sans-serif;
}

#main #main-l #cfrm_container textarea {
	border: 1px solid #e2cceb;
	width: 200px;
	color: #383838;
	padding: 1px;
	font: normal 1em Arial, Helvetica, sans-serif;
}

#main #main-l #cfrm_container input.button {
	margin: 5px 3px 0 0;
	float: right;
	font: normal 1.1em arial, Arial, Helvetica, sans-serif;
	cursor: pointer;
}

/* Footer Styles */

#footer p {
	margin: 0;
	padding: 0;
}

#footer p.copyright {
	float: left;
}

#footer p.itomic {
	float: right;
}

#footer p a {
	color: #c896dd;
	text-decoration: none;
}











