/* CSS Document */

/***********************************************/
/* HTML Elements                             */
/***********************************************/


h1 {
	font-size: 0.9em;
	color: #FFFFFF;
	background-color: #AEACA1;
	padding: 5px;
	margin-top: 2px;
	margin-bottom: 3px;
}

body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
  
h3 {
	font-size: 0.7em;
	font-weight: bold;
	color: #910F00;
	margin-top: 7px;
	padding-right: 5px;
	padding-left: 5px;
	margin-bottom: 0px;
}

p {
	font-size: 0.7em;
	margin-top: 4px;
	line-height: 1.4em;
	margin-bottom: 2px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 5px;
}
table {
}
h4 {
	font-size: 0.9em;
	font-weight: normal;
	color: #1D2B19;
	margin-top: 0px;
	padding-left: 5px;
	margin-bottom: 5px;
	background-color: #C7D3BD;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
}



/***********************************************/
/* Layout Divs                              */
/***********************************************/

#colour {
	background-color: #556646;
	background-image: url(images/bacgr.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-bottom: 0px;
}



#container {
	margin: 0 auto;
	width: 750px;
	text-align: left;
	background-color: #FFFFFF;

  }#header {
	background-image: url(images/headerBack.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 143px;
	width: 750px;
	background-color: #570900;
}


#maincontent {
	padding: 10px 0px 0px;
	width: 750px;
}

#footer {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCCCCC;
	padding: 2px 5px;
	text-align: center;
	font-size: 0.9em;
	color: #333333;
	background-image: url(images/bg_pic.gif);
}
#copyright {
	font-size: 0.6em;
	color: #000000;
	text-align: center;
	margin-top: 2px;
	padding: 3px 10px 10px;
}

#footer p {
	font-size: 0.7em;
	padding-right: 5px;
	padding-left: 5px;
	margin-top: 6px;
}



/***********************************************/
/* Thumbnails                               */
/***********************************************/

#thumbs {
	width: 125px;
	height: 128px;
	display:block;
	float: left;
	clear: both;
	padding: 5px 5px 0px;
}

#thumbholder:hover {
	background-image: url(images/thumbBackground.jpg);
	background-repeat: no-repeat;
	background-color: #CCCCCC;
}

#thumbholder {
	height: 128px;
	width: 125px;
}



/***********************************************/
/* Global Navigation                                */
/***********************************************/

#menu {
	padding: 0px;
	margin: 0px;
	vertical-align: top;
	font-size: 0.7em;

}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 165px;
	background-color: #C7D3BD;
}

#menu ul li {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

#menu ul li a {
	display: block;
	text-decoration: none;
	color: #333333; /* IE6 Bug */
	padding: 10px 10px 10px 5px;
	text-align: right;
	}

#menu ul li a:hover  {
	background-color: #A5B99F;
	text-decoration: none;
	color: #FFFFFF;
}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

#colour a {
	color: #9A1000;
	text-decoration: underline;
}

#colour a:visited {
	color: #000000;
}

#colour a:hover {
	color: #999999;
}
#colour #container #footer p {
	font-size: 0.7em;
}#centercontent {
	vertical-align: top;
	width: 300px;
}
#rightcontent {
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #C7D3BD;
	width: 280px;
}
h2 {
	font-size: 1.1em;
	color: #1C2D1A;
	padding: 5px;
	margin-top: 2px;
	margin-bottom: 3px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}
#rightstyle1 {
	padding-bottom: 5px;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 10px;
	border-top: 1px dashed #FFFFFF;
	border-right: 1px dashed #FFFFFF;
	border-bottom: 1px dashed #FFFFFF;
}
#rightstyle2 {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFFFFF;
	padding-bottom: 5px;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: dashed;
	border-right-style: dashed;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	padding-top: 3px;
}
