/* Main Structure */
body {
	background-color: #cccc99;

	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 18px;
}

div#frame {
	width: 899px;
	margin: 10px auto 0px auto;
}

div#contactInfo {
	margin-right: 25px;
	color: #666666;
	font-size: 1.1em;
}

div#contactInfo a {
	color: #666666;
	text-decoration: none;
}

div#contactInfo a:hover {
	color: #ffffff;
}

/* Main Navigation */
ul#nav {
	float: left;
}

ul#nav li a.title {
	color: #666666;

	font-weight: normal;
	font-size: 1.1em;
	line-height: 1.5em;

	text-decoration: none;
}

ul#nav li {
	list-style-type: none;
	text-align: center;
	width: 95px;
	padding-bottom: 10px;
}

ul#nav li ul {
	position: absolute;
	top: -999px;
	z-index: 1000;

	padding: 5px 0px;

	background-image: url(/img/white-trans.png);

	width: 95px;
	height: 104px; /* was 113px :::CAR */
}

ul#nav li ul li.sfHover a {
	color: #000000;
}

ul#nav li a.title:hover {
	color: #ffffff;
}

ul#nav li.sfHover ul {
	top: 38px;
	margin-left: 5px;
}

ul#nav li ul li.empty {
	height: 19px;
}

ul#nav li ul li a {
	height: auto;
}

ul#nav li ul li {
	padding-bottom: 0px;
	line-height: 1.2em;
	text-align: left;
}

ul#nav li ul li a {
	display: block;
	margin: 5px auto;

	vertical-align: middle;

	line-height: 1.2em;
	font-size: 0.95em;

	color: #fff;
	text-decoration: none;
	font-weight: normal;
	padding-left: 10px;

	height: 12px;

	position: relative;
	z-index: 10000;
}

/* Footer */
div#footer {
	padding-top: 10px;
	font-size: 0.95em;
	color: #666666;
	float: left;
	width: 897px;
}

div#footer a {
	text-decoration: none;
	color: #666666;
}

div#footer a:hover {
	color: #ffffff;
}

p#address {
	margin-left: 25px;
}

/* Bottom Navigation */
ul#bottomNav {
	margin-right: 25px;
}

ul#bottomNav li {
	list-style: none;
	float: left;
	display: inline;
}