/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial,sans-serif;
	background-color: #000033;
}

#wrapper {
	margin: 40px 0px 0px 40px;
	width: 95.5%;
	position: absolute;
	border-left: 2px solid #eee;
	border-right: 2px solid #eee;
	border-top: 2px solid #eee;
	top: 0px;
	height: auto;
	left: 4px;
}

/******* hyperlink and anchor tag styles ******/

a:link a:visited{
	color: #000333;
	text-decoration:none;
}

a:hover{
	text-decoration: underline;
}


/************** header tag styles **************/

h1{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica;
	font-size: 105%;
	font-weight: bold;
}

h2{
 font: bold 95% Arial,sans-serif;
 color: #006699;
 margin: 0px;
}

h3{
	font: bold;
	font-size:95%;
	font-family: Arial,sans-serif;
	color: #000033;
	margin: 0px;
	padding: 0px;
}

h4{
	font-family: Arial, sans-serif, bold;
	font-size: 100%;
}

h5{
 font: 100% Arial,sans-serif;
 color: #000033;
 margin: 0px;
 padding: 0px;
}

h6{
	font: bold 100% Arial,sans-serif;
	color: #000033;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	}

h7{
	font: bold 100% Arial,sans-serif;
	color: #000033;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}

.insurancecontact{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica;
	color: #006699;
	font-size: 105%;
	font-weight: bold;
}

.red{
	color:#900;
	font-weight:bold;
	}
	
.style1{/* email address */
	color: #0000FF
}

.style2 {
	color: #000033
}
.style3 {
	color: #CCCCCC
}

.stylebold {
	font-weight: bold;	
}

.style6 {
	color: #CCCCCC
}

.style7 {
	font-weight: bold
}
.style9 {
	color: #006699
}
.centerbold {
	text-align:center;
	font-weight:bold;
}

.centertext {
	text-align:center;
	text-decoration:none;
	font-size:14px;
}

.justify{
	text-align:justify;
}

/*************** list tag styles ***************/

ul{
 	list-style-type: square;
	}

ul ul{
	list-style-type: disc;
	}

ul ul ul{
	list-style-type: none;
	}

/********* form *********/
#form {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica;
	padding: 0px 0px 5px 10px;
	border-top: 1px inset #000033;
}

/********* form header *********/
#rpheader {
	padding: 10px 0px 10px 0px;
	text-align: center;
	font-size: 100%;
}

.form h1 {
	color: #005FA9;
	font-size: 110%;
}

.form h2 {
	font-size: 12px;
	color:#006699;
	font-weight: bold;
}

label{
	color: #005FA9;
	font-size: 12px;
}
				
input{
	font-family: Verdana, Arial, Helvetica;
	padding: 0px;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell1{
	position:absolute;
	background-color: #CCCCCC;
	top: 135px;
	padding: 0px;
	background-image: url(http://marshallautobody.com/images/gif/leftcol.gif);
	background-repeat: repeat-y;
	left: 20px;
	border-left: 2px solid #CCC;
	border-bottom: 2px solid #CCC;
	border-right: 2px solid #CCC;
	width: 815px;
}

#masthead{
	position: absolute;
	top: 27px;
	left: 20px;
	right: 2%;
	width: 90%;
	height: 105px;
	border: 2px solid #CCC;
	background-image: url(http://marshallautobody.com/images/mab_logos/logoMain.gif);
	background-position: right;
	background-repeat: no-repeat;
	min-width: 815px;
	width: 815px;
}

#logobar{
	position: absolute;
	top: 28px;
	left: 20px;
	right: 2%;
	width:21px;
	height: 45105px;
}

#pageNav{
	float: left;
	font: small Verdana,sans-serif;
	width: 198px;
	padding: 0px 0px 0px 0px;
	margin: 0px;
}

#content{
	border-left: 1px solid #ccd2d2;
	margin-left: 200px;
	width: auto;
}

/***********************************************/
/* Component Divs                              */
/***********************************************/

#pageName{
	color: #000033;
	padding: 5px 5px 10px 5px;
	float: left;
	width: 600px;
}

.pageName h1{
	font: 80% Arial,sans-serif;
	color: #006699;
	margin: 0px;
	padding-left: 10px;
	text-decoration: none;
}



/************** Page Name Logo Bar *****************/
#pageNameLogoBar{
	padding: 5px 5px 0px 10px;
	float: left;
}



/************** utility styles *****************/

#utility{
	font: 90% Verdana,sans-serif;
	position: relative;
	height: 110px;
	color: #000033;
	padding: 0px;
	margin: 0px;
	width: 60%;
	}

#utility a{
	color: #eee;
}

#utility a:hover{
	text-decoration: underline;
}
/************ Email News Letter Links **************/
#email{
	top: 50px;
	height: 22px;
	padding: 15px 0px 0px 10px;
	margin: 0px;
	left: 10px;
	z-index: 100;
	width: 650px;
}
 
a.email, a.email:visited{
	font-size: 0.85em;
	color: #CCCCCC;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #8FB8BC;
}

