@charset "utf-8";
/* CSS Document */

body,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #333;
}
body {
	background-color: #fff;
	margin: 0;
	padding: 0;
}


ul, ol {

}


a {
color: #333;
}
a:hover {
	color: #333;
	text-decoration: none;
}

h1 {
color: #8cc53f;
font-size: 150%;
font-weight: normal;
}

h2 {
font-size: 130%;
}

h3 {
color: #8cc53f;
font-size: 110%;
}
.green {
	color: #8cc53f;
}




/* Standard sizes */ 

.largest {
 font-size: 160%; 

}

.larger {
 font-size: 130%; 

}

.large {
 font-size: 116%; 

}
.normal {
 font-size: 100%; 
}
 
.small 
{ 
    font-size: 88%; 
} 
 
.smaller 
{ 
    font-size: 77%; 
} 
 
.smallest 
{ 
    font-size: 68%; 
} 



.clr {

clear: both;
}


#container {
	background: url(images/contentBG.png) no-repeat top;
width: 1090px;
margin: 0 auto;

}

#flash {
	clear:both;
margin: 0 42px;
min-height: 205px;
}

#logo {
	width: 300px;
	float:left;
	margin: 10px 0 10px 45px;
}


#greyBoxWrapper {
	
margin: 0 42px;
}

.greyBox {
	background:url(images/greyBoxBG.png) no-repeat top;
	width: 330px;
	float:left;
margin: 5px 2px;
height: 105px;
padding: 10px 0 0 0;
}

.greyBox p {
margin: 5px 15px 5px 30px;

}
.greyBox a {
color: #333;
text-decoration: none;
}

a.more  {
	background: url(images/btn_bg.png) no-repeat center;
	display: block;
	width: 47px;
	color: #fff;
	font-size: 85%;
	text-decoration: none;
	text-align:center;
	padding:  3px 0;
}

#mainNav {
	float:right;
	width: 600px;
	margin: 60px 45px 0 0;
text-align: right;
}

#mainNav  ul {
list-style: none;
margin:0;
padding: 0;
}

#mainNav li {
display: inline-block;
}
#mainNav a {
color: #333;
text-decoration: none;
padding: 5px 10px 5px 10px;
background: url(images/arrow-green.png) no-repeat left center;
font-size: 95%;
}

#mainNav a:hover {
color: #8cc53f;
background: url(images/arrow-black.png) no-repeat left center;
}

#content {
padding: 15px 30px;
margin: 0 45px;

}

#footerTxt {
	width: 100%;
	border-top: 1px solid #ccc;
	padding: 10px 0;
	text-align:center;
	font-size: 110%;

}

#footer {
	
	background-color: #404041;
	text-align: center;
	color: #bdbdbd;
	height: 100px;
	padding: 5px 0 0 0;
	font-size: 80%;

}

#footer a {
	color: #ccc;
}#bottombox {
	background-color: #fbf9f9;
	width: 550px;
	padding: 15px;
	height: 170px;
	float: left;
}
#bottombox_1 {
	width: 220px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	float: left;
	margin-top: 13px;
	margin-right: 20px;
}
#bottombox_2 {
	width: 180px;
	float: left;
	margin-top: 13px;
	margin-left: 8px;
}
#bottombox_3 {
	width: 120px;
	float: left;
	margin-top: 31px;
}


.h2 {
	font-size: 110%;
	font-weight: bold;
}
#bottombox_right {
	width: 220px;
	height: 170px;
	float: right;
	margin-right: 35px;
	padding-top: 15px;
	padding-right: 35px;
	padding-bottom: 15px;
	padding-left: 45px;
	background-image: url(images/Quotations.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.green_h2 {
	color: #8cc53f;
	font-size: 120%;
}
#bottombox_right a:link, #bottombox_right a:visited {
	color: #8cc53f;
}
#bottombox_right a:hover {
	color: #8cc53f;
	text-decoration: none;
}
#testimonial_1 {
	width: 350px;
	padding: 12px;
	border: 1px solid #E1E1E1;
}
#highlightext {
	color: #FFF;
	font-size: 130%;
	font-weight: normal;
	text-align: center;
	background-color: #8DC63F;
	padding: 4px;
}
#highlightext a:link, #highlightext a:visited {
	text-decoration: underline;
	color: #FFF;
}
#highlightext a:hover {
	text-decoration: none;
	color: #FFF;
}
.p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #333;
}
