@charset "utf-8";
/* CSS Document */

*{
	margin:0px;
	padding:0px;
}

body{
	background:
		#0c2c02;
	font-family:Arial, Helvetica, sans-serif;
}

#pageArea{
	width:952px;
	margin:auto;
}

#splash{
	margin-top:51px;
	min-height:200px;
	float:left;
	clear:both;
	width:100%;
}
.teaser {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.teaser_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}



#splashText{
	float:right; 
	text-align:center; 
	width:349px; 
	background:#ebeae3; 
	height:351px;
}

#contentArea{
	float:left;
	clear:both;
	width:100%;
	background:
		#ffffff;
	padding-bottom:15px;
}

#contentAreaText{
	float:left;
	width:600px;
	margin-left:12px;
	background:
		url(/images/splashTextRepeating2.jpg)
		repeat-y;
}

#contentAreaText h2{
	width:600px;
	height:45px;
	padding-top:5px;
	font-weight:normal;
	font-size:20px;
	color:#ffffff;
	text-align:center;
	background:
		url(/images/splashTextHeader2.jpg)
		no-repeat;
}

img.contentAreaTextFooter{
	/*position:relative;
	top:4px;*/
	float:left;
	clear:both;
}

#contentAreaText p{
	margin-left:17px;
	margin-right:38px;
	font-size:24px;
}

#navigation{
	float:left;
	clear:both;
	width:100%;
}

p.largeSplashText{
	font-size:31px; 
	margin-bottom:20px; 
	margin-top:20px;
}

p.mediumSplashText{
	font-size:19px; 
	margin-bottom:20px;
}

p.splashPhoneNumber{
	background:url(/images/phoneNumberBlock.jpg); 
	margin:auto; 
	width:299px; 
	height:56px; 
	font-size:46px;
}

p.smallSplashText{
	text-align:right;
	margin-right:35px;
	font-size:16px;
	color:#666666;
}

img.topLine{
	float:left; 
	height:1px; 
	width:100%;
}

a.logo{
	float:right;
	margin-right:42px;
	width:274px;
	height:142px;
	background:
		url(/images/wpcLogo.jpg)
		no-repeat;
}

img.splashDecoration{
	float:left;
}

#contentArea h1{
	text-transform:uppercase;
	margin-top:10px;
	padding-bottom:10px;
	font-size:19px;
}

#navigation a{
	font-size:18px;
	color:#ffffff;
	text-decoration:none;
}

#navigation ul{
	list-style:none;
}

#navigation li{
	float:left;
	width:238px;
	padding-top:5px;
	height:26px;
	background:
		url(/images/navigationButton.jpg);
	text-align:center;
}

img.greenLine{
	padding-left:15px;
	padding-right:15px;
	width:105px;
	height:1px;
	position:relative;
	top:-5px;
}
