/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* Inverawe Cottages Top Level Styles
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

a {color: #365745;}
a:visited {color: #365745;}
a:hover {color: black;}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

body {
	margin: 0px; padding: 0px;
	font: 11px georgia, arial, verdana, sans-serif;
	line-height: 19px;
	color: #5c5c5c;
	background-image: url(images/background_body.gif);
	background-position: top center;
	background-repeat: repeat-y;
	background-color: #637295;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

td {
	vertical-align: top;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

img {
	border: none;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 15px;
	color: #637295;
	margin: 10px 0px 5px 0px;
	}

h2 {
	font-size: 15px;
	color: #365745;
	margin: 0px 0px 5px 0px;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	}
	
	ul li {
		padding: 0px 0px 3px 17px;
		background-image: url(images/bullet.gif);
		background-position: left 3px;
		background-repeat: no-repeat;
		}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* Inverawe Cottages Individual Styles
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.clear {
	clear: both;
	height: 1px;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.firstParagraph {
	font: bold 11px verdana, arial, sans-serif;
	line-height: 18px;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
	
.greenText {
	color: #365745;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.featuredText {
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	padding: 7px 0px 7px 0px;
	border-top: 2px solid #A0CE9D;
	border-bottom: 2px solid #A0CE9D;
	}
	
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
	
.formattedTable {
	width: 100%;
	}

	.formattedTable th {
		background-color: #365745;
		font-weight: bold;
		color: #ffffff;
		vertical-align: top;
		}
		
	.formattedTable .colourRow {
		background-color: #F4FFF3;
		}


/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* Inverawe Cottages Framework
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#mainHolder {
	width: 600px;
	margin: 0px auto 0px auto;
	background-image: url(images/background_mainholder.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#topArea {
	padding: 5px 0px 105px 1px;
	background-image: url(images/background_toparea.gif);
	background-position: 290px 7px;
	background-repeat: no-repeat;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#menuArea {
	float: left;
	width: 200px;
	}
	
	#menuArea a {display: block; color: #6C8C74; text-decoration: none; border-bottom: 1px solid #A0A9BE; padding: 4px 0px 2px 0px; margin: 0px 50px 0px 28px;}
	#menuArea a:visited {color: #6C8C74;}
	#menuArea a:hover {color: #637295;}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#contentArea {
	float: left;
	width: 400px;
	padding: 0px 0px 20px 0px;
	}
	
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
	
		
#footerArea {
	background-color: #A0A9BE;
	padding: 34px 22px 3px 22px;
	font: 10px arial, verdana, sans-serif;
	color: #637295;
	}
	
	#footerArea a {color: #637295; text-decoration: none; float: right;}
	#footerArea a:visited {color: #637295;}
	#footerArea a:hover {color: #637295; text-decoration: underline;}