@charset "UTF-8";
.header{
	background-image: url(../images/header.jpg);
	height: 60px;
	width: 750px;
	background-repeat: no-repeat;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #FFF;
	font-weight: bold;
}
/*----------------------------------Header Secondary Pages--------------------------*/
/*----------------------------------Homepage Left Sidebar--------------------------*/
.leftbluebox{
	margin: 0px;
	float: left;
	height: 180px;
	width: 185px;
	background-image: url(images/blueboxleft.jpg);
	background-repeat: no-repeat;
}
.news{
	background-image: url(images/news.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	float: left;
	height: 348px;
	width: 182px;
}
/*----------------------------------Homepage Main Content--------------------------*/
/*----------------------------------Footer-----------------------------------------*/
#main {
	height: auto;
	width: 750px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	background-image: url(images/header.jpg);
	height: 60px;
	width: 750px;
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-left: 0px;
}
#header2{
	height: 60px;
	width: 750px;
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-left: 0px;
}
#phone {
	float: right;
	height: 25px;
	width: 200px;
	margin-top: 20px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #FFF;
	margin-right: 20px;
}
#leftbluebox {
	margin: 0px;
	float: left;
	height: 200px;
	width: 185px;
	background-image: url(images/blueboxleft.jpg);
	background-repeat: no-repeat;
}
#news {
	background-image: url(images/news.jpg);
	background-repeat: no-repeat;
	float: left;
	height: auto;
	width: 170px;
	padding-top: 60px;
	padding-right: 10px;
	padding-left: 10px;
	margin: 0px;
}
#mainnavigationandpic {
	float: right;
	height: auto;
	width: 555px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
#welcome {
	background-image: url(images/welcomebanner.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	float: right;
	height: 160px;
	width: 555px;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#weknow {
	background-repeat: no-repeat;
	margin: 0px;
	float: right;
	height: auto;
	width: 555px;
	background-color: #f6f4f4;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000;
	margin-bottom: auto;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color: #FFF;
	margin-top: 0px;
	float: left;
	height: 50px;
	width: 750px;
	position: absolute;
	left: 214px;
	top: 679px;
}
