
/**** Basic Tags ****/
	body
	{
		font-family: Arial, Helvetica, sans-serif;
		padding: 0px;
		margin: 0px;
		text-align: center;
	}
	div {
		padding: 0;
		margin: 0;
	}
	a img { border-width: 0px; }
	h1 {font-size: 22px;}
	h2 { 
		/* Colour is applied below */
		font-size: 18px;
		margin: 5px 0px 5px 0px;
	}
	h2 a, h3 a, #innerContentGreyBox a { text-decoration: none; }
	h2 a:hover, h3 a:hover, #innerContentGreyBox a:hover { text-decoration: underline; }
	h3 {font-size: 16px; }
	h4 {font-size: 14px; }
/***** End Basic Tags ****/


/**** Page Container ****/
	.pageFrame {
		margin: 0 auto;
		min-width: 500px;
		text-align: left;
	}
	
	.pageFrame, #MainPageFrame {
		background-image:url("images/greypenguin.gif");
		background-position: center right;
		background-repeat: no-repeat;
	}
	
/**** End Page Container ****/



/**** Page Banner ****/
	#masthead {
		background-position: right;
		background-repeat: no-repeat;
		padding: 10px;
		text-align: left;
		z-index: 10;
	}
	#masthead h1 {	display: inline; }
	/**html #masthead { position: relative; }*/
/**** End Page Banner ****/



/**** Left Column Container (inside page content container) ****/
	#leftcolumn { margin-right: -170px; }	 /* IE 4 fix */	
	#leftColumn {
		float: left;
		width: 170px;
		/*/*/ /*/margin: 0 0 0 2px; /* Silly Netscape hack to get the borders to line up */
	}
	#innerLeftColumn {
		padding: 10px;
		padding-top: 25px;
	}
	#innerLeftColumn img {
		display: block;
		margin: 0 auto;
		text-align: center;
	}
	#innerLeftColumn, #innerContentColumn
	{
		/* Fix the Win32 IE italics bug */	
		overflow: visible;
		height: 100%;
	}
	#innerleftcolumn, #innercontentcolumn {
		/* IE5.0 fix for the Win32 IE italics bug */
		overflow: hidden;
		width: 100%;
		height: auto;
	}
	#innerleftcolumn/* hide from IE5.0 */, #innercontentcolumn/* hide from IE5.0 */ {
		overflow: visible;
		height: 100%;
		width: auto;
	}
	#innerLeftColumn p
	{
		font-family: Arial, Verdana, sans-serif;
		font-size: 70%;
		line-height: 140%;
		/*/*/ /*/line-height: normal;/* NS4 Adds too much space, so reset the line-height */
	}
	#innerLeftColumn h3
	{
		margin: 1em 0 0 0;
	}
/**** End Left Column Container  ****/
.pageFrame { text-align:center;}

.ContentContainer {
	/*padding: 6px 0px 0px 0px;*/
	margin: 0px auto;
	text-align: left;
	max-width: 900px;
}


/**** Content Container (inside page content container) ****/
	#MainContentColumn {
		padding: 0px;
		margin: 0px;
		/*width: 760px;*/
	}
	#contentColumn 	{
		/*margin-left: 169px;*/
		margin-left: 179px;
	}
	#innerContentColumn 	{
		padding: 10px;
	}
	#innerContentColumn
	{
		overflow: visible;
		height: 100%;	/* fix the Win32 IE float bug */
		min-height: 400px;
	}
	#contentColumn>#innerContentColumn
	{
		height: auto;	/* fix Opera 5 which breaks with the above IE fix */
	}
	#innercontentcolumn
	{
		height: 100%;	/* fix IE 5.0 which parse the Opera fix, note the selector is all lower case */
	}
	#innerContentColumn, #innerContentColumn td, #innerContentColumn th
	{
		font-family: Arial, Verdana, sans-serif;
		font-size: 12px;
	}
	#innerContentColumn h3
	{
		font-size: 16px;
	}
/**** End Content Container ****/


/**** Footer ****/
	#innerFooter
	{
		font-size: 10px;
		padding: 10px;
		text-align: center;
	}
	#footer
	{	
		clear: left;
		margin-top: 5px;
		z-index: 10;
		
	}
	#footer a { text-decoration: none; }
	#footer a:hover { text-decoration: underline; }
	
/**** End Footer ****/



