@charset "UTF-8";
/* CSS Document */

body {
	font: 100% Arial, Helvetica, sans-serif;
	/* background: #336699; */
	text-align: center;
	margin: 0px;
	padding: 0px;
	/* background-image: url(Images/hearts.jpg); */
	/*background-position: left;
	background-repeat: repeat-y; */
}
#container {
	width: 1000px;
	background: #FFFFFF url(images/faux.gif) repeat-y;
	text-align: left;
	margin: 20px auto;
	border: 6px solid #336699;
}
#header {
	color: #333;
    width: 95%;
    float: none;
    border-bottom: 4px solid #336699;
    height: 100px;
    margin: 10px auto;
    background: #ffffff;
    background-image: url(Images/newmileroadheader.jpg);
    background-repeat: no-repeat;
	background-position: center;
	padding: 0 10px;  /* 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. */
	text-align: center;
}
#sidebar1 {
    width: auto;
    float: left;
    padding: 15px 10px;
}
#events {
	padding: 0;
	margin-top: 30px;
}
#mainContent {
	margin: 10px 265px 10px 220px;
}
.clearfloat { 
    clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#footer {
	padding: 5px;
	border-top: 1px solid #877D6C;
	font-size: 80%;
	color: #736B5E;
	background: #FFF;
	text-align: center;
}
h1 {
    font: bold 130% Georgia, "Times New Roman", Times, serif;
    color: #333;
    margin: 0;
    padding: 20px 10px;
}
p {
    font-size: 80%;
}
#mainContent p {
	line-height: 130%;
}

#sidebar1 a:link { 
	text-decoration: none;
	font-weight: bold;
}

#sidebar1 a:visited { 
	text-decoration: none;
	font-weight: bold;
}

#sidebar2 {
	margin: 0;
	padding: 4px 4px 4px 8px;
	float: right;
	width: 240px;
}
#sidebar2 p {
    color: #FFF;
}
.sectiontitle4
{
   padding: 6px 6px 6px 3px;
   background-color: #336699;
   color: white;
   font-size: large;
   font-weight: bold;
   text-transform: none;
   text-align: center;
}
#sidebar1 ul
{
padding: .2em 0;
margin: 0;
list-style-type: none;
background-color: #336699;
color: #FFF;
width: 100%;
font: normal 80% arial, helvetica, sans-serif;
}
#sidebar1 li {
	border: 1px dotted #fff;
	padding: 4px;
}
#sidebar1 li a
{
text-decoration: none;
background-color: #336699;
color: #FFF;
padding: .2em 1em;
}

#sidebar1 li a:hover {
	background-color: #fff;
	color: #000;
}
.accordion {
	width: 528px;
	border-bottom: solid 1px #c4c4c4;
}
.accordion h3 {
	background: #CC9933;
	padding: 10px 0px 5px 0px;
	margin: 0;
	font: bold 120%/100%;
	font-family: Calibri;
	border: solid 1px #c4c4c4;
	border-bottom: none;
	cursor: pointer;
}
.accordion h3:hover {
	background-color: #FFCC66;
}
.accordion h3.active {
	background-position: right 5px;
}
.accordion p {
	background: #FFCC66;
	margin: 0;
	padding: 10px 15px 20px;
	border-left: solid 1px #c4c4c4;
	border-right: solid 1px #c4c4c4;
	font-size: medium;
	font-family: Calibri;
	color: #000;
}
.sectiontitle
{
   padding: 2px 2px 2px 2px;
   background-color: #336699;
   color: white;
   font-size: large;
   font-weight: bold;
   text-transform: none;
   text-align: center;
   width: 524px;
}
.fieldsetform {
	font-size: 24px;
	font-family: Verdana, Geneva, sans-serif;
	color:: #000;
	line-height: 30px;
}
.fieldbox {
	border: solid medium;
	border-color: #336699;
	padding: 20px;
	line-height: 18px;
}
.textboxs {
	background-color: #FF9;
}
.thanks {
	font-size: 18px;
	text-align: center;
}