@charset "utf-8";
/* CSS Document */

body {
	background-color: #99abc9;
	margin: 0 0 20px 0;
	padding: 0px;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
}
a:link {
	text-decoration: none;
	font-weight: bold;
	color: white;
	}
a:visited {
	text-decoration: none;
	font-weight: bold;
	color: white;
	}
a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: white;
	}
.wrapper {
	width: 760px;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border: 1px solid #FFF;
}
.navmenu {
	padding-top: 5px;
	height: 30px;
	width: 760px;
	background-repeat: repeat-x;
	background-position: top;
	background-color: #8DA3C9;
}
.navlinks {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 18px;
	color: white;
	padding-top: 20px;
	padding-left: 20px;
	}
.main {
	background-image: url(images/contentbg.gif);
	background-repeat: repeat-x;
	background-color: #abbedf;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	}
.sidebar {
	height: 100%;
	float: left;
	font-size: 14px;
	text-align: center;
	width: 230px;
	padding-left: 10px;
	padding-top: 0px;
	padding-right: 9px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D2E0F2;
	}
.sidebar ul {
	text-align: left;
	}
.sidebar h2 {
	font-size: 26px;
	margin: 0px;
	padding: 0px;
}
.services {
	margin-bottom: 20px;
	}
.sidebarcontent {
	text-align: center;
	background-image: url(images/sidebarbg.gif);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0 0 5px 0;
	}
.sidebarheaderfooter {
	margin: 0 auto;
	padding: 0;
	}
.content {
	text-align: left;
	width: 460px;
	margin: 0 0 30px 30px;
	padding-top: 20px;
	font-size: 14px;
	float: left;
	}
.footer {
	height: 60px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ccc;
	background-color: #8DA3C9;
}
.footertext {
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	margin: 0px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	}
.locations {
	font-size: 10px;
	line-height: .60em;
	padding-bottom: 10px;
	}
.callus {
	text-align: right;
	font-size: 14px;
	padding: 10px;
	margin-left: 270px;
	margin-right: 20px;
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D2E0F2;
	}
.servicescheckbox {
	font-size: 12px;
	}
.fielddesc {
	width: 200px;
	float: left;
	line-height: 1.5em;
	text-align: right;
	}
.fields {
	width: 240px;
	float: left;
	text-align: right;
	}
.aboutus h3 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.aboutus h2 {
	margin: 0px;
	padding: 0px;
}
.products img {
	float: left;
	border: 1px solid #FFF;
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.products h2 {
	margin: 0px;
	padding: 0px;
}
.products {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	margin-top: 10px;
	background-color: #FFF;
	color: #000;
	margin-bottom: 20px;
	padding: 10px;
}
.callus h2 {
	margin: 0px;
	padding: 0px;
}
.calluslogo {
	float: right;
	width: 115px;
}
.callustext {
	float: right;
	width: 330px;
}
.content h2 {
	text-align: left;
	font-size: 1.3em;
}
.locations a {
	color: #0000FF;
	text-decoration: underline;
	font-size: 14px;
	}
.locations a:hover {
	color: #0000FF;
	text-decoration: underline;
	}
.locations a:visited {
	color: #0000FF;
	text-decoration: underline;
	}

/* Slideshow CSS */
.slidepics {  
    padding: 0;  
    margin:  0;  
} 
 
.slidepics img {  
    top:  0; 
    left: 0 
} 
