/* Default padding & margin to account for browser differences, this can save hours of work getting a consistant cross browser look */

* {
	padding: 0;
	margin: 0;
}

/* Add margin and padding to ol, UL in content area to counter above setting */

/*#content ul, #content ol {
	margin-left: 1.5em;
}

#content ul, #content ol {
	line-height: 1.5;
}*/

body {
	font-family: 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
	font-size: 69%;
	text-align: center;
	background-color: #F1F3E7;
}

.hide {
	display: none;
}

acronym, abbr {
	cursor: help;
	border-bottom: 1px #778147 dotted;
}

/* Page
-------------------------------------------------------------------------- */

#page {


/*width: 760px;
margin-left: auto;
margin-right: auto;
border-left: 1px #000000 solid;
border-right: 1px #000000 solid;
border-bottom: 1px #000000 solid;*/
background-color: #fff;
	text-align: left;
	background-color: #fff;
}

/* Header
-------------------------------------------------------------------------- */

#header {
	width: 100%;
	height: 100px;
	/*background: #a4b162 url(images/headerGrad.jpg) repeat-x;*/
	background: #7b8549 url(images/header.gif) no-repeat;
}

/* Main Navigation
-------------------------------------------------------------------------- */

#navigation {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 1em;
	border-top: 1px solid #8fa54a;
	border-bottom: 2px solid #595959;
	background: #313131 url(navigation-bg.gif) repeat-x left;
}

#navigation p {
	display: none;
}

#navigation li {
	float: left;
	margin: 0;
	padding: 0 1px 0 0;
	list-style: none;
	background: url(navigation-li-bg.gif) no-repeat top right;
}

#navigation a {
	float: left;
	padding: 5px 13px;
	text-decoration: none;
	background-color: #313131;
	color: #fff;
}

#navigation a:hover {
	background-color: #595959;
}

#navigation a.active, #navigation a.active:hover {
	color: #000;
	background-color: #A4B162;
}

/* Main Content Container
-------------------------------------------------------------------------- */

#content {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	padding: 25px 15px 25px 15px;
	clear: both;
	background: transparent url(images/background.gif) no-repeat left bottom;
}

/* Main Menu
-------------------------------------------------------------------------- */

#menu {
	margin-bottom: 20px;
	float: left;
	border-top: 1px #4c4c4c solid;
	border-right: 1px #4c4c4c solid;
	border-left: 1px #4c4c4c solid;
}

#menu p {
	display: none;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
}

#menu li {
	margin: 0;
	padding: 0;
}

#menu a {
	display: block;
	padding: 5px;
	width: 190px;
	border-bottom: 1px solid #4e4e4e;
	background-color: #313131;
	text-decoration: none;
	color: #ffffff;
}

#menu a:hover {
	background-color: #595959;
}

#menu a.active, #menu a:active, #menu a.active:hover {
	color: #000000;
	background: #A4B162 url(images/headerGrad.jpg) repeat-x 0 bottom;
	/*background-color: #a4b162;*/
}

/*
#menu a.active:hover {
background-color: #FFA828;
}*/

/* Main
-------------------------------------------------------------------------- */

#main {
	width: 500px;
	float: right;
	padding-bottom: 40px;
}

#main p {
	font-size: 1.2em;
}

/*Seconary
-------------------------------------------------------------------------- */

#seconary {
	float: left;
	width: 200px;
}

#seconary p {
	font-size: 1em;
}

.seconaryPhoto img {
	width: 150px;
	padding: 10px;
	border: 1px #000000 solid;
}

/* Footer
-------------------------------------------------------------------------- */

#footer {
	clear: both;
	padding: 15px;
	color: #333333;
	text-align: center;
	font-size: 1em;
	border-top: 1px #b3b3b3 solid;
	background: #F1F3E7 url(images/footer.gif) repeat-x left bottom;
}

/* Default Settings
-------------------------------------------------------------------------- */

a, a:link, a:visited, a:active {
	color: #778147;
	/*text-decoration: none;*/
	font-weight: bold;
}

a:hover, a.active:hover {
	text-decoration: underline;
}

p {
	line-height: 1.3em;
	margin: 1.2em 0em 1.2em 0em;
}

h1, h2, h3, h4, h5, h6 {
	color: #595959;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	text-decoration: none;
}

