/* 
Title:     DEFAULT Stylesheet
Revised:   Nov 07 2007
*/

/* MAIN styles
-------------------------------------------*/
body
{
 background-color: #000000; 
 background-image: none;
 margin: 0px; 
}

body, p, div, ul, li, td, h1, h2, h3, h4, h5, h6 {
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #666666;
}

div, span, img, form, h1, h2, h3, h4, h5, h6, fieldset {
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	border: 0px;
}

table, img {
	border: 0px;
}

body {
	background-color: #3d3427;
	margin: 0px;
	padding: 0px;
}

td{
	vertical-align: top;
}

hr {
	border: 0;
	width: 100%;
	color: #4e4740;
	background-color: #4e4740;
	height: 1px;
	line-height: 1px;
	margin: 10px 0px;
	padding: 0px;
}

ul {
	margin: 10px 0px 10px 10px;
	padding: 0px;
}

ul li {
	padding: 0 0 0 10px;
	margin: 0px;
	background: url(shellfiles/images/bullet.gif) 0em .5em no-repeat;
	list-style: none;
}

input, select, textarea, checkbox {
	border: 1px solid #666666;
	padding: 2px;
	color: #666666;
}

.bodyoptional {
	font-size: 12px;
	line-height: 18px;
	color: #333333;
}

.heading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 24px;
	color: #2e271e;
}

.headingbold {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 24px;
	color: #2e271e;
	font-weight: bold;
}

.subheading {
	font-size: 13px;
	line-height: 16px;
	color: #8a341b;
}

.subheadingbold {
	font-size: 13px;
	line-height: 16px;
	color: #8a341b;
	font-weight: bold;
}

.optionalheading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 16px;
	color: #9a761d;
	text-transform:uppercase;
	padding: 0 0 0 15px;
	margin: 0px;
	background: url(/sitefiles/1255/images/headingArrow.gif) 0em .25em no-repeat;
	list-style: none;
}

a:link, a:visited, a:active {color: #89916a; text-decoration:underline;}
a:hover {color: #3d3427; text-decoration:none;}

.swcredit {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #cfc79d;
	text-decoration: none;
}
a.swcredit:link, a.swcredit:visited, a.swcredit:active {color: #cfc79d; text-decoration:none;}
a.swcredit:hover {color: #cfc79d; text-decoration:underline;}

#breadcrumb {
	font-size: 10px;
	line-height: 18px; 
	color: #84816D;
	font-weight: normal;
}
#breadcrumb a:link, #breadcrumb a:visited, #breadcrumb a:active {color: #84816D; text-decoration:none;}
#breadcrumb a:hover {color: #3d3427; text-decoration:underline;}


/* SEARCH FORM styles
-------------------------------------------*/
#search {
	width: 220px;
	height: 30px;
	float: left;
	text-align: center;
	margin: 0px;
}
* html #search {
	width: auto;
	height: 30px;
	float: left;
	text-align: center;
	margin: 0px 0px 0px 10px;
}
.searchField {
	font-size:10px;
	color: #cfc79d;
	width: 150px;
	padding: 4px;
	border: none;
	background-color: #FFF;
}
.searchButton {
	font-size:10px;
	background-color: #cfc79d;
	color: #FFFFFF;
	padding: 3px;
	border: none;
}

/* CONTAINER styles
-------------------------------------------*/
#container {
	width: 100%;
	text-align: center;
}
#topContainer {
	width: 100%;
	float: left;
	text-align: left;
	background: #f8f5e4 url(/sitefiles/1255/images/topBkgd.jpg) repeat-x;
}
#middleContainer {
	width: 100%;
	float: left;
	text-align: left;
	background: #f4edc9 url(/sitefiles/1255/images/middleBkgd.jpg) repeat-x;
	padding-bottom: 16px;
}
#footerContainer {
	width: 100%;
	float: left;
	text-align: left;
}

/* HEADER styles
-------------------------------------------*/
#top {
	margin: 0px auto;
	padding: 0px;
	position: relative;
	height: 125px;
	width: 900px;
}
#logo {
	position: absolute;
	width: 196px;
	height: 63px;
	text-align: left;
	left: 34px;
	top: 36px;
}
#logo img a  {
	display: block;
	width: 0;
}

