/* ----- Structure and Layout ----- */

* { margin: 0; padding: 0; }

body {
	text-align: center;
	background: url(../images/common/bg.png) repeat-x #626161;
	min-width: 980px;
	padding-top: 0px;
	padding-bottom: 25px;
	}

#wrapper {
	width : 980px;
	text-align : left;
	margin-left : auto;
	margin-right : auto;
	background: url(../images/common/3AceLogo.jpg) no-repeat;
	}

#top {
	width : 980px;
	height: 192px;
	text-indent: -9000em;
	}

#hometop {
	width: 100px;
	height: 100px;
	float: right;
	margin-right: 15px;
}

#hometop a {
	background: url(../images/HomeTop.jpg) no-repeat;
	width: 76px;
	height: 64px;
	display: block;
}

#hometop a:hover {
	background: url(../images/HomeTopH.jpg) no-repeat;
}

#hometop a:focus {
	outline: none;
}
	
#content {
	width: 980px;
	padding-bottom: 5px;
	}

.BoxContainerDiv {
	width: 250px; 
	height: 260px;
	float: left; 
	padding: 20px;
	margin: 0;
	}

.BoxContainerSepDiv, .BoxContainerSepDivD {
	height: 260px; 
	width: 1px; 
	float: left; 
	padding: 0;
	margin: 0;
	margin-top: 20px;
	}

.BoxContainerSepDiv {
	background: url(../images/common/Separator.jpg) no-repeat;
	}

.BoxContainerSepDivD {
	background: url(../images/common/SeparatorD.jpg) 0 30px no-repeat;
	}

.BoxContainerDiv a {
	text-decoration: none;
	}

.BoxContainerDiv img {
	border: 0;
	}

.BoxContainerHeadingSpan {
	font-size: 14px; 
	color: #000000;
	}

.BoxContainerContentSpan {
	font-size: 11px;
	line-height: 16px;
	}

.RedBox, .GreenBox, .BlueBox {
	height: 180px;
	width: 865px;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 0;
	margin: 0;
	color: #222222;
	}

.RedBox {
	background: url(../images/common/RedBox.jpg) no-repeat;
	}

.GreenBox {
	background: url(../images/common/GreenBox.jpg) no-repeat;
	}

.BlueBox {
	background: url(../images/common/BlueBox.jpg) no-repeat;
	}

.RedBox p, .GreenBox p, .Bluebox p {
	padding-right: 10px;
}

.BlueBox ul {
	padding-top: 10px;
	padding-left: 5px;
}

/* ----- Typography ----- */

body {
	font: small Verdana, Sans-serif;
	line-height: 1.6em;
	color: #444444;
	}

h1 {
	margin: 0;
	padding-top: 10px;
	padding-left: 10px;
	color: #0f5296;
	font-size: 1.2em;
}

h2 {
	font-size: 1em;
	font-style:italic;
	margin: 0;
	padding-top: 10px;
	padding-left: 10px;
	color: #0f5296;
}

#content p {
	text-align: justify;
	}

/* ------ Footer ----- */

#footer {
	text-align: center;
	clear:both;
	font-size: .8em;
	color: #ffffff;
	}

/* ----- Links ----- */

#footer a {
	color: #ffffff;
	text-decoration: none;
	}

#footer a:visited {
	color: #ffffff;
	text-decoration: none;
	}

#footer a:hover {
	color: #ffffff;
	text-decoration: underline;
	}
