/* home.css */
/* Style sheet for Data Design Home Page */
/* 03/09/09 */
/* Dark Blue: #02267F */
/* Light Blue: #6DB1F8 */
/* Red: #A82837 */

@charset "utf-8";
.wrapper #header {
	background-image: url(../images/header_home.jpg);
	background-repeat:no-repeat;
	height: 336px;
	margin-bottom: 80px;
}
.wrapper #mainContent {
	padding: 10px 20px 0px 85px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	font-size: .9em;
}.mainnav {
	position:relative;
	top: 129px;
	left: 203px;
	z-index: 3;
}
.tiles {
	position: relative;
	background-image:url(../images/slideshowbox.jpg);
	background-repeat:no-repeat;
	top: 140px;
	left: 225px;
	width: 644px;
	height: 292px;
	padding: 40px 20px 10px 60px;
	margin: 0px 0px 30px 0px;
}
.home_content {
	margin: 30px 43px 40px 65px;
	padding: 40px 0px 5px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	font-size: .9em;
	line-height: 1.1em;
}
.homenews {
	margin: 20px 0px 0px 0px;
	padding: 4px 65px 4px 70px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #E1E1E1;
	font-size: .8em;
}
.home_title {
	font-size: 1.5em;
	font-weight: bold;
	color: #02267F;
	padding-bottom: 0px;
}
.home_subtitle {
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.4em;
	color: #02267F;
	padding-top: 0px;
}
