@charset "UTF-8";
/* CSS Document */

.article_sub_page_right{
	width: 220px;
	margin-right: 5px;
	margin-top: 15px;
	margin-left: 5px;
	}	


.article_top {	    /*Encompassing box around Article Head secion*/
	height: 215px;
	width: 630px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	padding-top: 0px;
	padding-left: 0px;
	clear: right;
	float: left;
}
.article_big_image { /*Box for image in article*/
	height: 150px;
	width: 220px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	padding-top: 0px;
	padding-left: 0px;
	clear: right;
	float: left;
	margin-top: 32px;
	margin-left: 0px;
	margin-right: 10px;
}
.article_title_int { /*Interior title for articles*/
	height: 93px;
	width: 330px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	padding-top: 0px;
	padding-left: 0px;
	clear: right;
	float: left;
	margin-top: 0px;
	margin-left: 0px;
	line-height: 24px;
}

.article_author { /*Author head shot*/
	height: 55px;
	width: 330px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	padding-top: 0px;
	padding-left: 0px;
	clear: none;
	float: left;
	margin-top: 0px;
	margin-left: 0px;
}

.article_author_name { /*Author head shot*/
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	vertical-align: text-bottom;
}

.article_bold_txt{
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
}

a:link {
	color: #0065A4;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	color: #666666;
	text-decoration: underline;
}
a:active {
	color: #999999;
	text-decoration: none;
}



.article_list_box { /*View All box for articles*/
	float: left;
	height: 95px;
	width: 450px;
	text-align: left;
	margin-bottom: 15px;
	clear: right;
	left: 0px;
}



.article_thumb {
	float: left;
	height: 70px;
	width: 118px;
	clear: none;
	padding-top: 2px;
}

.article_heading {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
}

.list_spacer{       /*Used to put a break inbetween article groups on the View All page*/
	float: left;
	height: 35px;
	width: 550px;
	clear: left;

}

.vendor_text_left{
	height: 150px;
	width: 116px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 17px;
	padding-top: 16px;
	padding-left: 22px;
	color: #FAA634;
	clear: right;
	float: left;
	margin-top: 0px;
	margin-left: 0px;
	line-height: 19px;
	font-weight: bold;
}

.vendor_text_right_top{
	height: 45px;
	width: 400px;
	padding-top: 10px;
	padding-left: 20px;
	float: left;
	color: 84888B;
	font-family: Helvetica, Arial, , sans-serif;
	font-size: 16px;
	margin-top: 0px;
}

.vendor_text_right_bottom{
	height: 45px;
	width: 400px;
	padding-top: 8px;
	padding-left: 15px;
	float: left;
	color: 84888B;
	font-family: Helvetica, Arial, , sans-serif;
	font-size: 12px;
}

.vendor_btn a{
	display: block;
	width: 700;
	height: 160px;
	text-decoration:none;
	margin-top: 0px;
}
	
.vendor_btn a:link{
	background: url(../images/vendor_content_static.png) no-repeat;
	width: 700;
	height: 160px;
}
	
.vendor_btn a:hover{
	background: url(../images/vendor_content_ovr.png) no-repeat;
	width: 700;
	height: 160px;
	color: #FAA634;
}

