@charset "utf-8";
/* CSS Document */
/* Author - R.J. Rauso */


@import url("reset.css");
@import url("text.css");
@import url("navigation.css");


/* layout styles */
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #fff url(../images/bkgd_repeat.jpg) top left repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
.PJL #container {
	width: 950px;
	background: #fff;
	margin: 0 auto;
	text-align: left;
}
.PJL #header {
	background: url(../images/header_bkgd2.jpg) top left no-repeat; 
	position: relative;
	height: 130px;
	padding: 0;
}
.PJL #header h1 {
	position: absolute;
	margin: 0;
	width: 365px;
	height: 220px;
	top: 41px;
	left: -15px;
	background: url(../images/PJL_logo.png) top left no-repeat; overflow: hidden;
	z-index: 100;
}
#header h1 a { display: block; padding-top: 110px; height: 0; }
#header h1 a:hover { background: url(../images/PJL_logo.png) 0 -230px no-repeat; }
#header h1 span { display: none; }

.PJL #mainContent {
	width: 900px;
	padding: 0;
	margin: 0 25px;
	background: #fff;
}
.PJL #mainFeature {
	background: url(../images/mainImg.jpg) top left no-repeat;
	height: 128px;
	padding: 160px 20px 20px 10px;
}
#mainFeature h1 { font-family: georgia, bookman, times, serif; font-size: 36px; line-height: 40px; }

.module_row {
	background: url(../images/module_row_topborder.gif) top left repeat-x;
	float: left;
	width: 900px;
	margin: 10px 0;
	padding: 20px 0;
}

.quote_row {
	background: url(../images/header_bkgd2.jpg) bottom left no-repeat;
	height: 40px;
	padding: 5px 20px;	
}
.quote_row p { color:#828282; }

.hp_module {
	float: left; 
	width: 265px;
	margin: 0 0 0 15px;
	padding: 0 15px 0 0;
	display: block;
}

/* footer styles */
#footer { margin: 30px 25px 20px 25px; width: 900px; padding: 10px 0; }
#footer .tabs { font-size: 11px; text-transform: lowercase; list-style: none; }
#footer .tabs li { margin: 0; padding: 0; font-size: 11px; line-height: 15px; float: left; }
#footer .tabs li a { margin: 10px 35px 0 0; color: #aaa; text-decoration: none; }
#footer .tabs li a:hover { text-decoration: underline; }
#footer p { margin: 0; padding: 10px 0; font-size: 11px; line-height: 15px; clear: left; color: #aaa; }

.PJL #lpFeature {
	background: url(../images/lpImg.jpg) bottom left no-repeat;
	min-height: 470px;
	padding: 60px 0 0 100px;
}
.PJL #lpFeature2 {
	background: url(../images/lpImg2.jpg) top left no-repeat;
	min-height: 310px;
	padding: 60px 450px 0 100px;
}
.PJL #lpColumn {
	width: 800px;
	padding: 20px 0;
	margin: 40px 0 0 100px;
	float: left;
}
.oneCol { float: left; width: 80%; padding-right: 20px; margin: 10px 20px; }
.twoCol { float: left; width: 42%; padding-right: 20px; margin: 0 20px; }
.twoCol2 { float: left; width: 400px; }
.quoteCol { float: right; width: 42%; padding: 20px; margin: 0 0 0 10px; background: #6c0312 url(../images/quote_bkgd.jpg); }
.quoteCol2 { float: right; width: 340px; padding: 20px; margin: 10px 0 50px 30px; background: #6c0312 url(../images/quote_bkgd.jpg); }
.quoteCol p, .quoteCol2 p { color: #fff; }

.testimonial { background:url(../images/quote.gif) top left no-repeat; border-bottom: 1px #87333f dashed; padding: 20px 50px; margin: 20px; min-height:100px; }
.career_img { float: right; padding: 0 0 -20px 0; }

.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
