/* 100% high layouts attempt */

body {

	font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    padding: 0;
    margin: 0px auto 0px auto;
    background-image: url(img/bg.jpg);
    background-repeat: repeat-x;
    background-position: top left;
    padding-bottom:0px;
	background-color:#FFFFFF;
}


div#allAreas {
    position: relative;
    margin: 0 auto 0px auto;
    width: 872px;
	padding-bottom:0px;
	background-color:#FFFFFF;
}

div#headerArea {
	position: relative;
    height: 142px;
    margin:0px 0px 0px 0px;         
}

img#logo {
	position: absolute;
    height: 142px;
    z-index: 20;
	background-repeat:no-repeat;
}

div#mainNavigationArea{
	position:relative;
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px;
    width: 872px;
    height: 40px;
    z-index:1;
    overflow:visible;
	background-image: url(img/navbg.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

div#logoArea {
	position: relative;
    height: 183px;
    margin:0px auto 0px auto;
	z-index:0;
}

div#logoArea h1 {
	position: absolute;
	right: 40px;
	bottom: 10px;
	color: #ffffff;
	font-weight: normal;
	font-size: 2em;
	font-family: "Times New Roman", Times, serif;
	margin: 0;
	padding: 0;
}

img#logo1{
	position: absolute;
    height: 183px;
	background-repeat:no-repeat;
}


/******************SEARCH AREA*****************/

div#headerTopAreaBorder{
	position:relative;
	margin:0px auto 0px auto;
    left:0px;
    height:30px;
	z-index:33;
}

/******************SEARCH AREA*****************/

div#headerTopAreaBorder form {
	position:relative;
	margin: 0;
	padding: 0;
	z-index: 33;
	float:right;
	right:35px;
	display:inline;
	top:12px;
}

div#headerTopAreaBorder form p {
	position: relative;
	color: #000000;
	font-weight:normal;
	font-size: 11px;
	font-weight:bold;
	padding-right:4px;
	margin-top:2px;	
	float:left;
	left:15px;
	border:none;
}

div#headerTopAreaBorder form input#textInput {
	position: relative;
	display: inline;
	width: 140px;
	height: 15px;
	font-size: 10px;
	font-weight:normal;
	float:left;
	left:15px;
	border:none;
	background:none;
}

div#headerTopAreaBorder form input#submitInput {
	position: relative;
	display: inline;
	width: 35px;
	height: 21px;
	padding: 0;
	cursor:pointer;
	float:left;
	top:-5px;
	left:15px;
	background:none;
	border:none;
}
/*******************END SEARCH AREA**********/
/* --------------------- MAIN AREA START ------------------------ */

div#mainArea{
    margin: 1px auto 0px auto;
	width:872px;
    background-color: #FFFFFF;
    z-index:0;
	background-image: url(img/contentbg.gif);
    background-repeat: no-repeat;
    background-position: top left;
	overflow:auto;
}

div#leftArea{                
	position:relative;
    margin: 0px auto 0px auto;
	width: 570px;
    padding-bottom:0px;   
    margin: 0 auto 0px auto;         
    float: left;
    z-index:1;
}

div#breadrumbArea {
	position:relative;
    bottom:0px;
	top:0px;
	height:30px;
	left:0px;
	font-size: 10px;
	font-weight:normal;
	font-family:"Trebuchet MS", Arial, "Book Antiqua";
	text-decoration: none;
	color: #7f8b94;
}

div#youAre{
	position:relative;
	float:left;
	top:8px;
	left:40px;
}
div#menuitem {
	position:relative;
	float:left;
	top:8px;
	left:40px;
}
.breadrumbClassStr{	
	font-weight:normal;
	font-family:"Trebuchet MS", Arial, "Book Antiqua";
	text-decoration: bold;
	color: #0c8ebf;
	font-weight:normal;
	text-decoration:none;
	font-size:10px;
	text-transform:capitalize;
}
div#menuitem a:hover {
	font-weight:normal;
	font-family:"Trebuchet MS", Arial, "Book Antiqua";
	text-decoration: none;
	color: #0c8ebf;
	font-weight:normal;
}


div#bannerArea {
	position:relative;
	margin:0 auto 0 auto;
	margin-top:10px;
	margin-left:40px;
	z-index: 4;
	font-size:26px;
	font-weight:normal;
	color:#405260;
	font-family:"Trebuchet MS", Arial, "Book Antiqua";
	line-height:30px;
	width:577px;
}

div#bannerArea a {
    z-index: 4;
	color:#405260;
	font-family:"Trebuchet MS", Arial, "Book Antiqua";
	font-size: 26px;
	line-height:30px;
}

div#contentArea {
	position:relative;
    bottom:0px;
    width:530px;
    padding-left: 40px;
	padding-right:20px;
    padding-top:10px;
	padding-bottom:10px;
    z-index:1000;
}

div#contentArea a{ 
   color:#202020;
   font-weight:bold;
}

div#contentArea a:visited{       
    color:#205F9E;
    font-weight:bold;         

}

div#contentArea a:hover{        
    color:#CA3A07;
    font-weight:bold;         

}

div#rightArea{
	position: relative;
	width:269px;	
	margin: 0 0 0 590px;
	left:0;
	z-index:100;
}

div#rightAreaContent {
	position: relative;
	margin: 20px 28px 0 0;
}





/* 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: 49px;		
	z-index:0;
	bottom:0px;
	top:0px;
	margin:0px auto 0px auto;	
	width:872px;
	float:top left;
	left:0px;
	background-image: url(img/footerbg.gif);
    background-repeat: no-repeat;
    background-position: top left;}

div#footerAreaCenter{
	position:relative;
	top:12px;
	margin: 0px auto 0px auto;
}

div#footerAreaCenter ul{
	position: absolute;
	margin: 0;
	padding: 0;
	top: 0;
	left: 50px;
	list-style: none;
	font-family:"Trebuchet MS", Arial, "Book Antiqua";
	font-size:10px;
	font-weight: bold;
}

div#footerAreaCenter ul li {
	position: relative;
	float: left;
	text-align: center;
	padding-right:10px;
	margin-left: 10px;
	border-right:1px solid #0d5d90;
}

div#footerAreaCenter ul li a {
	position: relative;
	text-decoration: none;
	color: #0d5d90;
}

div#footerAreaCenter ul li a:hover {
	text-decoration:underline;
	color: #CDDC82;
}

div#footerAreaCenter ul li.NIMLastItem {
	border-right: none;
}

div#locations {
	position: relative;
	margin: 0px 0px 0px 0px;
	top:24px;
	font-family:"Trebuchet MS", Arial, "Book Antiqua";
	color: #FFFFFF;	
	font-size:10px;
	font-weight:bold;
	float:left;
	left:200px;

}
div#locations a{
	font-family:Arial, Helvetica, sans-serif;
	color: #000000;	
	font-size:10px;
	font-weight:bold;
	float:left;
}


div#design {
	position:absolute;		
	width:320px;
	left:550px;
	top:10px;
	font-size:10px;
	font-family:"Trebuchet MS", Arial, "Book Antiqua";
    color: #0d5d90;
	font-weight:bold;
}

div#design a{  
   font-size:10px;
   font-family:"Trebuchet MS", Arial, "Book Antiqua";
   color: #0d5d90;
   text-decoration:none;
   font-weight:bold;
}

/* --------------------- FOOTER AREA END ------------------------ */