@charset "utf-8";
/* CSS Document */


/** {margin: 0; padding: 0; outline: none;}*/

img {border: none;}


/*.container {
	overflow: hidden;
	width: 800px;
	margin: 0 auto;
height: 260px;
	
}*/



#main {
	
/*	background: #f0f0f0;*/
padding-top: 10px;
}

/* IE7 Only */
*:first-child+html #main {
margin-bottom: -15px;
}

a {color: #fff;}


/*--Main Image Preview--*/
.main_image {
	width: 608px; height: 260px;
	float: right;
	position: relative;
	overflow: hidden;
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

.main_image .image_desc img{
	float:left;
	/*width:386px;*/
}
.main_image .image_desc{
background:none repeat scroll 0 0 transparent;
float:left;
position:relative;
}

.main_image .image_desc div{
/*height:300px;*/
left:5px;
padding:10 0 0 10px;
position:absolute;
top:0;
/*width:455px;*/
z-index:101;
}


.main_image h2 {
	width: 220px;
font-size: 24px;
font-weight: normal;
padding-left: 15px;
padding-top: 15px;
margin-bottom: -10px;
color: #02457C;
font-family: Georgia, "Times New Roman", Times, serif;

}
.main_image p {
	font-size: 14px;
	padding: 15px;	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
color: #000;
}

.main_image a {
color: #02457C;
text-decoration: none;
}

.main_image .desc{
	position: absolute;
	top: 0;	left: 0;
	width: 100%;
	/*display: none;*/

}


.main_image .block{

	width: 210px;
	
}
.main_image a.collapse {
	background: url(btn_collapse.gif) no-repeat left top;
	height: 27px; width: 93px;
	text-indent: -99999px;
	position: absolute; 
	top: -27px; right: 20px; 
}
.main_image a.show {background-position: left bottom;} 


.image_thumb {
	width: 192px;
	background-color: #00457C;
	color: #FFF;
	list-style-type: none;
	background-image: url(../images/css/promoLeft-BG.png);
	height: 260px;
	float: left;
	z-index: 1;
}

.image_thumb ul{
list-style: none;
margin: 0;
padding-left: 15px;
padding-right: 15px;
padding-top: 10px;
padding-bottom: -1px;
text-indent: 10px;
}


.image_thumb li{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 33px;
	font-size: 16px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F58F20;
	padding-left: 15px;
}

.image_thumb li:hover {
/* background-color: #FFF6DC; */
color: #00457C;
}

.image_thumb ul li a  {
	display:block;
}
.image_thumb  a.activeSlide {
	color: #00457C;
	text-decoration: none;
	background-color: #FFF6DC;
	}
	
/*below keeps cell highlighted when user hovers over it */
.image_thumb  a.activeSlide:hover  {
	color: #00457C;
	text-decoration: none;
	background-color: #FFF6DC;
}

.image_thumb ul li a {
	color:#FFF;
	width:180px;
	text-decoration: none;
}

/*.image_thumb ul li a:hover {
	color: #00457C;
	text-decoration: none;
	background-color: #FFF6DC;
	margin-right: -15px;
}*/

.image_thumb ul li a:hover {
	color: #F5901C;
	text-decoration: none;
	background-color: #00457C;
	margin-right: -15px;
}

html .image_thumb ul li {
	font-weight: normal;
     color: #FFF;
	/*margin: 5px 0;*/ padding: 0;
  
}
/*.image_thumb ul li .block {
	float: left; 
	margin-left: 10px;
	padding: 0;
	width: 166.5px;
}	
.image_thumb ul li p{display: none;}*/

/*This gets rid of the line underneath the bottom item */

.image_thumb ul .NoBottomBorder{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.learnMore {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
}