@charset "utf-8";
body {
	margin: 20px auto;
	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;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#container {
	width: 794px;
	margin: 0 auto;
	text-align: left;
	background-image: url(images/bc-mid.jpg);
}
#header {
	padding: 20px;
	text-align: center;
	background-image: url(images/bc-top.jpg);
	background-repeat: no-repeat;
	height: 110px;
}
#header .fltlft {
	float: left;
	margin-right: 8px;
}
#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: 6px 0 0 220px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 18px;
}
#mainContent {
	text-align: left;
	margin: 0 20px;
}

#navigation {
	height: 29px;
	margin: 0 7px;
	background-color: #27408B;
	padding-bottom: 2px;
}
#navigation a {
	float:left;
	display: block;
	background:url("images/tab-right-norm.gif") no-repeat right top;
	padding: 5px 15px 4px 6px;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
}

/* Commented Backslash Hack 
   hides rule from IE5-Mac \*/
#navigation a {float: none;} 
/* End IE5-Mac hack */

#navigation a:hover {
      color: #27408B;
}

#navigation #current {
    background-image: url("images/tab-left-on.gif");	
}
  
#navigation #current a {
    background-image: url("images/tab-right-on.gif");
	padding-bottom: 6px;
	color: #27408B;
}

#navigation ul {
	list-style: none;
	padding-left: 0px;
	margin: 0;
	padding-top: 4px;
}

#navigation li {
	float: left;
	background: url("images/tab-left-norm.gif") no-repeat left top;
	margin: 0;
	padding: 0 0 0 9px;
}

#menu {
	clear: both;
	font-size: 14px;
	background-color: #27408B;
	margin: 0 7px;
}
#menu ul {
	list-style-type: none;
	text-align: left;
	padding: 7px 0 7px 10px;
	margin: 0;
}
#menu li {
	display: inline;
}
#menu a:link, #menu a:visited {
	text-decoration: none;
	padding: 3px 10px 3px 10px;
	margin: 0;
	background-color: #C00;
	font-weight: bold;
	letter-spacing: 2px;
	color: #FFF;
	border-top: 1px solid #9CF;
	border-right: 1px solid #006;
	border-bottom: 1px solid #006;
	border-left: 1px solid #9CF;
}
#menu a:hover {
	color: #039;
	border-top: 1px solid #006;
	border-right: 1px solid #9CF;
	border-bottom: 1px solid #9CF;
	border-left: 1px solid #006;
}

a:link, a:visited {
	color: #039;
}
a:hover {
	color: #C00;
	text-decoration: none;
}

.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#contact {
	height: 80px;
}
#contact h2 {
	margin: 0px;
	padding: 6px 0;
	font-size: 16px;
}
#contact .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;
}

#footer {
	padding: 0;
	background-image: url(images/bc-bot.jpg);
	height: 60px;
	background-repeat: no-repeat;
	background-position: bottom;
}
#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 */
}
#copyright {
	color: #ffffff;
	margin: 0;
	padding-top: 12px;
}
#copyright p {
	font-size: 10px;
	color: #ffffff;
	margin: 0;
	text-align: left;
	padding: 20px 20px;
}
#copyright a:link, #copyright a:visited {
	color: #FFF;
}
#copyright a:hover {
	color: #333;
	text-decoration: none;
}
#copyright .hosting {
	float: right;
}
#mainText {
	margin: 20px;
}

#mainContent h2 {
	font-size: 16px;
}
#mainContent h3 {
	margin-left: 30px;
	margin: 20px 0 0 30px;
}
#mainContent .list {
	margin: 0px;
	padding: 0 0 0 14px;
	line-height: 120%;
}
#mainContent ul li {
	margin: 0 0 10px 0;
}
.boldindent {
	font-weight: bold;
	margin-left: 30px;
}

table caption {
	font-weight: bold;
	font-size: 14px;
	background-color: #8997C0;
	height: 22px;
	padding-top: 3px;
	color: #fff;
}
table p {
	font-size: 14px;
	font-weight: bold;
}
.bluetext {
	color: #039;
	font-weight: bold;
}
#mainContent h1 {
	font-size: 20px;
}
#wrap2 {
	background-image: url(images/page-border-rt.gif);
	background-repeat: repeat-y;
	background-position: right;
	width: 810px;
	margin: 0 auto;
}
#photos {
	float: right;
	margin-right: 10px;
	margin: 0 0 0 10px;
	background-image: url(slideshow/arbor092610-bk.jpg);
	background-repeat: no-repeat;
}

