@charset "utf-8";


.fck_midCol {
	width: 100%;
	float: left;
	margin-top: 0px;
	margin-bottom: 8px;
}
.read_more_span {
	text-align: right;
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
}
.image_right {
	float: right;
	/*removed width constriction: width: 300px; */
	margin-bottom: 8px;
	margin-left: 8px;
}
.image_left {
	float: left;
	/*removed width constriction: width: 300px; */
	margin-bottom: 8px;
	margin-right: 8px;
}
.image_banner {
	float: left;
	width: 436px;
	margin-bottom: 8px;
	text-align: center;
}
.go_links {
	font-weight: bold;
	text-transform: uppercase;
	color: #FF4900;
}
.go_links a {
	text-transform: none;
	text-align: right;
	font-weight: normal;
	padding-left: 16px;
	background-image: url(../images/nav_images/arrow_off.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	color: #028A8E;
	text-decoration: none;
}
.go_links a:hover {
	text-transform: none;
	text-align: right;
	font-weight: normal;
	padding-left: 16px;
	background-image: url(../images/nav_images/arrow_on.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	color: #FFB300;
	text-decoration: none;
}
.fck_midCol  a {
	color: #028A8E;
	text-decoration: none;
	font-weight: bold;
}
.fck_midCol a:hover {
	color: #FFB300 !important;
	text-decoration: none;
	font-weight: bold;
}

.fb_body {
 float: left;
 width: 170px;
 margin: 0px;
 padding: 8px 8px 12px 12px;
 clear: left;
 background-image: url(/images/headings/fb_body.gif);
 background-repeat: no-repeat;
 background-position: center bottom;
 font-size: 12px;
}
.fb_body a:link, .fb_body a:visited {
 color: #FFB300 !important;
 text-decoration: none;
}

.fb_body a:hover{
	color:#FFFFFF !important;
}
 
.fb_header {
 margin: 16px 0px 0px;
 padding: 0px;
 float: left;
 width: 190px;
 height: 32px;
 background-image: url(/images/headings/fb_heading.gif);
 background-repeat: no-repeat;
 background-position: center top;
}
.fb_header h2 {
 font-size: 16px;
 color: #FFFFFF;
 text-align: left;
 margin-top: 6px;
 padding: 0px;
 margin-right: 0px;
 margin-bottom: 0px;
 margin-left: 12px;
}




/* wide search */
.fb_body2 {
 float: left;
 width: 668px;
 margin: 0px;
 padding-left:20px;
 clear: left;
 background-image: url(/images/headings/fb_body_long.gif);
 background-repeat: no-repeat;
 background-position: center bottom;
 font-size: 12px;
}
.fb_body2 a:link, .fb_body2 a:visited {
 color: #FFB300 !important;
 text-decoration: none;
}

.fb_body2 a:hover{
	color:#FFFFFF !important;
}
 
.fb_header2 {
 margin: 16px 0px 0px;
 padding: 0px;
 float: left;
 width: 688px;
 height: 32px;
 background-image: url(/images/headings/fb_heading_long.gif);
 background-repeat: no-repeat;
 background-position: center top;
}
.fb_header2 h2 {
 font-size: 16px;
 color: #FFFFFF;
 text-align: left;
 margin-top: 6px;
 padding: 0px;
 margin-right: 0px;
 margin-bottom: 0px;
 margin-left: 12px;
}


