body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #999999;
	text-align: justify;
	font-weight: normal;
	padding: 0;
	margin: 10px 0 0 0;
}

img {
	border:0 none;
	}
	
a img {
	border:0 none;
	}

a, a:link, a:active, a:visited {
	text-decoration: none;
	color: #999;
}

a:link, {
	text-decoration: none;
}
a:hover {
	color: #ccc;
}

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

/* Container for entire site */
#container {
	width: 920px;
	/*text-align: left;*/
	margin: 0 auto;
}

/* Main body container and its children */
#main {
	border-style: solid;
	border-width: 1px;
	border-color: #ccc;
	width: 920px;
	height: auto;
/*	color: #000;*/
}
#main.center {
	text-align: center;
}


/* chris navigation */
#navigation {
	z-index: 100;
	height: 45px;
	width: 920px;
	
}
#navigation ul {
	background-image: url(grfx/navbg.png);
	background-repeat: no-repeat;
	list-style: none;
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	height: 45px;
	
	width: 100%;
}
 	#navigation ul li {
	height: 37px;
	float: left;
	position: relative;
	background: transparent url(grfx/navbg_line.png) top right no-repeat;
	}
	
	#navigation a, #navigation a:link, #navigation a:visited, #navigation a:active {
	text-decoration: none;
	color: #000;
	display: block;
	padding:10px 20px 10px 20px;
	}
	
 #navigation a:hover {
	background: transparent url(grfx/navbg_over.png) top left repeat-x;
	}	
	
	
#navigation ul li.lihover {
	color: #999;
	}
	
	
#logo {
	margin:8px 0px 15px 10px;
}

#address {
	margin:30px 10px 0px;
}	

	/* Design Boxes, to show content on the page */
	
.newsbox {
	position:relative; left:20px; 
	width:44%;
	margin: 100px 20px;
	overflow:none;
	align-justify: 
}

.portfolio {
	margin: 80px 15px 100px 20px;
	overflow:none;
}

#text {
	text-align:justify;
	font-size:11px;
	position:relative; 
	bottom:-20px;
	left: 10px;
	z-index:1555;
}

#homeicons {
	position:relative; 
	top: 40px;
	left: 10px;
	z-index:1555;
}	
					
/* Footer container and its children */
#footer {
	color: #666;
	width: 100%;
	text-align:right;
	font-size:11px;
	margin: 5px 0;
}
#footer a {
	color: #f7941d;
}



/* Site headers */
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	text-align: center;
	line-height: 30px;
	font-weight: bold;
	font-style: normal;
	color: #000;
	margin: 50px 0 0 0;
	padding: 0;
}
h2 {
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	font-style: normal;
	text-align: center;
	color: #000;
	margin: 0;
	padding: 0;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #999;
	font-size: 20px;
	padding: 0;
	margin: 10px 0 0 0;
}
h4 {
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #999;
	font-size: 16px;
	padding: 0;
	margin: 10px 0 0 0;
	
}

h6 {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #999;
	font-size: 14px;
	padding: 0;
	margin: 10px 0 0 0;
	
}

/* Home Page Image Slider */

#slider {
	margin: 50px 0px 0px 55px;
	
}
#parent3-wrap {
	border-style: solid;
	border-width: 1px;
	border-color: #ccc;
	padding: 10px;

}
#parent3 li{
	width: 600px;
	height: 300px;
	padding: 10px;
	color: black;
}

#menu3 {
padding: 0px 3px 0px 3px;
/*margin:	5px;*/
}

#menu3 a {
font-size: 14px;
padding: 0px 3px 1px 3px;
color: #999;
}

#menu3 a.wactive{
	padding: 3px 5px 1px 5px;
	/*border: 1px solid gray;*/
	background-color: #F7941D;
	color: black;
}


/* Left and right classes for floats */
.left {
	float: left;
	display: inline;
	margin: 0 0 0 2;
}
.right {
	float: right;
	display: inline;
	text-align: right;
}
.center {
	float: center;
	display: inline;
	text-align: left;
}

/* Misc Stuff */

.clear {
	clear: both;
}
.hidden, .hide {
	display: none;
	visibility: hidden;
}

.uppercase {
	text-transform: uppercase;
}

.element {
}

.black {
	color: #000;
}

.fifteen {
	width: 15%;
}

.twenty {
	width: 19%;
}
.third {
	width: 28%;
}
.half {
	width: 44%;
}
.twothird {
	width: 55%;
	padding-left:15px;
}
.quarter {
	width: 25%;
}

img, div { behavior: url(iepngfix.htc) }