

/*html elements*/
body {
	font-family: Verdana,Sans-serif;
	font-size: 75%;
	color: #141f76;
	background: #fff;
}

:link {
	color: #142076;

}
:visited {
	color: #090051;

}
:link:hover, :visited:hover {
	color: #810808;
}

/* structure - sections of site: container header, mbody, topnav, side, maincontent */
#container {
	margin: 0;
	padding: 0;
		top: 0px;
	left: 0px;
	position: absolute;

}
#header {
	background: #1C468D ;
	color: #141f76;
	height: 105px;
	width: 100%;

}


#mBody {
		
		background: #fff;
	color: #141f76;
	position: absolute;
	top: 105px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	
}
#topnav {
	background: #1C468D url(shoulder4.gif);
	color: #141f76;
	left: 0px;
	top: 0px;
	height: 20px;
	padding-top: 5px; 
}
#side {
	background: #b9c6dc url(runfade1.jpg);
	color: #141f76;
	position: absolute;
	left: 0px;
	top: 25px;
	padding: 10px 10px;
	width: 170px;

}
#mainContent {
	background: #fff;
	color: #141f76;
	color: #141f76;
	font-family: Verdana,Sans-serif;
	font-size: 100%;
	line-height: 1.3; 
	padding: 20px 0px 0px 205px;
	width: 575px;


}
#footer {
	width: 100%;
padding: 20px 0px 0px 205px;

}


/* menu buttons, h, horizontal and v, vertical */
.buttonshcontainer {
	height: 30px;
}

.buttonsh a {
	background-color: #FEEB93;
	padding-top: 1px;
	padding-left: 8px;
	padding-bottom: 1px;
	padding-right: 8px;
	display: inline;
	font: 13px Arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
	border-bottom:#D4B318 solid 2px;
	border-right:#D4B318 solid 2px;
	border-left:#FFFCCB solid 2px;
	border-top:#FFFCCB solid 2px;
}

.buttonsh a:hover {
	background-color: #1C468D;
	color: #FEEB93;
	text-decoration: none;
}

.buttonsvcontainer {
	width: 140px;
	padding: 5px 5px 10px 10px;
}
.buttonsv a {
	background-color: #FEEB93;
	padding: 5px;
	display: block;
	font: 13px Arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
}

.buttonsv a:hover {
	background-color:  #1C468D;
	color: #FEEB93;
	text-decoration: none;
}
.buttonsv2 a {
	background-color: #FEEB93;
	padding: 2px;
	padding-left: 15px;
	display: block;
	font: 13px Arial, sans-serif;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
}

.buttonsv2 a:hover {
	background-color:  #1C468D;
	color: #FEEB93;
	text-decoration: none;
}
.infocontainer {
	width: 100%;
	background: #E7ECF5;
	margin: 0px;
	color: #141f76;
}
.infodetails {
	font: 11px Arial, sans-serif;
	width: 80%;
	color: #141f76;
	border: #E7ECF5 solid 0px;
	padding: 5px;
}

.hoursleft {
	float: left;
	font: 11px Arial, sans-serif;
	width: 40%;
	text-align: right;
	color: #141f76;

}
.hoursright {
	float: right;
	font: 11px Arial, sans-serif;
	width: 56%;
	text-align: left;
	color: #141f76;
}
ul.hours {
  padding: 0;
  margin: 0;
  list-style: none;
  }
p.question {
	font-weight: bold;
	font-style: italic;
}
.centerlabel {
	text-align: center;
	font-weight: bold;
	color: #141f76;
}
.graphicr {border:0px; margin:10px; padding: 0px 10px 10px 20px ;}
.graphicl {border:0px; margin:6px; padding: 10px;}
.graphiclogo {border:0px; margin:0px; padding: 0px;}