/* MAIN NAVIGATION styles
-------------------------------------------*/
#navwrapper {
	position: absolute;
	width: 550px;
	text-align: left;
	top: 62px;
	right: 0px;
	z-index: 400;
}
/*Clears the floated menu items.
Assigned to a BR tag placed just before
navwrapper 's closing DIV tag*/
.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
/*
nav is the root UL and nav ul applies to all the sub-menu ULs.
We set padding and margin to zero to eliminate all indentation, turn bullets off,
and set a font-family different from the global font-family declared for the
body element above. This sets font for just the menu. Do not add a font-size here.
*/
#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
/*
Root-Level Links.  Do not change the first two properties.
Adjust padding values to make the root links taller and to offset them
from the left and right edges of the link box. The border right creates a
separator between links. Font-size is set here and will apply to all menu levels.
Font color is set to light gray.
*/
#nav a {
	display: block;
	text-decoration: none;
	padding: 7px 17px;
	border-left: 1px solid #d9d1bb;
	font-size: 10px;
	color: #7e785b;
	margin-right: 2px;
}
/*
The Root-Level list items. Floating left allows
them to appear horizontally. Width is for IE5 Mac. The last rule in
this style sheet will set the width for this element to auto for all
other browsers - hiding it from IE5 Mac. The width is proportional.
As you add and edit root menu items, you will need to test this width
to ensure it is wide enough to accomodate all text.
*/
#nav li {
	padding: 0;
	margin: 0;
	float: left;
	width: 9em;
	background: none;
}
/*
Changes the Text color and background color when the Root-Level
menu items are moused over. The second selector sets color and background
when Root-Level items are accessed with the keyboard tab key. The third
selector sets an active state to support keyboard access in MSIE. The fourth 
selector is assigned to IE5 and IE6 Windows via the P7_ExpMenu script.
Note that IE7 supports hover on elements other than links and so behaves
like Firefox, Opera, and Safari - making the menu operable even if JavaScript
is not enabled.
*/
#nav li:hover a, #nav a:focus,
#nav a:active, #nav li.p7hvr a {
	color: #3d3427;
	background: url(/sitefiles/1255/images/navOn.jpg) no-repeat;
}
/* The single backslash \ character inside this comment
causes IE5 Mac to ignore the following rule, which allows other
browsers to render top-level menu items to their natural width.
Do not edit this rule in any way. */
#nav li {width: auto;}

/* SUB NAVIGATION styles
-------------------------------------------*/
#subnavWrapper p, h2 {
	display:none;	
}

#subnavWrapper ul li {
	line-height: 20px;
	color: #666666;
	text-decoration:none;
	padding:0 0 0 0;
}


#subnav {
	line-height: 0px;
	color: #f7f4e0;
}

#subnav a {
	line-height: 20px;
	color: #666666;
	text-decoration:none;
}

#subnav a:hover {
	line-height: 20px;
	color: #8a341b;
	text-decoration:underline;
}

#subnav a:link, a:visit, a:active {
	line-height: 20px;
	color: #666666;
	text-decoration:none;
}


/* MIDDLE styles
-------------------------------------------*/
#middle {
	margin: 0px auto;
	padding: 0px;
	position: relative;
	width: 900px;
	text-align: left;
}

#middleLeft {
	margin: 0px;
	padding: 0px;
	width: 664px;
	float:left;
}

#middleRight {
	margin: 0px;
	padding: 0px 0px 16px;
	width: 220px;
	float: right;
	background: url(/sitefiles/1255/images/middleRightBkgd.jpg) no-repeat;
}
#flash {
	margin: 0px;
	padding: 0px;
	width: 664px;
	height: 237px;	
	float:left;
	z-index: 0;
}
#contentLeft {
	margin: 16px 0px 0px 20px;
	padding: 0px;
	width: 289px;
	float:left;
}
* html #contentLeft {
	margin: 16px 0px 0px 12px;
	padding: 0px;
	width: 289px;
	float: left;
}
#welcome {
	margin: 0px;
	padding: 16px 0px;
	width: 289px;
	float:left;
	border-top: 1px solid #d7ceb1;
	border-bottom: 1px solid #d7ceb1;
	overflow:hidden;
}
* html #welcome {
	width: 280px;
}
#events {
	margin: 0px;
	padding: 16px 0px;
	width: 289px;
	float:left;
	overflow:hidden;
}
#contentRight {
	margin: 16px 20px 0px 0px;
	padding: 0px;
	width: 311px;
	float: right;
}
* html #contentRight {
	margin: 16px 12px 0px 0px;
	padding: 0px;
	width: 311px;
	float: right;
}
.roundbox {
	width: 311px;
	background-color: #eae3c2;
	color: #fff;
	float: left;
}
#roundboxContent {
	margin: 0 16px;
}
#roundboxContent img {
	border: 6px solid #FFFFFF;
}
.roundtop { 
	background: url(/sitefiles/1255/images/tr.gif) no-repeat top right; 
}

