/* CSS Document */


* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #bccdc5;
}

p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #311b0d;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #306b93;
	margin-bottom: 10px;
}

.links {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #306b93;
	font-style: italic;
}

.footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	color: #9a9275;
}

/* Layout */
#wrapper-top {
	width: 700px;
	height: 50px;
	background-image:url(../images/background-top.jpg);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	position: relative;
}


#wrapper {
	width: 700px;
	height: 525px;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-y;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	position: relative;
}

#logo {
	width: 300px;
	height: 83px;
	position: absolute;
	left: 30px;
	top: 0;
}

#navigation {
	width: 350px;
	height: 20px;
	background-image: url(../images/navigation.jpg);
	background-repeat: repeat-x;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	position: absolute;
	left: 30px;
	top: 95px;
	border: 1px solid #FFF;
}

#slideshow {
	width: 300px;
	height: 225px;
	position: absolute;
	left: 375px;
	top: 11px;
	z-index: 100;
}	

#content {
	width: 343px;
	height: 265px;
	position: absolute;
	left: 30px;
	top: 145px;
}

#links {
	width: 220px;
	height: 100px;
	background-image: url(../images/quick-links.jpg);
	background-repeat: no-repeat;
	padding: 25px;
	position: absolute;
	left: 391px;
	top: 255px;
}

#links2 {
	width: 100px;
	height: 80px;
	position: absolute;
	left: 154px;
	top: 41px;
}	

#footer {
	width: 640px;
	height: 65px;
	border-top: 1px solid #c9c1a7;
	padding-top: 10px;
	position: absolute;
	left: 30px;
	top: 440px;
}
	
#wrapper-bottom {
	width: 700px;
	height: 50px;
	background-image:url(../images/background-bottom.jpg);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

/* Links */
#wrapper #navigation {
	color: #bfb399;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}

#wrapper #navigation a {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	word-spacing: 5px;
}

#wrapper #navigation a:hover {
	color: #bfb399;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}
#wrapper #links a {
	color: #4e3b2c;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	line-height: 14px;
}

#wrapper #links a:hover {
	color: #306b93;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	line-height: 14px;
}

#wrapper #footer a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #9a9276;
	text-decoration: none;
}

#wrapper #footer a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10x;
	color: #9a9276;
	text-decoration: underline;
}



/* Lists */
ul {
	margin-top: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #311b0d;
}

li {
	list-style-image:url(../images/bullet.jpg);
	list-style-position:inside;
}

/* Images */
#wrapper #footer img {
	float: left;
	margin-right: 10px;
}

#wrapper #footer div {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #7D7668;
}
