/* CSS Document */
div {
	margin: 0;
	padding: 0;
	}
body {
	margin: 0px;
	padding: 0;
	font-size: 75%;
	font-family: Helvetica, Arial, sans-serif;
}
#container {
	margin: 0 auto;
	text-align: center;
	width: 759px;
	position: relative;
}
h1 span {
	margin: 0px;
	padding: 0px;
}
h1 span {
	display: none;
}
/***************************************
*           MAIN MENU
***************************************/
#menu dl, #menu dt, #menu dd, #menu ul, #menu li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
position: absolute;
top: 52px;
left: 10px;
z-index:200;
width: 90%; /* precision for Opera */
}
#menu dl {
float: left;
}
#menu dt {
cursor: pointer;
text-align: center;
font-weight: bold;
padding: 1px 14px;
border-right: solid 1px #52a628;
margin: 0;
}
#menu dd {
display: none;
z-index:300;
}
#menu dd ul {
border: solid 1px #52a628;
}
#menu dd li {
background: #fff;
padding: 2px 4px;
display: block;
border-top: solid 1px #52a628;
margin: 0px;
}
#menu li {
text-align: center;
background: #fff;
}
#menu li a, #menu dt a {
color: #52a628;
text-decoration: none;
display: inline;
height: 100%;
border: 0 none;
font-size: 100%;
}
#menu li a:hover, #menu dt a:hover{
text-decoration: underline;
}
#menu dd a {
color: #52a628;
font-weight: bold;
}
#menu dd a:hover {
color: #52a628;
}
/***************************************
*        TOP SECTION
***************************************/
#header {
	margin: 0 0 10px 0;
	height: 84px;
	min-height: 84px;
	background-image: url(../images/header-back.gif);
	background-repeat: no-repeat;
	position: relative;
	z-index: 500;
}
#header h1 span {
	margin: 0px;
	padding: 0px;
}
#header span {
	display: none;
}
#logo {
	float: left;
	margin: 10px 0 0 18px;
}
/* Fix for IE-win \*/
* html #logo {
	margin: 10px 0 0 10px;
}
/* End Fix for IE-win */
#freePhone {
	float: right;
	padding: 6px 20px 10px 0;
	min-width: 519px;
	width: 519px;
	text-align: right;
}
/********************************
*          MAIN BODY
********************************/
#top {
	margin: 0;
	padding: 0;
	min-height: 16px;
	height: 16px;
	background-image: url(../images/home-top.gif);
	background-repeat: no-repeat;
}
#bottom {
	margin: 0;
	padding: 0;
	min-height: 21px;
	height: 21px;
	background-image: url(../images/home-bottom.gif);
	background-repeat: no-repeat;
}
/* Fix for IE-win \*/
* html #bottom {
	clear: both;
}
/* End Fix for IE-win */
#mainBody {
	padding: 0px;
	background-color: #66cc33;
	background-image: url(../images/shadow-right.gif);
	background-repeat: repeat-y;
	background-position: right;
}
#homeMain {
	position: relative;
	margin: 0;
	padding: 0;
	min-height: 290px;
	height: 290px;
}
.homeImage {
	padding: 0px;
	margin: 0px;
	background-image: url(../images/home-image.gif);
	background-repeat: no-repeat;
	background-position: 40px 30px;
	z-index: 1;
}
/* ie6 fix */
* html .homeImage {
	height: 340px;
	}
/* ie6 fix */
#flash {
	position: absolute;
	bottom: -7px;
	left: 5px;
	width: 350px;
	min-width: 360px;
}

.workMain {
	margin: 0;
	padding: 0;
	background-image: url(../images/work-accident-image.gif);
	background-repeat: no-repeat;
	background-position: 50px 10px;
}
/* ie6 fix */
* html .workMain {
	height: 340px;
	}
/* ie6 fix */
.roadMain {
	margin: 0;
	padding: 0;
	background-image: url(../images/road-accident-image.gif);
	background-repeat: no-repeat;
	background-position: 25px 90px;
}
/* ie6 fix */
* html .roadMain {
	height: 340px;
	}
