/* "Minnetonka Auto Body" Template for Mambo 4.5.1
 Copyright 2006 All rights reserved
 Konr Ness
 Ness Multimedia
 konr.ness@nessmultimedia.com
 http://www.nessmultimedia.com
 10/4/2006
*/

/* CSS global reset for all browsers */
* {
	padding: 0;
	margin: 0;
}

/*********** MAIN STUFF ************/

div,
td,
p {
	font-family: Verdana, sans-serif;
	font-size:10px;
	line-height:18px;
	color:#333333;
}

a,
a:link,
a:active,
a:visited {
	text-decoration:underline;
	color:#000000;
}

a:hover {
	text-decoration:underline;
	color:#3973AC;
}

.mab {
	margin: 0px;
	padding: 0px;
}

#container {
	width: 766px;
	text-align: left;
}

#container_head {
	height: 78px;
	width: 100%;
	/*background: url("../images/header.jpg") top left no-repeat;*/
}

#container_main {
	position: relative;
	width: 100%;
	height: auto;
	padding: 0px;
	margin: 0px;
}

#container_left {
	position: relative;
	float: left;
	top: 0px;
	left: 2px;
	width: 214px;
	background-color: #E3E8EE;
	height: 100%;
	border: 1px solid #5F5F5F;
	border-top: 0px;
	margin: 0px;
	padding: 0px;
}

#container_body {
	position: relative;
	margin-left: 5px;
	padding: 5px;
	width: 554px;
}

#container_foot {
	clear: both;
	width: 100%;
	text-align: center;
	margin-top: 10px;
}

/*********** MAMBO STUFF **********/

 /* Mambo specific calls - there are more out there, this is just a reduced set for high speed layout*/
/* Formatting for modules */
/*table.moduletable, table.moduletable_white, table.moduletable_gray, 
table.moduletable_tan, table.moduletable_orange, table.moduletable_wide
{
	width: 95%;
	padding-left: 2px;
	text-align: left;
	margin-left: 4px;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px #A8ACB0 solid;
	background-color: #FFFFFF;
}*/

/* Heading text of the modules */
/*table.moduletable th, table.moduletable_white th, table.moduletable_gray th, table.moduletable_tan th,
table.moduletable_orange th, table.moduletable_wide th 
{
	text-align: left;

	border-bottom: 1px #A8ACB0 solid;
	background-image: url("../images/arrow.gif");
	background-position: 10px 8px;
	background-repeat: no-repeat;
	padding-left: 25px;
	height: 25px;
	font-size: 11px;
	font-weight: bold;
	vertical-align: middle;
}*/

/* content/data text for the modules */
/*table.moduletable td, table.moduletable_white td, table.moduletable_gray td, table.moduletable_tan td,
table.moduletable_orange td, table.moduletable_wide td {
	padding: 10px;
	line-height: 1em;
}

table.moduletable_white {
	background-color: #FFFFFF;
}
table.moduletable_white th {
	border-bottom: 1px #A8ACB0 solid;	
}

table.moduletable_grayleft {
	background-color: #C0C0C0;
}
table.moduletable_gray th {
	border-bottom: 1px #8F9090 solid;
	background-color: #E0E0E0;
}

table.moduletable_grayright {
	background-color: #F0F0F0;
}
table.moduletable_grayright th {
	border-bottom: 1px #B1B1B1 solid;
}

table.moduletable_orange {
	background-color: #F6E9CD;
}
table.moduletable_orange th {
	border-bottom: 1px #E3BE6A solid;
}*/


/* All internal headings, including the contact page */
.contentheading, .componentheading, .contact.th {
	font-weight: bold;
	font-size: 1em;
}

/* Pathway and other stuff */
.small {
	font-weight: bold;
	font-size: 0.6em;
}

.createdate, .modifydate {
	font-size: 0.8em;
}


/*********** MENU STUFF ************/

