body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #fff;
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	text-align:center;
}
#contentBox p, #contentBox ul, #contentBox li, #contentBox table {
	line-height: 16px;
	font-size: 11px;
}
#contentBox li {
	padding-bottom: 7px;
}
#contentBox p, #contentBox h1, #contentBox h2, #contentBox h3, #contentBox h4 {
	margin-right: 25px;
	margin-left: 25px;
}
#contentBox h3 {
	font-size: 14px;
}
#contentBox h4 {
	font-size: 11px;
}
h1 {
	margin-top: 15px;
	font-family: "Futura Medium", Futura, "Futura", Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #fd5a1e;
}
#contentBox li {
	list-style-image: url(../images/bullet.gif);
	margin-right: 25px;
	margin-left: 25px;
}
a, a:link {
	color: #fd5a1e;
	text-decoration: underline;
}
a:visited {
	color: #de3e01;
}

#container {
	width:670px;
	margin:0px auto;
	text-align:left;
	background-color:#fff;
}
/* Navigation */
#mainNav {
	padding: 24px 0px 0px;
	height: 32px;
	margin: 0px;
	line-height: 0px;
	width: 670px;
	background-image: url(../images/bg_nav.gif);
	background-repeat: repeat-x;

}
#mainNav a { float: left; }

.rollover { display: block; } /* Allow setting widths and heights */
.rollover img { width: 100%; height: 100%; border: 0; } /* only set width and height once */
.rollover:hover { visibility: visible; /* for IE */ } /* sets any property for the :hover state */
.rollover:hover img { visibility: hidden; } /* 'rolls over' the image */

#aboutUs {
	background-image: url(../images/nav/aboutUs_hover.gif);    /* rollover state */
	width: 75px;                    /* image width */
	height: 32px;                   /* image height */
}
#portfolioCompanies {
	background-image: url(../images/nav/portfolioCompanies_hover.gif);    /* rollover state */
	width: 137px;                    /* image width */
	height: 32px;                   /* image height */
}
#ourTeam {
	background-image: url(../images/nav/ourTeam_hover.gif);    /* rollover state */
	width: 77px;                    /* image width */
	height: 32px;                   /* image height */
}

#news {
	background-image: url(../images/nav/news_hover.gif);    /* rollover state */
	width: 51px;                    /* image width */
	height: 32px;                   /* image height */
}
#contactUs {
	background-image: url(../images/nav/contactUs_hover.gif);    /* rollover state */
	width: 85px;                    /* image width */
	height: 32px;                   /* image height */
}
#other {
	background-image:  url("../images/nav/other_hover.gif");    /* rollover state */
	width: 136px;                    /* image width */
	height: 32px;                   /* image height */
}

/* End Navigation */

img, a img {
	border: none;
}

#mainContent {
	background-color: #fff;
	width: 670px;
	min-height: 250px;
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #c4de87;
	border-left-color: #c4de87;
	float: left;
	padding-bottom: 2px;
}
html>body #mainContent {
	width: 664px;
}
#leftColumn {
	margin-top: 0px;
	margin-right: 1px;
	margin-left: 8px;
	background-image: url(../images/logo_home.png);
	background-repeat: no-repeat;
	width: 298px;
	float: left;
}
html>body #leftColumn {
	margin-left: 13px;
	margin-right: 2px;
}

#leftColumn p.tag {
	font-size: 10px;
	line-height: 12px;
	padding-top: 150px;
}
#rightColumn {
	width: 345px;
	margin: 0px;
	padding: 0px;
	float: right;
}
#newsBox {
	background-color: #c4de87;
	width: 670px;
	padding-top: 38px;
	padding-bottom: 14px;
	padding-left: 0px;
}
#newsBox p.release {
	font-size: 10px;
	line-height: 14px;
	float: left;
	width: 203px;
	margin-left: 7px;
	margin-right: 7px;
	margin-top: 0px;
}
html>body #newsBox p.release {
	margin-left: 14px;
	margin-right: 0px;
}
#copyright {
	font-size: 9px;
	float: left;
	padding-top: 10px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #8cab42;
	width: 670px;
	padding-left: 10px;
	padding-bottom: 25px;
}
html>body #copyright {
	width: 660px;
}
.expander {
	background-color: #009900;
}