/* ie6 fix */
.fallMain {
	margin: 0;
	padding: 0;
	background-image: url(../images/fall-image.gif);
	background-repeat: no-repeat;
	background-position: 60px 20px;
}
/* ie6 fix */
* html .fallMain {
	height: 340px;
	}
/* ie6 fix */
.holidayMain {
	margin: 0;
	padding: 0;
	background-image: url(../images/holiday-accident-image.gif);
	background-repeat: no-repeat;
	background-position: 50px 30px;
}
/* ie6 fix */
* html .holidayMain {
	height: 340px;
	}
/* ie6 fix */
.medicalMain {
	margin: 0;
	padding: 0;
	background-image: url(../images/other-image.gif);
	background-repeat: no-repeat;
	background-position: 110px 50px;
}
* html .medicalMain {
	height: 340px;
	}
/* ie6 fix */
.otherMain {
	margin: 0;
	padding: 0;
	background-image: url(../images/play-ground-image.gif);
	background-repeat: no-repeat;
	background-position: 30px 30px;
}
/* ie6 fix */
* html .otherMain {
	height: 340px;
	}
/* ie6 fix */
#homeContent {
	padding: 0 30px 10px 10px;
	position: relative;
}

#Content {
	margin: 0 0 0 340px;
	font-size: 120%;
	color: #000;
	text-align: justify;
	line-height: 1.2em;
	}
#Content h1 span {
	margin: 0px;
	padding: 0px;
}
#Content h1 span {
	display: none;
}
#Content span{
	font-weight: bold;
	color: #fff;
	font-size: 110%;
}
#Content span a{
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	font-size: 110%;
}
#Content a{
	text-decoration: none;
	color: #000;
}
#Content a:hover {
	text-decoration: none;
}
#Content span a:hover {
	text-decoration: none;
}
#homeAdvert {
	position: relative;
	height: 130px;
	margin-top: 10px;
	font-size: 120%;
	font-weight: bold;
	text-align: left;
}
#ad1 {
	width: 230px;
	height: 126px;
	background: url(../images/content-advert1.gif) 0 0 no-repeat;
	position: absolute;
	left: 14px;
	bottom: 3px;
	padding-left: 9px;
	}
#ad1 p {
	width: 150px;
	margin-top: 70px;
	}
#ad1 a {
	color: #000;
	text-decoration: none;
	display: block;
	width: 220px;
	height: 60px;
	}
#ad2 {
	width: 221px;
	height: 126px;
	background: url(../images/content-advert2.gif) 0 0 no-repeat;
	position: absolute;
	left: 264px;
	bottom: 3px;
	padding-left: 9px;
	}
#ad2 p {
	width: 160px;
	margin-top: 70px;
	}
#ad2 a {
	color: #000;
	text-decoration: none;
	display: block;
	width: 220px;
	height: 60px;
	}
#ad3 {
	width: 221px;
	height: 126px;
	background: url(../images/content-advert3.gif) 0 0 no-repeat;
	position: absolute;
	right: 20px;
	bottom: 3px;
	padding-left: 9px;
	}
#ad3 p {
	width: 160px;
	margin-top: 70px;
	}
#ad3 a {
	color: #fff;
	text-decoration: none;
	display: block;
	width: 230px;
	height: 60px;
	}

#adBottom {
	min-height: 7px;
	height: 7px;
	background-image: url(../images/ad-bottom.gif);
	background-repeat: no-repeat;
}

#bodyText span{
	font-weight: bold;
	color: #66cc33;
	font-size: 130%;
}
#bodyText a{
	text-decoration: none;
	color: #333;
}
#bodyText a:hover {
	text-decoration: none;
}
#highlight {
	color: #66cc33;
	font-weight: bold;
	background: #333;
	padding: 4px 14px 4px 14px;
	margin: 0px;
}
/* Fix for IE-win \*/
* html #actionTop {
	margin-bottom: -7px;
}
/* End Fix for IE-win */
#actionTop {
	padding: 0px;
	margin: 0px;
	min-height: 9px;
	height: 9px;
	background-image: url(../images/actionTop.gif);
	background-repeat: no-repeat;
}
#actionBottom {
	padding: 0px;
	margin: 0px;
	min-height: 9px;
	height: 9px;
	background-image: url(../images/actionBottom.gif);
	background-repeat: no-repeat;
}
#noWin {
	background-image: url(../images/5-reasons-box.gif);
	background-repeat: no-repeat;
	height: 66px;
	min-height: 66px;
	margin-top: 15px;
	padding-top: 8px;
}
#reasons {
	background-image: url(../images/5-reasons-box.gif);
	background-repeat: no-repeat;
	height: 66px;
	min-height: 66px;
	padding-top: 16px;
	margin-top: 8px;
}
#promise {
	background-image: url(../images/5-reasons-box.gif);
	background-repeat: no-repeat;
	height: 66px;
	min-height: 66px;
	margin-top: 10px;
	padding-top: 15px;
}
/***********************************
*        NEW CONTENT
***********************************/
#homeRight {
	width: 235px;
	float: right;
	}
