@charset "UTF-8";

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(images/bg.gif);
	background-repeat: no-repeat;
	background-position: 50% 0%;
	background-attachment: scroll;
	background-color: #6C3;
}
h1	{
	font-weight: bold;
	font-size: 100%;

}
h2	{
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
ul li {
	font-size: 12px;
	margin-right: 80px;
	margin-left: 25px;
}
p	{
	font-size:12px
}
a:link {
	color: #060;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #060;
}
a:hover {
	text-decoration: underline;
	color: #060;
}
a:active {
	text-decoration: none;
	color: #060;
}
.twoColFixRtHdr #container {
	width: 780px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 


/* header - menu
---------------------------------------------------------------------------------*/

.twoColFixRtHdr #header {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	position:relative;
	height: 19px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: -5px;
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #freeQuoteMainSec {
	text-align: center;
	height: 77px;
	margin: 0px;
	padding: 0px;
	position: relative;
}
#header ul, #header li {
	margin: 0;
	padding:0;
}

#header ul{
	list-style:none
}

#header li {
	display:block;
	background-color: #6C3;

	padding: 0;
	margin: 0;
}

#header a {
	display:block;
	margin:0;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 5px;
}

#header a:link, #header a:visited {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	text-decoration:none;
	font-weight: bold;
	font-size: 13px;
	text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4);
	line-height: 22px;
}
#header a:hover {
	color:#C60;
	text-shadow: 0px 2px 2px rgba(255, 255, 255, 0.4);
}
ul.menuHoriz li {
	float:left;
}
ul.menuVert {
	position:absolute;
	top: 24px;
	visibility:hidden;
	}

ul#menuSubTwo { left: 98px }


/* layout
---------------------------------------------------------------------------------*/
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px;
	height: 585px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	position: relative;
}
.twoColFixRtHdr #mainContent {
	background-repeat: no-repeat;
	background-color: #A3D77E;
	margin-top: 0px;
	margin-right: 250px;
	margin-bottom: 0;
	margin-left: 25px;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 20px;
	padding-left: 25px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; /* future proofing */
	-khtml-border-radius: 5px; /* for old Konqueror browsers */
	 min-height: 600px;
     height:auto !important;
     height: 600px;

}



.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.shadow {
  box-shadow: 5px 5px 5px #333;
  -moz-box-shadow: 5px 5px 5px #333;
  -webkit-box-shadow: 5px 5px 5px #333;
}


/* logo page title
---------------------------------------------------------------------------------*/
.twoColFixRtHdr #pageTitle {
	height: 100px;
	vertical-align: middle;
}
.pageTitle {
	font-size: 24px;
	font-weight: bold;
	padding: 0px;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -40px;
	height: 97px;
	vertical-align: middle;
	line-height: 90px;
}
.pageTitle img  {
	float: left;
}
.pageTitleDoubleText {
	line-height: 65px;
	margin: 0px;
	padding: 0px;
}
.pageTitleDoubleText2 {
	line-height: 1px;
	margin: 0px;
	padding: 0px;
}



/* homepage mid section main area
---------------------------------------------------------------------------------*/
.twoColFixRtHdr #midSectionMain {
	margin-top: 25px;
	margin-right: 25px;
	margin-bottom: 25px;
	margin-left: 95px;
	position: relative;
}

.blodCapUnderline {
	line-height: 26px;
	font-weight: bold;
	text-transform: uppercase;
	background-image: url(images/underline.gif);
	background-repeat: no-repeat;
	visibility: visible;
	display: block;
}
.midSectionLink {
	text-align: right;
	background-image: url(images/gobutton.gif);
	background-repeat: no-repeat;
	background-position: right;
	display: block;
	padding-right: 22px;
	line-height: 20px;
	margin-top: 15px;
}
.centerShadowImage {
	text-align: center;
	box-shadow: 5px 5px 5px #333;
	-moz-box-shadow: 5px 5px 5px #333;
	-webkit-box-shadow: 5px 5px 5px #333;
	padding: 0px;
	margin: 15px;
}
.rightShadowImage {
	box-shadow: 5px 5px 5px #333;
	-moz-box-shadow: 5px 5px 5px #333;
	-webkit-box-shadow: 5px 5px 5px #333;
	padding: 0px;
	float: right;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 15px;
}
.center {
	text-align: center;
}
.twoColFixRtHdr #experience {
	position: relative;
}
.twoColFixRtHdr #experience .spotA  {
	float: left;
	position: absolute;
	top: 0px;
	left: -96px;
	height: 110px;
	width: 85px;
}
.twoColFixRtHdr #reliable {
	position: relative;
}
.twoColFixRtHdr #reliable .spotB  {
	float: left;
	position: absolute;
	top: 0px;
	left: -95px;
	height: 110px;
	width: 85px;
}
.twoColFixRtHdr #affordable {
	position: relative;
}
.twoColFixRtHdr #affordable .spotC  {
	float: left;
	position: absolute;
	top: 0px;
	left: -92px;
	height: 110px;
	width: 85px;
}



/* sidebar
---------------------------------------------------------------------------------*/
.twoColFixRtHdr #sidebar1 p {
	text-indent: -900%;
}
.twoColFixRtHdr #sidebar1 a {
	display: block;
	text-indent: -900%;
	position: absolute;
	outline: none;
}
.twoColFixRtHdr #sidebar1 a:hover {
  background-position: left bottom;
}
.twoColFixRtHdr #sidebar1 .contact {
	width: 177px;
	height: 77px;
	left: 0px;
	top: 475px;
	background-image: url(images/freeQuoteBut.gif);
	background-repeat: no-repeat;
}

/* freeQuoteMainSec
---------------------------------------------------------------------------------*/
.twoColFixRtHdr #freeQuoteMainSec p {
	text-indent: -900%;
}
.twoColFixRtHdr #freeQuoteMainSec a {
	display: block;
	text-indent: -900%;
	position: absolute;
	outline: none;
}
.twoColFixRtHdr #freeQuoteMainSec a:hover {
  background-position: left bottom;
}
.twoColFixRtHdr #freeQuoteMainSec .contact {
	width: 177px;
	height: 77px;
	left: 150px;
	top: 0px;
	background-image: url(images/freeQuoteBut.gif);
	background-repeat: no-repeat;
}

/* certification area
---------------------------------------------------------------------------------*/
.twoColFixRtHdr #certification {
	margin: 60px 20px 20px 20px;
	text-align: center;
}

/* footer
---------------------------------------------------------------------------------*/
.twoColFixRtHdr #footer {
	padding-top: 0;
	padding-right: 250px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	font-size: 10px;
	line-height: 14px;
}
.twoColFixRtHdr #container #mainContent #quotes {
	margin-right: 65px;
	margin-left: 65px;
}
#quotes p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 35px;
	margin-left: 0px;
}
