@charset "utf-8";

/*************************
Global
*************************/

body {
	background: url("/images/frontend/body_bg.jpg") 50% 0 no-repeat;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0;
	padding: 0;
}

/*************************
Headers, Divs, etc
*************************/

br.clear_floats {
	clear: both;
	display: block;
	font-size: 0;
	height: 0;
	overflow: hidden;
	width: 100%;
}

#header {
	height: 91px;
	margin: 0 auto;
	width: 791px;
}

#topnav {
	background: url("/images/frontend/topnav_bg.gif") no-repeat;
	height: 31px;
	margin: 0 auto;
	width: 791px;
}

#topnav ul {
	list-style-type: none;
	margin: 0;
	padding: 7px 0 0 0;
	text-align: center;
}

#topnav ul li {
	color: #fff;
	display: inline;
	margin: 0;
	padding: 0 20px;
}

#frontpage_intro {
	margin: 0 auto;
	width: 791px;
}

#frontpage_intro #welcome {
	float: left;
	line-height: 18px;
	width: 544px;
}

#frontpage_intro .highlight {
	color: #000;
}

#frontpage_intro #welcome h1 {
	color: #808080;
	font-size: 18px;
	font-weight: normal;
	margin: 0;
	padding: 23px 0 7px 0;
}

#frontpage_intro #welcome p {
	margin: 0;
	padding: 13px 15px 0 0;
}

#frontpage_intro #news {
	float: left;
	margin: 0 0;
	padding: 0 0 0 20px;
	width: 157px;
}

#frontpage_intro #news h1 {
	font-size: 13px;
	font-weight: normal;
	margin: 0;
	padding: 0 0 0 16px;
}

#frontpage_intro #news h2 {
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	padding: 9px 0 0 16px;
}

#frontpage_intro #news p {
	color: #808080;
	font-size: 11px;
	margin: 0;
	padding: 0 0 0 16px;
}

#frontpage_services {
	background: url("/images/frontend/services_bg.gif") no-repeat;
	height: 297px;
	margin: 0 auto;
	width: 791px;
}

#frontpage_services #description {
	line-height: 18px;
}

#frontpage_services #description h2 {
	color: #ffea86;
	font-size: 18px;
	font-weight: normal;
	margin: 0;
	padding: 12px 0 0 15px;
}

#frontpage_services #description p {
	color: #fff;
	margin: 0;
	padding: 6px 0 0 15px;
}

#frontpage_services #links {
	margin: 0;
	padding: 15px 0 0 5px;
}

#frontpage_sales,
#internal_page {
	background: url("/images/frontend/divider_vertical.gif") 615px 0 repeat-y;
	line-height: 18px;
	margin: 15px auto 15px auto;
	width: 791px;
}

#frontpage_sales #points {
	float: left;
	padding: 10px 0 0 0;
	width: 605px;
}

#frontpage_sales #points h2 {
	color: #808080;
	font-size: 18px;
	font-weight: normal;
	margin: 0;
	padding: 0 0 0 20px;
}

#frontpage_sales #points .highlight {
	color: #000;
}

#frontpage_sales #points p {
	clear: right;
	margin: 0;
	padding: 9px 20px 20px;
}

#frontpage_sales #points .statement {
	float: left;
	padding: 0 0 4px 0;
	width: 476px;
}

#internal_page #content {
	float: left;
	padding: 8px 15px 10px 0;
	width: 600px;
	text-align: justify;
}

#internal_page #content h1 {
	color: #bfbfbf;
	font-size: 18px;
	font-weight: normal;
	margin: 0;
	padding: 0 0 20px 0;
}

#internal_page #content h1 .current {
	color: #000;
}

#internal_page #content h2 {
	color: #0040bf;
	font-size: 18px;
	font-weight: normal;
	margin: 0;
	padding: 0 0 20px 0;
}

#internal_page #content h3 {
	font-size: 13px;
	font-weight: bold;
	margin: 0;
	padding: 0 0 18px 0;
}

#internal_page #content p {
	margin: 0;
	padding: 0 0 18px 0;
}

#internal_page #content ul {
	list-style-type: none;
	margin: 0;
	overflow: hidden;
	padding: 0 0 18px 0;
	width: 100%;
}

#internal_page #content li {
	padding: 0 0 0 8px;
}

#internal_page #content .navigation li {
	float: left;
	width: 30%;
}

#internal_page #content .divider {
	border-top: 1px solid #d9d9d9;
	clear: both;
	height: 0;
	margin: 4px 0 5px 0;
	overflow: hidden;
	width: 100%;
}

#internal_page #content .divider hr {
	display: none;
}

#frontpage_sales #quote_form,
#internal_page #quote_form {
	color: #808080;
	float: left;
	font-size: 12px;
	margin: 0;
	width: 136px;
}

#frontpage_sales #quote_form h1,
#internal_page #quote_form h1 ,
#internal_page #quote_form h2 {
	color: #0040bf;
	font-size: 18px;
	font-weight: normal;
	margin: 0;
	padding: 7px 0 0 16px;
}

#frontpage_sales #quote_form p,
#internal_page #quote_form p {
	margin: 0;
	padding: 9px 0 0 16px;
}

#quote_form {
	color: #808080;
	float: left;
	font-size: 12px;
	margin: 0;
	width: 236px;
	padding
}

#quote_form h1, #quote_form h3 {
	color: #0040bf;
	font-size: 18px;
	font-weight: normal;
	margin: 0;
	padding: 7px 0 0 16px;
}

#quote_form p{
	margin: 0;
	padding: 9px 0 0 16px;
}

