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

/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display. */
body {
  background: #e5e5e5; color: #333333; 
  font-family: Arial, Helvetica, sans-serif; font-size: 11px; line-height: 1.1;
  margin: 0 0 0 0; padding: 0 0 0 0; text-align: center; /* Centers the page content container in IE 5 browsers. */
  }

h1 {color: #333333; font-size: 18px; font-weight: bold; line-height: 22px; margin: 0;}
h2 {color: #333333; font-size: 16px; font-weight: bold; line-height: 18px; margin: 0 0 5px 0;}
h3 {color: #124000; font-size: 12px; font-weight:normal; line-height:14px; margin: 0 0 5px 0; text-transform:uppercase; letter-spacing:1px;}
h4 {color: #333333; font-size: 14px; font-weight: bold; line-height: 16px; margin: 0 0 10px 0;}
p {padding: 0 0 0.7em 0; margin: 0; line-height: 1.5}

a, a:link {color: #124000; font-weight: bold; text-decoration: none;}
a:hover   {color: #124000; text-decoration: underline;}

/*colors-template*/
div#header {background: #FFFFFF}
div#pagecontent {background: #FFF}
div#footer {color: #333;}
div#footer a {text-decoration:underline; color: #333}
div#footer a:hover {text-decoration:none; color: #000}
div#footernav a {text-decoration:none; color: #333}
div#footernav a:hover {text-decoration:underline; color: #000}
div#header p{font-size:30px; font-weight:bold; line-height:1; color:#FFF; text-align:left; padding: 35px 20px 30px 450px }

/*typography-template*/
div#footernav {font-size: 9px;}
.shadow {text-shadow:0.25em 0.25em 0.5em #000000}
.shadow {
	height: 1em;
	filter: Shadow(Color=#000000, 	
			Direction=135, 
			Strength=3);}

/*layout-template*/
div#header {width:770px; height:177px; background: url("images/header.jpg") left top no-repeat;}
div#pagecontent {margin:0; padding:0;}
div#header {margin: 0; padding: 0;}
div#footer {text-align:center; margin: 0; padding: 0 0 7px 0;}
div#footernav {text-align:center; padding:10px 0 10px 0;}

div#leftCol  {width:480px; text-align:left; padding:10px;}
div#rightCol {width:250px; text-align:left; padding:10px;}
div#fullpage {width:750px; text-align:left; padding:10px;}

img#imgRight {float:right;}
img#imgLeft {float:left;}
div.hr {clear:both; margin: 0 0 10px 0; border-bottom: dotted 1px #666;}
div.hr hr {display:none;}

ul {list-style-type: none; font-size:13px; padding: 0 0 5px 0; margin: 5px 0;}
#services li {background: url("images/icon_star.gif") left top no-repeat; padding-left: 20px; margin-bottom: 5px;}
#partners li {background: url("images/icon_star.gif") left top no-repeat; padding-left: 20px; margin-bottom: 5px;}
#address {font-size:12px; line-height:1.1;}

div#quoteform {width:210px; height:280px; background: url("images/quoteBG.jpg") left top no-repeat; padding:40px 20px 0px 20px; margin:0;}
#quoteform label {font-size:10px; line-height:1; color:#fff; padding-left:2px;}
#quoteform p {font-size:10px; color:#fff; line-height:1;}
#box1 {font-size:14px; font-weight:bold; text-align:left; padding:40px 90px 0px 25px;}
#box2 {text-align:left; height:60px; padding:40px 85px 20px 20px;}
#box3 {font-size:18px; font-weight:bold; line-height:1.1; text-align:left; padding:60px 10px 0px 125px;}
#tips {margin:10px 0 10px 0;}
#tips td {height:50px;}
#tips a {color: #FFFFFF;}
#tips a:hover {color: #FFFFFF; text-decoration:underline;}
