/* Undo existing styles
======================================================================*/
a img,:link img,:visited img { border: none; }
button, code, h1, h2, h3, h4, h5, h6, input, pre, select, table, td, textarea, th {font-size: 1em; }
blockquote, body, button, dd, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, 
html, label, legend, li, ol, p, pre, table, td, th, ul
{ margin: 0; padding: 0; }

/* FOUNDATION
=================================================*/
body {
	background: url(../../images/template/background.gif) #78757A repeat-x top;
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px 0px 0px 0px;
}
		
.main {
	background-color: #B7B4B6;
	margin:0px auto;padding: 10px;
	width:790px;
}

.innerContainer {
	background: #F8F7F8;
	border: 1px solid #000;
	margin-bottom: 10px;
}

.clear {clear:both;}
.clearLrg {clear:both; height: 50px;}


/* HEADER
=================================================*/
.header {
	margin: 0px; 
	padding: 0px; 
	position:relative;}

.header .logo {
	margin: 0px 0px 0px 60px;
}
	

/* BODY CONTENT
=================================================*/
.body {background: #F8F7F8; clear:both; height:auto; position: relative;}

.colL {
	float:left;
	padding: 60px 0px 0px 0px;
	width: 183px;
}

.colL ul {list-style-type: none;}
.colL ul li {border-bottom: 1px solid #CECCCC; margin: 0px; padding: 0px; text-align:right;}
.colL ul li img {margin: 5px 5px 5px 0px; padding: 0px;}

.content {
	float: right;
	margin-right: 25px;padding-top: 30px;
	position: relative;
	width:520px;
}

.content .intro {
	color: #8E8B8C;
	font-weight:bold;
	font-size: 22px;
	line-height: 39px;
}

.content .subIntro {
	color: #726F70;
	font-size: 12px;
	line-height: 32px;
}

.content h1 {
	position: absolute;
	left: 0px;
}
.content h1.dataspan {top: -60px;}
.content h1.shockWatch {top: -40px;}
.content h1.dpcExperts {top: -53px;}

.content p {color: #726F70; line-height: 17px; padding:0px 0px 15px 0px;}
.content .colR,
.content .colL {
	background:transparent;
	color: #787778;
	font-size:12px;
	margin: 0px;
	padding: 0px;
	width: 240px;
	}
.content .colR {float: right; }


	/*============ HOME PAGE CONTENT ============*/
	.homeBack {position: absolute; top: -27px; left: 0px; z-index: 0px;}

	.body .text {
		background: url(../../images/template/home_back_txt.gif);
		float:left;
		height:235px;
		margin: 0px 0px 0px 109px;
		padding: 0px;
		position: absolute;
		width: 459px;
	}
	
	.body .text p {color: #6D6F6F; font-weight: bold; font-size: 12px; line-height: 17px; padding: 12px 25px 12px 25px;}
	
	.linkContainer {float: left; height: 75px; text-align:center; width: 152px;}
	.link {
		background: url(../../images/home_link_inactive.gif) no-repeat bottom center;
		display:block; height: 75px; margin: 0px auto; text-align:center; width:100px;}
	.link:hover {background: url(../../images/home_link_active.gif) no-repeat bottom center;}

.shadow {margin: 0px auto; width: 1000px;}

/* FOOTER
=================================================*/
.footer {
	color: #424444;
	font-size:11px;
	height:15px;
	margin: 0px auto;
	padding: 0px;
	text-align:center;
}
.footer ul {
	height: 20px;
	list-style-type: none;
	padding: 0px 45px;
}

.footer ul li {
	float: left;
	padding: 0px 20px 0px 0px;
}
.footer ul li.last {padding: 0px;}
.footer a {color: #424444;}
.footer a:hover {text-decoration:none;}
