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

*, html {
	margin: 0;
	padding: 0;
}

body {
	background: #e1dbd6;
	padding: 20px 0;
	font-size: 12px;
	line-height: 18px;
	color: #ac0800;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

p {
	margin-bottom: 20px;
}

a {
	color: #c17f11;
	text-decoration: none;
}
a:hover {
	color: #9f0000;
}
h1 {
	text-transform: uppercase;
	margin-bottom: 10px;
       font-weight: normal;
	font-size: 16px;
	color: #ac0800;
	font-family: "Copperplate Gothic Light","Copperplate",Georgia;
}

#wrapper {
	width: 968px;
	margin: 0 auto;
}

#wrap-middle {
	background: url(/images/siteimages/content-bg-middle.png) repeat-y top left;
}
#wrap-top {
	padding-top: 29px;
	background: url(/images/siteimages/content-bg-top.png) no-repeat top center;
}
#wrap-bottom {
	padding: 0 14px 29px 14px;
	background: url(/images/siteimages/content-bg-bottom.png) no-repeat bottom center;
}

#logo {
	padding: 0 74px 0 74px;
	text-align: right;
}

#logo a img {
	border: 0;
}

#nav ul {
	font-family: "Copperplate Gothic Light","Copperplate",Georgia;
	font-size: 17px;
text-transform: uppercase;
	background: url(/images/siteimages/nav-bg.jpg) no-repeat top left;
	padding-left: 60px;
	height: 57px;
}

#nav ul li {
	float: left;
	list-style: none;
	margin-right: 30px;
}
#nav ul li a {
	display: block;
	padding: 27px 0 0 0;
	color: #9f0000;
}

#nav ul li a:hover, #nav ul li a.active, #nav ul#subnav li a.active {
	color: #c17f11;
	background: url(/images/siteimages/active.png) no-repeat top center;
}

#nav ul#subnav {
	clear: left;
	background: url(/images/siteimages/sub-nav-bg.jpg) no-repeat top left;
	padding: 0 0 0 150px;
height: 21px;
}

#nav ul#subnav li {
	font-size: 12px;
text-transform: uppercase;
	margin-right: 20px;
	line-height: 12px;
}
#nav ul#subnav li a {
	height: 21px;
	padding: 0;
}
#nav ul#subnav li a.active, #nav ul#subnav li a:hover {
	background: none;
}


#splash-image {
	text-align: center;
	margin-top: 20px;
	/*border: 1px solid #c17f11;*/
}

#content,
#contact-content,
#about-content,
#calendar-content,
#portfolio-content {
	width: 700px;
	margin: 0 auto;
	text-align: justify;
	padding: 24px 74px 30px 74px;
}

#portfolio-content {
	width: 820px;
	padding: 20px 14px 30px 14px;
}

#contact-content {
	width: 580px;
	text-align: left;
}
#contact-content a {
text-align: center;
}

#about-content {
padding: 24px 0px 30px 0px;
	width: 820px;
}

#contact-content p.phone {
	color: #7d7d7d;
}

#about-right {
	float: right;
	width: 460px;
}
#about-left img {
	/*border: 1px solid #c17f11;*/
}

#about-right a {
	font-weight: normal;
	font-size: 12px;
	text-transform: uppercase;
	color: #ac0800;
	background: #e1dbd6;
	padding: 5px 8px;
	font-family: "Copperplate Gothic Light","Copperplate",Georgia;
}
#about-right a:hover {
	color: #c17f11;
}

#calendar-content {
	width: 470px;
}

.calendar-item {
	color: #7d7d7d;
	padding-bottom: 15px;
	margin-bottom: 15px;
	/*border-bottom: 1px solid #c17f11;*/
}

.calendar-item .title {
	text-transform: uppercase;
	color: #8d2430;
}
.calendar-item .date {
	color: #8d2430;
	margin-bottom: 20px;
}

.calendar-item .address {
	margin-bottom: 20px;
}


.resume a {
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	color: #ac0800;
	background: #e1dbd6;
	padding: 5px 8px;
	font-family: "Copperplate Gothic Light","Copperplate",Georgia;
}
.resume a:hover {
	color: #c17f11;
}


#footer {
	font-size: 11px;
	color: #c17f11;
	padding: 5px 74px 0 74px;
background: #e1dbd6;
}

.clear {
	clear: both;
}