/* CSS Document */

	body	{
		margin:0px;
		background-image:url(../images/bckg.jpg);
		background-repeat:repeat-x;
		background-color:#A56B45;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:62.5%;
		}
		
/* Post Slice Styles */
	
	.mainNavBar	{
		background-image:url(../images/mainNavBar.jpg);
		background-repeat:repeat-y;
		}
		
	.mainNavCCfacts	{
		float:left;
		width:109px;
		background-image:url(../images/ccfacts.jpg);
		background-repeat:repeat-y;
		text-align:center;
		vertical-align:middle;
		}

	* html .mainNavApps	{
		height:29px;
		}
		
	.mainNavApps	{
		float:left;
		width:95px;
		background-image:url(../images/apps.jpg);
		background-repeat:repeat-y;
		text-align:center;
		vertical-align:middle;
		}

	.mainNavSpecs	{
		float:left;
		width:116px;
		background-image:url(../images/specs.jpg);
		background-repeat:repeat-y;
		text-align:center;
		vertical-align:middle;
		}
		
	* html .mainNavCerts	{
		height:29px;
		}
		
	.mainNavCerts	{
		float:left;
		width:102px;
		background-image:url(../images/certs.jpg);
		background-repeat:repeat-y;
		text-align:center;
		vertical-align:middle;
		}
		
	.mainNavGlobal{
		float:left;
		width:75px;
		background-image:url(../images/global.jpg);
		background-repeat:repeat-y;
		text-align:center;
		vertical-align:middle;
		}
		
	.mainNavTechnical	{
		float:left;
		width:85px;
		background-image:url(../images/technical.jpg);
		background-repeat:repeat-y;
		text-align:center;
		vertical-align:middle;
		}
		
	.mainNavPlants	{
		float:left;
		width:127px;
		background-image:url(../images/plants.jpg);
		background-repeat:repeat-y;
		text-align:center;
		vertical-align:middle;
		}
		
	a.mainNav	{
		color:#F0DAAE;
		font-size:1.2em;
		text-decoration:none;
		}
		
	a.mainNav:hover	{
		color:white;
		}

/* Pre Slice Styles */

	.wrapper	{
		width:709px;
		margin:0px auto;
		}
	
	.content	{
		background-color:#BD9C3B;
		color:#513F1C;
		font-size:1.15em;
		}			
		
	.slogan	{
		background-color:#BD9C3B;
		padding:15px 45px 0px 75px;
		color:#513F1C;
		}		
		
	.newsWrap	{
		background-color:#BD9C3B;
		padding:15px 45px 35px 75px;
		}
	
	a.newsItem	{
		color:white;
		text-decoration:underline;
	}
		
	.newsLeft	{
		float:left;
		width:45%;
		}
	
	.newsRight	{
		float:right;
		width:48%;
		}
		
	h1.pageHead	{
		font-family:Georgia, "Times New Roman", Times, serif;
		color:#513F1C;
		font-size:1.45em;
		}
	
	h2.subHead	{
		color:#804432;
		font-size:1.2em;
		}
		
	hr.secHead	{
		width:60%;
		color:#D5B956;
		}
	
	.footer	{
		background-color:#9A592E;
		font-size:1.1em;
		padding:10px;
		color:#F3E8C6;
		clear:both;
		}
		
	a.footerLink	{
		color:#f3e8c6;
		text-decoration:none;
		}
	
	a.footerLink:hover	{
		color:#f3e8c6;
		text-decoration:underline;
		}
		
	.footRight	{
		padding-left:360px;
		}
	
	.fpd	{
		border:1px solid #9a592e;
		background:#fff;
		padding:10px 10px 25px 10px;
		clear:both;
		width:590px;
		margin:0 auto;
		position:relative;
		}
		
		.fpd a	{
			text-decoration:none;
			}
			
			.fpd a.fpdlink	{
				position:absolute;
				top:5px;
				left:225px;
				color:#513f1c;
				font-size:14px;
				font-weight:bold;
				}
				
				.fpd a.fpdlink span	{
					margin-left:15px;
					font-size:12px;
					font-weight:normal;
					}
		
		.fpd img	{
			border:none;
			}