@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}
body  {
	font: 80% Verdana, Arial, Helvetica, sans-serif;/*12px Georgia, 'Times New Roman', Times, serif*/
	background: url(/images/body-bg-gray.jpg); /*#666666*/
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #D7D5B9;
}
.twoColFixLtHdr #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000;
	margin: 25px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #FFFF00;
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-radius: 25px;
} 
.twoColFixLtHdr #header { 
	background: #541D1D; /*#999999 #000000 - #9E2E2F - #371212 - #777777 (most recent)*/
	border-bottom: 1px solid #FFFF00;
	padding: 4px 4px 0 4px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixLtHdr #header img#header_title {
	padding-left: 60px;
}
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #000000; /* the background color will be displayed for the length of the content in the column, but no further */
	border-right: 1px solid #FFFF00;
	border-bottom: 1px solid #FFFF00;
	padding: 15px 15px 15px 15px;
	/*z-index: 1020;*/
}
.twoColFixLtHdr #mainContent { 
	/* position: relative;
	top: -70px; */
	margin: 0 30px 0 200px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0; /*20px remember that padding is the space inside the div box and margin is the space outside the div box */
}
.twoColFixLtHdr #container #mainContent #HomepageSlideShow{
	padding: 20px 0 0 12px;
	/*z-index: 0;*/
} 
.twoColFixLtHdr #container #mainContent #mCContainer{
	padding: 30px 0 30px 12px;
}
.twoColFixLtHdr #footer { 
	padding: 10px 10px 10px 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #000000; 
	border-top: 1px solid #FFFF00;
} 
.twoColFixLtHdr #footer p, .twoColFixLtHdr #footer address, .twoColFixLtHdr #footer ul.footerNavigationList {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.twoColFixLtHdr #footer ul.footerNavigationList {
	list-style: none;
}
.twoColFixLtHdr #footer ul.footerNavigationList li {
	display: inline;
	margin: 0;
	padding: 0;
	font-size: 90%;
}
.twoColFixLtHdr #footer a {
	color: #F7F5D9;
}
.twoColFixLtHdr #footer a:hover {
	text-decoration: underline overline;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	padding-left: 20px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/* ++++++++++++++++++++++++++++++++++++++++++++++ Begin Navigation ++++++++++++++++++++++++++++++++++++++++++++++ */
#body_hom li#nav_hom a, #body_abo li#nav_abo a,
	#body_acc li#nav_acc a, #body_aud li#nav_aud a,
	#body_cal li#nav_cal a, #body_eve li#nav_eve a,
	#body_hir li#nav_hir a, #body_pho li#nav_pho a,
	#body_sup li#nav_sup a, #body_alm li#nav_alm a,
	#body_con li#nav_con a, #body_log li#nav_log a,
	#body_tix li#nav_log a, #body_member li#nav_hom a, 
	#body_cal li#nav_cal a, #body_pre li#nav_pre a,
	#body_ch li#nav_memo li#nav_ch a, 
	#body_prep li#nav_memo li#nav_prep a,
	#body_logout li#nav_logout a, #body_wed li#nav_wed a
	#body_spon li#nav_spon a, #body_part li#nav_part a
	{ /*sets the (over-while-down state for the navigation buttons */
	display: block;
	background: #9E2E2F; /*#945D5D*/
	color: #F7F5D9; /*#F7F5D9*/
	/*font-weight: bold;
	border-bottom: 1px solid #FFFF00;*/
}
/* +++++++++++++++++++++++++++++++++++++++++++++++ End Navigation +++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++ Begin Markup Setup +++++++++++++++++++++++++++++++++++++++++++++ */
.twoColFixLtHdr #mainContent h1, .twoColFixLtHdr #mainContent h2, 
.twoColFixLtHdr #mainContent h3, .twoColFixLtHdr #mainContent h4, 
.twoColFixLtHdr #mainContent h5, .twoColFixLtHdr #mainContent h6, 
.twoColFixLtHdr #mainContent p, .twoColFixLtHdr #mainContent pre, 
.twoColFixLtHdr #mainContent blockquote, .twoColFixLtHdr #mainContent label, 
.twoColFixLtHdr #mainContent ul, .twoColFixLtHdr #mainContent ol, 
.twoColFixLtHdr #mainContent dl, .twoColFixLtHdr #mainContent fieldset, 
.twoColFixLtHdr #mainContent address, .twoColFixLtHdr #mainContent table{ 
	margin: 1em 0%; 
	/*letter-spacing: 1px;
	word-spacing: 2px;*/
	}
.twoColFixLtHdr #footer p, .twoColFixLtHdr #footer address{
	font-size: 85%/*14px*/;
	}
.twoColFixLtHdr #mainContent li, .twoColFixLtHdr #mainContent dd { 
	margin-left:3%; 
	}
.twoColFixLtHdr #mainContent dd { 
	margin-bottom: 2%;
	}
.twoColFixLtHdr #mainContent fieldset { 
	padding: .5em; 
	}
.twoColFixLtHdr #mainContent h1 {font:175% Georgia, 'Times New Roman', Times, serif;} 
.twoColFixLtHdr #mainContent h2 {font:150% Georgia, 'Times New Roman', Times, serif;} 
.twoColFixLtHdr #mainContent h3 {font:125% Georgia, 'Times New Roman', Times, serif;} 
.twoColFixLtHdr #mainContent h4 {font:100% Georgia, 'Times New Roman', Times, serif;} 
.twoColFixLtHdr #mainContent p, .twoColFixLtHdr #mainContent dt, 
.twoColFixLtHdr #mainContent dd, .twoColFixLtHdr #mainContent li {line-height: 161.80%;}
.twoColFixLtHdr #mainContent a {color:#9E2E2F;}
.twoColFixLtHdr #mainContent a:hover {color:#F7F5D9;}
/* ++++++++++++++++++++++++++++++++++++++++++++++ End Markup Setup ++++++++++++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++++++++++++++++++ Begin Custom Styles +++++++++++++++++++++++++++++++++++++++++++++ */
.twoColFixLtHdr #mainContent .photostyle {
	margin: 0em 0%;
	font-size: 85%;
	padding-bottom: 0.25em;
	padding-top: 0.25em;
}
.twoColFixLtHdr #mainContent p {
	/*letter-spacing: 0.125em;*/
	font-size: 110%;
	word-spacing: 0.25em;
	line-height: 1.8em;
	font-weight: lighter;
	padding-bottom: 2em;
	padding-top: 0em;
}
.twoColFixLtHdr #mainContent h1.pageTitle {margin-top: 0em;}
.twoColFixLtHdr #mainContent .yellowText {color: #FFFF00;}
.twoColFixLtHdr #container img.homepageTitles{padding: 30px 0 0 0;}
.twoColFixLtHdr #container img.titles{padding:10px 0 0 0;}