body {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 1.75em;
	color: #EFEFEF;
}

img {
	border: none;
}

h1 {
	margin: 0 0 20px 0;
	font-size: 18pt;
}

a {
	color: #F15A29; 
}

a:visited {
	color: #F15A29; 
}
#main {
	width: 975px;
	border: 2px solid black;
	margin: 0 auto;
	position: relative;
}

#masthead {
	background: transparent url("../images/masthead.jpg");
	height: 116px;
	position: relative;
}

#masthead h1 {
	text-indent: -9999px;
	width: 240px;
	height: 100%;
	margin: 0;
}

#masthead h1 a {
	display: block;
	height: 100%;
	width: 100%;
}

#masthead ul {
	position: absolute;
	background: black;
	top: 45px;
	right: 30px;
	list-style: none;
	margin: 0;
	padding: 0;
}

#masthead li {
	float: left;
}

#masthead a {
	display: block;
	color: white;
	font-weight: bold;
	text-decoration: none;
}

#nav_home {
	padding: 2px 15px 2px 6px;
}

#nav_contact {
	padding: 2px 15px;
}

#nav_links {
	padding: 2px 6px 2px 15px;
}

#navigation {
	background: black;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

#navigation li {
	display: inline-block;
	margin: 0;
	padding: 0;
}

#navigation a {
	display: block;
	padding: 5px 0;
	width: 100px;
	text-align: center;
	color: white;
	font-weight: bold;
	text-decoration: none;
	font-size: 11pt;
	position: relative;
}

#home_content {
	width: 975px;
	height: 600px;
	background: transparent url("../images/home-car.jpg");
}

#content {
	border-top: 3px solid white;
	background: black;
	padding: 15px;
	overflow: auto;
}

.left_column {
	width: 61%;
	float: left;
}

.right_column {
	width: 37%;
	float: right;
}

.left_column_half {
	width: 50%;
	float: left;
}

.right_column_half {
	width: 50%
	float: right;
}


.outline1 {
	padding: 16px;
	margin-bottom: 20px;
}

.outline2 {
	padding: 11px;
	background: #BABCBE;
	color: black;
}


.left {
	float: left;
	margin-right: 20px;
}

#galleryContainer {
	border-top: 3px solid white;
	margin-bottom: -3px;
	background-color:#000000;
}

#directions {
	width: 45%;
	float: left;
}

#map {
	width: 50%;
	height: 600px;
	float: right;
}

#map_close {
	position: absolute;
	top: 2px;
	right: 2px;
	color: white;
	background: black;
}

#slideshow {
	width: 318px;
	height: 213px;
	position: relative;
}

#slideshow img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

.active {
	z-index: 2;
}

.last-active {
	z-index: 1;
}

.text-orange-hilite {
	font-weight: bold; 
	color: #F15A29; 
	font-size: 20px;
	text-align:center;
}

#text-dibz-plug {
	font-size: 14px;
	font-weight: bold; 
	color: #FFFFFF; 
	line-height: 1.25em;
}



