/* CSS Document */
body {
	background:#27190e;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
}

h1 {
	border-bottom:#27190e solid 2px;
	width:400px;
	font:"Baskerville Old Face", Baskerville, Garamond, Georgia, "Times New Roman", serif;
	font-size:18px;
	font-weight:600;
	color:#27190e;
}

h2 {
	border-bottom:#27190e solid 2px;
	width:350px;
	font:"Baskerville Old Face", Baskerville, Garamond, Georgia, "Times New Roman", serif;
	font-size:18px;
	font-weight:600;
	color:#27190e;
}


h4 {
	width:225px;
	font:"Baskerville Old Face", Baskerville, Garamond, Georgia, "Times New Roman", serif;
	font-size:19px;
	font-weight:600;
	color:#27190e;
}

h5 {
	font:"Baskerville Old Face", Baskerville, Garamond, Georgia, "Times New Roman", serif;
	font-size:16px;
	font-weight:600;
	color:#27190e;
	border-bottom:#27190e solid 2px;
	width:250px;
}

a {
	text-decoration:none;
	font-weight:bold;
	color:#27190e;
}

a:hover {
	text-decoration:underline;
}

.subhead1 {
	border-bottom:#27190e solid 2px;
	width:350px;
	font:"Baskerville Old Face", Baskerville, Garamond, Georgia, "Times New Roman", serif;
	font-size:14px;
	font-weight:600;
	color:#27190e;
}

.subhead2 {
	border-bottom:#27190e solid 2px;
	width:300px;
	font:"Baskerville Old Face", Baskerville, Garamond, Georgia, "Times New Roman", serif;
	font-size:14px;
	font-weight:600;
	color:#27190e;
}

.content {
	padding:5px;
	margin:5px;
	font-size:14px;
	font:"Baskerville Old Face", Baskerville, Garamond, Georgia, "Times New Roman", serif;
	color:#27190e;
	width:760px;
}

.rotator {
	margin:5px;
	padding:0px;
	float:left;
	border:#000000 solid 1px;
	width:120px;
	height:120px;
}

.callout {
	margin:5px;
	padding:5px;
	border:#27190e solid 2px;
	background:#d5dce3;
	float:right;
	font:Arial, Helvetica, sans-serif;
	font-size:14px;
	width:250px;
}


.slideshow {
	margin:5px;
	padding:5px;
	border:#27190e solid 2px;
	background:#d5dce3;
	float:right;
	font:Arial, Helvetica, sans-serif;
	font-size:14px;
	width:350px;
}

.detail {
	width:340px;
	margin-top:5px;
	margin-bottom:10px;
	padding:0px;
	height:113px;
	border:#27190e solid 1px;
}

.detailtext {
	float:right;
	height:103px;
	width:170px;
	padding:5px;
}

.subhead3 {
	font:"Baskerville Old Face", Baskerville, Garamond, Georgia, "Times New Roman", serif;
	font-size:16px;
	font-weight:600;
	color:#27190e;
	border-top:#27190e solid 2px;
	width:250px;
	padding-top:5px;
}

.column {
	width:320px;
	margin:5px;
	padding:5px;
	float:right;
}

.disclaimer {
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#cfbfb0;
}

.padding {
	padding:5px;
	float:left;
}

.wrapper {
	border-top:#000000 3px solid;
	border-left:#000000 3px solid;
	border-right:#000000 3px solid;
	background:#f4f1ef;
}

.imgframe {
	border:#27190e solid 1px;
	margin:22px;
	text-align:center;
	width:200px;
}

.imgframe2 {
	border:#27190e solid 1px;
	margin:22px;
	text-align:center;
	width:300px;
	height:143px;
}

.imgframe3 {
	border:#27190e solid 1px;
	margin:22px;
	text-align:center;
	width:300px;
	height:215px;
}


.imgframe4 {
	border:#27190e solid 1px;
	margin:10px;
	margin-top:0px;
	text-align:center;
	width:200px;
	height:150px;
	float:left;
}

.imgframe5 {
	border:#27190e solid 1px;
	margin:10px;
	margin-top:0px;
	text-align:center;
	width:350px;
	height:192px;
}

.map {
	margin:10px;
	padding:0px;
	text-align:center;
	width:380px;
	height:301px;
}
.middle {
	border-left:#000000 3px solid;
	border-right:#000000 3px solid;
	background:#f4f1ef;
	width:788px;
}

.footer {
	background-image:url(images/footerBG.jpg);
	background-repeat:repeat-x;
}


/* -----------------Navigation-------------------- */


ul.nav {
	margin:0px;
	padding:0px;
	list-style: none;
	float:left;
	width:800px;
	height:25px;
	text-align:center;
	background:#27190e;
}

ul.nav li {
	float:left;
}

ul.nav a {
	width:100px;
	margin:0px;
	padding:0px;
	display:block;
	height:25px;
	background:#27190e;
	border-top:#2a80a9 solid 5px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-weight:bold;
	line-height:20px;
	text-decoration:none;
	color:#f4f1ef;
	text-align:center;
}

ul.nav a:hover {
	color:#d5dce3;
	background-color:#534639;
	border-top:#185b7b solid 5px;
}