a.email:hover{
	text-decoration: none;
	color: #20A6CF;
}
/************* globalNav styles ****************/

#globalNav{
	position: relative;
	height: 110px;
	color: #000033;
	padding: 0px;
	margin: 0px;
	width: 80%;
}
 
#gnl {
	position: absolute;
	top: 0px;
	left:0px;
}

#gnr {
	position: absolute;
	top: 0px;
	right:0px;
}

#globalLink{
	top: 50px;
	height: 22px;
	padding: 15px 0px 0px 10px;
	margin: 0px;
	left: 10px;
	z-index: 100;
	width: 650px;
}


a.glink, a.glink:visited{
	font-size: 0.85em;
	color: #CCCCCC;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #8FB8BC;
}

a.glink:hover{
	text-decoration: none;
	color: #20A6CF;
}

.skipLinks {display: none;}


/************ subglobalNav styles **************/

.subglobalNav{
	position: absolute;
	top: 35px;
	height: 65px;
	padding: 0px 0px 0px 10px;
	visibility: hidden;
	color: #000033;
	width: 627px;
	left: 7px;
}

.subglobalNav a:link, .subglobalNav a:visited {
	font-size: 0.75em;
	color: #20A6CF;
}

.subglobalNav a:hover{
	color: #20A6CF;
}

/************* breadCrumb styles ***************/

#breadCrumb{
	color: #999;
	width: auto;
	line-height: 1.16;
	padding: 15px 15px 10px 10px;
	font-size: 0.7em;
}

#breadCrumb a{
	color: #666;
}

#breadCrumb a:hover{
	color: #666;
	text-decoration: underline;
}

/**************** date *****************/

#javadate{
	text-align: center;
	font-size: 90%;
	padding: 10px 0px 10px 0px;
	border-bottom: 0px solid #ccc;
	font: .075em, bold, #999999 arial, sans-serif;
}

/************** template area *****************/

.temp{
	padding: 0;
	}

html>body .temp {
	height: auto;
	}

.temp rulimg{
	float: left;
	padding: 10px 10px 10px 10px;
	margin: 0 5px 5px 0;
	}


/************** feature styles *****************/

.feature{
	padding: 5px 10px 10px 10px;
	width: 96%;
}

html>body .feature {height: auto;}

.feature h2{
	font: 100ems Arial,sans-serif;
	color: #006699;
	text-decoration: none;
	font-weight: bold;
}

.feature img{
	float: right;
	padding: 10px 10px 10px 10px;
	margin: 0 5px 5px 0;
}

.feature rulimg{
	float: left;
	padding: 5px;
	margin: 0 5px 5px 0;
}


/* adjust margins to change separation between the feature image and text flowing around it */


/*************** story styles ******************/

#story{
	padding: 5px 5px 10px 5px;
	font-size: 0.85em;
	float: left;
	width: 600px;
}

#story h2{
	color: #006699;
	text-decoration: none;
	font-family: Arial, Helvetica;
}

#story img{
	padding: 10px 10px 10px 10px;
	margin: 0 5px 5px 0;
}

a.story:link{
	color: #005FA9;
	text-decoration: none;
}

a.story:hover{
	text-decoration: underline;
}

a.story:visited {
color : #006699;
}

/*************** faqnav  ******************/

#faqnav a {
color : #006699;
font-size : 100%;
margin : 0 0 0 15px;
float : left;
}

a.faq:link {
color : #006699;
}
a.faq:visited {
color : #000000;
}

/*************** Customer comments ******************/

.comments {
	padding: 0px 15px 10px 10px;
	font-size: 75%;
	width: 96%;
	height: auto;
}

.comments h3{
	font: bold 85% Arial,sans-serif;
	color: #005FA9;
	text-decoration: none;
}

.comments p {
	padding: 0px 0px 0px 0px;
}

.comments a.capsule{
	font: bold 1em Arial,sans-serif;
	color: #000033;
	display:block;
	padding-bottom: 5px;
}

.comments a.capsule:hover{
	text-decoration: none;
}

td.commentsLeft{
	padding-right: 12px;
}

/************** find an agent page *****************/

.agent{
	padding: 5px 15px 10px 10px;
	font-size: 100%;
	width: 96%;
}
html>body .agent {height: auto;}

.agent h3{
	font: bold 110% Arial,sans-serif;
	color: #005FA9;
	text-decoration: none;
}

.agent rulimg{
	float: left;
	padding: 10px 10px 10px 10px;
	margin: 0 5px 5px 0;
}

.style1{/* email address */
	color: #0000FF
}

/************** siteInfo styles ****************/

#siteInfo{
	clear: both;
	font-size: 0.75em;
	color: #000033;
	padding: 5px 0px45px 0px;
	height:75px;
	width: auto;
	text-align: center;
	background-color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: groove;
	border-color: #000033;
}

#siteInfo img{
	padding: 0 4px 0 0;
	vertical-align: middle;
}

/********* DRP Reinspector Link *********/
#DRPlink{
	padding: 6px 0px;
	margin: 0px;
	text-align:center;
	font-weight: bold;
}

