﻿.content h2 {
	color: #002c6c;
	font-size: 18px;
	border-bottom: solid 2px #002c6c;
	padding: 0 0 0 28px;
	line-height: 24px;
	font-weight: normal;
}

.topBox {
	padding: 39px 34px 39px 34px;
	width: 534px;
	height: 62px;
	background: url(../images/bg_support_header.jpg) no-repeat 0 0;
	margin: 0 0 60px 0;
}

	.topBox h3 {
		font-size: 16px;
		color: #000000;
		margin: 0 0 15px 0;
		font-weight: normal;
	}
	
	.topBox p {
		font-size: 12px;
		color: #000000;
		line-height: 18px;
		font-weight: bold;
	}
	
	.topBox p a {
		color: #002c6c;
		font-weight: bold;
	}





.findAContact {
	padding: 0 0 0 28px;
	margin: 0 0 20px 0;
}

	.findAContact h2 {
		padding: 0;
		margin: 0 0 10px 0;
		font-weight: normal;
	}
	
	.findAContact .options {
		margin: 0 0 0 5px;
	}
	
		.findAContact .options .left {
			float: left;
			font-size: 12px;
		}
		
		.findAContact .options .right {
			float: right;
			margin: 0 10px 0 0;
		}
		
		.findAContact .options .right a {
			font-size: 11px;
			color: #002c6c;
		}
	
	.findAContact .column {
		width: 245px;
		float: left;
		margin: 15px 0 0 5px;
	}
	
	.findAContact .column h3 {
		line-height: 20px;
		height: 20px;
		font-weight: normal;
	}
	
		.findAContact .column h3 a {
			color: #002c6c;
			font-size: 12px;
			line-height: 16px;
			height: 20px;
			display: block;
			padding: 0 0 0 25px;
			text-decoration: none;
		}
		
			.findAContact .column h3 a.down {
				background: url(../images/arrowContactsDown.jpg) no-repeat 0 0;
			}
			
			.findAContact .column h3 a.up {
				background: url(../images/arrowContactsUp.jpg) no-repeat 0 0;
			}
			
	.findAContact .column div a {
		color: #002c6c;
		text-decoration: none;
	}
	
	.findAContact .column .collapsed {
		display: none;
	}

	.findAContact .column .expanded {
		display: block;
		color: #454545;
		font-size: 10px;
		margin: 0 0 20px 25px;
	}

.askUs {
	/*height: 318px; */
	background-color: #dadada;
	color: #555555;
	padding: 37px 0 0 64px;
	width: 739px;
}

	.askUs .topics {
		margin: 10px 0 0 0;
		padding: 0 0 20px 0;
		border-bottom: solid 1px #b3b3b3;
		width: 707px;
	}
	
		.askUs .topics input {
			margin: 3px 8px 0 8px !important;
			margin: 3px 8px 0 0;
			padding: 0;
		}
		
	.askUs .fields {
		padding: 15px 0 0 0;
	}

		.askUs .fields label {
			display: block;
			float: left;
			margin: 0 0 10px 0;
			text-align: left;
			width: 55px;
			padding: 5px 2px 0 0;
		}
		
		.askUs .fields input {
			display: block;
			width: 246px;
			float: left;
			margin: 0 0 5px 0;
			border: solid 1px #abadb3;
			padding: 2px;
			font: 12px tahoma;
		}
		
			.askUs .fields input.error {
				background-color: #ffebe8;
				border: solid 1px #ff0000;
			}

		.askUs .fields br {
			clear: left;
		}
		
		.askUs .fields .second {
			margin: 0 0 0 85px;
		}
		
		.askUs .fields .submit {
			width: 46px;
			height: 19px;
			display: block;
			background: url(../images/btnSubmit.jpg) no-repeat 0 0;
			text-indent: -9999px;
			margin: 10px auto 20px auto;
		}

.success {
	height: 105px;
	background-color: #dadada;
	color: #555555;
	font-weight: bold;
	text-align: center;
	padding: 95px 0 0 0;
	font-size: 12px;
}


/* ----------------------------- */
/* FAQ PAGES					 */
/* ----------------------------- */

.q_and_a {
	margin: 42px 0 0 29px;
	padding: 0 0 42px 0;
}

	.q {
		width: 644px;
		min-height: 24px;
		padding: 17px 39px 17px 71px;
		background: #b1bed1 url(../images/bg_q.jpg) no-repeat 0 0;
	}
	
		.q_bottomEdge {
			width: 754px;
			height: 4px;
			padding: 0;
			margin: 0;
			background: url(../images/bg_q_bottomEdge.jpg) no-repeat 0 0;
		}
	
	    .q img {
	        float: left;
	        margin-left: -3px;
	        margin-top: -7px;
	        padding-right: 9px;
	    }

	.q_em {
		width: 604px;
		height: 28px;
		padding: 17px 39px 17px 111px;
		background: url(../images/bg_q_em.jpg) no-repeat 0 0;
	}

	.a {
		width: 644px;
		min-height: 28px;
		padding: 17px 39px 17px 71px;
		background: url(../images/bg_a.jpg) no-repeat 24px 18px;
	}
	
		.a a {
			color: #002C6C;
			text-decoration: underline;
		}
		
		.a a:hover {
			text-decoration: none;
		}

.emergencyCallout {
	background: url(../images/bg_emergencyCallout.jpg) repeat-x 0 0;
	width: 580px;
	height: 47px;
	padding: 15px 0 0 25px;
}

	.emergencyCallout h3 {
		font-size: 15px;
		color: #a30400;
		text-transform: uppercase;
		line-height: 18px;
		font-weight: bold;
	}

.content .section {
	width: 578px;
	margin: 10px 0 0 27px;
}

	.content .section h2 {
		border-bottom:2px solid #002C6C;
		color:#002C6C;
		font-size:18px;
		line-height:24px;
		padding: 0;
		width: 578px;
	}
	
	.content .section p {
		margin: 11px 0 0 18px;
		line-height: 13px;
	}
	
		.content .section a {
			color: #002c6c;
			font-weight: bold;
			font-size: 12px;
			text-decoration: underline;
		}
		
			.content .section a:hover {
				text-decoration: none;
			}

	.content .section .downloadCallout {
		border-left: solid 1px #c9c9c9;
		float: right;
		margin: 11px 0 0 0;
		height: 110px;
		width: 253px;
		padding: 2px 0 0 21px;
	}

/* ----------------------------- */
/* DOWNLOAD PAGE				 */
/* ----------------------------- */

.tabbedSection {
        padding: 10px 30px 10px 30px;
    }
    
    .tabbedSection .description,
    .tabbedSection .image {
        height: 76px;
        padding: 10px;
    }
    
    .tabbedSection .header {
        margin: 0 0 5px 0;
    }
    
    .tabbedSection .description {
        width: 540px;
        font-size: 12px;
        color: #494b4d;
    }
    
		.tabbedSection .description a,
		.tabbedSection .download a {
			color: #002c6c;
			text-decoration: underline;
		}
    
    .tabbedSection .image {
        width: 80px;
    }
    
    .tabbedSection .download {
        width: 77px;
        padding: 21px 10px 10px 10px;
        height: 55px;
    }
    
		.tabbedSection .download a {
			background: url(/images/arrowHoriz.gif) no-repeat 0 3px;
			padding: 0 0 0 20px;
		}
