/* CSS Document */

body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	font-style: normal;
	line-height: 1.75em;
	font-weight: normal;
	font-variant: normal;
	background-color: #FFFFFF;
	background-image: url(../images/body-back.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-attachment: fixed;
}
h2 {
	font-size: 1.66667em;
	line-height: 1.05em;
	margin-top: 0.525em;
	margin-bottom: 0.525em;
	font-weight: bold;
}
h3 {
	font-size: 1.33333em;
	line-height: 1.3125em;
	margin-top: 0.65625em;
	margin-bottom: 0.65625em;
	font-weight: bold;
}
h4 {
	font-size: 1.16667em;
	line-height: 1.5em;
	font-weight: bold;
	margin: .75em 0em;
}
p, li {
	font-size: 1em;
	line-height: 1.75em;
	margin: 0.875em 0px;
}
ul {
	margin: 0em 0em 0em 1em;
	padding: 0em 0em 0em 1em;
	list-style-type: disc;
}

a {
	color: #666666;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#holder {
	margin: 0px auto;
	width: 800px;
	text-align: left;
	padding: 0px;
	position: relative;
	line-height: normal;
	background-color: #FFFFFF;
}
#header {
	height: 180px;
	width: 100%;
	background-image: url(../images/header-back.jpg);
}
#navbar {
	background-color: #E4232F;
	height: 30px;
	width: 100%;
	font-size: 1.33333em;
}

a:hover {
	color: #000000;
	text-decoration: none;
}

#content {
	padding: 0px 20px;
	width: 460px;
	float: left;
}
#sidebar {
	float: left;
	width: 260px;
	padding: 0px 20px;
	text-align: center;
}
#sidebar #drink-xfade {
	height: 365px;
	width: 258px;
	position: relative;
	left: 0px;
	top: 0px;
	overflow: hidden;
	background-image: url(../images/cross-fade-ads/drink01.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#sidebar #drink-xfade img {
	position: absolute;
	top: 0;
	left: 0;
	height: 365px;
	width: 258px;
	display: none;
}
#footer {
	color: #CCCCCC;
	background-color: #000000;
	height: 30px;
	padding: 0px 20px;
	font-size: 0.833333em;
	line-height: 30px;
	margin: 0px;
	clear: left;
}
#footer p {
	line-height: 30px;
	margin: 0px;
}
.drivewise-logo {
	position: absolute;
	height: 157px;
	width: 140px;
	left: 30px;
	top: 12px;
}
.open-road {
	position: absolute;
	height: 160px;
	width: 590px;
	top: 10px;
	right: 10px;
}
.director-photo {
	border: 1px solid #CCCCCC;
	float: left;
	margin: 0px 10px 0px 0px;
	height: 218px;
	width: 178px;
	clear: left;
}
.director-detail {
	float: left;
	width: 270px;
	margin: -0.75em 0em 1.5em;
}
.side-photo {
	border: 1px none #CCCCCC;
	margin: 0.875em 0em;
	height: 365px;
	width: 258px;
}
.not-for-profit {
	float: left;
}
.legal {
	float: right;
}
.legal a {
	color: #CCCCCC;
}

.venue {
	width: 100%;
	margin: .5em 0em;
}

.venue-odd {
	background-color: #DCE8FE;
}
.venue-detail {
	padding: 0em .75em;
	vertical-align: top;
}
.venue-detail p {
	line-height: 1.5em;
	margin-top: .5em;
	margin-bottom: .5em;
}


.venue-photo {
	width: 200px;
	padding: 0.75em;
	vertical-align: top;
}
.venue-photo img {
	border: 1px solid #CCCCCC;
}


.client-comment-odd, .client-comment-even {
	font-style: italic;
	padding: 0px 5px;
}
.client-comment-odd {
	background-color: #DCE8FE;
}
.client-comment-location {
	font-weight: bold;
}
.contact {
	font-size: 1.16667em;
	line-height: 1.5em;
	margin: .75em 0em;
}

