/* CSS Document */


/***********************************
CONTACT FORM
***********************************/
h1.ContactHeader {
	width:182px;
	height:34px;
	background:transparent url(../images/contactus.jpg) no-repeat top left;
	display:block;
	margin:0 0 20px 0;
}
div.Contact {
	width:440px;
	margin:10px 0 0 0;
}
div.Contact .Left {
	float:left;
	margin:0 15px 0px 0;
}
div.Contact label {
	float:left;
	font-size:13px;
	font-weight:bold;
	color:#666;
}
div.Contact label span {
	color:#678C9B;
	font-size:25px;
}
div.Contact .box {
	border:2px solid #BBC6CC;
	width:130px;
	height:20px;
	padding:2px 3px 0px 5px;
	font-family:arial;
	color:#666;
	margin:0 0 10px 0;

}
div.Contact .box2 {
	border:2px solid #BBC6CC;
	width:395px;
	height:20px;
	padding:2px 3px 0px 5px;
	font-family:arial;
	color:#666;
	margin:0 0 10px 0;
}
div.Contact .box3 {
	border:2px solid #BBC6CC;
	width:110px;
	height:20px;
	padding:2px 3px 0px 5px;
	font-family:arial;
	color:#666;
	margin:0 0 10px 0;
}
div.Contact select.box3 {
	border:2px solid #BBC6CC;
	width:110px;
	height:26px;
	padding:2px 3px 2px 5px;
	font-family:arial;
	color:#666;F
	margin:0 0 10px 0;
}
div.Contact .box4 {
	border:2px solid #BBC6CC;
	width:250px;
	height:20px;
	padding:2px 3px 0px 5px;
	font-family:arial;
	color:#666;
	margin:0 0 10px 0;
}
div.Contact .box5 {
	border:2px solid #BBC6CC;
	width:395px;
	height:100px;
	padding:2px 3px 0px 5px;
	font-family:arial;
	color:#666;
	margin:0 0 10px 0;
}
a.BtnSubmit {
	width:112px;
	height:22px;
	background:transparent url(../images/btn_submitform.jpg) no-repeat 0 0;
	float:right;
	border:none;
	padding:0 30px 0 0;
}
a.BtnSubmit:hover {
	width:112px;
	height:22px;
	background:transparent url(../images/btn_submitform.jpg) no-repeat 0 -22px;
	float:right;
}
div.Invalid {
	background:#FAF1F2 url(../images/error.jpg) no-repeat 10px 10px;
	border:2px solid #C95A55;
	padding:20px 20px 20px 55px;
	color:#C95A55;
	font-weight:bold;
	margin:10px 0;
}
div.Invalid ul {
	padding:0;
	margin:10px 0 0 15px;
}
div.Success {
	background:#E4F4E4 url(../images/check.jpg) no-repeat 10px 10px;
	border:2px solid #589D2C;
	padding:20px 20px 20px 55px;
	color:#589D2C;
	font-weight:bold;
	margin:10px 0;
}

/***********************************
DOCUMENTS FORM
***********************************/

h1.DocumentsHeader {
	width:342px;
	height:33px;
	background:transparent url(../images/printable-documents.jpg) no-repeat top left;
	display:block;
	margin:0 0 20px 0;
}
div.DocumentContainer {
	float:left;
	width:345px;
	margin:30px 20px 20px 0;
}
div.DocumentContainer .Icon {
	float:left;
	margin:0 10px 50px 0;
}
div.DocumentContainer a,
div.DocumentContainer a:visited {
	color:#567583;
	text-decoration:none;
	font-weight:bold;
	margin:0 0 5px 0;
	display:block;
}
div.DocumentContainer a:hover {
	text-decoration:underline;
}
a.BtnViewDoc {
	width:132px;
	height:23px;
	background:transparent url(../images/btn_viewdoc.jpg) no-repeat 0 0;
	float:right;
	margin:10px 0 0 0;
}
a.BtnViewDoc:hover {
	background-position:0 -23px;
}

/***********************************
STAFF
***********************************/
h1.StaffHeader {
	width:156px;
	height:48px;
	background:transparent url(../images/our-staff.jpg) no-repeat top left;
	margin:0 0 20px 0;
}
div.StaffContainer {
	float:left;
	width:345px;
	margin:30px 20px 20px 0;
}
div.StaffContainer p {
	margin:0 0 3px 0;
}
div.StaffContainer a,
div.StaffContainer a:visited {
	color:#567583;
	text-decoration:none;
	font-weight:bold;
	margin:0 0 5px 0;
	display:block;
}
div.StaffContainer a:hover {
	text-decoration:underline;
}
div.StaffPic {
	width:85px;
	height:86px;
	background:transparent url(../images/pic-bg.jpg) no-repeat top left;
	padding:6px 0 0 8px;
	float:left;
	margin:0 10px 60px 0;
}
h2 {
	color:#7092A1;
	font-size:15px;
	margin:10px 0 0px 0;
}