@charset "utf-8";
/* 100% high layouts attempt */

html, body {
            height:99.5%
}
html > body div#allAreas {
            height: auto;
			
}

body {

	font-family:Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0 auto 0px auto; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;
	background-position:top left;
	min-height:600px;
	_height:600px;		
}


div#allAreas {
    height:100.5%;
    min-height:100.5%;
    position: relative;
    margin: 0 auto 0px auto;
    width: 832px;
	padding-bottom:0px;

}

div#mainArea{
	position:relative;
	width: 832px;
	text-align: left; /* this overrides the text-align: center on the body element. */
/*	float:left;*/
	background-image: url(img/contentbg.png);
	background-position:center;
	background-repeat: no-repeat;
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	
}

div#headerArea {
	position: relative;
    height: 171px;
	width:832px;
    margin:0 auto 0 auto;
	z-index:444;
}

div#topArea {
	position:relative;
	width:832px;
	height:31px;
	z-index:555;
	background-image: url(img/top.png);
	background-repeat: no-repeat;
	background-color: #F3F0E7;
	background-position:top left;
	border:0px solid red;
}
div#logoArea {
	position:relative;
    height: 128px;
    z-index: 552;
	background-image: url(img/logo.gif);
	background-repeat: no-repeat;
	background-position:top left;
	left: 40px;
	width:auto;	
	border:0px solid red;
}

div#aboveNavArea {
	position:relative;
	height:40px;
	line-height:40px;
	z-index:1;	
	background-image: url(img/above-nav.gif);
	background-repeat: no-repeat;
	background-position:center;
	margin-left: 25px;
	z-index:888;
	width:780px;
}


div#mainNavigationArea{
	position:relative;
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px;
    width: 780px;
    height: 29px;
    z-index:1;
	border:1px solid #c4ca8c;
}


/* --------------------- MAIN AREA START ------------------------ */

div#mainContentArea{
	position: relative;
	width:832px;	
	margin: 0 auto 0px auto;
	z-index:100;
    min-height:550px;
    _height:550px;
}

div#bannerArea {
	position:relative;
	margin:0 auto 0 auto;
	margin-top:50px;
	margin-left:40px;
	z-index: 4;
	font-size:24px;
	font-weight:normal;
	color:#8a8a08;
	font-family:Arial, Helvetica, sans-serif;
	line-height:0px;
	width:577px;
}

div#bannerArea a {
    z-index: 4;
	color:#2c77b1;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height:30px;
}

div#contentArea {
	position:relative;
    bottom:0px;
	margin-left: 40px;
	margin-right:40px;
	padding-bottom:10px;
    z-index:1000;
    min-height:500px;
    _height:500px;
}

div#contentArea a{ 
   color:#41403d;
   font-weight:bold;
}

div#contentArea a:visited{       
    color:#8a8a08;
    font-weight:bold;         

}

div#contentArea a:hover{        
    color:#8a8a08;
    font-weight:bold;         

}


/* usefull br style */

br.clearAll {
	position: relative;
    clear: both;
    line-height: 0px;
    height: 0px;
}

 

/* Hack IE Float bug. Hide from IE5-mac. Only IE-win sees this. \*/

* html div#leftArea {
	margin-right: 0;
}


* html div#rightArea {
	height: 1%;
    margin-top: 0;

}

/* End hide from IE5/mac */

 

/* --------------------- FOOTER AREA START ------------------------ */

div#footerArea {		
    position:relative;		
	height: 31px;		
	z-index:0;
	bottom:0px;
	top:0px;
	margin:0px auto 0px auto;	
	width:832px;
	left:0px;
	background-image: url(img/bottom.png);
    background-repeat: no-repeat;
    background-position: bottom left;
	background-color:#FFFFFF;
}

div#footerLine {		
    position:relative;		
	height: 33px;		
	z-index:0;
	bottom:0px;
	top:0px;
	margin:0px auto 0px auto;	
	width:780px;
	left:0px;
	border:1px solid #c4ca8c;

}

div#footerAreaCenter{
	position:relative;
	top:7px;
	width: 200px;
	margin: 0px auto 0px auto;
	float:left;
	z-index:10;
}

div#footerAreaCenter ul{
	position:relative;
	margin: 0px 0px 0px 0px;
	list-style: none;	
	z-index:1;
	line-height:10px;
	display:inline;
}

div#footerAreaCenter ul li {
	position: relative;
	float: left;
	font-family:"Trebuchet MS", Arial, "Book Antiqua";
	font-size:11px;
	font-weight: normal;
	text-align: center;
}

div#footerAreaCenter ul a {
	position: relative;
	text-decoration: none;
	font-family:"Trebuchet MS", Arial, "Book Antiqua";
	font-size: 11px;
	left:220px;
	font-weight: normal;
	color: #8d8f6e;
	float:left;
	padding-right:10px;
	padding-left:10px;
}
div#footerAreaCenter ul a:hover {
	text-decoration:underline;
	font-family:"Trebuchet MS", Arial, "Book Antiqua";
	font-size: 11px;
	font-weight: normal;
	color: #CDDC82;
	float:left;
}

div#footerAreaCenter ul.NIMLastItem a {
	text-decoration: none;
	font-family:"Trebuchet MS", Arial, "Book Antiqua";
	font-size: 11px;
	font-weight: normal;
	color: #8d8f6e;
	float:left;
	padding-right:1px;
	padding-left:4px;	
	border-right:none;
}
div#footerAreaCenter ul.NIMLastItem a:hover {
	text-decoration: none;
	font-family:tr;
	font-size: 11px;
	font-weight: normal;
	color: #90A81D;
	float:left;
	border-right:none;
}

div#locations {
	position: relative;
	margin: 0px 0px 0px 0px;
	top:5px;
	font-family:"Trebuchet MS", Arial, "Book Antiqua";
	color: #8d8f6e;	
	font-size:11px;
	font-weight:normal;
	float:left;
	left:20px;

}
div#locations a{
   font-family:"Trebuchet MS", Arial, "Book Antiqua";
   font-size:11px;
	color: #8d8f6e;	
	font-weight:normal;
	float:left;
}


div#design {
	position:absolute;		
	width:320px;
	left:495px;
	top:5px;
	font-family:"Trebuchet MS", Arial, "Book Antiqua";
	font-size:11px;
    color: #8d8f6e;
	font-weight:normal;
}

div#design a{  
   font-family:"Trebuchet MS", Arial, "Book Antiqua";
   font-size:11px;
   color: #8d8f6e;
   text-decoration:none;
   font-weight:normal;
}

/* --------------------- FOOTER AREA END ------------------------ */