﻿body {
	background-image:url('images/back.jpg');
	font-family:Verdana, Geneva, sans-serif;
	padding:0 0 0 0;
	margin:0 0 0 0;

		
}

p {
	
	font-family:Verdana, Geneva, sans-serif;
	font-size:small;

}

.mdiv {
	width:975px;
	background-image:url('images/mback.png');
	margin-left:15px;
}

.mdiv p {
	margin:5px 15px 10px 15px;
	font-size:small;
}

.rightdiv {
	float:right;
	width:185px;

	padding: 10px 0px 0px 10px;
	margin: 10px 0px 0px 0px;
}


.indentmenu{
	font: bold small Verdana;
	width: 100%; /*leave this value as is in most cases*/

}

.indentmenu ul{
	border: 1px solid #333333; /*grey border*/
	margin: 0;
	padding: 0;
	float: left;
	width: 100%; /*width of menu*/;
	background: black url('images/button1.jpg') center;
}

.indentmenu ul li{
	display: inline;

}

.indentmenu ul li a{
	float: left;
	color: #111111; /*text color*/;
	padding: 5px 11px;
	text-decoration: none;
	border-right: 1px #222222 solid; /*divider between menu items*/
	width:90px;
	text-align:center;
}


.indentmenu ul li a:hover, .indentmenu ul li .current{
	color: #000000; /*text color of selected and active item*/
	padding-top: 6px; /*shift text down 1px for selected and active item*/;
	padding-bottom: 4px; /*shift text down 1px for selected and active item*/;
	background: black url('images/button2.jpg') center;
}


h1 {
	font-size:20px;
	color:maroon;
}


#footer {
	text-align:center;
	clear:both;
}

.servicetab {
	font-size:small;
	width:700px;
	text-align:center;
}

.q {
	font-weight:bold;
	color:navy;
}