@charset "UTF-8";
/* CSS Document */
 
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #BCBEC7;
	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: #000000;
}
h1 {
	font-size: 18px;
	color: #7E0829;
	line-height: 120%;
	padding: 10px 20px 0 20px;
	margin:0;
}
h2 {
	font-size: 14px;
	color: #7E0829;
	line-height: 120%;
	padding: 10px 20px 0 20px;
	margin:0;
}
.twoColFixRtHdr #container {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	background-color: #FFFFFF;
	background-image:url(images/background.gif);
	background-repeat: repeat-y;
} 
.twoColFixRtHdr #header {
	height: 129px;
	background-image:url(images/H-fnbr.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}	
.twoColFixRtHdr #header a:link, .twoColFixRtHdr #header a:visited {
	color: #3A404D;
	text-decoration: none;
}
.twoColFixRtHdr #header a:hover {
	color: #7E0829;
}

.twoColFixRtHdr #header p {
	font-size: 12px;
	color: #999999;
	margin: 0px;
	float: right;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.twoColFixRtHdr #navigation {
	background-color: #3A404D;
	padding: 0;  /* 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. */
	width: 1000px;
} 
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 180px; /* 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-color: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;
	margin: 3px 20px 0 0;
}
.twoColFixRtHdr #sidebar1 p {
	padding: 0 20px 0 20px;
	font-size: 11px;
	line-height: 180%;
}
.twoColFixRtHdr #sidebar1 a:link, .twoColFixRtHdr #sidebar1 a:visited {
	color: #000000;
	text-decoration: none;
}
.twoColFixRtHdr #sidebar1 a:hover {
	color: #DA0305;
}
.twoColFixRtHdr #mainContent-home { 
	margin: 3px 20px 0 20px; /* the right margin on this div element creates the column down the right 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; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.twoColFixRtHdr #mainContent {
	margin: 0 190px 0 20px; /* the right margin on this div element creates the column down the right 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; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixRtHdr #mainContent p, .twoColFixRtHdr #mainContent ol, .twoColFixRtHdr #mainContent ul { 
	padding: 0 50px 0 20px;
	font-size: 11px;
	line-height: 150%;
}
.twoColFixRtHdr #mainContent p a:link, .twoColFixRtHdr #mainContent p a:visited {
	color: #3A404D;
	text-decoration: none;
}
.twoColFixRtHdr #mainContent p a:hover {
	color: #DA0305;
}
.twoColFixRtHdr #footer {
	margin-top: 11px;
	padding: 0 10px 0 20px;
	background-color: #3A404D;
} 
.twoColFixRtHdr #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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #CCCCCC;
	font-size: 11px;
}
.twoColFixRtHdr #footer a:link, .twoColFixRtHdr #footer a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
.twoColFixRtHdr #footer a:hover {
	color: #B0C2A3;
}
.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;
}
.headerimage {
	padding: 3px 20px 5px 20px;
}
.text { 
	padding: 0 50px 0 20px;
	font-size: 11px;
	line-height: 150%;
}
.text a:link, .text a:visited {
	color: #3A404D;
	text-decoration: none;
}
.text a:hover {
	color: #DA0305;
}
.dropdownblue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #3A404D;
	border-top: 3px solid #ffffff;
}
.dropdownblue a:link, .dropdownblue a:visited {
	text-decoration: none;
	background-color: #3A404D;
	color: #FFFFFF;
	display: block;
	line-height: 180%;
	padding: 5px;
	text-align: center;
}
.dropdownblue a:hover {
	color: #ffffff;
	background-color:#192A64;
	text-decoration: none;
}
.dropdownred {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #3A404D;
	border-top: 3px solid #ffffff;
}
.dropdownred a:link, .dropdownred a:visited {
	text-decoration: none;
	background-color: #3A404D;
	color: #FFFFFF;
	display: block;
	line-height: 180%;
	padding: 5px;
	text-align: center;
}
.dropdownred a:hover {
	color: #ffffff;
	background-color:#7E0829;
	text-decoration: none;
}
.dropdownpurple {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #3A404D;
	border-top: 3px solid #ffffff;
}
.dropdownpurple a:link, .dropdownpurple a:visited {
	text-decoration: none;
	background-color: #3A404D;
	color: #FFFFFF;
	display: block;
	line-height: 180%;
	padding: 5px;
	text-align: center;
}
.dropdownpurple a:hover {
	color: #ffffff;
	background-color:#4D2B78;
	text-decoration: none;
}
.dropdowngreen {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #3A404D;
	border-top: 3px solid #ffffff;
}
.dropdowngreen a:link, .dropdowngreen a:visited {
	text-decoration: none;
	background-color: #3A404D;
	color: #FFFFFF;
	display: block;
	line-height: 180%;
	padding: 5px;
	text-align: center;
}
.dropdowngreen a:hover {
	color: #ffffff;
	background-color:#669933;
	text-decoration: none;
}
.table {
	font-size: 11px;
	width: 700px;
	margin: 5px 0 0 20px;
}
.table a:link, .table a:visited {
	color: #000000;
}
.table a:hover {
	color: #DA0305;
}
.tablebknd-color {
	background-color:#EFE4BB;
}
.breadcrumb {
	display: block;
	width: 690px;
	background-color: #EBEBEB;
	font-size: 10px;
	color: #7E0829;
	margin: 3px 20px 0 20px;
	padding: 5px;
}
.breadcrumb a:link, .breadcrumb a:visited {
	color: #7E0829;
}
.breadcrumb a:hover {
	color: #DA0305;
}

.facebookpage p, .facebookpage ol, .facebookpage ul { 
	padding: 0 50px 0 20px;
	font-size: 11px;
	line-height: 150%;
}
.facebookpage p a:link, .facebookpage p a:visited {
	color: #3A404D;
	text-decoration: none;
}
.facebookpage p a:hover {
	color: #DA0305;
}
.eventsdinners {
color: #7E0829;
}
.eventssurround {
text-decoration:underline;
}
.eventssurround2 {
margin-left: 42px;
}