/* this is the background colour of the page */
body {
	background-color: #99a48e;
	margin:0px;
		font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-align: left;
	}
a {
color: #ffffff;
}

/* main menu links */
 a:hover {
 color: black;
	text-decoration: none;
	
}

	
		
/* main menu links */

.navBox {
	float: left;
	text-align: left;
	font-family: verdana, sans-serif;
	font-size: 11px;
	width: 227px;


	}
	

/* main menu box links */
.navBox  a {
	text-decoration: none;
	background-color: #818181;
	border-bottom: 1px solid #666666;
	height:21px;
	display: block;
	color: #FFFFFF;
	padding-left: 10px;
	padding-top:4px;
	line-height: 10px;
}

/* main menu links */
.navBox a:hover {
	color: black;
	text-decoration: none;
}


/* the box to hold the website */	
.container {
	margin-top: 50px;
	width:1003px;
	height: 472px;
	background-color: #99a48e;
	margin-left:auto;
	margin-right:auto;
	}

/* top box holding the logo, top pictures and menu */		
.header {
	height: 103px;
	background-color: #818181;
	border-bottom: 1px solid #FEFFFF;
	border-top: 1px solid #FEFFFF;
	width: 997px;
	overflow: hidden;
	}

/* on the top left for the logo image */			
.logoHeader {
	float:left;
	height: 102px;
	}

/* this has the top middle image */			
.picHeader {
	float:left;
	height: 103px;
	}	

/* the menu on the top right */			
.menuMain {
	float:left;
	height: 103px;
	width: 227px;
	background-color: #afb8a6;
	}
	
/* large container to hold the content panels*/
.middleContainer {
	height: 344px;
	width:997px;

	margin: 0px;
	}

/* contain image description etc*/
.leftContentPanel {
	float: left;
	width: 227px;
	height: 344px;
	background-color:#99a48e;
	padding-top: 10px;
	padding-bottom: 10px;
	overflow: auto;
	}

/*content in this table is aligned to the right - the table hold thumbnails and description*/	
.leftContentPanel td {
	text-align: right;
	}

/*style for h2 tags*/	
.leftContentPanel h2 {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: right;
	} 

/*paragraphs in the table is like this*/	
.leftContentPanel p {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: right;

	}
	
/* holds the body content*/	
.mainContentPanel {
	float:left;
	width: 543px;
	height: 344px;
	background-color: #99a48e;
	padding-left: 0px;
	overflow: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	}
	
	/* holds the body content- index*/	
.mainContentPanel-index {
	float:left;
	width: 992px;
	height: 344px;
	background-color: #99a48e;
	padding-left: 0px;
	overflow: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	}

.mainContentPanel a img { 
border: 0px solid #99a48e; 
} 	

	
/* style the h1 tags*/		
h1 {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-align: left;
	font-weight: bold;
	}	
	
/* holds the body content*/	
.mainContentPanel p {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #ffffff;
	text-align: left;
	text-indent: 0px;
	line-height: 12pt;
	}

/* styles for table used in the contact page*/		
.mainContentPanel td {
font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: left;
	}
.copyText {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: left;
	}

/* sub menu box*/	
.rightContentPanel {
	float:left;
	width: 227px;
	height: 344px;
	background: #afb8a6;
	padding-top: 10px;
	padding-bottom: 10px;
	}

/* grey side on the right in the homepage*/	
.rightContentPanelHome {
float:left;
	width: 227px;
	height: 344px;
	background: #99a48e;
	padding-top: 10px;
	padding-bottom: 10px;
	}

/* the long box at the bottom */	
.footer {
	height: 25px;
	width:992px;
	border-bottom: 1px solid #FEFFFF;
	border-top: 1px solid #FEFFFF;
	background-color:#8e9784;
	margin-left:auto;
	margin-right:auto;
	margin-top: -3px;
	list-style-image: 15px;
	}

/* has the website address*/		
.footerURL {
	float: left;
	margin-left: 20px;
	/*width: 145px;*/
	height: 26px;
	padding-top: 4px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
	} 

/* box for the line*/	
.separater {
	float: left;
	width: 2px;
	height: 26px;
	padding-top: 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	margin-left: 30px;
	color: #FFFFFF;
	}

/* box for the copyright statement*/	
.footerCopyright {
	float: left;
	margin-left: 20px;
	height: 26px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #cccccc;
	line-height: 25px;
	
	}

