/* 100% high layouts attempt */
html, body {
	height:99.5%
}
html > body div#allAreas {
	height: auto;
	

}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding: 0;
	margin: 0 auto 0px auto;
	background-image: url(img/bgstrip.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	background-color:#D3DBE8;
	padding-bottom:0px;
}

div#allAreas {
    height:100.5%;
	min-height:100.5%;
	position: relative;	
	margin: 0 auto 0px auto;
	width: 789px;
	padding-bottom:0px;
	background-color:#FFFFFF;
}

div#headerArea {
	position: relative;
	height: 154px;
	margin:0px 0px 0px 0px;	
}
img#logo {
	position: absolute;
	height: 154px;
	z-index: 20;	
}
div#topNavArea{
	position:absolute;
	height:30px;
	top:50px;
	left:400px;
	z-index:100;
	display:none;
}

/******************SEARCH AREA*****************/
div#headerTopAreaBorder{
	position:relative;
	margin:0px auto 0px auto;
	left:40px;
	top:0px;
	width:190px;
}

div#headerTopAreaBorder form {
	position: relative;
	display:inline;
	margin: 0;
	padding: 0;
	right: 20px;
	top: 0px;

}

div#headerTopAreaBorder form p {
	position: relative;
	display:inline;
	color: #05132E;
	font-weight:normal;
	font-size: .7em;
	font-weight:bold;

}

div#headerTopAreaBorder form input#textInput {
	position: relative;
	display: inline;
	width: 120px;
	height: 16px;
	border: 1px solid #05132E;
	background-color: #FFFFFF;
	font-size: 1em;
	font-weight:bold;
}

div#headerTopAreaBorder form input#submitInput {
	position: relative;
	display: inline;
	width: 18px;
	height: 20px;
	border: 0px solid #DA3D10;
	background-image: url(img/search.gif);
	background-position:top;
	background-repeat: no-repeat;
	cursor:pointer;
	background-color:#000000;
}

/*******************END SEARCH AREA**********/

/* --------------------- MAIN AREA START ------------------------ */

div#mainArea{
	/*position:relative;		*/
	margin: 0px auto 0px auto;
	top:0px;
	left:0px;
	min-height:800px;
	_height:800px;
	z-index:0;
	width:789px;
	background-color:#FFFFFF;
}

div#leftArea{		
    position:relative;
	width: 190px;
	padding-bottom:0px;	
	margin: 0 auto 0px auto;	
	float: left;
	bottom:0px;
	min-height:650px;
	_height:700px;
	background-image: url(img/leftnavbgpanel.jpg);
	background-repeat: no-repeat;
	background-position: top;
	z-index:0;

}

div#mainNavigationArea{
	position:relative;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	width: 186px;
	float:left;
	min-height:500px;
	_height:500px;
	left:0px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	z-index:300;
	color:#FFFFFF;
}


div#rightArea{
	position: relative;
	float:left;
	margin: 0px auto 0px auto;
	width: 595px;
	z-index:0;
	height:auto;
}

div#businessHeaderArea{
	position:relative;
	float:left;
	margin:0px auto 0px auto;	
}

img#logo1 {
	position: absolute;
	height: 207px;
	z-index: 20;	
}

div#contentArea {
	position:relative;
	margin: 207px auto 0 auto;
	min-height:160px;
	_height:160px;
	padding-left: 30px;
	padding-bottom:20px;
	padding-top:20px;
	_padding-top:30px;	
	background-image: url(img/contentshadow.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	z-index:100;
	
}

div#contentArea a{ 
   color:#000000;
   font-weight:bold;
}
div#contentArea a:visited{       
    color:#006699;
	font-weight:bold;	
}

div#contentArea a:hover{    	
    color:#EF2400;
	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;
	z-index:1000px
}
 
* html div#rightArea {
	height: 1%;
	margin-top: 0;
}
/* End hide from IE5/mac */



/* --------------------- FOOTER AREA START ------------------------ */

div#footerArea {		
    position:relative;		
	height: 71px;		
	z-index:1;
	bottom:0px;
	_top:-1px;
	margin:0px auto 0px auto;	
	width:789px;
}


div#footerAreaCenter{
	position:relative;
	top:0px;
	width: 789px;
	height: 71px;
	margin: 0px auto 0px auto;	
	background-image:url(Img/footer.jpg);
	background-repeat:no-repeat;
	background-position:top center;
}
div#footerArea ul {
	position:absolute;
	margin: 15px 0px 0px 70px;	
	list-style: none;	
	width:400px;
	z-index:1;
}

div#footerArea ul li {
	position: relative;
	float: left;	
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: bold;	
	text-align: center;	
	padding-right:10px;
	padding-left:10px;	
}

div#footerArea ul li a {
	position: relative;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #91A5AE;
}
p#locations {
	position: absolute;
	margin: 15px 0px 0px 25px;
	padding: 0;	
	font-family:Arial, Helvetica, sans-serif;
	color: #91A5AE;	
	font-size:11px;
	font-weight:bold;
}

div#design {
	position:absolute;		
	width:300px;
	right:0px;
	top:15px;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
    color: #91A5AE;
	font-weight:bold;
}

div#design a{
  
   font-size:11px;
   font-family:Arial, Helvetica, sans-serif;
   color: #91A5AE;
   text-decoration:none;
   font-weight:bold;
  
}
/* --------------------- FOOTER AREA END ------------------------ */