#newHomeLeft {
	float: left;
	width: 470px;
	padding-top: 200px;
	background: url(../images/new-home-top.gif) 0 0 no-repeat;
	text-align: justify;
	}
#newWork {
	float: left;
	width: 480px;
	padding-top: 190px;
	background: url(../images/new-work.gif) 0 0 no-repeat;
	text-align: justify;
	}
#newRoad {
	float: left;
	width: 480px;
	padding-top: 190px;
	background: url(../images/road-new.gif) 0 0 no-repeat;
	text-align: justify;
	}
#newSlip {
	float: left;
	width: 480px;
	padding-top: 190px;
	background: url(../images/slip-new.gif) 0 0 no-repeat;
	text-align: justify;
	}
#newHoliday {
	float: left;
	width: 480px;
	padding-top: 190px;
	background: url(../images/new-holiday.gif) 0 0 no-repeat;
	text-align: justify;
	}
#newPlayground {
	float: left;
	width: 480px;
	padding-top: 190px;
	background: url(../images/new-playground.gif) 0 0 no-repeat;
	text-align: justify;
	}
#newOther {
	float: left;
	width: 480px;
	padding-top: 190px;
	background: url(../images/new-other.gif) 0 0 no-repeat;
	text-align: justify;
	}
#homeContent2 {
	padding: 0 20px 10px 10px;
	position: relative;
}
#homeContent2 p {
	font-size: 110%;
	color: white;
	padding-top: 20px;
	}
#homeContent2 h2 {
	text-align: center;
	margin-bottom: 10px;
	}
#homeContent2 ul {
	margin: 10px 0 10px 50px;
	}
#homeContent2 ul li {
	font-size: 120%;
	color: #000;
	font-weight: bold;
	padding: 0;
	}
#testimonials {
	width: 438px;
	height: 78px;
	background: url(../images/testimonial-back.gif) 0 0 no-repeat;
	margin-left: 20px;
	}
#testimonials h4 {
	color: #ffffff;
	padding: 10px 13px 0 6px;
	margin: 0;
	font-size: 120%;
	font-weight: normal;
	}
#homeContent2 a {
	color: #ffffff;
	text-decoration: underline;
	}
#homeContent2 a:hover {
	text-decoration: none;
	}
/************************************
*       CONTACT US
************************************/
#contact {
	width: 235px;
	height: 208px;
	background: url(../images/form-back.gif) 0 0 no-repeat;
	color: #ffffff;
	padding-right: 6px;
	}
#contact h4 {
	line-height: 1.2em;
	font-size: 140%;
	padding-top: 10px;
	}
#contact label {
	font-weight: bold;
	}


/***********************************
*          CONTENT AREA
***********************************/
#content {
	padding: 0 0 4px 0;
	width: 720px;
	min-width: 720px;
	margin-left: 15px;
}
/* Fix for IE-win \*/
* html #content {
	margin-left: -5px;
	}
/* Fix for IE-win \*/
/* Target IE7 only */
html>body #content {
*margin-left: -5px;
}
/* end */
#contentTop {
	height: 8px;
	min-height: 8px;
	background-image: url(../images/content-top.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}
/* Fix for IE-win \*/
        * html #contentTop {margin-bottom: -7px;}
/* End Fix for IE-win */ 
 
#contentBottom {
	clear: both;
	height: 8px;
	min-height: 8px;
	background-image: url(../images/content-bottom.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}