#titleBar {
	background-color: #eaf2d7;
	width: 100%;
	height: 59px;
	background-image: url(../about_us/images/title_bg.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#subNav {
	width: 155px;
	background-color: #c4de87;
	margin-left: 1px;
	float: left;
}
#subNav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	background-color: #eaf2d7;
	border-top: 1px solid #fff;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
		
#subNav li {
	border-bottom: 1px solid #fafef1;
	line-height: 22px;
	margin: 0;
	font-size: 9px;
	line-height: 24px;
	color: #000;
	list-style: none;
}

#subNav li a {
	display: block;
	padding-left: 10px;
	background-color: #eaf2d7;
	color: #000;
	text-decoration: none;
	width: 100%;
}

html>body #subNav li a {
	width: auto;
}
#subNav li a:hover {
	background-color: #fd5a1e;
	color: #fff;
}
#subNav li a.current {
	background-color: #fd5a1e;
	color: #fff;
	background-image: url(../images/bg_current.gif);
	background-repeat: no-repeat;
	background-position: 145px center;
}
img.subPic {
	border-bottom: solid 1px #fff;
}

#contentBox {
	width:507px;
	float: left;
	background-color: #fff;
	background-image: url(../images/bg_content.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding-bottom: 30px;
}
html>body #contentBox {
	width:508px;
}
#footer {
	background-color: #eaf2d7;
	width: 670px;
	padding-top: 13px;
	padding-bottom: 13px;
	padding-left: 155px;
	float: left;
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #c4de87;
	border-left-color: #c4de87;
}
html>body #footer {
	width:509px;
}
#footer p {
	font-size: 10px;
	text-align: center;
	margin: 0px;
}
#breadCrumbs {
	font-size: 9px;
	color: #000000;
	padding-left: 25px;
	padding-top: 15px;
}
#spacer {
	background-color: #fff;
	background-image: url(../images/bg_subnav.gif);
	background-repeat: repeat-x;
	height: 186px;
	width: 155px;
	float: left;
}
img.team {
	margin-bottom: 10px;
	margin-left: 10px;
}
h2 {
	font-size: 14px;
}


div.news {
  clear: both;
}
html>body div.news {
	padding-top: 10px;
	margin-bottom: 0px;
}
div.news span.date {
	float: left;
	width: 120px;
	text-align: right;
	font-size: 11px;
	font-weight: bold;
	line-height: 16px;
}
div.news span.release {
	float: right;
	width: 380px;
	text-align: left;
	font-size: 11px;
	line-height: 16px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #f1561d;
	padding-left: 10px;
	padding-right: 25px;
	padding-bottom: 7px;
}
html>body div.news span.release {
	width: 340px;
}
#contactInfo {
	line-height: 16px;
	width: 100%;
	float: left;
	padding: 0px;
	padding-left: 25px;
	margin-bottom: 20px;
	font-size: 11px;
}
html>body #contactInfo {
	padding-left: 0px;
	margin-left: 25px;
}
span.lefty {
	float: left;
	margin-right: 25px;
}
span.righty {
	float: left;
}

#jrinvelt {
	background-image: url(/our_team/images/jrinvelt_small.jpg);    /* rollover state */
	width: 84px;                    /* image width */
	height: 103px;                   /* image height */
}

#crizik {
	background-image: url(/our_team/images/crizik_small.jpg);    /* rollover state */
	width: 84px;                    /* image width */
	height: 103px;                   /* image height */
}

#ascott {
	background-image: url(/our_team/images/ascott_small.jpg);    /* rollover state */
	width: 84px;                    /* image width */
	height: 103px;                   /* image height */
}

#srichvalsky {
	background-image: url(/our_team/images/srichvalsky_small.jpg);    /* rollover state */
	width: 84px;                    /* image width */
	height: 103px;                   /* image height */
}

#rsnyder {
	background-image: url(/our_team/images/rsnyder_small.jpg);    /* rollover state */
	width: 84px;                    /* image width */
	height: 103px;                   /* image height */
}

#sjohns {
	background-image: url(/our_team/images/sjohns_small.jpg);    /* rollover state */
	width: 84px;                    /* image width */
	height: 103px;                   /* image height */
}
