@charset "utf-8";
body  {
	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: #000000;
	background-color: #D5CEC6;
	background-image: url(images/bg_tan_stripe.png);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#top_border {
	background-image: url(images/top_border.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 30px;
	width: 790px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
}
#logo {
	height: 60px;
	width: 350px;
	margin-left: 0px;
	padding-top: 3px;
	margin-top: 0px;
}
#banner  {
	height: 305px;
	width: 394px;
	float: right;
	margin-right: -14px;
}

#container  {
	width: 790px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 1%;
	background-image: url(images/middle.png);
	background-repeat: repeat-y;
	background-position: left;
	padding: 0px;
} 
#nav_top {
	background-image: url(images/nav_top.png);
	height: 11px;
	width: 304px;
	margin-left: -30px;
}
#nav_middle {
	background-image: url(images/nav_middle_big.png);
	background-position: left top;
	height: 220px;
	width: 305px;
	margin-left: -30px;
}
#nav_menu {
	height: 1%;
	width: 350px;
}

#nav_bottom {
	background-image: url(images/nav_bottom.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 22px;
	width: 305px;
	margin-left: -30px;
}


#header  {
	height: 305px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
#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 */
}
#sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 225px;
	margin-top: 0px;
	height: 1%;
}

#sidebarContent  {
	float: left; /* since this element is floated, a width must be given */
	width: 185px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 15px;
	margin-left: 25px;
	margin-top: -14px;
	height: 1%;
}
#sidbar_graphic {
	height: 200px;
	width: 233px;
	margin-left: -15px;
	background-image: url(images/med_pic_01.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-top: 200px;
}

#mainContent  {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 227px;
	padding-top: 0;
	padding-right: 35px;
	padding-bottom: 0;
	padding-left: 15px;
	height: 1%;
} 
#footer  {
	padding-right: 10px;
	padding-left: 20px;
	margin-top: 0px;
	height: 1%;
	margin-bottom: 15px;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/bottom_border.png);
	background-repeat: no-repeat;
	background-position: left top;
} 
#footer  p  {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
	text-align: right;
	color: #602b16;
}
.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;
}
h1 {
	font-weight: bold;
	font-size: 16px;
	background-image: url(images/black_boxes.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 5px;
}

h2 {
	color: #b30c0d;
	font-weight: bold;
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 5px;
}
p {
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 10px;
}
#nav_menu  h2 {
	text-decoration: none;
	color: #FFFFFF;
	text-align: left;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 50px;
	background-color: transparent;
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.mainnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 304px;
	list-style-image: url(images/arrow_white.gif);
	list-style-type: none;
	background-color: transparent;
	margin-left: 70px;
	margin-top: 0px;
	padding-top: 4px;
	padding-left: 0px;
	list-style-position: inside;
	margin-bottom: 0px;
	padding-bottom: 0px;
}


ul.mainnav li a:link, ul.mainnav li a:visited {
	text-decoration: none;
	color: #FFFFFF;
	text-align: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 7px;
	background-color: transparent;
	font-size: 12px;
}

ul.mainnav li a:hover {
	text-decoration: none;
	color: #FFFFFF;
	margin: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 7px;
	font-weight: bold;
}
.sidbar_graphic {
	margin-left: -54px;
}
#footer  a:link {
	color: #602b16;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
}
#footer a:visited {
	color: #602b16;
	text-decoration: none;
}

#sidebar a:link {
	color: #7982a3;
	text-decoration: none;
	font-weight: bold;
}
#sidebar a:hover {
	color: #FFFFFF;
}
#sidebar a:visited {
	color: #7982a3;
	text-decoration: none;
}

img {
	border: none;
	margin: 0px;
	padding: 0px;
}

.center { text-align: center; }

.member {
	font-size: 10px;
	font-style: italic;
	text-align: center;
	display: inline;
	padding-left: 18px;
	padding-top: 10px;
}

.backtoTop {
	text-align: right;
	padding-right: 15px;
}
.boldHeadline {
font-weight: bold;
padding-left: 45px;
padding-top: 15px;
padding-bottom: 15px;
color: #666666;
}
#title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #454e63;
	text-align: center;
	font-weight: bold;
}
#mainContent h1 {
	font-weight: bold;
	font-size: 16px;
	background-image: url(images/black_boxes.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 5px;
}
#mainContent h2 {
	color: #b30c0d;
	font-weight: bold;
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 5px;
}
#mainContent h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #b30c0d;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 5px;
}
#mainContent h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #b30c0d;
	margin-top: 0px;
	margin-bottom: 0px;
}

#boldheadlineRed {
color: #b21719;
font-size: 16px;
font-weight: bold;
margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}

.step {
	font-weight: bold;
	color: #454e63;
}
#mainContent  ul {
	list-style-position: outside;
	list-style-type: disc;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#mainContent  li {
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#mainContent  ol {
	list-style-position: outside;
	list-style-type: lower-alpha;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.houseName {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #454e63;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 5px;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	padding-top: 5px;
}
.backtoTopCentered {
	text-align: center;
	margin-top: 0px;
	margin-left: 0px;
	padding-bottom: 5px;
}
.imgCentered {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 30px;
	text-align: center;
}
.redText {
	color: #b21719;
	margin-top: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#mainContent td {
	padding-top: 0px;
	padding-bottom: 0px;
}
.quote {
	font-style: italic;
}
#mainContent a:link {
	color: #7982a3;
	text-decoration: none;
	font-weight: bold;
}
#mainContent a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#mainContent a:visited {
	color: #7982a3;
	text-decoration: none;
}
.fltlftImg {
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
}
#albumlist {
	list-style-type: none;
}
#albumlist li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #000000;
	float: left;
	width: 190px;
	margin-right: 6px;
	margin-bottom: 10px;
	list-style-type: none;
}
#albumlist img {
	display: block;
	border: 5px solid #FFFFFF;
	list-style-type: none;
}
