@charset "UTF-8";
/* CSS Document */

body  {
	padding: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center -2px;
	background-color: #FFF;
	background-image: url(images/background-09.jpg);
}
.thrColFixHdr #container {
	width: 900px;
	text-align: left;
	border: 2px solid #cc6633;
	margin: auto;
} 
.box-link    {
	border: thin solid #cc6633;
	padding: 2px;
	font-size: 1.3em;
	font-style: italic;
	background-color: #FffffC;
	margin-right: 15px;
	margin-left: 15px;
}
.thrColFixHdr #header {
	text-align: center;
	height: 120px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 120px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 15px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* padding keeps the content of the div away from the edges */
	text-align: center;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
}
.thrColFixHdr #container #sidebar2 hr {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.thrColFixHdr #mainContent {
	padding-right: 30px;
	padding-left: 40px;
	height: 675px;
	margin-top: 40px;
	margin-right: 210px;
	margin-bottom: 30px;
	margin-left: 130px;
	overflow: auto;
	width: 475px;
} 
.thrColFixHdr #footer {
	padding-right: 200px;
	padding-left: 200px;
	text-align: center;
} 
.thrColFixHdr #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 */
}
.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;
}
.quote {
	color: #cc6633;
	font-size: 1.4em;
	font-family: "Times New Roman", Georgia, Times;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	padding-top: 10px;
}
a {
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.1em;
	font-weight: bold;
}
a:link {
	color: #2a607f;
}
a:visited {
	color: #2a607f;
}
a:hover {
	color: #FFFFFF;
	background-color: #cc6633;
}
a:active, a:focus {
	color: #FFF;
	background-color: #2a607f;
}
h1, h2, h3, h4, h5 {
	font-family: "Times New Roman", Times, serif;
	color: #2a607f;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CC6633;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #CC6633;
}
h1 {
	font-size: 1.9em;
}
.thrColFixHdr #container #mainContent h2    {
	font-size: 1.2em;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #2A6796;
	border-bottom-color: #006999;
	padding-top: 1px;
	padding-bottom: 1px;
}
.thrColFixHdr #container #sidebar1 p a {
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.1em;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E55E57;
	padding-top: 1px;
	padding-bottom: 1px;
	display: block;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E55E57;
}

 
</style>
.thrColFixHdr #container #mainContent table tr td table tr td h3 {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: normal;
	font-style: italic;
}
.thrColFixHdr #container #sidebar1 #noborder p a{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.thrColFixHdr #container #sidebar2 .box-link a {
	display: block;
}
.thrColFixHdr #container #mainContent table tr td table tr td h3 {
	font-style: italic;
	font-weight: normal;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
{
	font-style: italic;
	font-weight: normal;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
{
	div#links a:hover span {display: block;
   position: absolute; top: 200px; left: 0; width: 125px;
   padding: 5px; margin: 10px; z-index: 100;
   color: #AAA; background: black;
#mainContent #directions {
	visibility: hidden;
	width: 300px;
}
