@charset "utf-8";
/* CSS Document */

.header {
	background-image: url(../img/header.png);
	background-repeat: no-repeat;
	float: left;
}
.content {
	background-image: url(../img/home.png); background-repeat: no-repeat;
	height: 512px;
}

.welcome {
	width: 428px;
	height: 150px;
	padding: 33px 38px 33px 210px;
	margin: 0px;
	float: left;
	clear: both;
}

.sub {
	float: left;
	width: 180px;
	padding: 120px 28px 0 17px;
}

.sub h1 {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.sub p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0 0 10px 0;
	padding: 0;
	line-height: 16px;
}

.sub a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 17px;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
	color: #0b89e1;
}

.sub a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 17px;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: underline;
	color: #0b89e1;
}

.lastsub {
	padding: 120px 0px 0 19px;
}

.welcome p{
		font-family: Arial, Helvetica, sans-serif;
		line-height:  17px;
}

.announce {
	background-image: url(../img/services.png); background-repeat: no-repeat; background-position: -2px -1px;
}

.announce a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 17px;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
	color: #0b89e1;	
}

.announce a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 17px;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: underline;
	color: #0b89e1;	
}

.announce p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0 0 10px 0;
	padding: 0;
	line-height: 17px;
}
