@charset "utf-8";
/*
		Author: Peter Manis
*/

/* tri-column box with bottom rounded corners underneath the rotating images */
body #bodyContainer #contentContainer #displayBoxContainer {
	width:960px;
	position:relative;
	top:-5px;
	overflow:hidden;
	margin: 0px auto 0px auto;
}
body #bodyContainer #contentContainer #displayBoxContainer #displayBoxTop {
	width:958px;
	height:8px;
	position:relative;
	top:0px;
	overflow:hidden;
	border-top:1px solid #273c87;
	border-left:1px solid #273c87;
	border-right:1px solid #273c87;
	background-color:#eff7fd;
}
body #bodyContainer #contentContainer #displayBoxContainer #displayBoxMiddle {
	width:960px;
	position:relative;
	top:0px;
	padding:0px;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
}
body #bodyContainer #contentContainer #displayBoxContainer #displayBoxMiddle h1 {
	text-align:center;
	padding: 2px 8px 2px 8px;
	margin:0px;
}
body #bodyContainer #contentContainer #displayBoxContainer #displayBoxMiddle p {
	padding-left:8px;
	padding-right:8px;
	line-height:18px;
}
body #bodyContainer #contentContainer #displayBoxContainer #displayBoxMiddle .leftMiddleColumn {
	width:639px;
	height:100px;
	position:relative;
	top:0px;
	float:left;
	display:block;
	border-left:1px solid #273c87;
	background-color:#eff7fd;
}
body #bodyContainer #contentContainer #displayBoxContainer #displayBoxMiddle .leftColumn {
	width:319px;
	height:100px;
	position:relative;
	top:0px;
	float:left;
	background-color:#eff7fd;
}
body #bodyContainer #contentContainer #displayBoxContainer #displayBoxMiddle .middleColumn {
	width:318px;
	height:100px;
	position:relative;
	top:0px;
	float:right;
	border-left:1px solid #273c87;
	border-right:1px solid #273c87;
	background-color:#eff7fd;
}
body #bodyContainer #contentContainer #displayBoxContainer #displayBoxMiddle .rightColumn {
	width:319px;
	height:100px;
	position:relative;
	top:0px;
	float:right;
	display:block; 
	border-right:1px solid #273c87;
	background-color:#eff7fd;
}
body #bodyContainer #contentContainer #displayBoxContainer #displayBoxBottom {
	width: 960px;
	height:8px;
	clear:both;
	position:relative;
	top:0px;
	margin: 0px;
	padding:0px;
	background-image:url(../images/homeDisplayBox_bottom.gif);
	background-repeat: no-repeat;
}

/* title ('Featured Services') separating displayBox and featured services content */
body #bodyContainer #contentContainer #lowerHeader {
	position:relative;
	top:0px;
	padding:0px;
	margin:0px;
}
body #bodyContainer #contentContainer #lowerHeader h1 {
	color: #273c87;
	font: bold 16px Arial, Helvetica, sans-serif;
}

/* left column of the featured services content */
body #bodyContainer #contentContainer #lowerLeftColumn {
	width: 700px;
	position: relative;
	top:0px;
	float: left;
	overflow:hidden;
	margin: 0px;
	padding:0px;
}
body #bodyContainer #contentContainer #lowerLeftColumn #featuredService {
	width: 694px; /* 6px space between service and form. Form is 260px wide. */
	height:80px;
	position: relative;
	overflow:hidden;
	top: 0px;
}
body #bodyContainer #contentContainer #lowerLeftColumn #featuredService h2 {
	margin:0px;
	padding:0px 0px 8px 0px;
}
body #bodyContainer #contentContainer #lowerLeftColumn #featuredService p {
	margin: 0px;
	line-height:18px;
}
body #bodyContainer #contentContainer #lowerLeftColumn #featuredServiceImage {
	width:75px;
	position:relative;
	top:0px;
	float:left;
	margin:0px;
	padding: 8px 6px 8px 6px;
}	
body #bodyContainer #contentContainer #lowerLeftColumn #featuredServiceText {
	width:595px;
	postion:relative;
	top:0px;
	float:right;
	padding: 8px 6px 8px 6px;
}
body #bodyContainer #contentContainer #lowerLeftColumn .blue {
	border-top: 1px solid #273c87;
	border-bottom: 1px solid #273c87;
	background-color: #eff7fd;
}

/* right column of featured services content */
body #bodyContainer #contentContainer #lowerRightColumn {
	position:relative;
	top:0px;
	float:right;
}
body #bodyContainer #contentContainer #lowerRightColumn #homeForm { /* 'Contact Us' box pieces */
	width:238px;
	height:100%;
	position:relative;
	background-color:#f1f1f1;
	border:1px solid #716f64;
	padding: 0px 10px 10px 10px;
	margin:auto;
}
body #bodyContainer #contentContainer #lowerRightColumn #homeForm #homeFormTop {
	position: absolute;
	top: -1px;
	left: -1px;
	background-color:#ffffff;
}
body #bodyContainer #contentContainer #lowerRightColumn #homeForm #homeFormTop .homeFormImgTop {
	width: 260px;
	height: 38px;
	border: none;
	display: block;
}
body #bodyContainer #contentContainer #lowerRightColumn #homeForm #homeFormBottom {
	position: absolute;
	bottom: -2px;
	left: -1px;
	background-color:#ffffff;
}
body #bodyContainer #contentContainer #lowerRightColumn #homeForm #homeFormBottom .homeFormImgBottom {
	width: 260px;
	height: 8px;
	border: none;
	display: block;
}
body #bodyContainer #contentContainer #lowerRightColumn #homeForm #homeFormHeader h2 {
	height:30px;
	position:relative;
	z-index: 1;
	margin:8px 0px 0px 0px;
	padding:0px;
	text-align:center;
	color:#4f4e4a;
}
body #bodyContainer #contentContainer #lowerRightColumn #homeForm p {
	margin-bottom: 8px;
}
body #bodyContainer #contentContainer #lowerRightColumn #homeForm label {
	width: 80px;
	float: left;
	display: block;
	font: bold 12px Arial, Helvetica, sans-serif;
}
body #bodyContainer #contentContainer #lowerRightColumn #homeForm label .required {
	color:#ff0000;
}
body #bodyContainer #contentContainer #lowerRightColumn #homeForm p .thankyou {
	font-weight:bold;
}
body #bodyContainer #contentContainer #lowerRightColumn #homeForm .textbox {
	width: 130px;
	height: 16px;
	border: 1px solid #7f9db9;
	background: white url(../images/textboxBack.gif) repeat-x top;
}
body #bodyContainer #contentContainer #lowerRightColumn #homeForm .dropdown {
	width: 134px;
	border: 1px solid #7f9db9;
	background: white url(../images/textboxBack.gif) repeat-x top;
}
body #bodyContainer #contentContainer #lowerRightColumn #homeForm .textarea {
	width: 130px;
	border: 1px solid #7f9db9;
	background: white url(../images/textboxBack.gif) repeat-x top;
}
body #bodyContainer #contentContainer #lowerRightColumn #homeForm .blueButton {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #ffffff;
	margin-left: 80px;
	background-image:url(../images/blue_button_gradient.gif);
	background-repeat: repeat-x;
	border: 1px solid #273c87;
	cursor: pointer;
}
