body {
	margin: 0;
	font-size: 12px;
	font-family: Helvetica;
	line-height: 18px;
	color: #000;
	height: 100%;
	text-align: center;
}

a, a:link, a:active, a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	color: #999999;
}

.ppilink a, a:link, a:active, a:visited {
	text-decoration: none;
}
.ppilink a:hover {
	color: #999999;
}

/* Container for entire site */
#container {
	width: 960px;
	text-align: left;
	margin: 0 auto;
	background: #fff url(grfx/bgimage.jpg) bottom center no-repeat;
}

/* Main body container and its children */
#main {
	width: 920px;
	height: auto;
	margin: 10px auto 0 auto;
	padding: 10px 20px;
	color: #000;
}
#main.center {
	text-align: center;
}

#logo {
	position: relative; 
	top: 10px;
	left: 20px;
}

/* chris navigation */
#navigation {
	width: 100%;
}
#navigation ul {
	background: transparent url(grfx/navbg.png) top left no-repeat;
	height: 50px;
	font-size: 20px;
	padding: 15px 10px 0px 0px;
	list-style: none;
	width: 100%;
	margin: 10px 0 0 0;
}
*html #navigation ul {
	margin-left: 10px;
}
 	#navigation ul li {
		height: 15px;
		float: left;
		padding:0px 10px 10px 20px;
		position: relative;
	}
	
	#navigation a, #navigation a:link, #navigation a:visited, #navigation a:active {
		text-decoration: none;
		color: #999;
		padding: 2px 12px 10px 0px;
		margin-bottom:5px;	
	}
	
#navigation ul li.lihover, #navigation a:hover {
		/*background-color: #666;*/
		color: #ccc;
	}

	/* Design Boxes, to show content on the page */
	
#newsbox {
	background: transparent url(grfx/newsbg.png) top left no-repeat;
	height: 308px;
	width: 600px;
	overflow: none;
	text-align: left;
}
#newsboxtext {
	height:200px;
	width: 240px;
	text-align:justify;
	font-size:11px;
	position:relative; 
	bottom:-20px;
	left: 10px;
	z-index:1555;
}	
		
.brandbox {
	background-image:url(grfx/brandbox2.png);
	background-repeat:no-repeat;
	/*position:relative; left:-35px; bottom:4px;*/
	height:362px;
	width:450px;
	overflow:auto;
}

.brandboxtext {
	height:342px;
	width: 425px;
	text-align:justify;
	font-size:11px;
	position:relative; left:10px; top:10px;
	z-index:1555;
}


.brandboxwhite {
	background-image:url(grfx/brandbox.png);
	background-repeat:no-repeat;
	/*position:relative; left:-35px; bottom:4px;*/
	height:362px;
	width:600px;
	overflow:auto;
}

.brandboxwhitetext {
	height:325px;
	width: 550px;
	text-align:justify;
	font-size:11px;
	position:relative; left:25px; top:20px;
	z-index:1555;
}		
				
		
/* Footer container and its children */
#footer {
	background: transparent url(grfx/footerbg.png) top left no-repeat;
	padding-bottom: 75px;
	font-size: 10px;
	text-transform: lowercase;
}
*html #footer {
	margin-left: 10px;
}
#footer a {
	color: #f7941d;
}
a:hover {
	color: #999999;
}

#footerbarcredit {
	color: #666;
	height: 35px;
	text-align:right;
	font-size: 11px;
	padding: 8px 30px 0 0;
}


/* Site headers */
h1 {
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
	color: #0a6a69;
	font-style: normal;
	margin: 8px 0 0 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}
h2 {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
	font-weight: bold;
	color: #000;
	font-size: 15px;
	padding: 0;
	color: #000000;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color:#fd6520;
	font-size: 13px;
	padding: 0;
	margin: 10px 0 0 0;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color:#000000;
	font-size: 14px;
	font-style:italic;
	font-weight:bold;
	padding: 0;
	margin: 10px 0 0 0;
}
/* Left and right classes for floats */
.left {
	float: left;
	display: inline;
	margin: 0 0 0 2;
}
.right {
	float: right;
	display: inline;
	text-align: right;
}

/* Misc Stuff */
.clear {
	clear: both;
}
.half {
	width: 50%;
}

/* PNGFix */
img, div, ul { 
	behavior: url(iepngfix.htc);
}