h1 {
	font-size: 1.8em;
	margin: 1.5em 0em 1.2em 0em;
	font-weight: normal;
}

h2 {
	font-size: 1.6em;
	margin: 1.5em 0em 1.2em 0em;
	font-weight: normal;
}

h3 {
	font-size: 1.4em;
	margin: 1.5em 0em 1.2em 0em;
	font-weight: normal;
}

h4 {
	font-size: 1.2em;
	margin: 1.5em 0em 1.2em 0em;
	font-weight: bold;
}

h5 {
	font-size: 1.0em;
	margin: 1.5em 0em 1.2em 0em;
	font-weight: bold;
}

h6 {
	font-size: 0.8em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
}

#mainContent ul, #sidebar ul {
	list-style: square;
	margin: 0 0 0 1.6em;
	padding: 0 0 1em 0;
}

#mainContent ol, #sidebar ol {
	margin: 0 0 0 2.2em;
	padding: 0 0 1em 0;
}

#mainContent li, #sidebar li {
	padding-bottom: 1em;
}

/* Base images */

img.left {
	float: left;
	margin: 1px 10px 5px 0;
	border: 0;
}

img.right {
	float: right;
	margin: 1px 0 5px 10px;
	border: 0;
}

img.center {
	margin: 1px auto 10px auto;
	border: 0;
}

img.span {
	margin: 0 0 10px 0;
	border: 0;
}

.caption {
	color: #666666;
	font-size: 1em;
	font-style: italic;
}

.clearFloat {
	clear: both;
	height: 0;
}

/* Forms
-------------------------------------------------------------------------- */

form {
	padding: 10px;
	background-color: #f5f5f5;
	border: 1px #999999 solid;
	font: 1em 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
	background-image: url(../_designFiles/Wstripe.gif);
}

/*input, select, textarea {
	font-family: monospace;
	}*/

fieldset {
	padding: 10px;
	margin-bottom: 20px;
	font: 1em 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
	border: 1px #999999 solid;
}

/* Remove '<br />' tags as they are only used for unstyled forms */

fieldset br {
	display: none;
}

label {
	float: left;
	width: 25%;
	margin-right: 8px;
	

/*padding-top: 10px;*/
	text-align: right;
	font-weight: normal;
}

/* Class for required fields - Add to label */

.required {
	font-weight: normal;
	color: #cc0000
}

legend {
	padding: 2px 8px 2px 8px;
	font-weight: bold;
	color: #333333;
/*border: 1px solid #ddd;*/
}

/* Links List
-------------------------------------------------------------------------- */

.linksList {
	
}

.linksList dt {
	font-size: 1.2em;
	font-weight: bold;
	padding-bottom: 4px;
	padding-top: 8px;
	border-top: 1px #b3b3b3 dotted;
}

.linksList dd {
	font-size: 1em;
	padding-bottom: 4px;
	margin-left: 10px;
}

.linksList dd.link {
	font-size: 1em;
	padding-bottom: 24px;
}

/* Bank Links
-------------------------------------------------------------------------- */

#backlinks {
	clear: both;
	text-align: right;
	padding: 20px 0 20px 0;
}

/* Venue Dates
-------------------------------------------------------------------------- */

/*.venueDates {
	list-style: none;
}

.venueDates dt {
	font-size: 1.1em;
	margin-top: 10px;
	padding: 0 0 2px 10px;
	border-bottom: 1px #999999 solid;
	border-left: 4px #666 solid;
}

.venueDates dd {
	padding: 4px 0 3px 12px;
	margin-left: 15px;
	border-bottom: 1px #999999 dotted;
	font-size: 1em;
	font-family: courier, sans-serif;
	background: transparent url(images/venuesBul.gif) no-repeat left center;
}*/

.venueDates {
	list-style: none;
}

.venueDates li {
	font-size: 1.2em;
	margin-top: 12px;
	padding: 2px 0 4px 12px;
	border-bottom: 1px #999999 solid;
	border-left: 4px #666 solid;
}

.venueDates ul {
	list-style: none;
}

.venueDates ul li {
	padding: 4px 0 0px 12px;
	margin-top: 4px;
	border-top: 1px #999999 dotted;
	border-bottom: 0;
	border-left: 0;
	font-size: 1em;
	font-family: courier, sans-serif;
	background: transparent url(images/venuesBul.gif) no-repeat left center;
}