.roundbottom {
	background: url(/sitefiles/1255/images/br.gif) no-repeat top right; 
}

img.corner {
	width: 14px;
	height: 14px;
	border: none;
	display: block !important;
}
#connected {
	margin: 10px 0px 0px 16px;
	padding: 0px;
	float: left;
	width: 204px;
	overflow: hidden;
}
* html #connected {
	margin: 10px 0px 0px 8px;
	padding: 0px;
	float: left;
	width: 200px;
	overflow: hidden;
}
.connectedSection {
	margin: 5px 0px 0px;
	padding: 8px 5px 5px;
	border-top: 1px solid #d7ceb1;
}
#connected a {
	color: #8a341b;
	text-decoration: underline;
}
#connected a:hover {
	color: #3d3427;
	text-decoration: none;
}
#connected a img {
	margin-right: 10px;
	float: left;
	border: 3px solid #FFFFFF;
}
#connected a:hover img {
	margin-right: 10px;
	float: left;
	border: 3px solid #cfc79d;
}
#joinUs {
	margin: 10px 0px 0px 8px;
	padding: 0px;
	float: left;
	width: 204px;
	overflow: hidden;
}
* html #joinUs {
	margin: 10px 0px 0px 8px;
	padding: 0px;
	float: left;
	width: 200px;
	overflow: hidden;
}
.joinUsSection {
	margin: 5px 0px 0px;
	padding: 8px 5px 5px 8px;
	border-top: 1px solid #d7ceb1;
}

/* FOOTER styles
-------------------------------------------*/
#footer {
	margin: 0px auto;
	padding: 16px 0px 16px 30px;
	position: relative;
	width: 900px;
	height: 104px;
	text-align: left;
	background: url(/sitefiles/1255/images/footerBkgd.jpg) no-repeat;
}
#footer, #footer a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #cfc79d;
	text-decoration: none;
}
#footer a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #cfc79d;
	text-decoration: underline;
}

/* DEFAULT styles
-------------------------------------------*/
#subheader {
	margin: 0px;
	padding: 0px;
	width: 664px;
	height: 137px;	
	float:left;
}
#breadCrumbs {
	display:inline;
	margin: 12px 20px 0px;
	padding: 0px;
	width: 624px;
	float:left;
	border-bottom: 1px solid #d7ceb1;
	height: 26px;
}

#breadCrumbs ul, #breadCrumbs li {
	display: inline;
	padding:0 20px 0 0;

}

#breadCrumbs a.current {
	background:transparent url(../Images/breadcrumb.gif) no-repeat scroll 0.2em 50%;
	color:#9A761D;
	display:inline;
	padding: 0 0 0 20px;
}

* html #breadCrumbs {
	display:inline;
	margin: 12px 10px;
	padding: 0px;
	width: 624px;
	float:left;
	border-bottom: 1px solid #d7ceb1;
}

#DEFcontent {
	margin: 0px 20px;
	padding: 12px 0px;
	width: 624px;
	float:left;
}
* html #DEFcontent {
	margin: 0px 10px;
	padding: 0px 0px 12px;
	width: 624px;
	float:left;
}
#submenu {
	margin: 10px 0px 0px 16px;
	padding: 0px;
	float: left;
	width: 204px;
	overflow: hidden;
}
* html #submenu {
	margin: 10px 0px 0px 8px;
	padding: 0px;
	float: left;
	width: 200px;
	overflow: hidden;
}
.submenuSection {
	border-top: 1px solid #d7ceb1;
	margin: 5px;
}
