@charset "utf-8";
/* CSS Document */

body  {
	background: #212c77 url(/libertyfest/images/background.jpg) repeat-x fixed left top;
	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: #2B2D77;
	font: 14px/18px Tahoma, Geneva, sans-serif;
}
#container {
	width: 975px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	height: auto;
} 
#header {
	background: url(/libertyfest/images/header.jpg);  /* 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. */
	height: 183px;
	width: 975px;
	padding-top: 0;
	padding-bottom: 0;
} 


#mainContent {
	margin: 0 275px 0 0; /* 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 20px;
	font-family: Verdana, Geneva, sans-serif;
} 
#mainContent p {
	font: 14px/18px Tahoma, Geneva, sans-serif;
}
#mainContent a {
	font-weight: bold;
	color: #2C2A7D;
	text-decoration: none;
}

#mainContent h1 {
	font: bold small-caps 28px/28px Tahoma, Geneva, sans-serif;
	color: #2B2D77;
	letter-spacing: 1px;
}
#mainContent h2 {
	font: bold small-caps 20px/22px Tahoma, Geneva, sans-serif;
	color: #C82128;
	letter-spacing: 1px;
}
#mainContent h3 {
	font: bold 18px/22px Verdana, Geneva, sans-serif;
	color: #C82128;
}



#mainContent h4 {
	color: #2A2C77;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	font: bold small-caps 14px/16px Tahoma, Geneva, sans-serif;
}
#mainContent h5 {
	color: #FFF;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-top: 3px;
	margin-bottom: 3px;
	font: bold normal 15px/15px Tahoma, Geneva, sans-serif;
}
.info_box table tr td {
	border: 1px solid #C82128;
}




.info_box {
	border-bottom: 1px solid #C82128;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 15px;
	width: 650px;
	margin-right: auto;
	margin-left: auto;
}

.info_box h3 {
	color: #C82128;
	margin-top: 3px;
	margin-bottom: 5px;
	font: bold 14px Tahoma, Geneva, sans-serif;
}

.info_box h2 {
	color: #2B2D77;
	font: bold 16px Verdana, Geneva, sans-serif;
	margin: 0px 0px 6px;
}

.info_box ul {
	margin-top: 0px;
}
.info_box li {
	margin-top: 0px;
	margin-left: 10px;
	padding-left: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	font: 14px/18px Tahoma, Geneva, sans-serif;
}
#mainContent .info_box   a{
	color: #C82128;
}
#mainContent .info_box a:hover {
	color: #2A2C77;
	text-decoration: underline;
}


.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	font: 12px Verdana, Geneva, sans-serif;
	color: #FFF;
	background: #C82128;
	padding: 6px 15px 15px;
	width: 225px;
	margin: 15px 10px;
}
.fltlft h3 {
	color: #FFF;
	margin-top: 3px;
	margin-bottom: 5px;
	font: bold 14px Tahoma, Geneva, sans-serif;
}

.fltlft ul {
	margin-top: 0px;
	margin-left: 0px;
}
.fltlft li {
	margin-top: 5px;
	margin-left: 10px;
	padding-left: 0px;
	padding-top: 0px;
	line-height: 18px;
	margin-bottom: 5px;
}


#mainContent .fltlft ul li a {
	color: #FFF;
	text-decoration: underline;
}
#mainContent ul {
	margin-left: 0px;
	padding-left: 10px;
}

#mainContent li {
	line-height: 18px;
	margin-bottom: 12px;
}

#mainContent .fltlft ul li   a:hover{
	color: #C82128;
	text-decoration: underline;
}

.fltlft a:hover {
	color: #CDE4F6;
	font-weight: bold;
}

.fltlft2 {
	float: left;
	font: 12px Verdana, Geneva, sans-serif;
	color: #FFF;
	background: url(http://www.canton-mi.org/libertyfest/images/background_ferriswheel.jpg) no-repeat;
	padding: 6px 0px 15px;
	width: 250px;
	margin: 15px 10px;
	clear: left;
}

.fltlft2 p {
	color: #000;
	font: bold 12px Verdana, Geneva, sans-serif;
}
.fltlft2 a:hover {
	color: #F00;
	font-weight: bold;
}
.fltlft2 h3  {
	color: #C82128;
	font: bold 16px/16px Arial, Helvetica, sans-serif;
	margin-top: 5px;
}

.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;
	background: #FFF;
	width: 275px;
	padding: 10px;
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #C82128;
	border-left: 1px solid #2C2A7D;
	margin-bottom: 8px;
}

.fltrt3 {
	float: right;
	margin-left: 8px;
	background: #2B2D77;
	width: 275px;
	padding: 10px;
	color: #FFF;
}
.fltrt3 h2 {
	color: #FFF;
}


.fltrt3 h3 {
	color: #FFF;
}

.fltrt3 p {
	font: 12px/18px Verdana, Geneva, sans-serif;
}



#footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFF;
	border-top: 3px solid #2C2A7D;
	height: 125px;
	width: 955px;
	margin-bottom: 15px;
} 
.footer_navelements {
	font-size: 12px;
	font-weight: bold;
	line-height: 15px;
	text-align: center;
}

#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 */
}

