/* CSS Document */
/* COLORS
	#999999 - Light Gray
	#666666 - Mid Gray
	#333333 - Dark Gray
	#4E4E4E - Gray Horizontal Rule
	#B35A1A - Brown
*/

/*--------------------*/
/* STANDARD HTML TAGS */
/*--------------------*/



/* BODY */
body {
	margin:0px;
	padding:0px;
	font-family:Helvetica,Arial,sans-serif;
	font-size:11px;
	color:#555555;
	background-color:#333333;
}

/* IMAGE */
img {
	border: none;
	padding: 0px;
	margin: 0px;
}


/* TABLE */
table {
	border: 0px;
}
table td {
	vertical-align: top;
}

p, div {
	line-height:auto;
	color: #555555;
}

/* GENERAL LINKS */

a, a:link, a:visited, a:active {
	text-decoration:none;
	border:none;
	color:#333333;
	font-weight: bold;
}
a:hover {
	color:#666666;
}

/* Main Container */
#container, #subcontainer {
	margin:auto;
	width:900px;
	background-color:#FFFFFF;
	border:solid 6px #000000;
	padding:11px;
	padding-bottom:0px;
	text-align:left;
}
#contentcontainer {
	width:100%;
	background-image:url(../images/bg_extender.gif);
	background-repeat:repeat-y;
	margin:0px;
	padding:0px;
}

/* Sidebar and Primary Navigation */
#sidebar, #subsidebar {
	background-color:#999999;
	width:213px;
	float:left;
	margin-right:10px;
}
#subsidebar {
	min-height:400px;
	background-image:url(../images/shell_gradient.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}
#date {
	height:22px;
	width:207px;
	background-color:#666666;
	margin:3px;
	color: #FFFFFF;
}
#date p {
	text-align:left;
	padding-left:12px;
	line-height:22px;
	margin:0px;
	font-size:10px;
	color: #FFFFFF;
}

#navigation {
	margin:0px;
	padding:0px;
	margin-top:3px;
	width:213px;
}


/* Events Module */
#events { margin-top:40px; }
#events .module_body{
	padding-left:24px;
	margin-top:4px;
}
#sidebar .module_container{
	background-repeat:no-repeat;
	background-image:url(../images/events_bg.gif);
	margin-top:20px;
	margin-bottom:20px;
	width: 200px;
}
#subsidebar .module_container { 
	margin-top:20px; 
	color:#666666;
	width: 200px;
}
#sidebar .module_title, #subsidebar .module_title {
	text-indent:18px;
	line-height:24px;
	font-weight:bold;
	margin-bottom:10px; 
	color: #333333;
}
#sidebar .module_title a, #sidebar .module_title a:link, #sidebar .module_title a:visited, #sidebar .module_title a:active {
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	line-height:18px;
}
#sidebar .module_title a:hover, #sidebar .module_button a:hover {
	color:#666666;
}
#sidebar .module_button {
	background-image:url(../images/calendar_icon.gif);
	background-repeat:no-repeat;
	background-position:18px;
	text-indent:36px;
	margin-top:20px;
}

#subsidebar .module_title a, #subsidebar .module_title a:link, #subsidebar .module_title a:visited, #subsidebar .module_title a:active {
	color:#666666;
	text-decoration:none;
	font-weight:bold;
	line-height:18px;
}
#subsidebar .module_body a, #subsidebar .module_body a:link, #subsidebar .module_body a:visited, #subsidebar .module_body a:active {
	color:#666666;
	text-decoration:none;
}

#subsidebar .module_button {
	background-image:url(../images/calendar_icon.gif);
	background-repeat:no-repeat;
	background-position:18px;
	text-indent:36px;
	margin-top:20px;
}
#subsidebar .module_button a, #subsidebar .module_button a:link, #subsidebar .module_button a:visited {
	color:#666666;
	text-decoration:none;
	line-height:18px;
}
#subsidebar .module_title a:hover, #subsidebar .module_button a:hover, #subsidebar .module_body a:hover, #subsidebar .module_button a:hover {
	color:#B35A1A;
}
/* End Events Module */
/* End Side Bar Column */
/* Begin Home Page, Middle Column */
#midimage {
	position:relative;
	width:196px;
	float:left;
}
#midimage p, #midimage div {
	position:absolute;
	width:155px;
	text-align:right;
	padding:0px;
	top:27px;
	right:10px;
	color:#666666;
	line-height:17px;
}
#midimage div .button, #midimage div .module_title {
	display:none;
}

