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

* {
	padding: 0;
	margin: 0;
}

body {
	background-color: #303;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

#wrapper {
	width: 100%;
	margin: 0 auto;
	background-color: #fff;
	background-image: url(../images/wrapper_bg.jpg);
}

#wrapperIndex {
	width: 800px;
	border-left: 1px solid #303;
	border-right: 1px solid #303;
	margin: 0 auto;
	background-image: url(../images/wrapper_bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #fff;
}

#branding {
	height: 46px;
	background-image: url(../images/branding_bg.gif);
	background-repeat: repeat-x;
}

#brandingLinks {
	width: 25%;
	float: right;
	color: #fff;
	padding: 1.1em 0;
	font-size: .9em;
}

#brandingLinks img {
	float: left;
}

#brandingLinks a:link, #brandingLinks a:visited {
	padding: 0 10px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}

#brandingLinks a:hover {
	text-decoration: underline;
}

#sidebar {
	width: 300px;
	position: relative;
	padding-bottom: 5px;
	float: left;
}

#wrapperIndex #contentBox {
	width: 426px;
	background-image: url(../images/bg_white70.png);
	padding-top: 1em;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 1em;
	margin: 0;
	border: 1px solid #303;
}

div.contentWrapper {
	background-image: url(../images/shadow_bg.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	padding: 0 7px 7px 0;
	margin: 1em 3em 15px 300px;
	left-align: left;
}

#wrapper #contentBox {
	
	padding-top: 1em;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 1em;
	background-color: #fff;
	border: 1px solid #303;
}

#contentBox ul {
	padding-left: 30px;
}

#contentBox p {
	padding: .5em 0;
}

#contentBox img {
	display: block;
	margin: 1em auto .5em auto;
}


h1, h2, h3, h4, h5, h6 {
	
}

h1 {
	color: #303;
	font-size: 1.2em;
	font-weight: bold;
	border-bottom: 1px solid #303;
	margin-bottom: 1em;
}

h2 {
	color: #ff7f00;
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: .25em;
}

a {
	color: #303;
}

a:hover {
	color: #ff7f00;
	text-decoration: none;
}

#footerIndex {
	clear: both;
	height: 253px;
	background-image: url(../images/footer_bg.jpg);
	background-repeat: no-repeat;
	background-color: transparent;
}

#footer {
	/*position: absolute;
	bottom: 0;*/
	clear: both;
	height: 39px;
	background-color: transparent;
	background-image: url(../images/footer_flat_bg.png);
	background-repeat: repeat-x;
}

#indexQuote {
	position: relative;
	width: 300px;
	padding: 65px 0 0 45px;
	
}

#indexQuote h2 {
	position: relative;
	margin-left: -15px;
	margin-bottom: 5px;
	border-bottom: 1px solid #a4a;
	font-size: 2em;
	color: #a4a;
}	

#indexQuote p {
	color: #fff;
	font-size: .9em;
}

#indexQuote p.quoter {
	color: #a4a;
	font-size: .9em;
	font-style: italic;
	float: right;
	width: 250px;
	padding-top: 10px;
}

.clearAll {
	clear: both;
}

#wrapperIndex #indexAddress {
	font-size: .9em;
	color: #fff;
	height: 79px;
	width: 225px;
	float: right;
	padding-top: 170px;
	background-image: url(../images/footer_logo.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
}

#indexAddress {
	font-size: .9em;
	color: #fff;
	height: 79px;
	width: 225px;
	float: right;
	padding: 0;
	background-image: url(../images/footer_logo.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
}

#indexAddress p {
	padding-top: 30px;
}

/*contact form styles*/

table#contactTable {
	width: 400px;
}

table#contactTable td {
	padding: .2em;
}

table#contactTable td.label {
	width: 150px;
}

/*event styles*/

.event {
	padding: 0 1em 1em 1em;
}

#contentBox p.eventDate {
	margin: 0;
	padding: 0;
	color: #303;
}

#contentBox p.eventTitle {
	font-weight: bold;
	margin-top: 0;
	margin-bottom: .5em;
	padding:0;
}

#contentBox p.eventLoc {
	margin: 0;
	padding: 0;
}

#contentBox p.eventDesc {
	margin: 0;
	padding: 0;
}