@charset "UTF-8";
body  {
	background: #666666; /* 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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.thrColFixHdr #container {
	width: 850px;
	text-align: left;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-color: #FFFFFF;
	margin-top: 10px;
} 
.thrColFixHdr #header {
	padding: 0;
	height: 192px;
	width: 850px;
	background-color: #C6BD73;
	border-bottom-color: #993300;
	border-bottom-width: 1px;
	border-bottom-style: solid;
} 
.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: 0px;
	width: 850px;
	border-bottom-color: #814b3e;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 147px; /* padding keeps the content of the div away from the edges */
	background-color: #73944A;
	color: #FFFFFF;
	padding-top: 15px;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-left: 7px;
	font-size: 14px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	height: 625px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 148px; /* padding keeps the content of the div away from the edges */
	color: #333333;
	background-color: #FFFFFF;
	font-size: 12px;
	text-align: center;
	font-weight: lighter;
	border-right-color: #666666;
	margin-top: 2px;
	padding: 10px;
}
.thrColFixHdr #mainContent {
	margin-top: 0;
	margin-right: 170px;
	margin-bottom: 0;
	margin-left: 161px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 12px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
} 
.thrColFixHdr #footer {
	padding: 0 10px 0 20px;
	font-size: 10px;
	text-align: center;
	background-color: #C1BF77;
	border-bottom-color: #333333;
	border-left-color: #333333;
	border-top-color: #333333;
	border-right-color: #333333;
} 
.map_apdivs {
	color: #000000;
	font-size: 9px;
	text-align: center;
	padding: 2px;
	border: 1px solid #993300;
	display: block;
}
.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;
}
#wrapper_feature1 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #993300;
	font-size: 12px;
	padding-top: 12px;
	padding-bottom: 3px;
	color: #000000;
}
.heading2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #5d743d;
}
.heading3 {
	color: #993300;
}
.image_left {
	float: left;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
}
.image_right {
	float: right;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#wrapper_feature2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #993300;
	font-size: 12px;
	padding-top: 3px;
	padding-bottom: 3px;
}
#wrapper_feature3 {
	font-size: 12px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #993300;
}
.center_image {
	margin-left: 25px;
	margin-bottom: 5px;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
#wrapper_feature_half {
	font-size: 12px;
	width: 180px;
	padding-top: 10px;
	padding-bottom: 2px;
	float: left;
	height: 500px;
	margin-top: 10px;
	text-align: left;
	padding-right: 2px;
	padding-left: 2px;
	margin-bottom: 5px;
	overflow: auto;
	border: 1px solid #333333;
}
#wrapper_feature4 {
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #993300;
	font-size: 12px;
}
.no_blue {
	text-decoration: none;
	color: #fee8a8;
	font-weight: bold;
}
.leftbanner {
	margin-top: 15px;
	border-top-width: 1px;
	border-top-style: solid;
}
#mainContent #wrapper .question {
	display: block;
	margin-top: 15px;
	margin-bottom: 0px;
	padding-top: 5px;
	color: #333333;
}
#wrapper_half2 {
	width: 300px;
	padding-bottom: 5px;
	font-size: 12px;
	float: right;
	height: 350px;
	padding-top: 10px;
	border: 1px solid #333333;
	margin-top: 10px;
	text-align: center;
	padding-right: 2px;
	padding-left: 2px;
	margin-bottom: 5px;
}
.slidesodd {
	background-color: #CCCCCC;
}
.slideshover {
	color: #993300;
	background-color: #FFCCFF;
}
.slidesselect {
	color: #FFFFFF;
	background-color: #993300;
}
#wrapper_half3 {
	width: 238px;
	margin-top: 5px;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 2px;
	border: 1px solid #333333;
	font-size: 12px;
	text-align: center;
	height: 180px;
	float: left;
	margin-bottom: 5px;
}
.center_image_w_border {
	margin-left: 25px;
	border: 1px solid #999999;
}
.paid_ad {
	margin: 3px;
	border: 1px solid #666666;
}
#wrapper_returntomap {
	font-size: 10px;
	color: #5d743d;
	background-color: #fee8a8;
	height: 50px;
	width: 50px;
	border: 1px solid #73944A;
}
.map_apdiv {
	font-size: 10px;
	color: #000000;
	background-color: #FFFF99;
	text-align: center;
	padding: 3px;
	border: 1px solid #993300;
}
#wrapper_table {
	width: 220px;
	overflow: scroll;
	float: left;
	font-size: 10px;
	background-color: #FFFFFF;
	height: 500px;
	border: 1px solid #814B3D;
	color: #4d526e;
	margin-right: 10px;
}
.odd {
	background-color: #BBBDD3;
}
.even {
	background-color: #FFFFFF;
}
#wrapper_detailregion {
	height: 300px;
	width: 250px;
	float: right;
}
.hover {
	color: #814b3e;
	background-color: #FFE889;
}
.select {
	background-color: #990000;
	color: #FFFFFF;
}
.classified_table {
	overflow: scroll;
	height: 175px;
	border-top-color: #000000;
	border-right-color: #990000;
	border-bottom-color: #990000;
	border-left-color: #990000;
}
.thrColFixHdr #container #mainContent #wrapper_feature1 div {
	color: #333333;
	overflow: auto;
}
.thrColFixHdr #container #mainContent #wrapper_feature1 .artists img {
	font-size: 12px;
	font-weight: bold;
	color: #77954F;
	text-align: center;
	margin: 2px;
	padding: 2px;
	height: 210px;
	width: 200px;
	border: 1px solid #990000;
}
#wrapper_feature1 .artists {
	font-size: 10px;
	color: #333333;
	text-align: center;
	border: 1px solid #990000;
	margin: 2px;
	padding: 3px;
	width: 100px;
}
#wrapper_artists {
	font-size: 12px;
	color: #333333;
	text-align: center;
	border: 1px solid #990000;
	padding: 3px;
	margin: 5px;
	font-weight: bold;
	height: 150px;
	width: 145px;
	float: left;
}
#wrapper_artists2 {
	font-size: 12px;
	color: #333333;
	text-align: center;
	border: 1px solid #990000;
	padding: 3px;
	margin: 5px;
	font-weight: bold;
	height: 150px;
	width: 145px;
	float: left;
}
#wrapper_artists3 {
	font-size: 12px;
	color: #333333;
	text-align: center;
	border: 1px solid #990000;
	padding: 3px;
	margin: 5px;
	font-weight: bold;
	height: 150px;
	width: 145px;
	float: left;
}
.left_margin_small {
	margin-left: 5px;
	margin-bottom: 5px;
	margin-top: 3px;
}
.image_border {
	border: 1px solid #333333;
	margin: 2px;
	float: left;
}
#mainContent  .caption_right {
	font-size: 12px;
	text-align: center;
	height: 18px;
	width: 230px;
	float: right;
	background-color: #BBBDD3;
	border: 1px solid #666666;
}
#mainContent  .caption_left {
	font-size: 12px;
	text-align: center;
	height: 18px;
	width: 230px;
	border: 1px solid #333333;
	float: left;
	background-color: #BBBDD3;
}
.image_border_right {
	float: right;
	border: 1px solid #333333;
}
.art {
	margin: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFF99;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #FFFF99;
	float: left;
}
.copyright {
	font-size: x-small;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.imagborder_left_redborder_rtmargin {
	float: left;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	border: 1px solid #993300;
}
.noblue_black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	text-decoration: underline;
}
#wrapper_feature5 {
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #993300;
	font-size: 12px;
}
.noblue_green {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #2C371E;
	text-decoration: none;
}
#wrapper_feature6 {
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #993300;
	font-size: 12px;
}
.301monroe {
	float: left;
	margin-bottom: 2px;
	margin-right: 5px;
}
#wrapper_map {
	width: 850px;
}
.footer_noblue_link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #993300;
	text-decoration: none;
}
.img_left_border {
	border: 1px solid #FFFFFF;
	margin-top: 2px;
}
.side1_heading3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFEF4A;
	text-align: center;
}
.noblueimage {
	text-decoration: none;
	margin-bottom: 3px;
	border: 1px solid #FFFFFF;
}
.side1_subentry {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
}
