@charset "UTF-8";
/* CSS Document */
body  {
	background: #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;
	color: #000000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 100%;
}

.twoColFixLtHdr #container { 
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header { 
	background: #FFFFFF; 
	padding: 0px;  /* 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. */
} 
.on {
    color:#85121B;
    text-transform:uppercase;
}
.off {
    color:#4d4d4d;
    text-transform:uppercase;
}
.subnav_on {
    text-transform:capitalize;
    padding-right:10px;
}
.subnav_off {
    text-transform:capitalize;
    padding-right:10px;
}
.twoColFixLtHdr #navigation {
	float: left; /* since this element is floated, a width must be given */
	width: 157px; 
    *width: 152px; /* seen by IE */
	height: 400px;
	padding: 5px 20px 0px 0px;
	border-right: #CCCCCC solid 1px;
    margin-left:10px;
    *margin-left:7px; /* seen by IE */
	margin-top:20px;
	text-align:right;
}
.twoColFixLtHdr #navigation p {
	font-size: 11px;
	line-height: 20px;
	font-weight:normal;
	margin: 0px;
}
.twoColFixLtHdr #navigation p a {
    text-decoration:none;
	color:#4d4d4d;
}
.twoColFixLtHdr #navigation p a:hover {
	text-decoration:underline;;
	color:#85121B;
}

.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 215px; /* 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 80px 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #mainContent h1 {
	font-size: 26px;
	line-height: 28px;
	font-weight:normal;
	color:#999999;
	text-transform:uppercase;
	margin: 0px;
	padding-top:27px;
	padding-bottom:10px;
	
}
.twoColFixLtHdr #mainContent p {
	font-size: 12px;
	line-height: 22px;
	font-weight:normal;
	color:#333333;
	
}
.twoColFixLtHdr #mainContent h2 {
	font-size: 15px;
	line-height: 24px;
	font-weight:bold;
	color:#666666;
	margin-bottom:0px;
	
}
.twoColFixLtHdr #mainContent h3 {
	font-size: 12px;
	line-height: 24px;
	font-weight:bold;
	color:#85121B;
	margin-bottom:0px;
	
}
.twoColFixLtHdr #mainContent ul {
	margin:0px;
	padding:0px;
	font-size: 12px;
	line-height: 22px;
	color:#333333;
}
.twoColFixLtHdr #mainContent li {
	list-style:square;
	margin:0px;
	margin-left:15px;
	padding:0px;
}
.twoColFixLtHdr #footer { 
    font-size: 11px;
	color:#666666;
	margin: 0 0 0 215px; /* 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: 10px 30px 20px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
}
.twoColFixLtHdr #footer p a {
	text-decoration:none;
	color:#4d4d4d;
}
.twoColFixLtHdr #footer p a:hover {
	text-decoration:underline;
	color:#4d4d4d;
}
.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;
	margin-left: 8px;
}
.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;
}
#stdTbl {
	font-family: Helvetica, Arial, sans-serif;
}
#stdTbl td {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 22px;
	font-weight:normal;
	color:#333333;

}
.tblHead {
	font-size: 12px;
	line-height: 14px;
	color: #B5121B;
	vertical-align: middle;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #B5121B;
	border-bottom-color: #B5121B;
}
.catagory {
	font-size: 11px;
	line-height: 13px;
	color: #3C3C3F;
	text-align: left;
	padding-top: 3px;
	padding-bottom: 3px;
}
.large {
	font-size: 12px;
	line-height: 14px;
	color: #4D4D4D;
	text-align: center;
}
.medium {
	font-size: 11px;
	line-height: 13px;
	color: #4D4D4D;
	text-align: center;
}
.small {
	font-size: 10px;
	line-height: 12px;
	color: #4D4D4D;
	text-align: center;
}
#event_holder {
	width:670px;
	overflow:auto;
	border:#CCC solid 1px;
	position:relative;

}
#eventTitle {
    position:absolute;
	top:5px;
	left:20px;
	width:450px;
	height:auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #666;
	text-transform: uppercase;
	vertical-align: baseline;
}
#eventDate {
	position:absolute;
	top:8px;
	left:350px;
	width:300px;
	height:auto;
	text-align:right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
}
#eventPhoto {
    margin-top:40px;
    margin-right:30px;
    margin-left:20px;
    float:left;
    width:180px;
	/*position:absolute;
	top:40px;
	left:5px;
	width:180px;
	height:auto;
	margin-top:0px;*/
}

#mainContent #eventPhoto p {
	color:#85121b; 
	text-align:center; 
	font-size:14px; 
	font-weight:bold; 
	line-height:16px;
	text-decoration:none;
}

#mainContent #eventPhoto a {
	color:#85121b; 
	text-decoration:none;
}
#mainContent #eventPhoto a:hover {
	color:#85121b; 
	text-decoration:underline;
}
#eventDescription {
    overflow:auto;
    margin-top:40px;
    float:left;
    /*position:absolute;
	top:35px;
	left:200px;
	margin-top:0px;
		height:auto;
		border:#ccc solid 1px;
		*/
	width:420px;
	padding-top:0px;
}
#mainContent #eventDescription h2 {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 24px;
	color: #000;
	font-weight:bold;
}
#mainContent #eventDescription ul {
    margin-top:-10px;
    padding-top:0px;
}
#mainContent #eventDescription a {
    text-decoration:none;
	color:#4d4d4d;
	color:#000;
}
#mainContent #eventDescription a:hover {
	text-decoration:underline;;
	color:#85121B;
}

#mainContent #eventDescription .quote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: obique;
	line-height: 22px;
	color: #999;
	font-weight:normal;
}
#mainContent #eventDescription .attrib {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666;
	text-align: right;
	margin-top:0px;
	padding-top:0px;
}

