@charset "UTF-8";
/* CSS Document */

.article {
	margin-top: 20px;
    font-size: 11px;
}

.article a {
	/*color: #ee5f00;*/
}

.article .title {
	font-size: 12px;
    font-weight: bold;
}

.associate {
	overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}

.associate .content_image {
	float: left;
    clear: left;
    margin-right: 15px;
    
    border: 1px solid #525252;
    padding: 4px;
}

.associate .content_title {
	font-size: 115%;
}

.associate .content_meta {
	font-size: 109%;
}

.associate .content_body {
	margin: 8px 0 0 0;
}

.contact {
	overflow: hidden;
    position: relative;
    margin-bottom: 20px;
    
	font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
	color: #383838;
}

.contact .left {
	float: left;
	width: 230px;
    margin-right: 10px;
    overflow: hidden;
}

.contact h4 {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    /*color: #ee5f00;*/
    
    padding-bottom: 6px;
    background: url('../../images/hr_small.gif') -2px bottom no-repeat;
}

.contact .imagefield {
	vertical-align: middle;
}

.contact .email_image {
	display: block;
	margin-top: 22px;
    
    width: 174px;
    height: 36px;
}


.contact .email {
	/*color: #ee5f00;*/
}

.contact .right {
	float: left;
    width: 346px;
    overflow: hidden;
}

.deal {
	overflow: hidden;
    position: relative;
    
    height: 145px;
    
    background: url(../images/site/deal_bg.gif) left top no-repeat;
    padding: 8px 8px 0 12px;
}

.sold_overlay{
	width:30px;
	height:125px;
	position:absolute;
	top:10px;
	left:15px;
	
	}

.deal .content_image {
	float: left;
    
    background: url(../images/site/sold_bg.gif) left top no-repeat;
    width: 208px;
    height: 125px;
    
    padding: 2px 3px 2px 32px;
    margin-right: 8px;
    
    text-align: center;
}

.deal .content_no_image {
	float: left;
    width: 40px;
    height: 125px;
    margin-right: 8px;
    text-align: center;
}

.deal .content_title {
	font-size: 115%;
}

.deal b {
	font-size: 109%;
    font-weight: bold;
}

.deal .content_body {
	margin: 8px 0 0 0;
}

.download {
	overflow:visible;
    position: relative;
    
    margin-bottom: 20px;
}

.download h4 {
	font-size: 115%;
}

.download img {
	border: 0;
    vertical-align: middle;
}

.download p {
	margin-bottom: 4px;
}

.news {
	margin-bottom: 20px;
}

.news .content_title {
	font-size: 115%;
    text-decoration: underline;
}

.news .content_date {
	font-size: 109%;
}

.news .content_body {
}

.news .content_body p {
	margin-bottom: 8px;
}

.testimonial {
	overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}

.testimonial .content_image {
	float: left;
    margin-right: 12px;
    border: 1px solid #525252;
    padding: 4px;
    width: 172px;
}

.testimonial .content_body {
	float: left;
}

.testimonial h4 {
	font-size: 115%;
}

.testimonial h5 {
	font-size: 109%;
}

.link {
	overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}

.link .content_image {
	margin-bottom: 4px;
}

.link h4 {
	font-size: 115%;
}


.faq {
	margin-bottom: 20px;
}

.faq h4 {
	font-size: 115%;
    text-decoration: underline;
    cursor: pointer;
}

.faq .faq_content {
	display: none;
}

.hidden_step{display:none;}
.visible_step{
	display:block;
	color:#383838;
	font-size:109%;
	padding:0pt 10px 0pt 24px;
	}
#step_controller{
	margin-top:10px;
	text-align:center;
	}