div.leftCol.middle {
	width: 150px;
}

div#body.leftCol {
	margin: 30px 0px 0px 35px;
	width: 500px;
}

html > body div.leftCol.middle {
	width: 210px;
}

div#mainImage.rightCol{
	margin-top: -40px;
	position: relative;
	z-index: 0;
}

div#top {
	position: relative;
	z-index: 10000;
}

div.rightCol {
	float: right;
}

/* Navigation Styles */
ul.nav {
	width: 190px;
}

ul.nav li {
	line-height: 27px;
	vertical-align: middle;
}

ul.nav li a {
	position: absolute;
}

html>body ul.nav li a {
	position: relative;
}

ul#mainNav li.sfHover ul {
	left: 197px;
	z-index: 10000;
	position: absolute;
	margin-top: -5px;
}

html>body ul#mainNav li.sfHover ul {
	margin-top: -27px;
}

ul#mainNav li ul li.sfHover ul {
	left: 220px;
}


/* Accordian Styles */
div#listings {
	position: relative;
	z-index: 10000;
}

div#listings dl {
	/* border: 5px solid #D2A38A; */ /* comment this :::CAR */
	border: 5px solid #999999; /* uncomment this :::CAR */
	width: 215px;

	margin: 20px 0 0px 35px;
}

div#listings dl dt {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;

	text-transform: uppercase;

	/* background-color: #D2A38A; */ /* comment this :::CAR */
	background-color: #999999; /* uncomment this :::CAR */

	padding: 7px;

	cursor: pointer;
}


div#listings dl dt div {
	/* border-bottom: 2px solid #AF593C; */ /* comment this :::CAR */
	/* border-right: 2px solid #AF593C; */ /* comment this :::CAR */
	border-bottom: 2px solid #666666; /* uncomment this :::CAR */
	border-right: 2px solid #666666; /* uncomment this :::CAR */
	color: #333333; /* uncomment this :::CAR */
	padding: 4px 4px 4px 0px;
}

div#listings dl dd {
	overflow: auto;
	padding: 10px 0px 10px 20px;
	/* background-color: #F0DFd4; */ /* comment this :::CAR */
	background-color: #cccccc; /* uncomment this :::CAR */
}

div#listings dl dd a {
	/* color: #ba7256; */ /* comment this :::CAR */
	color: #333333; /* uncomment this :::CAR */
	font-family: arial, sans-serif; /* uncomment this :::CAR */
	font-size: 12px; /* uncomment this :::CAR */
	
}

div#listings dl dd li {
 	list-style-type: disc;
	font-size: 0.9em;
	/* color: #BA7256; */ /* comment this :::CAR */
	color: #333; /* uncomment this :::CAR */
}

.accordian {
	margin-right: 20px;
}

/* Footer Styles and Structure */
div#footer {
	/* background-image: url(/img/bottom-int.jpg); */ /* comment this :::CAR */
	/* background-repeat: no-repeat; */ /* comment this :::CAR */
	background-color: #ccc; /* uncomment this :::CAR */
	border-top: solid 1px #666; /* comment this :::CAR */
	height: 57px;
}

div.footerItem {
	font-family: Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: bold;
	line-height: 1.3em;

	/* color: #431d13; */ /* comment this :::CAR */
	color: #333333; /* uncomment this :::CAR */

	margin-top: 17px;
	float: left;
}

div.footerItem a {
	text-transform: uppercase;
}

div#enewsSmall {
	margin-right: 50px;
	margin-left: 40px;
}

div#downloadPrintSmall {
	text-transform: uppercase;
}