@charset "utf-8";
/* MIPAC - Text styles */


/* text styles, general page formatting */

a, a:visited {
	color: #0d4d8d;
}

a:hover {
	color: #0d4d8d;
	text-decoration:none;
	background-color: #f2f2f2;
}


img a:hover {
 	color: #fff;
	text-decoration:none;
	background-color: transparent;
}
	

#LHContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	padding: 10px 10px 10px 0px;
}

#RHContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	padding: 10px 10px 10px 0px;
}

#footerLH a, a:visited {
	color: #0d4d8d;
}

#footerLH a:hover {
	color: #006;
	text-decoration:none;
	background-color: #f2f5f6;
}

.scrollingcol {
	text-align: left;
	overflow: auto;
	height: 450px;
	width: 280px;
}
#PageHd {
}

/* formatting project engineering columns */


#smallcol p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	text-align: left;
    padding-right: 8px;
	border-right-width: 1px;
	border-right-color: #CCC;
	border-right-style: solid;
	border-spacing: 5px;
}


#smallcol h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight:bold;
	color: #004b8e;
	line-height: 16px;
	margin-bottom: 10px;
	padding: 0;
}


.keyline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	padding: 0px 0px 15px 0px
}


#RHContent .subheading {
	background: #f4f4f4;
	text-transform: uppercase; 
	color: #333;
	line-height: 22px;
	font-size: 12px;
	margin-bottom: 0;
	margin-right: 8px;
	text-indent: 8px;
}

#RHContent .content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	text-align: left;
	line-height: 18px;
	margin-bottom: 0px;
	margin-right: 8px;
}

#LHContent ul  {
	list-style-image: url(/images/css/bullet1.gif);
 	
}

.mission {
	width: 550px;
	height: 120px;
	background-image: url(/images/css/quotes.gif);
	background-repeat:no-repeat;
}

.mission-text{
	margin-top: 30px;
	margin-left: 90px;
	margin-right: 30px;
	

}
/* Apply to H1, H2, H3 tags - puts border top and bottom*/
.borders {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #ccc;
	border-bottom-color: #ccc;
	margin-top: 0;
	margin-bottom: 10px;
}

.backgrey {
	background-color:#f9f9f9;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	height: 18px;
	text-indent: 10px;
	text-transform:uppercase;
}

.h4bgnd{
	background-image:url(/images/css/H4bgnd.gif);
	background-repeat:no-repeat;
	text-indent: 25px;
	line-height: 44px;
}


.h2bgnd{
	background-image:url(/images/css/H2bgnd.gif);
	background-repeat:no-repeat;
	text-indent: 25px;
	line-height: 44px;
	margin-top: 15px;
}

.greenshort{
	background-image:url(/images/css/green_short.gif);
	background-repeat:no-repeat;
	text-indent: 25px;
	line-height: 44px;
	margin-top: 15px;
	color: #639c3d;
}
.greenlong{
	background-image:url(/images/css/green_long.gif);
	background-repeat:no-repeat;
	text-indent: 35px;
	line-height: 44px;
	margin-top: 15px;
	color: #639c3d;
}
.testimonial {
	font-style: italic;
	font-size:12px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.greentxt{
	color: #639c3d;
}