/**** Photo Feature on Homepage ****/
	#photodiv
	{
		background-repeat: no-repeat;
		height: 385px;
		margin: 0px auto;
		overflow: hidden;
		padding: 0px;
		position: relative;
		width: 760px;
	}
	html>body #photodiv
	{ 
		overflow: hidden;
	}
/**** End Photo Feature on Homepage ****/


/**** Bottom boxes on front page ****/
	#rcbPhotoGallery { text-align: center; }
	#rcbPhotoGallery img { display: inline; }
	.Box176 {
		/*border: 1px solid #EAE8D3;*/
		background-image: url('images/greybox.jpg');
		background-repeat: no-repeat;
		float: left;
		height: 120px;
		margin: 0px 1px 0px 1px;
		padding: 3px 6px 3px 6px;
		width: 171px;
	}
	html>body .Box176 {
		width: 163px;
	}
	
	.Box176 h4 {  
		/* Colour is the same as h2 and is applied
		   elsewhere in this document
		 */
		font-size: 14px;
		font-weight: bold;
		margin: 5px 0px 5px 0px;
	}
	
	.Box176 li {
		list-style-position:inside;
		list-style-image:url('images/arrow.png');
		margin-left: 5px;
	}
/**** End Bottom boxes on front page ****/

/**** Miscellaneous ****/
	.right 
	{
		float: right;
		margin-left: 7px;
	}
	.hide { display: none; }
	
	.textcentre { text-align: center; }
	.accomlogo {
		vertical-align:middle;
		margin: 8px;
	}
	
	#GMapControlList { font-size: 12px; }
	#GMapControlList li
	{
		display: inline;
		list-style-type: none;
	}
	
	.TestimonialCredit { font-size: 11px; }

	
	/*
	#masthead, .hnav
	{
		border-bottom-width: 1px;
	}
	
	#innerLeftColumn
	{
		border-right-width: 1px;
	}
	
	#contentColumn
	{
		border-left-width: 1px;
	}
	*/

/**** End Miscellaneous ****/




/*---- Simple Horizontal Navigation for IE 4/5.0/NS4 ----*/
.hnav {
	font-family: Eurostyle, Verdana, Tahoma, Arial, sans-serif;
	font-weight: normal;
	font-size: 85%;
	margin: 0;
	padding: 5px 0 4px 0;
	white-space: nowrap;
}
.hnav ul {
	text-align: center;
	list-style-type: none;
	line-height: normal;
	margin: 0;
	padding: 0;
}
.hnav ul li {
	display: inline;
	margin: 0;
	white-space: nowrap;
	/*/*/ /*/display: none;/*  */
}
.hnav ul li a {
	margin: 4px -1px 0 0;
	padding: 1px 10px 4px 10px;
	text-decoration: none;
}

.hNAV
{
	padding: 0;		/*	IE5/Win will resize hnav to fit the heights of its
						inline children that have vertical padding. So this
						incorrect case selector will remove that padding */
}
.HNAV ul li a
{
	height: 1%;		/*	holly hack for IE5/Win because 5.0 doesn't recognize 
						inline padding by default */
}
html>body .HNAV
{
	padding: 5px 0 4px 0;	/* Fix for Safari which is case-insensitive */
	height: auto;
}
.hnav ul li a:hover { text-decoration: underline; }
.hnav ul li a:hover { text-decoration: none; }
.hnav ul li span { display: none;}







/**** Left Navigation ****/
.vnav
{
	font-family: Arial, Verdana, sans-serif;
	font-weight: normal;
	font-size: 70%;
	line-height: 180%; /* Mozilla suffers from a rounding problem, 
						  this value may have to be tweaked if you 
						  change the font family or size 
						*/
	/*/*/ /*/line-height: 120%;/* NS4 Adds too much space, so lower it */
}
.vnav ul, .vnav ul li
{
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.vnav ul li a
{
	display: block;
	padding: 2px 10px;
	text-decoration: none;
}
/* Hide from IE-mac \*/
* html .vnav ul li a/* hide from IE 5.0 */ {height: 1%;}
/* End hide */



/*** Front Page Bottom Box ***/
	#ContentGreyBox {
		background-image:url(images/frontbox_wide_bottom.jpg);
		background-position: bottom;
		background-repeat: no-repeat;
		margin: 0 auto;
		padding: 1px;
		width: 760px;
	}
	#innerContentGreyBox {
		background-image:url(images/frontbox_wide.jpg);
		background-position: top;
		background-repeat: no-repeat;
		font-size: 12px;
		margin-bottom: 17px;
		padding: 10px;
	}
	#innerContentGreyBox h2 { font-size: 22px; }
	#GreyBoxInlineList {
		list-style-type: none;
	}
	#GreyBoxInlineList li {
		display: inline;
		padding: 0px 2px 0px 2px;
	}
