#tabs {
	background-color: #B3C550;
	display: block;
	height: 70px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
#tabs ul {
	display: block;
	padding: 0px;
	list-style-type: none;
	height: 35px;
	margin-top: 35px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	overflow: hidden;
}
.tab   {
	display: block;
	float: left;
	height: 35px;
}
.tab a   {
	display: block;
	height: 35px;
	padding-right: 20px;
	padding-left: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 40px;
	color: #03313f;
	text-decoration: none;
}

.tab a:hover {
	text-decoration: underline;
}
.tab_dwn {
	display: block;
	float: left;
	height: 35px;
	background-image: url(images/tab_background.png);
}
.tab_dwn a {
	display: block;
	height: 35px;
	padding-right: 20px;
	padding-left: 20px;
	background-image: url(images/tab_end.png);
	background-position: right;
	background-repeat: no-repeat;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 40px;
	color: #03313f;
	text-decoration: none;
}
.tab_dwn a:hover {
	text-decoration: underline;
}
.quote {
	background-color: #657B88;
	display: block;
	height: 47px;
	width: 240px;
	position: absolute;
	top: 0px;
	left: 701px;
	background-image: url(images/quote_system_01.gif);
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	text-decoration: none;
	font-size: 18px;
	line-height: 47px;
	text-indent: 52px;
	font-weight: normal;
}
.quote:hover {
		text-decoration: underline;
		}

#logo_box {
	height: 210px;
	width: 240px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 17px;
	float: left;
}

#logo_email {
	display: block;
	height: 30px;
	border-top-color: #5f0523;
	border-bottom-color: #5f0523;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 30px;
	width: 205px;
	margin-left: 3px;
	color: #5f0523;
}
#logo_email a {
	text-decoration: none;
	color: #5f0523;
}

#logo_email a:hover {
	text-decoration: underline;
}

#logo_phone {
	display: block;
	height: 30px;
	width: 205px;
	margin-left: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #5f0523;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 30px;
	color: #5f0523;
}



#heading_box {
	display: block;
	float: left;
	width: 665px;
	height: 169px;
	background-image: url(images/pi4u_heading.gif);
	margin-left: 18px;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#heading_box h2 {
	color: #FFF;
	display: block;
	padding: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	margin-top: 100px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 80px;
	font-weight: normal;
}
#heading_box h1 {
	color: #b0bcc2;
	display: block;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 80px;
	font-size: 18px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
}

