/* CSS Document */

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

#container {
	position: relative;
	width:800px;
	height:600px;
	margin: 0 auto; /* to centre container in browser */
	text-align: left;
	z-index:1;
	background-image: url(images/bgnd.jpg);
}
#menu {
	position:absolute;
	
	z-index:1;
	left: 28px;
	top: 72px;
}
#footer {
	position:absolute;
	width:135px;
	padding-right:5px;
	height:9px;
	z-index:2;
	left: 28px;
	top: 555px;
	visibility: visible;
}
#content {
	position:absolute;
	float: left;
	width:602px;
	height:503px;
	z-index:4;
	left: 168px;
	top: 72px;
	background-color: #FFFFFF;
	visibility: visible;
}

/*------------------ Home Page Elements -----------------------*/
#home-text {
	position:absolute;
	width:552px;
	height:148px;
	z-index:1;
	left: 0px;
	top: 0px;
	margin-top: 22px;
	margin-left: 22px;
	margin-right: 28px;
}

#highlights {
	position:absolute;
	width:187px;
	height:287px;
	padding-top: 15px;
	padding-right: 20px;
	z-index:1;
	left: 0px;
	top: 172px;
	background-color: #e8e4df;
	margin-left: 22px;
	margin-bottom: 6px;
	margin-right: 3px;
	margin-top: 21px;
}
#home-image-1 {
	position: absolute;
	background-color: #FFFFFF;
	width:332px;
	height:300px;
	z-index:1;
	top: 172px;
	left: 232px;
	margin-left: 3px;
	margin-right: 3px;
	margin-bottom: 6px;
	margin-top: 21px;
}
/*---#home-image-2 {
	position: absolute;
	background-color: #FFFFFF;
	width: 127px;
	height: 301px;
	z-index: 1;
	top: 172px;
	left: 441px;
	margin-bottom: 6px;
	margin-left: 3px;
	margin-right: 28px;
	margin-top: 21px;
}---*/

/*------------------ General Elements -----------------------*/

#breadcrumbs {
	position:absolute;
	width:552px;
	height:18px;
	z-index:1;
	left: 0px;
	top: 0px;
	padding-top: 13px;
	padding-left: 22px;
	padding-right: 28px;
	visibility: visible;
	padding-bottom: 9px;
}
#image1 {
	position:absolute;
	width:332px;
	height:212px;
	z-index:2;
	left: 0px;
	top: 40px;
	margin-left: 22px;
	margin-right: 6px;
	visibility: visible;
}
#image2 {
	position:absolute;
	width:214px;
	height:212px;
	z-index:3;
	left: 360px;
	top: 40px;
	margin-right: 28px;
	visibility: visible;
}
#text {
	position:absolute;
	width:552px;
	height:220px;
	z-index:4;
	left: 0px;
	top: 253px;
	visibility: visible;
	padding-top: 22px;
	padding-left: 22px;
	margin-right: 28px;
	overflow: auto;
}

/*------------------ TYPOGRAPHY -----------------------*/

a:link {text-decoration: underline; color: #181818;}
a:visited {text-decoration: underline; color: #181818;}
a:active {text-decoration: underline; color: #691c1a;}
a:hover {text-decoration: underline; color: #691c1a;}

#content h3 {
font-size: 11px;
color: #691c1a;

}

#content p {
	font-size: 11px;
	color: #181818;
}

#breadcrumbs p {
	color: #691c1a;
}

ul, ol {
	font-size: 11px;
}

blockquote {
	font-size: 11px;
	font-style:italic;
}

#highlights li {
	list-style-position: outside;
	list-style-image: url(images/dot.gif);
}

#footer p, #footer a {
	font-size:8px;
	text-align:right;
	color:#FF9900;
}
#footer a:link {text-decoration: none; color: #FF9900;}
#footer a:visited {text-decoration: none; color: #FF9900;}
#footer a:hover {text-decoration: underline; color: #FF9900;}