/*** End Front Page Bottom Box ***/


/*** Quick Calendar ***/
#quickCalendar {
	float: right;
}
.CalendarEvent {
	clear: both; width: 500px;
}
.CalendarEventTitle {
	color: black;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}
.CalendarEventTitle a:link, .CalendarEventTitle a:visited {
	color: black;
	text-decoration: none;
}
.CalendarEventTitle a:hover {
	text-decoration: underline;
}

/*** Form Warning ***/
	#formwarning {
		background-color:#E06767; 
		border:1px #2580B2 solid;
		padding:5px 13px 5px 13px;
		margin:10px;
	}
	#formwarning p { 
		font-size: 13px;
		line-height: 16.8667px; 
	}
/*** End Form Warning ***/

#AccomRightBox {
	display: block;
	float: right;
	margin: 0px 0px 0px 20px;
	padding: 0px;
	width: 310px;
}
#AccomRightBoxButtons {
	clear: both;
	margin-top: 5px;
	margin-right: 30px;
	text-align: right;
}


	#NewsflashBox {
		background-image:url(images/newsflash_right.jpg);
		background-position: right;
		background-repeat: no-repeat;
		margin: 0 auto;
		padding: 1px;
		padding-right: 10px;
		width: 760px;
	}
	#Newsflash {
		background-image:url(images/newsflash_left.jpg);
		background-position: left;
		background-repeat: no-repeat;
		font-size: 12px;
		padding: 10px;
		padding-left: 30px;
	}
	#NewsflashBox a {
		text-decoration: none;
		color: #000000;
	}
	#NewsflashBox a:hover {
		text-decoration: underline;
	}
	#NewsflashBox .right {
		float: right;
		margin-left: 10px;
		padding-left: 10px;
		border-left: 1px solid #999999;
	}
	
	
	.Testimonial
	{
	}
	
	.TestimonialName
	{
	}
	
	#AccomRightBox td, #AccomRightBox th
	{
		font-size: 11px;
	}
	.smallrighttext
	{
		font-size: 11px;
		text-align: right;
	}
	.AccomBookingLinks 
	{
		padding: 10px 0px 10px 0px; 
		text-align: center; 
	}
	.AccomBookingLinks a, .SmallOrangeLinks a
	{
		color: #d96e20;
	}
	.SmallOrangeLinks { font-size: 11px; }
	.SmallOrangeLinks a:hover { text-decoration: underline; }
	
	.MapInfoWindow {
		width: 300px;
		height: 120px;
	}
	.MapInfoWindowPic {
		float:right; 
		margin-left: 5px;
		width: 100px;
		height: 75px;
	}
	
	#GuestBookComments
	{
		padding: 2px 10px 10px 10px;
		background-color: #FFFFEE;
		border-width: 1px;
		border-style: solid;
		border-color: #FFCC33;
		float: right;
		margin: 0px 5px 50px 30px;
		width: 350px;
	}
	
	#AccomSummaryTable tr td h3
	{
		font-size: 13px;
	}
	
	.info, .success, .warning, .error, .loading {
		border: 1px solid;
		margin: 10px 0px;
		padding:15px 10px 15px 50px;
		background-repeat: no-repeat;
		background-position: 10px center;
		font-family:Arial, Helvetica, sans-serif; 
		font-size:13px;
	}
	.info {
		color: #00529B;
		background-color: #BDE5F8;
		background-image: url('images/status_icons/info.png');
	}
	.loading {
		color: #00529B;
		background-color: #BDE5F8;
		background-image: url('images/status_icons/loader.gif');
	}
	.success {
		color: #4F8A10;
		background-color: #DFF2BF;
		background-image:url('images/status_icons/success.png');
	}
	.warning {
		color: #9F6000;
		background-color: #FEEFB3;
		background-image: url('images/status_icons/warning.png');
	}
	.error {
		color: #D8000C;
		background-color: #FFBABA;
		background-image: url('images/status_icons/error.png');
	}
	