#footer, #footer2 {
	border-top: 1px solid #000;
	font-size: 11px;
	line-height: 18px;
	margin: 0 auto;
	padding: 20px 0 0 0;
	text-align: center;
	width: 791px;
}

#footer #footer_links {
	color: #808080;
	margin: 0;
	padding: 0;
}

#footer #copyright {
	color: #808080;
	margin: 0;
	padding: 15px 0 0 0;
}

#footer .highlight {
	color: #000;
}

#footer #attribution {
	color: #bfbfbf;
	margin: 0;
	padding: 0 0 22px 0;
}

#preload_images {
	left: -50000px;
	height: 0;
	overflow: hidden;
	position: absolute;
	top: -50000px;
	width: 0;
}

/*************************
Images 
*************************/

img {
	border: 0;
}

.float_left {
	float: left;
	margin: 4px 15px 0 0;
}

.float_right {
	float: right;
	margin: 4px 0 0 15px;
}

#header #title {
	display: block;
	float: left;
	margin: 18px 0 0 0;
}

#header #contactinfo {
	display: block;
	float: right;
	margin: 20px 0 0 0;
}

#frontpage_services #links img {
	display: block;
	float: left;
}

#frontpage_services #links #box1, 
#frontpage_services #links #box2, 
#frontpage_services #links #box3 {
	border-right: 1px solid #fff;
}

#frontpage_sales #points img {
	clear: both;
	display: block;
	float: left;
}

/*************************
Links
*************************/

a:link, 
a:visited {
	color: #0040bf;
	text-decoration: none;
}

a:hover {
	background: #f2f2f2;
	color: #404040;
}

#topnav a:link, 
#topnav a:visited {
	color: #fff;
}

#topnav a:hover {
	background: none;
	color: #ffea86;
}

#frontpage_services #links a:link,
#frontpage_services #links a:visited {
	display: block;
	float: left;
	height: 205px;
}

#frontpage_services #links #box1 {
	background: url("/images/frontend/services_box1.jpg") 0 -205px no-repeat;
	width: 196px;
}

#frontpage_services #links #box2 {
	background: url("/images/frontend/services_box2.jpg") 0 -205px no-repeat;
	width: 193px;
}

#frontpage_services #links #box3 {
	background: url("/images/frontend/services_box3.jpg") 0 -205px no-repeat;
	width: 193px;
}

#frontpage_services #links #box4 {
	background: url("/images/frontend/services_box4.jpg") 0 -205px no-repeat;
	width: 196px;
}

#frontpage_services #links a:hover { 
	background-position: 0 0 !important;
}

#internal_page #content h1 a:link, 
#internal_page #content h1 a:visited {
	color: #808080;
}

#internal_page #content h1 a:hover {
	color: #404040;
}

#footer #attribution a:link, 
#footer #attribution a:visited,
#footer2 #attribution a:link, 
#footer2 #attribution a:visited {
	color: #a2b6db;
}

#footer #attribution a:hover,
#footer2 #attribution a:hover {
	color: #404040;
}

/*************************
Forms
*************************/

form, 
fieldset, 
legend {
	margin: 0;
	padding: 0;
}

#frontpage_sales #quote_form fieldset,
#internal_page #quote_form fieldset {
	border: none;
}

#frontpage_sales #quote_form legend, 
#internal_page #quote_form legend {
	display: none;
}

#frontpage_sales #quote_form label,
#internal_page #quote_form label {
	color: #000;
	display: block;
	font-weight: bold;
	margin: 8px 0 0 16px;
}

#frontpage_sales #quote_form input,
#internal_page #quote_form input {
	display: block;
	margin: 0 0 11px 16px;
}

#frontpage_sales #quote_form #submit,
#internal_page #quote_form #submit {
	margin: 17px 0 11px 16px;
}

/*************************
Tables
*************************/


h1 {
	color: #808080;
	font-size: 18px;
	font-weight: normal;
	margin: 0;
	padding: 23px 0 7px 0;
}


h2 {
	color: #808080;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	padding: 23px 0 7px 0;
	display: inline;
}
h3 {
	color: #808080;
	font-size: 14px !important;
	font-weight: bold;
	margin: 0;
	padding: 23px 0 7px 0;
	display: inline;
}
.LikeH1{
	color: #808080;
	font-size: 18px;
	font-weight: normal;
	margin: 0;
	padding: 23px 0 7px 0;
}
.csspopupND
{
 background-color: #d5dcef;
 position:absolute;
 border: 1px solid #cecece;
 padding: 4px;
 text-align: justify;
 vertical-align: middle;
 text-align: center;
}


.divQuote
{
	padding: 10px;
	margin: 5px; 
	float: left;
	background-color: #efefef;
}


.Testimonial_wrap
{
    float:left;
    border:1px solid #ddd;
    width:680px;
    padding:5px;
    margin-bottom:20px;
}
.Testimonial_inner
{
    border:1px solid #ddd;
    width:638px;
    padding:0px 20px 5px 20px;
    float:left;
}
.Testimonial_inner img
{
    float: left;
    margin-right: 10px;
    display: block;
    clear: left;
    height: 1%;
}
.Testimonial_inner p {
	font-size:13px;
	line-height:20px;
}
div.Testimonial_full {
	background:#ebebeb;
	color:#000;
	padding:10px;
	margin:0 0 10px 0;
}
div.Testimonial_full a {
	color:#fff;
}
div.Testimonial_full .letter_lge, div.Testimonial_inner .letter_lge, div.Testimonial_wrap .letter_lge{
	font-size:27px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	padding-right:8px;
}
div.Testimonial_full  p {
	font-size:14px;
}
