﻿/* Home page - most styles are in QAADefault.css so they don't have to be "undone" in text only mode */

.home-left-col {
	float: left;
	width: 46%;
	margin-right: 3%;
    margin-left: 20px
}

.home-right-col {
	float: right;
	width: 46%;
    margin-right: 20px
}

.home-highlight-box-1{
	padding: 10px 10px 10px 10px;
}
	
.home-padded {
	padding-left: 0px; /* Previously 10px, taken out due to change request. */
}

.home-highlight-box-2 {
	padding: 15px 10px 15px 10px;
	font-size: 1.2em;
}

	.home-highlight-box-1 a, .home-highlight-box-1 a:visited {
		text-decoration: underline !important;
	}
	
	.home-highlight-box-1 a:hover {
		text-decoration: underline !important;
	}
	
	.home-highlight-box-2 a, .home-highlight-box-2 a:hover, .home-highlight-box-2 a:visited {
		text-decoration: underline !important;
	}
	
.home-highlight-box-1  h2 {
	margin-bottom: 0px !important;
}

.home-highlight-box-1 h2, .home-padded h2 {
	font-size: 1.6em !important;
}