@charset "utf-8";
/* CSS Document */

/*------------------ POSITIONING DIVS -----------------------*/


body {
background-color: #a29380;
text-align : center; /*For IE */
font-family: Verdana, Arial, Helvetica, sans-serif;
}

#container {
position: relative;
width: 840px;
margin: 0 auto; /* to centre container in browser */
text-align: left;
background-color: #FFFFFF;
}

#masthead {
position: absolute;
top: 0;
left: 0;
width: 840px;
height: 102px;
background-image: url(images/masthead.jpg);
background-repeat: no-repeat;
background-position: top left;
z-index: 500;
}

	#menu {
	position: absolute;
	top: 77px;
	left: 0;
	width: 800px;
	height: 25px;
	padding-left: 20px;
	padding-right: 20px;
	background-image: url(images/detail-background.jpg);
	background-repeat: repeat-y;
	float: left; /* this makes the first UL horizontal */

	}

#detail {
position: absolute;
top: 102px;
left: 0;
width: 840px;
height: 477px;
background-image: url(images/detail-background.jpg);
background-repeat: repeat-y;
z-index: 0;
}

	#imagearea {
	position: absolute;
	top: 0;
	left: 0;
	width: 365px;
	height: 467px;
	margin-left: 36px;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #FFFFFF;

	}
	
	#textarea {
	position: absolute;
	top: -1px;
	left: 408px;
	width: 378px;
	height: 460px;
	margin-left: 0px;
	margin-right: 36px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 10px;
	background-color: #d4cfb9;
	overflow: auto;
	}

#footer {
position: absolute;
top: 579px;
left: 0;
width: 840px;
height: 46px;
background-image: url(images/footer.jpg);
background-repeat: no-repeat;
background-position: top left;

}

#featuretext {
	position: absolute;
	bottom: 20px;
	;
	left: 20px;
}


/*------------------ Typography -----------------------*/

a:link {text-decoration: underline; color: #333333;}
a:visited {text-decoration: underline; color: #333333;}
a:active {text-decoration: underline; color: #333333;}
a:hover {text-decoration: underline; color: #666666;}

#footer a:link {text-decoration: none; color: #FFFFFF;}
#footer a:visited {text-decoration: none; color: #FFFFFF;}
#footer a:active {text-decoration: none; color: #FFFFFF;}
#footer a:hover {text-decoration: none; color: #CCCCCC;}


p, li {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9pt;
line-height: 13pt;
color: #5c5850;
}



td, input {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9pt;
line-height: 13pt;
color: #5c5850;
vertical-align: top;
}

th {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9pt;
line-height: 13pt;
color: #5c5850;
background-color: #e5e2d4;
border:  1px solid #FFFFFF;
text-align: left;
font-weight: normal;
vertical-align: top;
}

table {
border:  1px solid #e5e2d4;
padding: 2px;
margin: 0;
border-collapse: collapse;
}

#imagearea table {
border:  none;
padding: 2px;
margin: 0;
border-collapse: collapse;
}

#imagearea img {
border: 1px solid #999999;
}


.notes {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 7pt;
line-height: 11pt;
color: #5c5850;
}

.highlight {
color: #FF0000;
font-style: italic;
}

h1 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9pt;
color: #5c5850;
font-weight: bold;
margin-top: 25px;
border-bottom: 1px solid #e5e2d4;
}


h2 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9pt;
color: #5c5850;
font-weight: normal;
font-style: italic;
margin-top: 25px;
border-bottom: 1px solid #e5e2d4;
}


#featuretext p {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 20pt;
line-height: 25pt;
color: #e5e2d4;
font-weight: bold;
}

#footer p {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 7pt;
color: #FFFFFF;
margin: 0;
margin-left: 40px;
padding: 0;
}
