﻿/* ----------------------------- */
/* EMERGENCY SERVICES BOX		 */
/* ----------------------------- */

/* if it's in a tab, push it right a bit */
.tabSection .col .roundedEmergency {
	margin: 0 0 0 50px;
}

.roundedEmergency {
    background: url(/images/emergencyServicesBox.jpg) no-repeat 0 0;
    height: 85px;
    width: 239px;
}
    
    .roundedEmergency h3,
    .roundedEmergency h4,
    .roundedEmergency h5 {
        text-indent: -9999px;
        padding: 0;
        margin: 0;
        font-size: 1px;
        height: 12px;
        font-weight: normal;
    }

	.roundedEmergency a {
		background: url(../images/arrowSubmit.jpg) no-repeat right 2px;
		padding: 0 17px 0 0;
		left: 140px;
		position: relative;
		top: 24px;
		text-transform: none;
		font-size: 11px;
		font-weight: bold;
		color: #002c6c;
		text-decoration: underline;
	}
	
	.roundedEmergency a:hover {
		text-decoration: none;
	}

/* ----------------------------- */
/* TOP SUPPORT QUESTIONS		 */
/* ----------------------------- */

.roundedSupport {
        background: url(../images/bg_rounded_white.jpg) no-repeat 0 0;
        width: 172px;
        height: 134px;
        margin: 15px 0 15px 0;
    }
    
    .roundedSupport h3 {
        font: 15px tahoma;
        color: #333333;
        margin: 0 0 0 8px;
        padding: 7px 0 11px 0;
    }
    
    .roundedSupport p {
		background: url(../images/questionMarkWhite.jpg) no-repeat 8px 0;
		padding: 0 0 0 45px;
		width: 120px;
    }

		.roundedSupport p a {
			text-decoration: none;
			color: #002c6c;
			background: url(../images/arrowSubmit.jpg) no-repeat right 3px;
			padding: 0 20px 0 0;
		}

/* ----------------------------- */
/* APU LEASING					 */
/* ----------------------------- */

.roundedAPU {
	background: url(../images/roundedAPU.jpg) no-repeat 0 0;
	width: 188px;
	height: 82px;
}

	.roundedAPU p {
		color: #333333;
		font-size: 12px;
		padding: 15px 13px 0 13px;
	}
	
		.roundedAPU p a {
			color: #002c6c;
			text-decoration: underline;
			font-weight: bold;
		}
