body
{
	background-position: 40px bottom;
	margin-top: 0px;
	MIN-HEIGHT: 100%;
	background-attachment: fixed;
	background-image: url(../images/backgroundhome.jpg);
	margin-bottom: 0px;
	color: #333333;
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

p {
	margin: 10px 0 0 0;
}
ul {
	margin: 0 0 0 15px;
}
li {
margin: 0 0 3px 0;}
H3
{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #854539;
}
/* Main Divs ------------------------------------------------------------- */
#olivegreen {
	background-color:#5f5323;
	
}
#orange {
	background-color:#C37C14;
	
}

#olivelight{
	background-color:#9B8f72;
}

#maroon{
	background-color:#854539;
}
#lightgreen
 {
	background-color:#8C8D65;
	
}
#dividerline
{
	border-right: appworkspace 1px solid;
}
#header
{
	
	background: transparent url('../images/cnc_logo.gif') no-repeat;
	width: 140px;
	height: 80px;
	float: left;
}

#green
{
	background-color: #b5dc10;
	height: 5px;
}

#grey
{
	background-color: #a3a3a3;
	height: 5px;
}

#tagline
{
	margin: 5px;
	float: right;
	text-align: right;
}

#logo
{
	width: 230px;
}

#leftNav
{
	width: 130px;
	background-color: #b4b4b4;
	float: left;
	clear: none;
}

#Nav
{
	font-size: 9px;
	float: left;
	width: auto;
	color: #a3a3a3;
}

#contentarea
{
	padding: 20px;
	font-size: 11px;
	float: left;
	width: auto;
	color: #a3a3a3;
}

#bottomfooter
{
	position:absolute;
	bottom:-100px;
	left:20px;
	width:20px;
	}

#tagline h1 
{
	color: #b5dc10;
}

#tagline h1 em
{
	color: #a3a3a3;
}

.clear
{
	clear: both;
}
ul.subnav
{
	font-weight: normal;
	font-size: 9px;
	color: #ffffff;
	text-indent: -18px;
}
.subnav li
{
	padding: 0px;
	line-height: 0px;
	font-weight: normal;
	list-style-type: none;
	float: none;
	color: #a3a3a3;
	font-size: 9px;
	margin-top:14px;
	
}
.subnav a
{
	font-weight: normal;
	text-decoration: none;
	list-style-type: none;
	float: none;
	padding: 3px;
	color: #FFFFFF;
	font-size: 9px;
}
ul.nav
{
	padding: 3px;
	margin: 0;
	float: left;
	color: #a3a3a3;
	font-size: 9px;
	font-weight: normal;
}

.nav li
{
	font-weight: normal;
	padding: 3px;
	list-style-type: none;
	float: left;
	color: #a3a3a3;
	font-size: 9px;
}


.nav a
{
	font-weight: normal;
	text-decoration: none;
	list-style-type: none;
	float: left;
	padding: 3px;
	color: #a3a3a3;
	font-size: 9px;
}

.nav a:hover
{
	float: left;
	padding: 3px;
	color: #854539;
	font-size: 9px;
}

a.nav1
{
	
}

a.navActive
{
	font-weight: bold;
	color: #854539;
}

#LineWork
{
	background: transparent url( '../images/graphic.gif' );
	background-repeat: no-repeat;
	top:10px;
}

.Footer
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	
	color: #854539;
}
a .Footer, a:link .Footer, a:visited .Footer, a:active .Footer

{ font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	margin-left: 15px;
	left:15px;
	margin:0px;
	width:100%;
	color: #854539;
	}

#cncFooter
{
	margin-top: 4px;
	background-image: url( '../../../images/cn_logo.gif' );
	float: right;
	margin-right: 10px;
	width: 158px;
	height: 12px;
	background-repeat: no-repeat;
}

#container
{

	background-image: url( '../../../images/background.gif' );
	background-repeat: repeat-y;
	background-position: left;
}

a 
{
	color: #a3a3a3;
	text-decoration: none;
	font-weight: bold;
}

a:hover
{
	color: #b5cde9;
}
#Frontpageitem1
{
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 15px;
	float:left;
	width:200px;
	color: white;
	padding-top: 30px;
	vertical-align:top;
}
a .bracket { color: #FFF; }
a:hover .bracket { color: #854539; }
a:hover
{
	color: #854539;
}


/* Fixy Printy Dealy 18-October 2006 MM (I'd explain but it's not that hard)*/

  @media screen {
    #printPage {
      display: none;
    }
  }

  @media print {
    #screenPage {
      display: none;
    }
  }