/* CSS Document */
* {margin:0px; padding:0px;}
 
body 
{
	margin:0px; 
	padding:0px; 
	position:relative;
	background-color: #b1bea4 ;   /* Squished catepiller green */
	font-family: Trebuchet, Arial ;
}

#wrapper
{
	width:950px;
	position:relative;
	margin-left: auto;
	margin-right: auto;
	background: url(images/middleSliceN.jpg) repeat;
}

#div_BreadCrumb {
	color:#80817e;
	background-image:none; 
	position:absolute;
	font-family: Trebuchet, Arial;
	font-size:9pt;
	font-weight:bold;
	top:131px;
	left:210px;
	z-index:2;
}

#homebreak{
	clear:both;
	position:relative;
	height:1px;
}

/****************/
/*    HEADER    */
/****************/

#header
{	
	width:100%;
	height:150px;
	background: url(images/headerN.jpg) no-repeat;
	position:relative;
}

#header h1
{
 visibility:hidden;
}

/****************/
/*     MAIN     */
/****************/

/*** outside nested ***/

#mainareaborder
{
	width:700px;
	margin-top:0px; 
	margin-right:75px;
	margin-bottom:0px;
	padding:0px;
	position:relative;
	float:right;	
}

/*** middle nested ***/

#mainarea
{
	width:700px;
	position:relative;
	background-color:#fcfcfa; 
	color:#9da390;
	margin-left:0px;
	margin-right:2px;
	margin-top:1px;
	margin-bottom:1px;
	font-family: Trebuchet, Arial;
}
#mainareahome
{
	width:700px;
	position:relative;
	background-color:#fcfcfa; 
	color:#9da390;
	margin-left:10px;
	margin-right:0px;
	margin-top:10px;
	margin-bottom:1px;
	font-family: Trebuchet, Arial;
	min-height:415px;
	background: url(/images/homepageBgN.jpg);
	background-repeat:no-repeat; 
	border:1px solid #fcfcfa;
}
#mainarea p
{
	font-family:Trebuchet, Arial;
	margin-bottom:20px;
}

#mainarea h1
{
	font-family:Trebuchet, Arial;
	font-size:24px;
	margin-bottom:24px;
	color:#0076be;
	text-align:center;
}

#mainarea h3
{
	margin-bottom:20px;
}

#mainarea ul
{
	font-family:Trebuchet, Arial;
	margin-left:25px;
}

#mainarea ol
{
	font-family:Trebuchet, Arial;
	margin-left:45px;
	margin-bottom:20px;
}

#mainarea ol li 
{
	margin-bottom:20px;
}

/*** innermost ***/
#mainareatext 
{
	background-color:#fcfcfa; 
	position:relative;

	width:700px;
    min-height:333px;	

	color:black; /*was #9da390; */
	margin-left:8px;
	margin-right:0px;
	margin-top:10px; /* 202 */
	margin-bottom:40px;
	font-size:14px;
	font-family:Trebuchet, Arial;
}

#mainareatext ul 
{
	list-style-type:none;
}

#mainareatexthome
{
	position:relative;
	width:500px;
	color:black; /*was #9da390; */
	margin-left:450px;
	margin-right:20px;
	margin-top:10px;
	margin-bottom:10px;
	font-size:14px;
	font-family:Trebuchet, Arial;

}

#mainareatexthome ul 
{
	list-style-type:none;
}

/****************/
/*    FOOTER    */
/****************/


#footer
{
	clear:both;
	font-size:11px;
	text-align:center;
	position:relative;
	height:34px;
	background: url(images/footerN.jpg) no-repeat;
}

#leftside
{
	position:relative;
	margin-left:20px;
	width:100px;
}


#div_camera {
	position:relative;
    left:3px;
}

#div_camera img {
	border:0px;
}

/****************/
/*  NAVIGATION  */
/****************/

#navigation
{
	position:relative;
	width:156px; 
	color:white;
	font-size:12px;
}

#navigation ul 
{
	position:relative;
	font-weight:bold;
	color:#80817e;
    list-style-type:none;
}

#navigation ul li 
{
	position:relative;
	background: url('images/menu_offN.jpg') no-repeat; 
	padding-bottom:5px;
}

#navigation ul li.FirstMenuCurrentMenu1
{
 	background-image:url('/images/menu_onN.jpg'); 
 	background-repeat:no-repeat;
	color:#a8a9a6;
}

#navigation ul li.CurrentMenu1
{
 	background-image:url('/images/menu_onN.jpg'); 
 	background-repeat:no-repeat;
	color:#a8a9a6;
}

#navigation ul li a
{
	color:#80817e;
	text-decoration:none;
	padding-left:5px;
	padding-right:16px;
	padding-top:13px;	
	padding-bottom:6px;	
	position:relative;
	text-align:right;
	width:125px;
	top:0px;
	display:block;
}

#navigation ul li a:hover
{
	color:#70716e;
	background-color:#8c997a;
	background: url('images/menu_hoverN.jpg');
	background-repeat:no-repeat;
}


#navigation ul li ul
{
	position:absolute; 
	left:-5000px;
	height:auto;
}

#navigation ul li.hover ul
{
	border:1px solid #b9c49f; 
	top:5px;
	left:154px; 
	width:auto; 
	height:auto; 
	margin-top:0px;
	padding-bottom:0px;
	text-align:left;
	color:#6b6c69;
}

#navigation ul li.hover ul li
{
	border:1px solid #b9c49f; 
	background-image:none;
	color:#6b6c69;
	width:auto;
	height:auto;
	display:block;
	white-space:nowrap;
	background-color:#e3e6da;
	text-align:left;
	padding-bottom:0px;	
	
}

#navigation ul li.hover ul li a
{
	background-image:none;
	color:#6b6c69;
	display:block;
	height:auto; 
	width:auto;
	text-align:left;
	padding-top:5px;
	padding-bottom:5px;
	padding-right:15px;
	z-index:100;
}

#navigation ul li.hover ul li a:hover
{
	background-image:none;
	color:white;
	background-color:#b1bea4;
	display:block;
}



/******************/
/* UNUSED LEVEL ? */
/******************/
#navigation ul li ul li ul
{
	position:absolute;
	left:-5000px;
}

#navigation ul li.hover ul li ulD{
	left:-5000px;
}

#navigation ul li.hover ul li.hover ul
{
	top:0px;
	left:88%;
	width:auto;

}
