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

body,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #333;
}

body {
	background-color: #666;
	background-image: url(images/bg01.jpg);
	background-repeat:repeat-x;
	margin:0;
	padding:0;
}

h1 {
	font-family:Tahoma, Geneva, sans-serif;
	
}

h2 {
color: #0d4e28;
font-size: 14px;
margin: 0 0 5px 0;
}


a {
	color: #0d4e28;
}

.border {
	border: 1px solid #ccc;
}


/* Standard sizes */ 

.largest {
 font-size: 160%; 

}

.larger {
 font-size: 130%; 

}

.largerGreen {
 font-size: 130%; 
color: #0d4e28;
}

.large {
 font-size: 116%; 

}
.normal {
 font-size: 100%; 
}
 
.small 
{ 
    font-size: 88%; 
} 
 
.smaller 
{ 
    font-size: 77%; 
} 
 
.smallest 
{ 
    font-size: 68%; 
} 

.orangeH1 {
	color: #f79420;
	font-style:italic;
	font-size: 110%;
}

.greenH1 {
	color: #0d4e28;
		font-style:italic;
	font-size: 110%;
}


.orange {
	color: #f79420;
}

.green {
	color: #0d4e28;
}

.white  {
	color: #fff;
}

.red {
	color:#C30;
}

#footer .white  a {
	color: #fff;
}

.clr {
	clear: both;
}





#container {
	width:927px;
	margin: 0 auto;
	background-color:#FFF;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	
}

#mainNav {
	margin: 20px 5px;
	background-image: url(images/NavBG.png);
	background-repeat: repeat-x;
background-position: bottom;
	font-size: 13px;
}

#mainNav ul {
	list-style: none;
	padding: 6px 0;
	margin: 0;

}

#mainNav li {
	display: inline;
border-right: 1px solid #0d4e28;
	
}

#mainNav li.contact {
border-right: none;
	
}

#mainNav a {
	color: #0d4e28;
	padding: 5px 13px;
	text-decoration:none;
font-weight: bold;
	
}

#mainNav a:hover {
color: #f79420;
}


#leftCol {
width: 460px;
float: left;
margin: 0 0 0 30px;

}

#rightCol {
	width: 415px;
float: right;
background-image:url(images/workMan.jpg);
background-repeat:no-repeat;
background-position: top right;
position: relative;
padding: 0 0 7px 0;

}

#bookBtn {
position: absolute;
left: 145px;
}

#rightColTxt {

width: 270px;
margin: 85px 20px 0 10px;
line-height: 1.1em;
border-top: 1px solid #e9e9e9;
}

#rightColTxt ul {
	list-style:url(images/orangeBullet.png);
	padding: 0 0 0 20px
}

#rightColTxt li {
margin: 6px auto;
}

#wrapper01 {
	margin: 15px auto;
width: 880px;

}

.boxWrapper {
	width:212px;
	border: 1px solid #ccc;
	float:left;
	margin-top: 0;
	margin-right: 3px;
	margin-bottom: 0;
	margin-left: 3px;
}

.boxHighlight {
	background-image:url(images/boxBG.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	margin: 3px;
	height: 360px;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	width: 190px;

}

.boxHighlight  a {
	color: #0d4e28;
}

.boxText p {
	line-height: 1.1em;
	width: 195px;
	margin: 8px 0 5px 0;

}

#greyFooter {
	background-color: #e4e4e4;
	background-image:url(images/footerImg1.jpg);
	background-repeat:no-repeat;
	background-position:left bottom;
	clear:both;
padding: 10px 20px 30px 20px;

}

#greyFooter a {
color: #0d4e28;
}

.greyTxt1 {
	
float: left;
width: 350px;
color: #0d4e28;
margin: 0 10px;

}
.greyTxt2 {
	
float: left;
width: 220px;
color: #0d4e28;
margin: 0 15px;
}



.greyTxt1 ul , .greyTxt2 ul  {
list-style: none;
padding: 0 ;
}

.greyTxt1 li , .greyTxt2 li  {
margin: 3px 0;
display: block;
}



#footer {
	background-image:url(images/footerBG.png);
	background-repeat: repeat-x;
	background-position:top;
	background-color: #cccc6b;

}

#footer a {
	color: #333;
}

#footerTxt {
	float:right;
	text-align:center;
	margin: 10px 20px;
width: 630px;
font-size: 15px;
font-weight: bold;
line-height: 1.3em;
}

#footerNav {
text-align: center;
margin: 5px auto 0 auto;
width: 927px;
}


#footerNav ul{
list-style: none;
padding: 0;
margin: 10px 0 5px 0;
font-size: 11px;
}

#footerNav li {
display: inline;
border-right: 1px solid #fff;
}

#footerNav a {
color: #fff;
padding: 0 5px;
}

#credit {
	color: #fff;
font-size: 11px;
margin: 0 auto;
width: 927px;
}

#credit a {
color: #fff;
}
.h2 {
	color: #0d4e28;
	font-size: 14px;
	margin: 0 0 5px 0;
}

