@charset "utf-8";
body  {
	margin: 0;
	text-align: center;
	color: #FFF;
	background-image: url(/images/common/metal.png);
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14pt;
}
#language {
	position: absolute;
	top: 10px;
	right: 20px;
}
#container {
	margin: 35px auto;
	width: 90%;
	min-width: 920px;
	border: 30px solid #F7E941;
	text-align: left;
	position: relative;
}
#header_spacer {
	height: 214px;
}
#header {
	background-color: #00548C;
	height: 214px;
	width: 100%;
	color: #FFF;
	position: absolute;
	top: 0;
}
#header a {
	color: #FFF;
	text-decoration: none;
}
#contact a:hover {
	color: #F7E941;
}
#social_networking {
	position: absolute;
	bottom: 30px;
	right: 0px;
}
#admin {
	margin: 25px 0 0 0;
	padding: 10px;
	background-color: #000;
	border: 3px solid #F7E941;
	width: 90%;
}
#bbb {
	float: right;
}
#bbb img {
	border: 5px solid #FFF;
	margin: 5px 5px 0 0;
}

#contact {
	position: absolute;
	right: 300px;
}
#navigation {
	position: absolute;
	bottom: 15px;
	left: 15px;
	width: 1000px;
}
#navigation .link {
	position: relative;
	display: inline;
	background-color: #004878;
	border: 2px solid #588FB3;
	margin: 0 3px;
	padding: 5px 5px 5px 9px;
	text-align: center;
}
#navigation .link_hover {
	background-color: #004368;
	border-bottom: 2px solid #333;
	border-right: 2px solid #333;
}
#navigation .link_hover .button a {
	color: #F7E941;
}
#navigation .button {
	display: inline;
}
#navigation .submenu {
	position: absolute;
	left: -25px;
	z-index: 1000;
	background-color: #00548C;
	border: 2px solid #666;
	margin: 5px 0 0 10px;
	padding: 3px;
	width: 200px;
}
#navigation .submenu a {
	padding: 0 4px;
}
#navigation .submenu a:hover {
	background-color: #004368;
	color: #F7E941;
}
#cc img {
	padding-right: 3px;
}
#notice {
	color: #00CC33;
}
#mainContent {
	padding: 20px;
	background: #000;
}
#errorExplanation h2 {
    color:#CC0000;
}
#mainContent a {
	color: #00548C;
}
#logos img {
	padding: 15px;
}
#footer {
	padding: 0 10px 0 20px;
	color: #000;
} 
#footer p {
	margin: 0;
	padding: 10px 0;
}
a      {
	color: #00548C;
}
a:visited      {
	color: #00548C;
}
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.floatR {
	float: right;
	padding-left: 10px;
}
.floatL {
	float: left;
	padding-right: 10px;
}

.yellow {
	color: #F7e941;
}
.Color00548C {
	color: #00548C;
}
.ColorF9D43F {
    color: #F9D43F;
}
h1 {
	border-bottom: 2px solid #f7e941;
	color: #00548C;
	font-size: 150%;
}
h2 {
	color: #00548C;
	font-size: 120%;
}
h3 {
	color: #00548C;
	font-size: 100%;
}

/* /auto_repair_lansing */
#home_sidebar {
	float: right;
	padding: 0 0 5px 0;
}

/* home/affiliates */
#advertisement {
	margin: 5px 0 0 0;
}

/* why/dealerships img */
#dealership_bullets {
	float: right;
	width: 310px;
	background-color: #FFF;
	color: #000;
	border: 5px groove #00548C;
	margin: 0 0 0 10px;
	padding: 0 10px 0 0;
}

/* blog/ */
.post {
	border-top: 2px solid #F7E941;
}
#post .h1_span {
	float: right;
	line-height: 2em;
}
#post .h2_span {
	float: right;
	line-height: 3.5em;
}
#post h2 {
	border-bottom: 1px dotted #00548C;
}
#archive a {
	text-decoration: none;
}
#comments {
	width: 60%;
	margin: 0 auto;
	border-top: 1px solid #F7E941;
}
#comment {
	margin: 15px;
	text-align: left;
}
#comment_divider {
	margin: 0;
	border-top: 1px dotted #00548C;
}
#comments_form p {
	color: #00548C;
}
.small {
	font-size: 60%;
	color: #F7E941;
}

/* site_images/show */
#img_block {
	border-bottom: 3px solid #F7E941;
	padding: 0 0 30px 0;
}

/* spry accordion */
.Accordion {
	overflow: hidden;
	border: 1px solid #FFF;
	margin: 10px;
	padding: 15px;
}
.AccordionPanel {
	margin: 0px;
	padding: 0px;
}
.AccordionPanelTab {
	margin: 0px;
	padding: 2px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	color: #F9D43F;
}
.AccordionPanelContent {
	margin: 0px;
	padding: 0px;
	height: 200px;
	overflow: auto;
}
.AccordionPanelContent  #content {
	border: 1px solid #00548C;
}
.AccordionFocused .AccordionPanelOpen .AccordionPanelTab {
	background-color: #00548C;
	color: #FFF;
}