@charset "utf-8";

/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/backer_body.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
img {
	border: 0px;
}
h1 {
	color: #29376b;
	font-weight: bold;
	font-size: 20px;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}
h2 {
	color: #7d9e37;
	font-weight: bold;
	font-size: 18px;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}
h3 {
	color: #29376b;
	font-weight: bold;
	font-size: 16px;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}
h4 {
	color: #7d9e37;
	font-weight: bold;
	font-size: 14px;
	font-style: italic;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}
h5 {
	color: #29376b;
	font-weight: bold;
	font-size: 12px;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}
h6 {
	color: #7d9e37;
	font-weight: bold;
	font-size: 11px;
	font-style: italic;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}

.detailtitle
{
	color: #7d9e37;
	font-weight: bold;
	font-size: 18px;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}

p {
	padding: 0px;
	margin: 0px 0px 15px 0px;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.clear {
	clear: both;
}
.main {
	width: 990px;
	margin: 0px auto;
	background-image: url(../images/backer_main.jpg);
	background-repeat: repeat-y;
}
.header {
	position: relative;
	height: 119px;
	background-image: url(../images/backer_header.jpg);
	background-repeat: no-repeat;
}
.headerLinks {
	position: absolute;
	right: 20px;
	top: 22px;
	color: #fff;
	font-size: 12px;
}
.headerLinks a {
	color: #fff;
	padding: 0px 5px 0px 5px;
}
.navigation {
	height: 38px;
	padding-top: 10px;
	text-align: center;
	font-size: 12px;
	background-image: url(../images/backer_navigation.jpg);
	background-repeat: no-repeat;
	color: #29376b;
}
.navigation a {
	color: #29376b;
	padding: 0px 5px 0px 5px;
}
.content {
}
.contentSub {
	background-image: url(../images/backer_content_sub_left.jpg);
	background-repeat: repeat-y;
	margin-left: 6px;
}
.contentSubLeft {
	width: 180px;
	padding: 20px 20px 20px 20px;
	float: left;
}
.contentSubLeft a {
	color: #29376b;
}
.contentSubRight {
	width: 700px;
	float: right;
	padding: 10px 40px 30px 0px;
}

.footer {
	height: 41px;
	padding: 15px 20px 0px 0px;
	font-size: 12px;
	background-image: url(../images/backer_footer.jpg);
	background-repeat: no-repeat;
	color: #fff;
	text-align: right;
}
.footer a {
	color: #fff;
	padding: 0px 5px 0px 5px;
}
.columnLeft {
	float: left;
	width: 650px;
	padding: 0px 0px 0px 15px;
}
.columnRight {
	float: right;
	width: 305px;
	padding: 0px 15px 0px 0px;
}
.columnFull {
	float: left;
	width: 955px;
	padding: 0px 15px 0px 15px;
	min-height:400px;
}

.featureNews {
	width: 641px;
	border: 1px #c1c1c1 solid;
	margin: 10px 0px 10px 0px;
	background-image: url(../images/backer_feature_news.jpg);
	background-repeat: repeat-x;
}
.featureHeader {
	height: 27px;
	padding: 8px 0px 0px 40px;
	background-color: #333333;
	background-image: url(../images/icon_information.jpg);
	background-repeat: no-repeat;
	background-position: 10px 7px;
	font-size: 12px;
	color: #fff;
}
.featureHeaderNews {
	height: 27px;
	padding: 8px 0px 0px 40px;
	background-color: #666666;
	background-image: url(../images/icon_news.jpg);
	background-repeat: no-repeat;
	background-position: 10px 7px;
	font-size: 12px;
	color: #fff;
}
.featureItem {
	position: relative;
	display: inline-block; /* Forces IE 6 to show border-bottom */
	padding: 20px 20px 10px 120px;
	color: #333333;
	border-bottom: 1px #b3b8cb solid;
	
}
.featureItemReports {
	padding-top: 20px;
	text-align: center;
}
.report {
	float: left;
	width: 175px;
	padding: 0px 15px 0px 15px;
}
.report a {
	color: #82ac1a;
}
.featureItemDate {
	position: absolute;
	top: 20px;
	left: 20px;
	font-size: 12px;
	color: #29376b;
	font-weight: bold;	
}
.featureThumbnail {
	position: absolute;
	top: 45px;
	left: 20px;
}
.featureItem a {
	color: #82ac1a;
}
.featureItemTitle {
	font-size: 12px;
	color: #29376b;
}
.featureEvents {
	background-color: #29376b;
}
.featureEventsContent {
	padding: 20px;
	color: #d6d3da;
}
.featureEventsTitle {
	color: #fff;
	font-weight: bold;	
}
.featureEventsSubTitle {
	font-style: italic;
}
.featureEventsBottom {
	height: 130px;
	background-image: url(../images/backer_feature_events_bottom.jpg);
	background-repeat: repeat-x;
}
.featureSearch {
	background-color: #29376b;
	margin-bottom: 1px;
	position: relative;
	background-image: url(../images/backer_feature_search.jpg);
	background-repeat: no-repeat;
	background-position: 0px 40px;
	height: 100px;
}
.inputSearch {
	position: absolute;
	top: 60px;
	left: 25px;
	border: 0px;
	background: none;
}
.buttonSearchGo {
	position: absolute;
	top: 52px;
	right: 35px;
}
.buttonDetails {
	display: block;
	width: 64px;
	height: 24px;
	margin: 0px 0px 20px 0px;
	background-image: url(../images/button_details.jpg);
	background-repeat: no-repeat;
}
.buttonDetails span {
	display: none;
}

/*redengine stylesheets*/
.contentSubLeft li
{
	list-style:none;
	padding-top:10px;
}
.contentSubLeft ul
{
	padding-left:0px;
	margin:0px;
}

.subnav1 li
{
	list-style:disc;
}
.subnav1 ul
{
	padding-left:30px;
}
.searchSub {
	position: relative;
	width: 189px;
	height: 43px;
	background-image: url(../images/button_search_sub.jpg);
	margin: 0px 0px 20px -10px;
}
.inputSearchSub {
	position: absolute;
	top: 12px;
	left: 15px;
	border: 0px;
	background: none;
}
.buttonSearchSubGo {
	position: absolute;
	top: 8px;
	right: 6px;
}

.featurePanel {
	position: relative;
}
.featurePanelText {
	position: absolute;
	width: 260px;
	height: 160px;
	top: 20px;
	right: 25px;
	color: #fff;
}
.featurePanelTitle {
	font-size: 24px;
}
.featurePanelLearnMore {
	display: block;
	width: 94px;
	height: 24px;
	background-image: url(../images/button_feature_panel.jpg);
	background-repeat: no-repeat;
}
.featurePanelLearnMore span {
	display: none;
}

#connector 

{
	
display:block;
	
background-image: url(../images/ai-badge-01.jpg);
	
background-repeat: no-repeat;
	
width:209px;
	height:71px;

}



#connector:hover 
{
	
background-image: url(../images/ai-badge-01-over.jpg);
	
background-repeat: no-repeat;
	
width:209px;
	
height:71px;

}

/*redengine stylesheets*/
