@charset "UTF-8";

/***** PDF *****/
.pdf_icon, a:link.pdf_icon, a:visited.pdf_icon {
	background: url(../images/pdf_icon-ltgray.png) no-repeat;
	width: 23px;
	height: 23px;
	display: block;
	float: left;
    text-indent: -5000px;
}
.pdf_icon:hover {
	background: url(../images/pdf_icon-dkred.png) no-repeat;
}
.pdf_icon img {
	display: none;
}

/***** E-mail *****/
.email_icon, a:link.email_icon, a:visited.email_icon {
	background: url(../images/email_icon-ltgray.png) no-repeat;
	width: 23px;
	height: 23px;
	display: block;
	float: left;
    text-indent: -5000px;
}
.email_icon:hover {
	background: url(../images/email_icon-dkred.png) no-repeat;
}
.email_icon img {
	display: none;
}

/***** Print *****/
.print_icon, a:link.print_icon, a:visited.print_icon {
	background: url(../images/print_icon-ltgray.png) no-repeat;
	width: 23px;
	height: 23px;
	display: block;
	float: left;
    text-indent: -5000px;
}
.print_icon:hover {
	background: url(../images/print_icon-dkred.png) no-repeat;
}
.print_icon img {
	display: none;
}

/***** Address *****/
.address_icon, a:link.address_icon, a:visited.address_icon {
	background: url(../images/address_icon-ltgray.png) no-repeat;
	width: 23px;
	height: 23px;
	display: block;
	float: left;
    text-indent: -5000px;
}
.address_icon:hover {
	background: url(../images/address_icon-dkred.png) no-repeat;
}
.address_icon img {
	display: none;
}

/***** Phone *****/
.phone_icon, a:link.phone_icon, a:visited.phone_icon {
	background: url(../images/phone_icon-ltgray.png) no-repeat;
	width: 23px;
	height: 23px;
	display: block;
	float: left;
    text-indent: -5000px;
}
.phone_icon:hover {
	background: url(../images/phone_icon-dkred.png) no-repeat;
}
.phone_icon img {
	display: none;
}

/***** Fax *****/
.fax_icon, a:link.fax_icon, a:visited.fax_icon {
	background: url(../images/fax_icon-ltgray.png) no-repeat;
	width: 23px;
	height: 23px;
	display: block;
	float: left;
    text-indent: -5000px;
}
.fax_icon:hover {
	background: url(../images/fax_icon-dkred.png) no-repeat;
}
.fax_icon img {
	display: none;
}

/***** Cell *****/
.cell_icon, a:link.cell_icon, a:visited.cell_icon {
	background: url(../images/cell_icon-ltgray.png) no-repeat;
	width: 23px;
	height: 23px;
	display: block;
	float: left;
    text-indent: -5000px;
}
.cell_icon:hover {
	background: url(../images/cell_icon-dkred.png) no-repeat;
}
.cell_icon img {
	display: none;
}


/***** ALERTS *****/
.message ul {
    background: #ce948a url(../images/alert-dkred.png) no-repeat 5px 50%;
    list-style: none;
    color: #fff;
    font: 12px/14px Arial,Helvetica,Sans-Serif;
    font-weight: bold;
    margin: 0 0 10px;
    padding: 15px 0 15px 49px;
    border-top: 3px solid #9c2916;
    border-bottom: 3px solid #9c2916;
}
.message li {
	margin: 0;
    padding: 0;
}