#DRPlink a:link, #DRPlink a:visited{
	padding: 6px 0px 6px 0px;
	border-top: 1px solid #000066;
	border-bottom: 1px solid #000066;
	display: block;
	color: #000033;
	text-decoration: none;
}


#DRPlink a:hover{
	border-top: 1px solid #cccccc;
	background-image: none;
	text-decoration: none;
	background-color: #000033;
	color: #CCCCCC;
}


/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	padding: 0px;
}

#sectionLinks h4{
	padding: 2px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
}	

#sectionLinks a:link, #sectionLinks a:visited{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	display: block;
	color: #000033;
	text-decoration: none;
}


#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-image: none;
	text-decoration: none;
	background-color: #000033;
	color: #CCCCCC;
}


/************* logo header styles **************/
#masterheadimg {
	position:absolute;
	left:680px;
	top:33px;
	width:40px;
	height:25px;
	z-index:1;
}




/************ related links Insurance Agents / CSRs styles **************/
#relatedHeader{
	text-align: center;
	margin: 0px;
	color: #006699;
	font-size: 12px;
	font-weight: bold;
	padding: 3px 0px 3px 0px;
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
}

#related{
	margin: 0px;
	padding: 0px;
}

#related h4{
	padding: 4px 0px 4px 0px;
	border-bottom: 1px solid #cccccc;
}	

#related a:link, #related a:visited{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	display: block;
	color: #000033;
}


#related a:hover{
	text-decoration: none;
	background-color: #000033;
	color: #CCCCCC;
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/**************** center image style *****************/

#ctr{
	margin: 0px;
	padding: 0px 0px 0px 10px;
	font-size: 80%;
}

.ctr h3{
	font: bold 115% Arial, sans-serif;
	color: #005FA9;
	text-decoration: none;
}

.ctr img{
	float: left;
	padding: 0px 5px 10px 0px;
	margin: 0px;
}

/**************** camera style *****************/

.camera{
	color: #005FA9;
	text-align: center;
	border-bottom: 1px solid #000099;
	font-family: Arial, Helvetica,;
	font-size: 0.85em;
	font-weight: bold;
	border-top: 1px solid #000099;
	padding: 10px 0px;
}

/*************** date styles *****************/

#javadate{
	margin: 0px;
	padding: 15px 10px 10px 10px;
	color: #666;
	text-align: center;
	border-bottom: 1px solid #cccccc;
	font-family: Arial, Helvetica;
	font-size: 0.85em;
	font-weight: normal;
}

/*************** left col extras (editable region named width: 200px max *****************/
#lftcol_extra{
	margin: 0px;
	padding: 10px 15px;
	color: #599E4B;
	border-bottom: 1px solid #cccccc;
}

#lftcol_extra a:link, #lftcol_extra a:visited{
	color:#005FA9;
	text-decoration: none;
	}

#lftcol_extra a:hover{
	color: #005FA9;
	text-decoration:underline;
	}

/*************** image styles *****************/

.leftimage{
	float: left;
	margin: 0px 0px 10px 10px;
}

.rightimage{
	float: none;
	margin: 10px 10px 0px 0px;
}

.centerimage{
	margin: 5px 0px 0px 0px;
}

.empimage{
	margin: 50px 0px 50px 0px;
}

	
/**************** page images *****************/

/** left col template (icar&ase) **/
#certimage{
	text-align: center;
	font-size:24px;
	color:#C00;
	padding: 10px 0px0px 0px;
	border-bottom: 1px solid #cccccc;
}

.certimgage{
	margin: 0px;
}

.certimage a:link {
	color : #C00;
}
.certimage a:hover {
	text-decoration:underline;
}
.certimage a:visited {
	color : #60C;
}
.piaimage{
	margin: 0px;
	padding: 0px;
	font: 100% Arial,sans-serif;
	color: #005FA9;
	text-align: center;
	border-bottom: 1px solid #cccccc;
}

/** marshall logo **/
.masterheadimage{
	position: absolute;
	top: 0px;
	right: 6px;
	padding: 0px;
	margin: 0px;
}

/** index-building **/
#buildingimage{
	padding: 0px;
	margin: 0px;
	height: 230px;
	background-image: url(http://marshallautobody.com/images/shop/newshop_420x230%20copy.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

#faqnav a {
	color : #006699;
	font-size : 0.80em;
	margin : 0 0 0 10px;
	float : left;
}
a:link {
	color : #006699;
}
a:visited {
	color : #000333;
}

.clear {
    clear:both;
    height:1px;
    overflow:hidden;
  }

#footer {
	color : #666;
	font-size : 0.85em;
	margin : 0px 0px 25px 0px;
}

#newBuilding {
	background-image: url(http://marshallautobody.com/images/shop/newshop_420x230%20copy.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	height: 230px;
	width: 420px;
	text-align: center;
	display: block;
}

/** Image upload for triage form **/
.Show
{
visibility: visible;
display: inline-block;
}
.Hide
{
	visibility: hidden;
	display:none;
}