#mainmenu {
	position: relative;
	width: 200px;
	border: 1px black solid;
	left: 4px;
	margin-top: 4px;
	border-top: 1px solid #A8ACB0;
	border-left: 1px solid #A8ACB0;
	border-right: 1px solid #A8ACB0;
	border-bottom: none;
	background-color: white;
}

/** generic menu item **/
.menuitem  {
	display:block;
	height:25px;
	line-height:25px;
	padding-left:25px;
	background: url("../images/menu_icon.gif") no-repeat top left transparent;
	font-weight:normal;
	border-bottom: 1px solid #A8ACB0;
	text-align: left;
}

.menuitem:link,
.menuitem:active,
.menuitem:visited,
.menuitem:hover {
	text-decoration: none;
	color:#000000;
}


.menuitem:hover {
	background-color: #D4D9DE;
	font-weight: bold;
}

.address {
	font-size: 10px;
	font-weight: bold;
	line-height: 12px;
	margin-left: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#leftmodules {
	width: 200px;
	margin-left: 5px;
}

#leftmodules .module {
	margin-top: 15px;
}

/*********** MISC STUFF **************/

.breadcrumb {
	
	margin: 10px;
	font-size: 18px;
	font-weight: bold;
}

ul {
	margin-left: 10px;
	color: #646F7C;
	font-size: 12px;
}

li {
	list-style-image: url("../images/ul_icon.gif");

}

.service {
	color: #646F7C;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
}

.service UL {
	color: #000000;
	font-size: 11px;
	font-weight: normal;
}

.service LI {
	margin-left: 15px;
	list-style-type: disc;
}

.intro {
	line-height: 1.5em;
	font-size: 12px;
}
.quote {
	font-size: 11px;
	line-height: 1.6em;
	font-style: italic;
	text-align: right;
}


/*********** MODULE STUFF ************/

.module {
	border: 1px #A8ACB0 solid;
	background-color: #F6E9CD;
	margin: 3px;
}

.module .m_header {
	border-bottom: 1px #A8ACB0 solid;
	background-image: url("../images/arrow.gif");
	background-position: 10px 8px;
	background-repeat: no-repeat;
	padding-left: 25px;
	height: 25px;
	font-size: 12px;
	font-weight: bold;
	vertical-align: middle;
}

.module .m_body {
	padding: 10px;
	line-height: 12px;
}

.m_footer {
	padding-top: 5px;
	text-align: right;
}

.m_learnmore {
	background-image: url("../images/arrow.gif");
	background-position: center right;
	background-repeat: no-repeat;
	padding-right: 15px;
	text-align: right;
	font-weight: bold;
	font-size: 11px;
}


.m_learnmore a,
a:link,
a:active,
a:visited{
	color: #0018BB;
	text-decoration: none;
}

.m_learnmore a:hover {
	text-decoration: underline;
}

/********* CUSTOM MODULE STUFF *********/

#m_gray .m_header {
	border-bottom: 1px #A8ACB0 solid;

}

#m_graywhite .m_header {
	background-color: #F0F0F0;
	margin-left: 0px;
}

#m_orange .m_header {
	border-bottom: 1px #E3BE6A solid;
}

#m_purple .m_header {
	border-bottom: 0px;
}

#m_white .m_header {
	border-bottom: 1px #ABAFB3 solid;
}

#m_gray {
	background-color: #F0F0F0;
	margin-left: 0px;
}

#m_orange {
	background-color: #F6E9CD;
	margin-right: 0px;
}

#m_purple {
	background-color: #E9E9FF;
}

#m_purple_foot {
	background-color: #E9E9FF;
	background-image: url('../images/temp_car3.jpg');
	background-repeat: no-repeat;
	background-position: right;
	height: 71px;
	padding-right: 243px;
}

#m_white {
	background-color: #FFFFFF;
	margin-left: 0px;
}

#m_graywhite {
	background-color: #FFFFFF;
	margin-left: 0px;
}


/************ BODY MAIN *****************/

.body_main {
	height: 244px;
	background-color: #FFFFFF;
	width: 100%;
}