/* 100% high layouts attempt */

html, body {
            height:99.5%
}
html > body div#allAreas {
            height: auto;

}

body {

	margin: 0; /* 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-image: url(img/bg.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #15447A;
	font-weight: normal;
}


div#allAreas {
    height:100.5%;
    min-height:100.5%;
    position: relative;         
    margin: 0 auto 0px auto;
	width: 838px;
	padding-bottom:0px;
	background-image: url(img/containerbg1.jpg);
	background-repeat: repeat-y;
	height:auto;
	text-align: left;
}

div#headerArea {
	position: relative;
    height: 185px;
    margin:auto 0 auto 0;
	background-image: url(img/banner.jpg);
    background-repeat: no-repeat;
    background-position: top left;
	z-index:9999;
}



img#logo {
	position: absolute;
	margin:auto 0 auto 0;
    height: 185px;
	left:0;
    z-index: 20;
}
div#mainNavigationArea{
	position:relative;
    margin: 0px auto 0px auto;
    padding: 0;
    width: 100%;
    height: 43px;
    z-index:1000;
	background-image: url(img/navbg1.jpg);
    background-repeat: no-repeat;
    background-position: top;
}
div#belowMainNavArea {
	position:relative;
    margin: 0px auto 0px auto;
    padding: 0;
    width: 100%;
    height: 29px;
    z-index:0;
	background-image: url(img/breadcrumbsbg1.jpg);
    background-repeat: no-repeat;

}
div#breadrumbArea {
	position:relative;
    bottom:0px;
	top:0px;
	height:29px;
    width:450px;
	left:0px;
	font-size: 11px;
	font-weight:normal;
	font-family:"Trebuchet MS", Arial, "Book Antiqua";
	text-decoration: none;
	color: #7992a4;
}

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";
	color: #7992a4;
	font-weight:bold;
	text-decoration:none;
	font-size:11px;
	text-transform:capitalize;
}
div#menuitem a:hover {
	font-family:"Trebuchet MS", Arial, "Book Antiqua";
	text-decoration: none;
	color: #0c8ebf;
	font-weight:bold;
}


/******************SEARCH AREA*****************/

div#headerTopAreaBorder{
	position:absolute;
	margin:0px auto 0px auto;
    right:20px;
	top:13px;
    height:30px;
	width:170px;
	z-index:99;
}

div#headerTopAreaBorder form {
	position:relative;
	margin: 0;
	padding: 0;
	z-index: 33;
	float:right;
	right:35px;
	display:inline;
	top:3px;
	
}

div#headerTopAreaBorder form p {
	position: relative;
	color: #000000;
	font-family:"Trebuchet MS", Arial, "Book Antiqua";
	font-size: 10px;
	font-weight:normal;
	padding-right:4px;
	margin-top:2px;	
	float:left;
	left:35px;
	border:none;
}

div#headerTopAreaBorder form input#textInput {
	position: relative;
	display: inline;
	width: 100px;
	height: 15px;
	float:left;
	left:10px;
	border:none;
	background:none;
	font-family:"Trebuchet MS", Arial, "Book Antiqua";
	font-size: 10px;
	font-weight:normal;
	color: #000000;
}

div#headerTopAreaBorder form input#submitInput {
	position: relative;
	display: inline;
	width: 28px;
	height: 24px;
	padding: 0;
	cursor:pointer;
	float:left;
	top:-5px;
	left:25px;
	border:none;
	background:none;
}
/*******************END SEARCH AREA**********/
/* --------------------- MAIN AREA START ------------------------ */

div#mainArea{                     
    margin: 0px auto 0px auto;
    top:0px;
	width:838px;
    left:0px;
    min-height:555px;
    _height:555px; 
    z-index:0;
	overflow:auto;
	_overflow:visible;
	background-image: url(img/contentbg1.jpg);
    background-repeat:no-repeat;
	background-position:top left;
}

div#contentArea {
	position:relative;
    bottom:0px;
    margin-left: 42px;
	margin-right:42px;
    margin-top:20px;
	margin-bottom:10px;
    z-index:1;
    min-height:555px;
    _height:555px;	
}

div#contentArea a{
   color:#3c3c3c;
   font-weight:normal;
}
div#contentArea a:visited{
    color:#068add;
    font-weight:bold;
	text-decoration:underline;
}
div#contentArea a:link{
    color:#068add;
	text-decoration:underline;
    font-weight:bold;
}
div#contentArea a:active{
    color:#068add;
    font-weight:bold;
	text-decoration:underline;
}
div#contentArea a:hover{        
    color:#068add;
    font-weight:bold;
}


/* usefull br style */
br.clearAll {
	position: relative;
    clear: both;
    line-height: 1px;
    height: 1px;
}

 

/* 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: 110px;		
	z-index:0;
	bottom:0px;
	top:0px;
	margin:0px auto 0px auto;	
	width:838px;
	float:top left;
	left:0px;
    background-image: url(img/footerbg1.jpg);
    background-repeat: no-repeat;
    background-position: top;
}
div#topFooterArea{
	position:relative;
	height:40px;
	margin:0 auto 0 auto;
}

div#footerAreaCenter{
	position:relative;
	top:23px;
	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:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-align: center;
}

div#footerAreaCenter ul a {
	position: relative;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	left:120px;
	color: #003366;
	float:left;
	padding-right:4px;
	padding-left:4px;
	border-right:1px solid #FFFFFF;
}
div#footerAreaCenter ul a:hover {
	text-decoration:underline;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color: #394f61;
	float:left;
}

div#footerAreaCenter ul.NIMLastItem a {
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color: #003366;
	float:left;
	padding-right:1px;
	padding-left:4px;	
	border-right:none;
}
div#footerAreaCenter ul.NIMLastItem a:hover {
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color: #394f61;
	float:left;
	border-right:none;
}

div#locations {
	position: relative;
	margin: 0px 0px 0px 0px;
	top:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
    color: #003366;
	float:left;
	left:70px;

}
div#locations a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
    color: #003366;
	float:left;
}


div#design {
	position:relative;		
	width:320px;
	left:120px;
	top:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
    color: #003366;
	float:left;
}

div#design a{  
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
    color: #003366;
	text-decoration:none;
}

div#bottomFooterArea{
	position:relative;
	height:60px;
	margin:0 auto 0 auto;
}

div#Address {
	position: relative;
	margin: 0px auto 0px auto;
	top:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
    color: #FFFFFF;
	float:left;
	left:110px;
}
div#Address a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
    color: #FFFFFF;
	float:left;
}

div#email {
	position: relative;
	margin: 0px auto 0px auto;
	top:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
    color: #FFFFFF;
	float:left;
	left:112px;

}
div#email a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
    color: #FFFFFF;
	float:left;
}

div#reg {
	position:absolute;
	margin: 0px auto 0px auto;
	top:33px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
    color: #FFFFFF;
	float:left;
	left:350px;

}
div#reg a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
    color: #FFFFFF;
	float:left;
}



/* --------------------- FOOTER AREA END ------------------------