/* CSS Document */

/* Text */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 16px;
	margin: 0px;
	text-align: left;
}


h1 {
	font-size: 14px;
	color: #3F5361;
	font-weight: normal;
	margin-top:10px;
    margin-bottom:2px;

}


h2 {
	font-size: 11px;
	font-weight: bold;
	color: #00573D;
	margin-top:10px;
    margin-bottom:-1px;

}


#container {
	width: 740px;
	margin: 15px auto;
	text-align: left;
	border-bottom: 1px solid #D9DDE0;


}

#header {
	text-align: left;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right: 10px;



}

#nav {
	width: 740px;
	border-top: 1px solid #D9DDE0;
	padding: 2px 0 2px 0;

}

/* navigation */ 
ul.mainNav li {
	display: inline;
	color: #eeeeee;
}

ul.mainNav li.home {
	width: 75px;
	display: block;
	float: left;
	text-align: center;
}

ul.mainNav li.aboutUs {
	width: 105px;
	display: block;
	float: left;
	text-align: center;
	border-left: 1px solid #eeeeee;
}

ul.mainNav li.products {
	width: 110px;
	display: block;
	float: left;
	text-align: center;
	border-left: 1px solid #eeeeee;
}

ul.mainNav li.services {
	width: 120px;
	display: block;
	float: left;
	text-align: center;
	border-left: 1px solid #eeeeee;
}

ul.mainNav li.caseStudies {
	width: 125px;
	display: block;
	float: left;
	text-align: center;
	border-left: 1px solid #eeeeee;
}

ul.mainNav li.news {
	width: 75px;
	display: block;
	float: left;
	text-align: center;
	border-left: 1px solid #eeeeee;
}

ul.mainNav li.contact {
	width: 100px;
	display: block;
	float: left;
	text-align: center;
	border-left: 1px solid #eeeeee;
}

ul.mainNav a {
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
	color: #3F5361;
}

ul.mainNav a:hover {
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
	color: #00573d;
}


#pagetitle {
	width: 740px;
	margin-top: 7px;
	margin-bottom: 1px;

}

#collageright {
	float: right;

}

#collageleft {
	float: left;

}


 /* main content */

 #content{
 min-height:1%;
 background-color: #E6EFEC;
 text-align: left;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 11px;
 padding: 20px 40px 40px 40px;}
 
* html #content{height:1%;}


.content {
	background-color: #E6EFEC;

}


#footer {
	width: 700px;
	font-size: 10px;
	padding-left:20px;
	padding-right:20px;
	padding-top:10px;
	padding-bottom:10px;
	color: #333333;
}

#sitecredit {
	width: 700px;
	font-size: 9px;
	margin: 10px auto;
	text-align: right;
	color: #666666;
}


/* left hand menu */
#lhmenu {
	text-align: left;
	font-size: 10px;
	line-height: 15px;
	padding-left: 20px;
	padding-bottom: 10px;
	padding-right: 20px;


}

.lhmenu {
	background-color: #CDDED9;
	border-right: 1px solid #FFFFFF;
	font-size: 10px;

}






		
ul {
        margin-left: 5px;
        padding-left: 5px;
        text-indent: -10px;
}

li {
        list-style: none;
		padding-top: 5px;
}

.normalbullets ul{
		padding-top: 0;
		margin-left: 20px;
 }


.normalbullets li {
        padding-top: 5px;
		list-style-type: none;
}


#bulletwrapper {
	margin-top: -15px;

}


.bullets ul{
		margin-left: 20px;

 }


.bullets li {
        padding-top: 5px;

}





/*Links*/


a:link {
	color: #252779;
	text-decoration: underline;
}

a:hover {
	color: #3F5361;
	text-decoration: underline;
}


a:visited {
	color: #00573D;
	text-decoration: underline;
}


/*lh nav link text*/
a.navlink:link { 
	font-size: 10px; 
	color: #252779;
	text-decoration: none;  
}

a.navlink:hover { 
	font-size: 10px; 
	color: #3f5361; 
	text-decoration: underline; 
}

a.navlink:visited { 
	font-size: 10px; 
	color: #00573D;
	text-decoration: none;  
}


/*footer link text*/
a.footerlink:link { 
	font-size: 10px; 
	color: #3F5361; 
	text-decoration: none; 


}

a.footerlink:hover { 
	font-size: 10px;
	color: #3F5361;  
	text-decoration: underline;
 
}

a.footerlink:visited { 
	font-size: 10px; 
	color: #00573D; 
	text-decoration: none;

}

.subheading {
	color: #00573D;
	font-weight:bold;
}


.smallprint {
	font-size: 9px;
	line-height: 12px;
}



/*This is for footer - to get it to right align*/


span.right {
  	float: right;
	padding-right:20px;

}	



/*photos in content on left hand strip*/
.photo {
	padding-bottom: 20px;
}

.photolhmenu {
	border-bottom: 1px solid #FFFFFF;
}

.photocaptiontext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #252d03;
	padding-bottom: 20px;
}

.product {
	border: solid 1px #9ABCB2;
	margin:  0 0 15px 15px;
	float: right;
	clear: right;

}



.clear {
	clear: both;
}
