/* CSS Document */
html{ min-height: 100%; margin-bottom: 1px; }

body {
	margin:0;
	border:0;
	padding:0;
	font-size:88.01%;
	font-family:'Swiss 721 BT', Arial, Helvetica, sans-serif;
	color:#333;
	background-color:#fff;
}

p.large {
	font-size:125%;
}
p.smspacer{
	margin-bottom:65px;
}
p.spacer{
	margin-bottom:150px;
}
p.bigspacer{
	margin-bottom:250px;
}
p.mid{
	width:412px;
	margin:0 auto;
}
p.contact{
	border-top:#000 1px solid;
	padding-top:10px;
	margin-top:50px;
	margin-bottom:100px;
}
ul {
	margin-right:10px;
}
ul.issben li{ 
	list-style:circle;
}
#service1 ul li{
	list-style:square;
}
h1 {
	
	color:#333;
	margin-bottom:40px;
	font-size:140%;
}
h2 {
	margin-left:10px;
	margin-top:20px;
	margin-bottom:40px;
	font-size:110%;
	
}
a{
	border:0;
}

img.vosa{
	float:left;
	display:block;
	margin:0 15px 0 0;
}

#wrapper {
	font-size:80%;
	padding:0px;
	margin:0 auto;
	margin-top:10px;
	width: 734px;
	background-color:#fff;
	color:#333;
	border:#99cbf0 5px solid;
}
#bm{
	width:734px;
	margin:0 auto;
	height:10px;
	background-color:#fff;
}
#header {
	height:103px;
	width:734px;
	background-image:url(../graphics/enginefade2.jpg);
	background-position:top right;
	background-repeat:no-repeat;
}
#header img{
	margin:6px 0 4px 10px;
}
.strap{
	padding-left:40px;
	font-size:130%;
	font-weight:bold;
	color:#aaa;/*c1c1c1 */
}
#nav{
	border-top:1px solid #d1d1d1;
	border-bottom:1px solid #d1d1d1;
	color:#999;
	padding:6px 0 6px 0;
	text-align:center;
}
#nav a{
	color:#666;
	margin-left:15px;
	margin-right:15px;
}
#nav a:link{
	color:#666;
	text-decoration:none;
}

#nav a:visited{
	color:#666;
	text-decoration:none;
}
#nav a:hover{
	color:#666;
	text-decoration:underline;
}

#container {
	margin:0px;
	position:relative;
}

#content {
	width:560px;
	float:left;
	background-color:#fff;
	color:#333;
	padding:20px;
}
#content img.rt{
	display:block;
	float:right;
	margin:15px 0 15px 47px;
}
#content img.rt2{
	display:block;
	float:right;
	margin:15px 0 15px 0;
}
#content img.lt{
	display:block;
	float:left;
	margin:15px  47px  15px 0;
}
#rightcol{
	width:100px;
	float:right;
	margin-right:10px;
	margin-top:20px;
	height:500px;
}
#rightcol img{
	display:block;
	margin:0 auto;
	margin-bottom:30px;
}
#rightcol p.logo{
	color:#39f;
	font-weight:bold;
	text-align:center;
	margin-bottom:-8px;
}
#rightcol a img{
	border:none;
}
#rightcol p.logo a:link{
	color:#39f;
	text-decoration:none;
}
#rightcol p.logo a:visited{
	color:#39f;
	text-decoration:none;
}
#rightcol p.logo a:hover{
	color:#333;
	text-decoration:none;
}
#service1{
	border:#99cbf0 1px solid;
	padding:5px;
}
#mapDiv{
	width:600px;
	height:400px;
	margin:0 auto;
	padding:0;
	clear:both;
}
#map2{
	position:absolute;
	width:600px;
	height:400px;
	left:5px;
	top:80px;
	z-index:100;
	border:#99cbf0 2px solid;
}
div.testimonial{
	background-color:#eee;/*#f2f2f2;*/
	padding:1px 10px 10px 10px;
	margin-top:10px;
}
div.testimonial h2{
	font-style:italic;
	color:#333;
}
#footpics{
	clear:both;
	padding:0 20px 20px 20px;
}
#footpics img{
	border:#ccc 1px solid;
}

#footpics img.rt{
	display:block;
	float:right;
	margin:15px 0 15px 44px;
}
#footpics img.rt2{
	display:block;
	float:right;
	margin:15px 0 15px 0;
}
#footpics img.lt{
	display:block;
	float:left;
	margin:15px  44px  15px 0;
}
#content a{
	color:#39f;
	font-size:100%;
	font-weight:bold;
}
#content a:link{
    color:#39f;
	text-decoration:none;
}
#content a:visited{
	color:#39f;
	text-decoration:none;
}
#content a:hover{
	color:#000;
	text-decoration:underline;
}
#footTop{
	height:17px;/* explicit ht for ie */
	clear:both;
	border-top:5px solid #99cbf0;
	padding-top:1px;
	padding-bottom:1px;
	text-align:center;
	color:#aaa;/*#c1c1c1;*/
	font-weight:bold;
}
#footTop a{
	color:#aaa;
	
}
#footTop a:link{
	color:#aaa;
	text-decoration:none;
}
#footTop a:visited{
	color:#aaa;
	text-decoration:none;
}
#footTop a:hover{
	color:#333;
	text-decoration:underline;
}
#footer {
	clear:both;
	text-align:center;
	background-color:#99cbf0;
	color:#666;
	padding-top:4px;
	padding-bottom:2px;
	line-height:25px;
}
#footer a{
	color:#666;
}
#footer a:link{
	color:#666;
	text-decoration:none;
}
#footer a:visited{
	color:#666;
	text-decoration:none;
}
#footer a:hover{
	color:#333;
	text-decoration:underline;
}
.center {
	text-align:center;
}
.leftlink{
	text-align:left;
}
.clear {
	clear:both;
	height:15px;
}
.bluebld{
	color:#39f;
	font-weight:bold;
}
.bld{
	font-weight:bold;
}
.emph{
	font-size:105%;
	font-weight:bold;
	font-style:italic;
	margin-right:10px;
}
.tel{
	font-size:180%;
	font-weight:bold;
	padding-right:8px;
}
.mail{
	padding-left:10px;
}
.copy{
	padding-right:10px;
}