@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;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	background-color: #FDFB93;
}
.twoColFixRtHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
} 
.twoColFixRtHdr #container h1 {
	color: #A90000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 22px;
}
.twoColFixRtHdr #container h2 {
	color: #B360F5;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}
.twoColFixRtHdr #container h3 {
	font-size: 18px;
	color: #663399;
}
.twoColFixRtHdr #container h4 {
	font-size: 12px;
	color: #663399;
}
.twoColFixRtHdr #container img {
	border: 0px;
}
.twoColFixRtHdr #container a {
	font-size: 14px;
	font-weight: bolder;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-style: normal;
}
.twoColFixRtHdr #header {
	background-image: url(images/layout_header2.jpg);
	background-repeat: no-repeat;
	height: 166px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixRtHdr #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 */
}
.twoColFixRtHdr #sloganSlide {
	height: 25px;
	background-color: #006666;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #DCC8EA;
	background-color: #E0C8EA;
	text-align: center;
}

.twoColFixRtHdr #sidebarHome {
	float: right; /* since this element is floated, a width must be given */
	width: 200px;
	background-color: #E0C8EA;
	text-align: center;
	height: 500px;
	padding-top: 35px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-image: url(images/community_connections.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.twoColFixRtHdr #sidebarHome h4 {
	color: #F3EDF9;
	font-size: 16px;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	text-align: right;
	margin-bottom: 110px;
}
.twoColFixRtHdr #mainContent {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #DCC8EA;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #DCC8EA;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #DCC8EA;
} 
.twoColFixRtHdr #carolPromises {
	background-image: url(images/layout_carol.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 225px;
	margin-right: 0px;
	float: left;
}
.twoColFixRtHdr #carolPromises h1 {
	font-size: 22px;
	color: #A90000;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-left: 150px;
	margin-top: 15px;
	margin-bottom: -5px;
	font-style: italic;
}
.twoColFixRtHdr #carolPromises p {
	font-size: 14px;
	margin-left: 124px;
	color: #663399;
	font-weight: bolder;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
}
.twoColFixRtHdr #carolPromises a {
	text-decoration: underline;
	font-style: normal;
}
.twoColFixRtHdr #communityListings {
	margin-right: 0px;
	width: 500px;
	margin-left: 20px;
}
.twoColFixRtHdr #communityListings p {
	font-size: 14px;
	color: #663399;
	font-weight: bolder;
	font-family: Arial, Helvetica, sans-serif;
}
.twoColFixRtHdr #communityListings a {
	text-decoration: underline;
	font-style: normal;
}
.twoColFixRtHdr #subArea {
}
.twoColFixRtHdr #featureArticle {
	width: 225px;
	height: 260px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 10px;
	color: #663399;
}
.twoColFixRtHdr #mapHome {
	float: right;
	text-align: center;
	width: 250px;
	margin-right: 25px;
}
.twoColFixRtHdr #contactInfo {
	margin-left: 40px;
	margin-top: 50px;
}
.twoColFixRtHdr #artIndex {
	background-color: #FFFCC7;
	padding: 10px;
	margin-bottom: 35px;
}
.twoColFixRtHdr #footer {
	background-color: #FDFB93;
	text-align: center;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
.twoColFixRtHdr #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 */
	color: #9F43BD;
}
.twoColFixRtHdr #footer img {
	margin-bottom: -10px;
}
.twoColFixRtHdr #footer ul {
	display: inline;
	color: #662A79;
	font-size: small;
	padding-left: 0px;
}
.twoColFixRtHdr #footer ul li {
	display: inline;
	margin-left: 0px;
	padding-left: 2px;
}
.fltrtMi {
	float: right;
	margin-left: 8px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #000033;
	margin-top: 15px;
}
.fltrtMi a {
	text-decoration: none;
	color: #009900;
}
.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;
}
/* Menu Pasted from Dynamic Drive */
.chromestyle{
	width: 100%;
	font-weight: normal;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
	border: 1px solid #FFFF00;
	width: 100%;
	background: url(chrometheme/chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
	padding: 4px 0;
	margin: 0;
	text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
	color: #67359A;
	margin: 0;
	text-decoration: none;
	padding-top: 4px;
	padding-right: 25px;
	padding-bottom: 4px;
	padding-left: 25px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFF00;
}

.chromestyle ul li a:hover{
background: url(chrometheme/chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

/*.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
/*content: " v";
/*content: " " url(chrometheme/downimage.gif); /*uncomment this line to use an image instead*/
/*}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
	background-color: #DCC8EA;
	width: 200px;
	visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);
	border-top-width: 1px;
	border-right-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: #FFFF00;
	border-right-color: #FFFF00;
	border-bottom-color: #FFFF00;
	border-left-color: #FFFF00;
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	color: #67359A;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFF00;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #FDFB93;
}
