@charset "utf-8";
/* CSS Document */

/*Start Reset*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption, tbody, tfoot, thead,  th, {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*------------------------End of Reset------------------------*/

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000000;
	background:url(../images/background.gif) repeat-x top;
	}
	
p {
	margin:5px 0px;
	}

h1 {
	font-size:21px;
	font-style:italic;
	margin-bottom:18px;
	}

h2 {
	font-size:17px;
	color:#1a6346;
	margin-top:10px;
	}

h3 {
	font-size:14px;
	color:#000000;
	}

.clear {
	clear:both;
	}
	
#container {
	margin: 0 auto;
	width:1000px;
	}
	
#header {

	}
	
#nav {
	background-color:#006633;
	font-size:13px;
	padding:6px 20px;
	}
	
	#nav a {
		color:#FFFFFF;
		text-decoration:none;
		}
		
		
#breadcrumbs {
	 margin-bottom:20px;
	}
	
	
#breadcrumbs a {
	 color:#000000;
	 text-decoration:underline;
	 }
	 
#navpadding {
	margin:0px 29px;
	float:left;
	}
		
#logo {
	float:left;
	width:255px;
	margin-right:30px;
	}
	
#header {
	width:1000px;
	}
	
#headerslogan {
	font-size:30px;
	font-weight:bold;
	font-style:italic;
	float:left;
	width:705px;
	text-align:right;
	margin-top:40px;
	}
	
#headercontact {
	font-size:21px;
	color:#1c6345;
	float:left;
	width:705px;
	margin-top:20px;
	text-align:right;
	}
	
#mainimage {
	margin-bottom:0px;
	}
	
#mainimageleft {
	float:left;
	width:153px;
	background-image:url(../images/secondary-nav-bg.gif);
	color:#FFFFFF;
	font-size:13px;
	padding:0px 5px;
	height:237px;
	}
	
	#mainimageleft a {
		color:#FFFFFF;
		text-decoration:none;
		}
	
	#mainimageleft li {
		list-style:none;
		line-height:25px;
		margin:0px;
		padding:0px;
		}
		
	#mainimageleft ul{
		margin:19px 0px 0px 0px;
		padding:2px 8px;
		}
	
#mainimageright {
	float:left;
	width:767px;
	}
	
#calltoactionscontainer {
	font-size:15px;
	line-height:20px;	
	}
	
#h1background {
	background-image:url(../images/h1-background.gif);
	height:38px;
	padding:5px;
	}

#content {
		line-height:22px;
		}
	
	#content ul {
		margin-top:15px;
		padding:0px 5px;
		}
		
	#content li {
		margin-left:15px;
		list-style-type:square;
		padding:0px;
		}
	
	#content a {
		color:#999999;
		text-decoration:underline;
		}
	
	#content p {
		margin-top:10px;
		}
		
	#content strong {
		color:#1a6346;
		}
		
#contentleft {
		width:650px;
		float:left;
		line-height:22px;
		padding-right:20px;
		}	
		
.boldborder {
		border-bottom:dashed 1px #000000;
		padding-bottom:3px;
		}
		
#contentright {
		width:296px;
		float:left;
		background:url(../images/call-to-actions-bg.gif) repeat-x;
		line-height:18px;
		padding:20px 17px 10px 17px;
		min-height:376px;
		}
		
	#contentright li {
		margin-left:0px;
		list-style-type:square;
		padding:0px;
		}
		
	#contentright ul {
		margin-left:12px;
		padding:0px;
		}
		
#bottomarrow {
	width:590px;
	margin-left:30px;
	margin-bottom:10px;
	}
		
#calltoactions {
	width:330px;
	float:left;
	padding:10px;
	}
		
#contentrow {
	width:290px;
	float:left;
	margin:5px 0px;
	}
	
#contentcolumn {
	width:190px;
	float:left;
	margin:10px;
	}
	
#content2column {
	width:280px;
	float:left;
	margin:10px;
	}
	
.firstparagraph {
	font-size:16px;
	line-height:26px;
	}

#footer {
	margin-top:20px;
	color:#8b8d90;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:20px;
	}
	
	#footer a {
		color:#747171;
		text-decoration:none;
		}
	
	#footerleft {
		width:770px;
		float:left;
		}
		
	#footerleft p {
		margin-bottom:10px;
		}
		
	#footerright {
		width:220px;
		float:left;
		text-align:right;
		line-height:13px;
		}
	
#footerbar {
	background-color:#e9e9e9;
	height:15px;
	width:1000px;
	margin-top:10px;
	}
	
#reliablebar{
	margin:0px 0px 0px 0px;
	}
	
	#tagline {
		float:left;
		margin-top:3px;
		}
		
	#contactbtn {
		float:left;
		margin-left:20px;
		}
		
#contactbox {
	line-height:23px;
	width:290px;
	}	
	
/*START OF NAV

a.home {
	display: block;
	width: 82px;
	height: 43px;
	text-decoration: none;
	background: url(../images/nav-home.gif);
	float:left;
	}

a.home:hover {
	background-position: -82px 0;
	}
	
a.about {
	display: block;
	width: 108px;
	height: 43px;
	text-decoration: none;
	background: url(../images/nav-about.gif);
	float:left;
	}

a.about:hover {
	background-position: -108px 0;
	}
	
a.company {
	display: block;
	width: 107px;
	height: 43px;
	text-decoration: none;
	background: url(../images/nav-company.gif);
	float:left;
	}

a.company:hover {
	background-position: -107px 0;
	}
	
a.news {
	display: block;
	width: 80px;
	height: 43px;
	text-decoration: none;
	background: url(../images/nav-news.gif);
	float:left;
	}

a.news:hover {
	background-position: -80px 0;
	}
	
a.case {
	display: block;
	width: 140px;
	height: 43px;
	text-decoration: none;
	background: url(../images/nav-casehistories.gif);
	float:left;
		}

a.case:hover {
	background-position: -140px 0;
	}
	
a.training {
	display: block;
	width: 100px;
	height: 43px;
	text-decoration: none;
	background: url(../images/nav-training.gif);
	float:left;
	}

a.training:hover {
	background-position: -100px 0;
	}
	
a.faq {
	display: block;
	width: 75px;
	height: 43px;
	text-decoration: none;
	background: url(../images/nav-faq.gif);
	float:left;
	}

a.faq:hover {
	background-position: -75px 0;
	}
	
a.services {
	display: block;
	width: 139px;
	height: 43px;
	text-decoration: none;
	background: url(../images/nav-services.gif);
	float:left;
	}

a.services:hover {
	background-position: -139px 0;
	}
	
a.contact {
	display: block;
	width: 129px;
	height: 43px;
	text-decoration: none;
	background: url(../images/nav-contact.gif);
	float:left;
	}
	
a.contact:hover {
	background-position: -129px 0;
	}

.displace {
	position: absolute;
	left: -5000px;
	}
	
	*/


/*END OF NAV*/