#footer a {
	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;
	font-weight: bold;
	color: #2B2D77;
	text-decoration: none;
}

#footer a:hover {
	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;
	font-weight: bold;
	color: #C82128;
	text-decoration: none;
}

#footerimage {
	float: right;
	z-index: 500;
}

.middlebox {
	width: 425px;
	padding: 8px;
	background: #CDE4F6;
	margin: 15px auto;
}




#navigation {
	height: 27px;
	width: 895px;
	margin: 8px auto 0px;
	padding-left: 0px;
}
#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 240px; /* 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: #CDE4F6; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 8px 10px 8px 15px;
	margin-top: 30px;
}

#sidebar1 p {
	font: 13px Tahoma, Geneva, sans-serif;
}

#sidebar1 a {
	font-weight: bold;
	color: #2C2A7D;
	text-decoration: none;
}
 

#sidebar1 a:hover {
	font-weight: bold;
	color: #C82128;
	text-decoration: underline;
}
#sidebar1 h3 {
	padding-bottom: 3px;
	margin-bottom: 6px;
	font-size: 15px;
	font-weight: bold;
	line-height: 17px;
	border-bottom: 2px solid #C82128;
	padding-top: 6px;
}
#sidebar1 h4 {
	font-size: 13px;
	font-weight: bold;
	line-height: 17px;
	padding: 0px;
	margin-bottom: 6px;
	margin-top: 0px;
}




#sidebar1 ul {
	padding-left: 0px;
	margin-left: 5px;
	padding-top: 0px;
	margin-top: 3px;
}

#sidebar1 li {
	text-decoration: none;
	color: #2C2A7D;
	padding-left: 0px;
	margin-left: 0px;
	font: 12px/14px Tahoma, Geneva, sans-serif;
	padding-top: 3px;
	padding-bottom: 3px;
}

#sidebar1 .callout {
	background: #FFF;
	padding: 5px;
}



#sponsors {
	padding: 0 0px;
	border-top: 1px solid #C82128;
	height: 225px;
	width: 955px;
	margin-bottom: 15px;
}

#subheader {
	background: url(/libertyfest/images/subheader.jpg) no-repeat left top;
	height: 183px;
	width: 975px;
	border-bottom: 3px solid #2C2A7D;
}

#video {
	float: right;
	width: 325px;
	height: 250px;
}

.videoplayer {
	width: 330px;
	padding: 0px;
	margin-left: 20px;
	float: right;
	margin-bottom: 20px;
}






.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;
}

.highlight {
	background: #FFF;
	padding: 5px;
	border-top: 5px solid #2B2D77;
	border-right: 2px solid #2B2D77;
	border-bottom: 5px solid #2B2D77;
	border-left: 2px solid #2B2D77;
	margin-bottom: 15px;
}

.highlight p {
	color: #C82128;
}

