/* Express layout         */
/* Stylesheet created by: */
/* Tim Marsolais of       */
/* Technology-Works       */
/* Copyright 2004-2005	  */
/* All rights reserved	  */

/* general styles */
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 12px;
	background: #eee;
	}
#wrap, #wrapHome {
	position: relative;
	width: 800px;
	margin: 0 auto 5px auto;
	text-align: left;
	background: #fff;
	border-top: 1px solid #212020;
	border-left: 1px solid #212020;
	border-right: 1px solid #212020;
	}
.error { margin: 10px; padding: 10px; background: #fcc; border: 1px solid #f33; color: #f33; }
.errorText { padding: 3px 3px 3px 3px; color: #f33; }	
.success { margin: 10px; padding: 10px; background: #ffc; border: 1px solid #363; color: #363; }	
.bold { font-weight: bold; }
.note { font-size: 11px; color: #888; }
.return {  clear:both; margin: 5px; text-align:right; }
h2, h3, h4, h5  { font-family: georgia, times, serif;  font-style: italic; }

.darkGrey { color: #212020; }
.gold { color: #b29850; }

/* header styles */
#header {
	height: 100px;
	margin: 0;
	padding: 0 20px 0 20px;
	background: url(images/banner.jpg) top left no-repeat;
	}
#header h1, #tagLine {
	display: none;
	}

/* navigation styles */
#nav {
	width: 125px;
	position: absolute;
	top: 112px;
	left: 0px;	
	border-bottom: 1px solid #212020;
	}
#nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	background: #212020;
	color: #b29850;
	}
#nav li {
	margin: 0;
	padding: 8px 0 6px 12px;
	text-align: left;
	}
#nav a:link, #nav a:visited, #nav a:hover {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #b29850;
	}
#nav li.special {
	background: #b29850;
	color: #212020;
	}
#nav li.special a:link, #nav li.special a:visited, #nav li.special a:hover {
	color: #212020;
	}
#nav a:hover {
	text-decoration: underline;
	}
#trail {
	position: absolute;
	height: 20px;
	width: 760px;
	top: 134px;
	margin: 0;
	padding: 0 10px 0 0;
	text-align: right;
	font-size: 10px;
	}

/* content styles */
#content {
	margin: 12px 0 0 0; 
	padding: 0 25px 2px 150px;
	border-top: 1px solid #000;
	text-align: left;
	font-family: georgia, times new roman, serif;
	font-size: 14px;
	line-height: 1.5em;
	}
#content a:link, #content a:visited, #content a:hover { color: #b29850; font-weight: bold; }
#inner {
	margin: 0;
	padding: 0;
	}
#content li {
	padding-bottom: 10px;
	}
#content li .bold {
	font-size: 120%;
	}
	
/* homepage styles */

#wrapHome #content {
	border-top: none;
	}	
.inverse {
	position: relative;
	margin: 0;
	padding: 10px;
	background-color: #000;
	color: #b29850;
	}
.inverse img {
	position: relative;
	width: 400px;
	float: left;
	margin: 0 15px 10px 0;
	}
.inverse a:link, .inverse a:visited, .inverse a:hover {
	color: #fff;
	}
.welcome {
	font-size: 20px;
	font-style: italic;
	}
.homeLeft {
	width: 300px;
	float: left;
	margin: 0 15px 15px 0;
	padding: 0;
	}
.homeLeft h3, .homeRight h3 {
	margin-top: 10px;
	}
.homeImage {
	position: relative;
	width: 200px;
	float: left;
	margin: 0 3px 3px 0;
	padding: 0;
	border: 1px solid #212020;
	}
	
/* event styles */

ul#eventAlpha {
	margin: 0;
	padding: 0;
	}
	
ul#eventAlpha li {
	width: 18px;
	height: 18px;
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	}
	
ul#eventAlpha a:link, ul#eventAlpha a:hover, ul#eventAlpha a:visited {
	width: 18px;
	margin: 0;
	padding: 0;
	text-decoration: none;
	font-weight: bold;
	}
	
ul#eventAlpha a:hover {
	padding: 3px;
	background: #ccc;
	border-color: #333;
	border: 1px solid #000;
	}
	
h3.eventTitle {
	padding-left: 5px;
	background: #ccc;
	border-color: #333;
	border: 1px solid #000;
	}
	
/* form styles */

input, text, textarea, checkbox, select {
	font-size: 12px;
	font-family: Arial, helvetica, san-serif;
	}

form.large {
	position: relative;
	width: 450px;
	float: left;
	margin-right: 10px;
	border: 1px solid #aaa;
	border-top: 2px solid #aaa;
	border-bottom: 2px solid #aaa;
	background: #eee;
	}
	
form.large .formHeader {
	margin: 3px 0 0 10px;
	font-family:  georgia, times, serif; 
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	}

form.large .formQuestion {
	margin: 0;
	padding: 10px;
	}
	
form.large .formQuestion span.bold {
	display: block;
	width: 150px;
	float:left;
	margin: 0 8px 0 0;
	padding: 0;
	text-align: right;
	font-weight: bold;
	}
	
form.large .errorText {
	padding: 3px 3px 3px 160px;
	color: #f33;
	}
	
form.large .formSubmit {
	margin: 0;
	padding: 6px;
	text-align: center;
	background: #ddd;
	border-top: 1px solid #363;
	}
	
li form.large {
	border: none;
	}	
	
/* contact styles */

ul.contactInfo li {
	list-style-type: none;
	}

img.sentMail {
	margin: 20px 0 0 20px;
	padding: 0;
	text-align: center;
	border: 1px solid #333;
	}

/* footer styles */

#footer {
	width: 790px;
	margin: 0;
	padding: 10px 0 10px 10px;
	background: #b29850;
	border-bottom: 1px solid #212020;
	color: #000;
	text-align: left;
	font-size: 10px;
	}
	
.footerRight {
	width: 500px;
	float: right;
	margin: 0;
	padding: 3px 0 0 0;
	font-size: 12px;
	}

/* tworks footer styles */

#tworks {
	margin: 8px 10% 5px 28%;
	padding: 4px 0 0 30px;
	height: 25px;
	background: url(images/tw_cog_trans.gif) top left no-repeat;
	text-align: left;
	vertical-align: middle;
	letter-spacing: .4em;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
}

#tworks a {
	font-weight: bold;
}