@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}
html{ background:url(siteImages/bk.jpg) }

body {
	font-size: 14px;
	font-family: Arial, sans-serif;
	color: #000;

}

.group:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.group { display: inline-block; clear: both; }
/* start commented backslash hack \*/ * html .group { height: 1%; } .group { display: block; } /* close commented backslash hack */


article, aside, figure, footer, header, nav, section { display: block; }

#page-wrap{ 
	width: 1002px;
	margin: 30px auto 10px;
	background: #fff;
}

header{ 
	position:relative;
	height:210px; 
}

#logoBanner{ 
	position:absolute; 
	top:-25px; left:-25px; 
	background: url(siteImages/banner.png) no-repeat; 
	width:1037px; 
	height:231px;
}

#intro {
	line-height: normal;
	color: #000000;
	font-size: 16px;
	text-align: center;
	margin-top: 20px;
}

aside {
	float: left;
	width: 240px;
	padding: 25px 0 0 0;
}

aside img {
	margin: 10px 0 0 3px;
}

#contact {
	width: 350px;
	margin-left: 193px;
}


#contact a {
	color:#990000
}

#map {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

blockquote {
	text-align: center;
	margin-top: 30px;
	font-size: 18px;
}

#main-content {
	float: right;
	width: 750px;
	margin: 0 7px 0 0;
}

#main-content ul {
	text-align: center;
	font-size: 18px;
	list-style: none;
	margin: 30px 0 30px 0;
}

#main-content p {
	text-align: center;
	padding: 0 0 20px 0;
	font-size: 18px;
	line-height: 1.5em
}
h1 {
	text-align: center;
	font-size: 24px;
	color: #990000;
	font-family: Arial, sans-serif;
	margin-top:20px;
0}

article {
	margin: 30px 15px 20px 0;
	width: 720px;
	float:right;
}

nav ul {
	list-style: none;
}

nav ul li a {
	display: block;
	padding: 10px 10px 10px 25px;
	color: white;
	font-size: 16px;
	text-decoration: none;
	background-color: #000;
	margin: 0 0 5px 0;
	position: relative;
	width: 200px;
}


nav ul li a span {
	position: absolute;
	right: 100%;
	top: 5px;
	width: 15px;
	height: 100%;
	background-color: #000;
	background-image: url(siteImages/navshadow.png);
	background-position: right top;
	background-repeat: repeat-y;
}

nav ul li:nth-child(2) a, nav ul li:nth-child(2) a span {
	background-color: #555555;
}

nav ul li:nth-child(3) a, nav ul li:nth-child(3) a span {
	background-color: #660000;
}

nav ul li:nth-child(4) a, nav ul li:nth-child(4) a span {
	background-color: #990000;
}

footer{
	width: 1000px;
	margin: 0 auto 20px;
	color:#fff;
	text-align:center;
}

#copyright{
		padding: 0 20px 10px 0;
		text-align:right;
		float:right

}

#quote{
		padding: 0 0 10px 20px;
		text-align:left;
		float:left
}