/* Primary Content */
#content {
	width:410px;
	padding:35px;
	background-color:#B35A1A;
	float:left;
	padding-bottom:0px;
	margin:0px;
}
#content h1 {
	margin-bottom:18px;
	padding-top:25px;
	border-top:1px solid #4E4E4E;
	color:#333333;
	font-size:13px;
	font-weight:bold;
}
.logo {
	margin-bottom:40px;
}
#content .module_title, #subcontent .module_title, {
	color:#CCCCCC;
	font-size:12px;
	line-height:18px;
	font-weight:bold;
	margin-bottom:15px;
}

#content .module_title a:link, #content .module_title a:visited, #content .module_title a:active, #subcontent .module_title a:link, #subcontent .module_title a:visited, #subcontent .module_title a:active {
	color:#CCCCCC;
	font-weight:bold;
}

#content .module_title a:hover, #subcontent .module_title a:hover {
	color:#FFFFFF;
}

#content p, #content .module_body, #content .module_date {
	color: #EEEEEE;
	font-size:11px;
	margin-bottom:15px;	
}
#tagline {
	background-color:#666666;
	width:911px;
	height:26px;
	text-align:right;
	line-height:26px;
	padding-right:11px;
	margin-left:-11px;
	margin-right:-11px;
	border-bottom:20px solid #333333;
	color: #FFFFFF;
}

/* Sub Page */
#subcontainer {
	background-image:url(../images/shell_sidebg.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
	/*position:relative;*/
}
/* Sub Page Content Area */
#subcontent {
	float:left;
	width:675px;
	color:#555555;
}
.subquote {
	font-style:italic;
	font-size:11px;
	line-height:17px;
	padding-left:114px;
	margin-bottom:40px;
	clear:both;
}
#subheader {
	margin-bottom:30px;
	background-color:#B35A1A;
	text-align:left;
	width:675px;
	height:136px;
}
#subheader img { float:left; }
.logosub {
	margin:0px;
	padding:0px;
	top:30px;
	margin-left:50px;
	position:relative;
	margin-bottom:35px;
	margin-left:50px;
}

.contentbox {
	border-left:1px solid #B35A1A;
	border-top:1px solid #B35A1A;
	margin-left:85px;
	padding-left:45px;
	padding-right:35px;
	padding-top:30px;
}
.contentbox p, .contentbox h2 {
	padding-left:35px;
	padding-right:65px;
	margin-bottom:10px;
}
.contentbox_wide {
	padding-left:45px;
	padding-right:35px;
	padding-top:30px;
}
.contentbox_wide p, .contentbox_wide h2 {
	padding-right:65px;
	margin-bottom:10px;
}
#subcontent h1 {
	color:#B35A1A;
	background-color:#FFFFFF;
	font-size:13px;
	font-weight:bold;
	position:relative;
	left:100px;
	top:15px;
	padding-left:15px;
	margin-bottom:10px;
	width:570px;
}
#subcontent_wide h1 {
	color:#B35A1A;
	background-color:#FFFFFF;
	font-size:13px;
	font-weight:bold;
	position:relative;
	top:15px;
	margin-bottom:10px;
	width:570px;
}
.subFooterImage {
	position:relative;
	bottom:10px;
	left:240px;
}

/* -----------footer--------------------------- */
.footer {
	clear: both;
	font-size: 9px;
	line-height: 12px;
	width:900px;
	margin:auto;
	text-align: center; 
	padding-top: 10px;
	color: #FFFFFF;
}
.footer a {
	text-decoration:none;
	color:#FFFFFF;
}
.footer a:hover {
	color:#B35A1A;
}

