@charset "utf-8";
/* CSS Document */

/*----styles just for Contact Page-------------*/

#titleLine {
	clear: both;
	background-color: #005195;
	text-align: left;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	color: #FFF;
}

#titleLine h1 {
	font-size: 18px;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	padding-top: 0.3em;
	padding-right: 0.3em;
	padding-bottom: 0.3em;
	padding-left: 0.5em;
}
#contactForm {
	float: left;
	width: 660px;
	margin-bottom: 20px;
}
fieldset {
	float: left;
	border-top-color: #005195;
	border-right-color: #005195;
	border-bottom-color: #005195;
	border-left-color: #005195;
	margin-left: 20px;
	overflow: hidden;
	width: 280px;
	height: 230px;
}
legend {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 17px;
	margin-left: 10px;
}


#contactForm  p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 8px;
}
input.text {
	width: 150px;
}
label.left {
	display: block;
	float: left;
	width: 100px;
}
select {
	margin-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}


textarea {
	width: 240px;
	margin-top: 5px;
	height: 60px;
}
#submitButton {

}



#contactimage {
	background-image: url(../images/contact_us.jpg);
	background-repeat: no-repeat;
	height: 172px;
	width: 234px;
	float: right;
}
#contactAddress {
	background-image: url(../images/contact_address.gif);
	height: 133px;
	width: 281px;
	background-repeat: no-repeat;
	float: left;
	margin-right: 39px;
	margin-left: 6px;
	position: relative;
}
#contactAddress p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #005294;
	margin: 0px;
	padding: 0px;
	left: 100px;
	top: 18px;
	position: absolute;
}
#contact24hr {
	background-image: url(../images/contact_24hr.gif);
	background-repeat: no-repeat;
	height: 133px;
	width: 281px;
	float: left;
	margin-right: 39px;
	position: relative;
}
#contact24hr p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	color: #005294;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 18px;
	left: 78px;
}
#contactTel {
	background-image: url(../images/contact_number.gif);
	background-repeat: no-repeat;
	height: 133px;
	width: 281px;
	float: left;
	position: relative;
}
#contactTel p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #005294;
	text-align: center;
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 70px;
	top: 18px;
}

