@charset "utf-8";
/* Styling for home page */

#banner {
	padding: 10px 10px 0 10px;
}
#banner2 {
	border: 1px solid #eeeeee;
	margin: 10px;
	display: block;
}

#banner-main-image {
	float:left;
	padding-right: 30px;
	display: inline;
}
#banner-main-text {
	display:inline;
}
#banner-main-text h1 {
	border-bottom: none;
	font-size: 40px;
	color: #9d0621;
	font-weight: bold;
	margin: 15px 5px; 
}

#banner-main-text ul {
	color: #9d0621;
	list-style-position: inside;
	margin-bottom: 1em;
	margin-left: 14px;
	list-style-type: circle;
}

#illustration-button {
	display: inline;
	margin: 20px 10px;
	float: right;
}
#home-logos {
	display: inline;
	float:right;
	margin: 10px;
}

#left_col {
	width: 170px;
	margin: 0 10px 0 0;
	float: left;
}

#login-btn {
	background:url(../images/contractor-login-btn.jpg) no-repeat top left;
	width: 170px;
	min-height: 42px;
}

#login-btn a {
	margin: auto auto;
	position: relative;
	top: 12px;
	left: 40px;
}

#centre_col {
	width: 540px;
	margin: 0 10px;
	float: left;
}
#centre_col2 {
	margin: 0 0;
	float: left;
	width: 740px;
}

#boxes {
	display: block;
	width: 740px;
}

#boxes a {
	color: #4C4D4D;
	text-decoration: none;
}

#boxes a:hover {
	color: #9d0621;
	text-decoration: underline;
}

.home-box {
	display: block;
	float:left;
	width: 175px;
	height:140px;
	border: 1px solid #dddddd;
	background: url(../images/home-box-shading.gif) bottom repeat-x;
	margin-right: 10px;
	text-align: center;
}

.home-box ul {
	list-style-position: outside;
	list-style: url(/images/bullet-point.jpg);
	font-size: 11px;
	margin: 8px 10px;
	vertical-align: top;
}

.home-box p {
	font-size: 11px;
	padding: 8px 5px 5px 5px;
}

#pi-image {
	margin-top: 2px;
	}

#left_right_boxes {
	display: block;
	width: 740px;

}

#home-testimonials-box {
	float: left;
	width: 362px;
	height: 150px;
	border: 1px solid #ddd;
	margin: 10px 10px 10px 0px;
	background: url(../images/home-box-shading150.gif) bottom repeat-x;
}

#home-testimonials-box h2 {
	margin: 5px 0px 0px 0px;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

#home-contracting-box {
	float:left;
	width: 342px;
	height: 150px;
	border: 1px solid #ddd;
	margin: 10px 0px 10px 0px;
	padding: 0px 10px;
	background: url(../images/home-box-shading150.gif) bottom repeat-x;
}

#home-contracting-box h2 {
	font-size: 16px;
	font-weight: bold;
}

#home-contracting-box p {
	font-size: 12px;
}

#resources {
	display: block;
	width: 720px;
	height: 202px;
	padding: 10px;
	border: 1px solid #ddd;
	background: url(../images/home-box-shading222.gif) repeat-x;
}

#resources h2 {
	margin: 0px 5px 10px 0px;
}

#articles {
	float:left;
	width: 215px;
	padding: 10px;
	min-height: 170px;
}

#articles a {
	text-decoration: none;
	color: #333333;
}

#articles a:hover {
	text-decoration: underline;
	color: #9d0621;
}

#tools {
	float: left;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	width: 215px;
	height: 170px;
	padding: 10px;
	margin: 0px 5px;
}

#tools a {
	text-decoration: none;
	color: #333333;
}

#tools a:hover {
	text-decoration: underline;
	color: #9d0621;
}

#financial {
	float: left;
	width: 215px;
	padding: 10px;
}

#financial a {
	text-decoration: none;
	color: #333333;
}

#financial a:hover {
	text-decoration: underline;
	color: #9d0621;
}

#prevButton {
	float: left;
	position: relative;
	top: 1px;
	left: 1px;
}

#prevButton img {
	position:relative;
	z-index: 2;
	cursor: pointer;
}

#nextButton {
	float: right;
	position: relative;
}

#nextButton img {
	position:relative;
	z-index: 3;
	cursor: pointer;
}

#slides {
	position: relative;
	font-size:10px;
	text-align: center;
	height: 130px;
	width: 325px;
}

.slide-testimonial {
	display: table-cell;
	vertical-align: middle;
	position: relative;
	padding:5px 10px 10px 10px;
	height: 130px;
	width: 300px;
}

#right_col {
	width: 170px;
	margin: 0 0 0 10px;
	float: left;
}

.half_box_left {
	width: 261px;
	padding: 1px;
	margin-right: 10px;
	border: 1px solid #9C2528;
	border-top: 5px solid #9C2528;
	float: left;
	min-height: 275px;
}

.half_box_left .top_bg {
	background: url('../images/left_box_bg.jpg') #FFFFFF no-repeat;
	padding: 10px 15px;
}

.half_box_right .top_bg {
	background: url('../images/right_box_bg.jpg') #FFFFFF no-repeat;
	padding: 10px 15px;
}

.half_box_left .top_bg p, .half_box_right .top_bg p {
	margin-bottom: 0;
}

.half_box_right {
	width: 261px;
	padding: 1px;
	border: 1px solid #9C2528;
	border-top: 5px solid #9C2528;
	float: left;
	min-height: 275px;
}

.half_box_left h2, .half_box_right h2 {
	margin: 0.3em 0 0.7em 0;
	font-size: 1.3em;
	font-weight: bold;
}

.half_box_left h5, .half_box_right h5 {
	font-size: 1em;
	font-weight: bold;
	color: #4C4B4B;
	margin-bottom: 0.5em;
	margin-top: 1em;
}

.half_box_left ul, .half_box_right ul {
	margin-bottom: 0.3em;
}

.half_box_left ul li a, .half_box_right ul li a {
	text-decoration: none;
}

.half_box_left ul li a:hover, .half_box_right ul li a:hover {
	text-decoration: underline;
}

.half_box_left a, .half_box_right a {
	color: #9C2528;
	font-size: 0.9em;
}

/* Login form */

.narrow {
	width: 170px;
	margin: 0;
	border: none;
	margin-right: 20px;
	float: left;
	padding: 0;
}
.hidden {
	display: none;
}

