﻿body
{
	background: white url(../images/bgGradient.png) repeat-x fixed;
}

#breadcrumb
{
	padding-top: 0.8em;
}

#breadcrumb,
#breadcrumb a
{
	color: #fff;
}

#breadcrumb a:hover
{
	color: #FF0;
}

#search
{
	padding-top: 0.3em;
}

#contentWrap
{
	background: url(../images/bgContent.png) no-repeat top center;
	padding-top: 2em;
	padding-bottom: 1.45em;
}

#content
{
	width: 964px;
	background: white;
	margin: 0 auto;
}

#footerWrap
{
	background: white url(../images/bgFooter.png) repeat-x;
	padding: 1.45em 0;
	bottom: 0;
	width: 100%;
}

#topMenuWrap
{
	background: #fff url(../images/bgMenu.png) repeat-x;
	margin: 0.8em auto 1.45em;
}

#search, #topContactInfo, #bottomLinks
{
	text-align: right;
}

.contactInfo, .contactInfo a
{
	color: #000;
}

#mainFeatureImage
{
	text-align: center;
	position: relative;
}

#mainFeatureImage img
{
	border: 1px solid black;
}

#mainFeatureImage div.featureText
{
	font-size: 10px;
	line-height: 1em;
	position: absolute;
	width: 280px;
	height: 97px;
	top: 127px;
	left: 14px;
	background: rgba(255,255,255,0.9);
	padding-top: 10px;
	border: 1px solid #999;
}

#mainFeatureImage div.featureText h3:before
{
	color: #da511f;
	content: "[";
}

#mainFeatureImage div.featureText h3:after
{
	color: #da511f;
	content: " ]";
}

#bottomLinks ul
{
	float: right;
	margin: 1em 0 0;
	padding: 0;
}

#bottomLinks li
{
	float: left;
	margin-left: 3em;
	list-style: none;
}

#sideFeatures hr
{
	background: #9ec3db;
}

#sideFeatures h3
{
	color: #0061a1;
}

#sideFeatures h3.events,
#sideFeatures h3.news,
#sideFeatures h3.references
{
	padding: 25px 0 20px 75px;
}

#sideFeatures h3.events
{
	background: url(../images/bgEvents.png) no-repeat;
}

#sideFeatures h3.news
{
	background: url(../images/bgNews.png) no-repeat;
}

#sideFeatures h3.references
{
	background: url(../images/bgReferences.png) no-repeat;
}

#cases
{
	position: relative;
}

#cases div.caseText
{
	color: #fff;
	line-height: 1em;
	position: absolute;
	width: 285px;
	height: 100px;
	top: 20px;
	left: 335px;
	overflow: hidden;
}

#cases div.caseText a,
#cases div.caseText h3
{
	color: #fff;
}

#cases div.caseText a:hover
{
	color: #000;
}
