/* Presentation Stylesheet */ 

.logo {
	border: 0;
}

img {
	border: 0;
}

#hdr .phone {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	color: #313F86;
	position: absolute;
	top: 179px;
	left: 677px;
	width: 211px;

}
#hdr .phone span {
	color: #76AAE4;

}

#hdr h1 {
	position: absolute;
	left: 255px;
	top: 30px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 36px;
	line-height: normal;
	font-weight: normal;
	color: #003847;
	width: 350px;
}

.speachbub-top {
	background-image: url(/images/speech-bubble-back.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	line-height: 18px;
	font-weight: bold;
	color: #6E6E6E;
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;

}

.speachbub-bottom {
	background-image: url(/images/speech-bubble-base.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #000000;
	font-weight: bold;
	padding-right: 15px;
	padding-bottom: 40px;
	padding-left: 15px;
	text-align: right;

}
.greyline {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #C1C1C1;
}
