/* STRIPPED DOWN CSS FORMATTING
__________________________________________________________________________*/

h1,h2,h3,h4,h5,h6,pre,code {
	font-size:12px;
}

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,blockquote,fieldset,input {
	margin:0;
	padding:0;
}

p {
	margin:10px 0px 10px 0px;
}

a img,:link img,:visited img {
	border:none;
}

* {
	font-style:normal;
	text-decoration:none;
	text-indent:0;
}









/* MAIN FORMATTING
__________________________________________________________________________*/

html, body {
	margin:0px;
	padding:0px;
	text-align:center;
	height:100%;
}

body {
	font:12px "Trebuchet MS",arial,verdana,sans-serif;
	color:#000;
	background:#000 url('../images/gradbg.jpg') repeat-x 0 0;
}

.container {
	width:100%;
	text-align:left;
	margin:auto;
	min-height:100%;
	position:relative;
}


.footer {
	background-color:transparent;
	text-align:center;
	font: 11px verdana,sans-serif;
	color:#fff;
	position:absolute;
	bottom:0px;
	height:40px;
	width:100%;
}

.footerBox {
	width:923px;
	position:relative;
	height:40px;
	background-color:#000;
	margin:0 auto;
}

.clearfooter {
	clear:both;
	height:40px;
}

div#boxed {
	position:relative;
	background-color:#fff;
	width:923px;
	margin:auto;
	text-align:left;
}

#boxA {
	position:relative;
	width:206px;
	float:left;
	margin-top:20px;
}

#boxB {
	position:relative;
	width:665px;
	padding:180px 0 0 26px;
	float:left;
	background:#fff url('../images/van.jpg') no-repeat 26px 0;
	margin-top:20px;
	z-index:100;
}

#header {
	width:100%;
	height:175px;
	position:relative;
	background:url('../images/jpw_logo.gif') no-repeat 0 0;
	z-index:600;
}

#newsHeader {
	background-color:#666;
	color:#fff;
	width:176px;
	margin-left:20px;
	padding:5px 0 5px 10px;
	font: bold 14px arial,tahoma,sans-serif;
	font-variant:small-caps;
}

#newsItem {
	background-color:#ccc;
	color:#000;
	width:166px;
/* 	height:124px; */
	margin-left:20px;
	margin-bottom:50px;
	padding:5px 10px 0px 10px;
	font: bold 14px arial,tahoma,sans-serif;
}

div#numbersBox {
	position:absolute;
	top:0;
	right:0;
	padding:0 30px 0 0;
	width:310px;
	height:148px;
	text-align:right;
	font: bold 16px arial,tahoma,verdana,sans-serif;
	background:url('../images/call.gif') no-repeat 80px 72px;
	color:#999;
}



div#valids {
	color:#ccc;
	text-align:right;
	position:absolute;
	top:12px;
	right:12px;
}

#TSapproved {
	position:absolute;
	top:3px;
	left:465px;
	width:130px;
	height:140px;
}













/* PARAGRAPHS
__________________________________________________________________________*/

#boxB p {
	text-align:justify;
	font:12px "Trebuchet MS", tahoma, verdana, arial, sans-serif;
}

#header p#tagline {
	position:absolute;
	top:90px;
	left:20px;
	font:bold 18px arial,verdana,sans-serif;
	color:#999;
}

div#valids p {
	margin:0px;
}

#numbersBox p {
margin:30px 0 0 0;
}

div#numbersBox span {
	font-size:20px;
}















/* SPANS
__________________________________________________________________________*/

#newsItem span {
	font-size:12px;
	font-weight:normal;
}

#testimonials span {
	color:#c00;
	font-size:14px;
	font-weight:bold;
}



/* LISTS
__________________________________________________________________________*/

.footerBox ul {
	text-align:left;
	position:absolute;
	top:12px;
	left:0px;
}

.footerBox ul li {
	padding:0px 12px;
	list-style:none;
	display:inline;
	border-right:1px solid #fff;
}

.footerBox ul li.last {
	padding-right:0;
	border-right:0;
}

ul.list1 {
	margin-left:20px;
}

ul.list1 li {
	list-style-image:url('../images/bullet.gif');
}










/* HEADERS
__________________________________________________________________________*/

h1 {
	font:bold 18px "Trebuchet MS", tahoma, verdana, arial, sans-serif;
	color:#999;

}

h2 {
	font-size:14px;
	font-variant:small-caps;
}







/* IMAGES
__________________________________________________________________________*/

img#napit, img#cityguilds, img#bwc {
	margin-left:30px;
}

img#bwc {
	margin-bottom:20px;
}






/* NAV
__________________________________________________________________________*/














/* LINKS
__________________________________________________________________________*/

a:link, a:visited {
	color:#903;
	text-decoration:underline;
}

a:active, a:hover {
	color:#333;
	text-decoration:none;
}

.footerBox a:link, .footerBox a:visited {
	color:#fff;
	text-decoration:none;
}

.footerBox a:active, .footerBox a:hover {
	color:#ccc;
	text-decoration:underline;
}