#contentMain {
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0px;
}
#columnLeft {
	float: left;
	width: 60%;
	margin: 0 0 8px 18px;
	padding: 0px;
	text-align: left;
}

#columnLeft h1 span{
	margin: 0;
	padding: 0;
}
#columnLeft span {
	display: none;
}
#columnLeft h2 {
	font-size: 130%;
	font-weight: bold;
}
#announce {
	background-image: url(../images/announce-back.gif);
	background-repeat: no-repeat;
	width: 435px;
	min-width: 435px;
	height: 94px;
	min-height: 94px;
	margin: 15px 0 15px 0;
}
#announce a{
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}
#announce a:hover {
	text-decoration: none;
}
#announce h2 {
	padding: 10px 10px 0 10px;
	font-size: 130%;
	font-weight: bold;
}
#announce span {
	font-weight: bold;
	color: #66cc33;
}
#adsRight {
	float: right;
	width: 230px;
	min-width: 230px;
	padding: 15px 15px 7px 0;
	font-size: 120%;
	font-weight: bold;
	color: #fff;
	text-align: left;
}

#contAd1 {
	background-image: url(../images/content-advert4.gif);
	background-repeat: no-repeat;
	width: 230px;
	min-width: 230px;
	min-height: 126px;
	height: 126px;
}
#contAd1 p {
	min-width: 220px;
	min-height: 106px;
	padding-top: 60px;
	padding-left: 10px;
	}
#contAd1 a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding-top: 10px;
	width: 220px;
	height: 60px;
	}
#contAd2 {
	background-image: url(../images/content-advert5.gif);
	background-repeat: no-repeat;
	width: 230px;
	min-width: 230px;
	min-height: 126px;
	height: 126px;
	margin: 15px 0;
}
#contAd2 p {
	width: 160px;
	padding-top: 70px;
	margin-left: 10px;
	}
#contAd2 a {
	color: #fff;
	text-decoration: none;
	display: block;
	width: 220px;
	height: 60px;
	}
#contMainAd {
	background-image: url(../images/content-advert6.gif);
	background-repeat: no-repeat;
	width: 230px;
	min-width: 230px;
	min-height: 126px;
	height: 126px;
	color: #FFFFFF;
}
#contMainAd p {
	width: 160px;
	padding-top: 70px;
	margin-left: 10px;
	}
#contMainAd a {
	color: #fff;
	text-decoration: none;
	display: block;
	width: 220px;
	height: 60px;
	}
#clear {
	clear: both;
}
#compliments {
	margin: 15px 0;
}
#compliments p{
	padding-left: 55px;
	padding-right: 20px;
}
.open {
	float: left;
	margin-left: -25px;
}
.close {
	float: right;
	margin-top: -10px;
	padding-right: -20px;
}
/* Fix for IE-win \*/
        * html #close {
		padding-left: -30px;}
/* End Fix for IE-win */ 
/*********************************
*         SITE MAP
*********************************/
.sitemap a{
	text-decoration: none;
	color: #000000;
}
.sitemap a:hover {
	text-decoration: underline;
}
.subSitemap {
	margin: 0 0 0 15px;
	padding: 0px;
}

/*********************************
*           BOTTOM MENU
*********************************/
#footer {
	position: relative;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
#bottomMenu {
	position: absolute;
	left: 12px;
	top: 6px;
	min-width: 375px;
	width: 375px;
}
#bottomNumber {
	float: right;
	padding: 6px 20px 0 0;
}
#bottomMenu ul {
	margin: 0;
	padding: 0;
	white-space: nowrap;
}
#bottomMenu li {
	display: inline;
	list-style-type: none;
	border-right: solid 1px #52a628;
}
#bottomMenu a {
	padding: 3px 5px;
	font-size: 100%;
}
#bottomMenu a:link {
	color: #52a628;
	text-decoration: underline;
}
#bottomMenu a:hover {
	color: #52a628;
	text-decoration: none;
}
#bottomMenu a:visited {
	color: #52a628;
}
#copy {
	font-size: 80%;
	color: #666666;
	margin: 2px 0 0 6px;
	padding: 0;
}

