@charset "utf-8";
/* CSS Document */



body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#787878;
}

.tmenu:visited {
	FONT-SIZE: 12px; COLOR: black; FONT-FAMILY:Arial, Helvetica, sans-serif; TEXT-DECORATION:none; font-weight: bold;
}

.tmenu:hover {
	FONT-SIZE:12px; COLOR:#a3271b !important; FONT-FAMILY:Arial, Helvetica, sans-serif; TEXT-DECORATION: blink !important; font-weight: bold;
}

.tmenu:link {
	FONT-SIZE: 12px;
	COLOR: black;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	TEXT-DECORATION:none;
	font-weight: bold;
	
}


#bodypos {position: relative;
	margin: 0 auto;
	height: 100%;
	width: 800px;}
	
#header { width:800px; height:146px; background-color:#dcbbfc;} 
#imgcont { width:800px; height:313px;}
#container {width:800px; height:300px; float:left;}
#textcont { height:300px; width:772px; float:left; margin-left:16px; background-color:#dcbbfc;}
#vancont { height:135px; width:800px; background-image:url(images/van.jpg); float:left;}

.nohead { font-family:Arial, Helvetica, sans-serif; font-size:18px; color:#004c13; font-weight:bold; }
.texthead { font-family:Arial, Helvetica, sans-serif; font-size:20px; font-weight:bold; color:#004c13; }
.textdeco { font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#52575b; line-height:1.3em;}
.txtlink { color:#ffffff; font-family:Arial, Helvetica, sans-serif; font-size:12px; }



#carcont { height:198px; float:left; width:677px; margin-left:22px;}

/* services page */
#scontainer { background-color:#f4e8ff; width:800px; height:440px; position: relative;}
#textcontt { height:390px; width:760px; float:left; margin-left:20px;}
.textdecoo { font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#52575b; line-height:1.3em;}
.txtcont { width:445px; float:left; margin-left:20px; margin-top:5px;  }
#imgcontt { width:139px; float:left; margin-top:20px; margin-left:20px;}

/* form page */
#fcontainer { background-color:#ecedee; width:800px; height:650px;}
#textcontf{ width:677px; float:left; margin-top:20px; margin-left:30px; height:620px;}

.txtarea { width:675px; float:left; margin-left:20px; margin-top:5px;  }

/* contact page */

.txtus { width:675px; float:left; margin-left:20px; margin-top:5px;  }
#containerus{ background-color:#f4f4f4; width:742px; float:left; margin-top:20px; margin-left:30px; height:320px;}
#mcontainerus { background-color:#ecedee; width:800px; height:380px;}

.footer{ background-color:#b0b0b0; font-family:Arial, Helvetica, sans-serif; font-size:12px; color:black; height:33px; width:800px; float:left;}

.mattblacktabs{
width: 100%;
overflow: hidden;
border-bottom: 1px solid black; /*bottom horizontal line that runs beneath tabs*/
}

.mattblacktabs ul{
margin: 0;
padding: 0;
padding-left: 10px; /*offset of tabs relative to browser left edge*/
font: bold 12px Verdana;
list-style-type: none;
}

.mattblacktabs li{
display: inline;
margin: 0;
}

.mattblacktabs li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 7px 8px; /*padding inside each tab*/
border-right: 1px solid white; /*right divider between tabs*/
color: white;
background: #414141; /*background of tabs (default state)*/
}

.mattblacktabs li a:visited{
color: white;
}

.mattblacktabs li a:hover, .mattblacktabs li.selected a{
background: black; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}
