
/* General Style Info */

body {
	background: #E8E8E8 url('../img/backgroundGradient.gif') repeat-x;
	text-align: center;
	margin: 0;
	padding: 0;
	font-size: small;
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	color: #444;
}

/* Layout */

#container, #footer {
	width: 945px;
	text-align: left;
	margin: 0 auto;
	overflow: hidden;
}
#container {
	background: #FFF url('../img/backgroundTile.gif') repeat-y;
}
#footer {
	padding: .5em 0;
	font-size: x-small;
	color: #666;
}
#footer a {
	color: #333;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

#sidebar {
	width: 214px;
	float: left;
	overflow: hidden;
}

#sidebar #header h1 {
	display: block;
	width: 200px;
	height: 160px;
	background: transparent url('../img/luxuryLinerLogo.gif') no-repeat;
	margin: 20px 0 0 7px;
	padding: 0;
}

#sidebar h1 span {
	display: none;
}

#sidebar #dealerSearch, #sidebar #dealerInfo, #sidebar #splash {
	padding: 0 12px 12px 12px;
}

#dealerNavigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border-top: 1px solid #EFEFEF;
}
#dealerNavigation ul li {
	border-bottom: 1px solid #EFEFEF;
}
#dealerNavigation ul li a {
	display: block;
	padding-left: 2em;
	color: #666;
	text-decoration: none;
	font-weight: bold;
	background: #F6F6F6;
}
#dealerNavigation ul li a:hover {
	background: #EFEFEF;
	color: #333;
}
#dealerNavigation ul li a span {
	line-height: 2em;
}

#content {
	width: 730px;
	float: left;
	overflow: hidden;
}
#content_pad {
//	padding: .5em 1.5em 2em 1.5em;
	padding: 0;
	display: block;
	margin-left: 1.5em;
	margin-top: 1em;
	margin-bottom: 2em;
	width: 700px;
}

/* Tables */

/* Paging */

/* Forms */
form div {
	margin-bottom: 1em;
}
form div.submit, form div.error_message {
	padding-left: 7em;
}
form div.error_message {
	color: #bd1515;
}
label {
	display: block;
	width: 7em;
	float: left;
}
label:after {
	content: ':';
}
input[type='text'] {
	width: 250px;
}
textarea {
	width: 300px;
	height: 205px;
}

#dealerSearch, #dealerInfo, #splash {
	font-size: 90%;
}
#dealerSearch div {
	display: inline;
}
#dealerSearch label {
	display: block;
	width: auto;
	clear: both;
	margin-bottom: 1em;
}
#dealerSearch input[type='text'] {
	float: left;
	width: 130px;
	margin-right: 5px;
	clear: left;
}
#dealerSearch input[type='submit'] {
	float: left;
	color: #333;
}

/* Notices and Errors */

.notice {
	display: block;
	border: 1px solid #bd1515;
	color: #bd1515;
	font-weight: bold;
	padding: 1em 0 1em 36px;
	margin: 0 0 1.5em 0;
	background: #EFEFEF url('../img/important.png') no-repeat 10px center;
}

/* Content */

#dealerInfo h2 {
	font-size: 120%;
	margin-top: 0;
}

.drop_cap {
	float: left;
	font-size: 3em;
	height: 1em;
	margin: -5px 2px 0 0;
	padding: 0;
//	text-align: top;
//	line-height: 51px;
	font-weight: bold;
	color:#666;
	font-family: Times, Times New Roman, Serif;
}

#copyright {
	float: left;
}
#domain {
	float: right;
}
#splash {
	margin-top: 25px;
	text-align: center;
}
