body,
html {
	margin:0;
	padding:0;
	background:#666666;
	color:#000;
	text-align: center;
	}
	
#main {
	margin:0 auto;
	text-align: left;
	width:819px;
}

.nl a:link {text-decoration: none;}
.nl a:visited {text-decoration: none;}

#header{
	background-image: url('/images/header.png');
        background-postion: center top;
        background-repeat: no-repeat;
        height: 200px;
}

#content {
}


.home #leftpanel {
        background-image: url('/images/leftsidebar.png');
	background-position: left;
	background-repeat: repeat-y;
        background-color: white;
	padding: 5px 0px 10px 25px;
	vertical-align: top;
	font: 12px arial;
	color: #666666;
}

.home #leftpanel h2 {
	color: blue;
	font: 20px arial;
}

.home #rightpanel {
	background-image: url('/images/rightsidebar.png');
	background-position: right;
	background-repeat: repeat-y;
	width: 310px; 
	background-color: #CCCCCC;
	vertical-align: top;
	padding: 10px 0px;
}

#nav {
	padding-top: 165px;
	padding-left: 20px;
	font: 14px arial;
}

#nav a:link {text-decoration: none;color: white;}
#nav a:visited {text-decoration: none;color: white;}
#nav a:active {text-decoration: none;color: #FE6E04}
#nav a:hover {text-decoration: none;color: #FE6E04;}

ul.listnostyle{
	margin:0;
	padding:0;
	list-style:none;
	
}
#nav li{
	display:inline;
	margin:0;
	padding: 10px;
	border-right: 1px solid #FE6E04;
}

.verbs {padding-right: 10px;}

#blog {
	background-image: url('/images/gray_header.png');
	background-position: center top;
	background-repeat: no-repeat;
        width: 280px;
	margin-left: 10px;
	font-family: arial;
}

#bloglisting {padding: 0 15px 30px 10px;}
#bloglisting li {padding-bottom: 5px}
.blogtitle {font: 12px arial}
.blogtitle a:link {text-decoration: none; color: #2970A6; font-weight: bold;}
.blogtitle a:visited {text-decoration: none; color: #2970A6; font-weight: bold;}
.blogtitle a:hover {text-decoration: none; color: #FE6E04; font-weight: bold;}
.blogdate {font: 10px arial; color: #666666;}

#rss {
	margin-right: 5px;
	margin-top: 2px;
	border: 1px none;
}

#blog h4 {
	color: white;
	margin-left: 10px;
	letter-spacing: -0.07em;
}

#lowerright {
	text-align: center;
}

#footer{
	background-image: url('/images/footer.png');
        background-postion: center bottom;
        background-repeat: no-repeat;
        height: 80px;
	clear: both;
	text-align: center;
	font: 12px arial;
	padding-top: 25px;
	color: white;
} 

#servicesnav a:link {text-decoration: none; color: #FE6E04; height: 30px}
#servicesnav a:visited {text-decoration: none; color: #FE6E04;}


.services #leftpanel {
        background-image: url('/images/leftsidebar.png');
	background-position: left;
	background-repeat: repeat-y;
	padding: 5px 15px 10px 25px;
	vertical-align: top;
	font: 12px arial;
	color: #333333;
	background-color: white;
}


.services #rightpanel {
	background-image: url('/images/rightsidebar.png');
	background-position: right;
	background-repeat: repeat-y;
	width: 610px; 
	vertical-align: top;
	padding: 10px 0px;
	background-color: white;
	color: #666666;
	font: 12px arial;
}

#servicesnav {width: 200px;border-right: 1px solid orange; padding-right: 15px; padding-top: 10px;height: 300px; margin-top: 25px;}
#servicesnav li {padding: 10px; font: 14px arial;}

#currentservice {
	background-image: url('/images/servicesnavhighlight.png');
	background-position: center;
	background-repeat: no-repeat;
	font-weight: bold;
}

.mouseovernavli, #currentservice {
	background-image: url('/images/servicesnavhighlight.png');
	background-position: left;
	background-repeat: no-repeat;
}

.parts {margin-right: 35px;}
#contact {font: 14px arial; color: #666666; width: 260px; padding-left: 30px;}

#icon {border: 1px none;}

#downloadform {
	line-height: 5px;
	margin-left: 100px;
}

#downloadform ul {line-height: 20px; color: red;background-color: #cccccc; width: 300px;}