/* Subpage footer tagline */
#subpagetagline {
	background-color:#666666;
	width:911px;
	height:26px;
	text-align:right;
	line-height:26px;
	padding-right:11px;
	margin-right:-11px;
	border-bottom:20px solid #333333;
	margin-left:-11px;
	margin-bottom:-14px;
	color: #FFFFFF;
}
/* Generic Module Styles */
.clearfix {
	clear:both;
}
.header {
	font-size: 13px;
	font-weight: bold;
}
.header_light {
	font-size: 13px;
	font-weight: bold;
	color: #666666;
}
.title {
	font-weight: bold;
	font-size: 13px;
	color: #333333;
}
.title_light {
	font-weight: bold;
	font-size: 13px;
	color: #666666;
}
.row_title {
	color: #333333;
	font-size: 13px;
	font-weight: bold;
	padding: 15px 0px 5px 0px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #666666;
}
.row_title a:link, .row_title a:visited, .row_title a:active {
	color: #B35A1A;
	font-size: 13px;
	padding: 15px 0px 5px 0px;
	margin-bottom: 10px;
}
.row_title a:hover {
	color: #993300;
	letter-spacing: .5px;
	text-decoration: none;
	padding: 15px 0px 5px 0px;
	margin-bottom: 10px;
}
.row_title_light {
	color: #333333;
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 5px;
	margin-bottom: 10px;
	text-transform: uppercase;
	border-bottom: 1px solid #666666;
}

.sub_title {
	color: #B35A1A;
	font-size: 13px;
	font-weight: bold;
	text-transform: none;
	padding: 2px 0px;
}
.quote {
	font-size: 11px;
	color: #333333
}
.page_description {
	padding-bottom: 30px;
}
#side_bar {
	padding: 0px;
}
.calendar_header_row {
	font-size:11px;
}
.calendar_date {
	font-size:14px;
}






/* styles */
.comment {
	font-style: italic;
}

.quote {
	color: #666666;
	font-size: 8pt;
	font-style: italic;
	padding: 10px 50px;
}



/* LINKS */
.navigation {
	overflow: hidden;
}
.separator_row {
	color: #FFFFFF;
	font-size: 9px;
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 10px;
}



/* MAIN LEVEL LINKS ACTIVE */
.links_toggle_1 {
	font-size: 8pt;
	font-weight: bold;
	color: #FFFFFF;
	width:195px;
	margin-bottom:1px;
}
.links_toggle_1 a:link, .links_toggle_1 a:visited, .links_toggle_1 a:active {
	display: block;
	color: #FFFFFF; 
	text-decoration: none;
	text-transform: lowercase;
	font-weight:bold;
	line-height:21px;
	width: 195px;
	padding-left:18px;
	background-image:url(../images/nav_bg.gif);
	background-repeat:no-repeat;
	background-position:-213px;
}
.links_toggle_1 a:hover {
	background-position:0px;
}
.links_expand_1 {}

/* This needs to be after the above code because for whatever reason it gets overwritten otherwise! */
.links_active_1 a:link, .links_active_1 a:visited, .links_active_1 a:hover, .links_active_1 a:active {
	background-position:0px;
}

.links_toggle_2 {
	text-transform: lowercase;
	font-size: 8pt;
	font-weight: bold;
	color: #333333;
	margin: 2px 0px 2px 20px;
}
.links_toggle_2 a:link, .links_toggle_2 a:visited, .links_toggle_2 a:active {
	color: #333333;
	text-decoration: none;
	padding: 4px;
	background-image:none;
}
.links_toggle_2 a:hover {
	color: #555555;
}
.links_active_2 a:link, .links_active_2 a:visited, .links_active_2 a:hover, .links_active_2 a:active {
	color: #555555;
}


.links_toggle_3 {
	text-transform: uppercase;
	font-size: 8pt;
	font-weight: bold;
	color: #999999;
	margin: 2px 0px 2px 10px;
}
.links_toggle_3 a:link, .links_toggle_3 a:visited, .links_toggle_3 a:active {
	color: #999999;
	text-decoration: none;
	padding: 4px;
}
.links_toggle_3 a:hover {
	color: #666666;
}
.links_expand_3 {}


.links_toggle_4 {
	text-transform: uppercase;
	font-size: 8pt;
	font-weight: bold;
	color: #999999;
	margin: 2px 0px 2px 10px;
}
.links_toggle_4 a:link, .links_toggle_4 a:visited, .links_toggle_4 a:active {
	color: #999999;
	text-decoration: none;
	padding: 4px;
}
.links_toggle_4 a:hover {
	color: #666666;
}
.links_expand_4 {}




.rss_container {
	margin-right: 20px;
	margin-bottom: 20px;
	padding:0px;
}
#subsidebar .rss_link, #subsidebar .rss_link a:link, #subsidebar .rss_link a:visited, #subsidebar .rss_link a:active  {
	color: #FFFFFF;
}