/* 100% high layouts attempt */
html, body {
	height:99.8%
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding: 0;
	margin: 0;
	position: relative;
	background-color: #ECEBF0;
}

div#allAreas {
	height:100%;
	min-height:100%;
}

/*for mozilla as IE treats height as min-height anyway*/
html > body div#allAreas {
	height: auto;
}

/* 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: -3px;
}
 
* html div#rightArea {
	height: 1%;
	margin-left: 0;
}
/* End hide from IE5/mac */


div#allAreas {
	position: relative;
	width: 797px;
	margin: 0 auto 0 auto;
	border-left: 3px solid #ffffff;
	border-right: 3px solid #ffffff;
	background-color: #ffffff;
	background-image: url(images/leftbg.gif);
	background-repeat: repeat-y;
}

/* ---------------------- HEADER AREA -------------------- */
div#headerArea {
	position: relative;
	height: 127px;
	border-bottom: 4px solid #ffffff;
}

img#logo {
	position: absolute;
	left: 0;
	top: 0;
}

img#bnr {
	position: absolute;
	left: 539px;
	top: 0;
}

div#leftAndRight {
	position: relative;
	background-image: url(images/Aranda_A.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}


/* ---------------------- LEFT AREA -------------------- */
div#leftArea {
	position: relative;
	width: 135px;
	border-top: 11px solid #051141;
	float: left;
}

/* --------------------- SEARCH BAR AREA START ---------------------- */
form#searchFormInput {
	position: relative;
	height: 45px;
	margin: 0;
	padding: 0;
	display: block;
}

form#searchFormInput p {
	position: absolute;
	right: 10px;
	top: 25px;
	font-size: .8em;
	color: #ffffff;
	margin: 0;
	padding: 0;
}

form#searchFormInput input#textInput {
	position: absolute;
	right: 35px;
	top: 5px;
	border: 1px solid #081041;
	width: 85px;
	font-size: .7em;
	padding: .1em;
	margin: 0;
	
}

form#searchFormInput input#submitInput {
	position: absolute;
	right: 10px;
	top: 5px;
	background-color: #FF8500;
	font-size: .6em;
	color: #081041;
	border: 1px solid #081041;
}
/* --------------------- SEARCH BAR AREA END ---------------------- */


/* ---------------------- RIGHT AREA -------------------- */
div#rightArea {
	position: relative;
	border-top: 11px solid #051141;
	margin-left: 135px;
	margin-bottom: 50px;
}

div#contentArea {
	position: relative;
	padding: 53px 23px 23px 23px;
}

/* ---------------------- FOOTER AREA -------------------- */
div#footerArea {
	position: absolute;
	width: 797px;
	height: 42px;
	left: 0;
	bottom: -1px;
	background-color: #081041;
	border-top: 4px solid #ffffff;
}

div#footerArea ul {
	position: absolute;
	margin: 0;
	padding: 0;
	list-style: none;
	top: 14px;
	left: 156px;
	font-size: .7em;
}

div#footerArea ul li {
	position: relative;
	padding-right: .5em;
	margin-left: .5em;
	border-right: 1px solid #ffffff;
	float: left;
}

div#footerArea ul li.NIMLastItem {
	border-right: none;
}

div#footerArea ul li a {
	text-decoration: none;
	color: #ffffff;
}

img#ismart {
	position: absolute;
	top: 14px;
	left: 9px;
}

a#ismartlink {
	position: absolute;
	top: 14px;
	right: 20px;
	font-size: .7em;
	text-decoration: none;
	color: #FFFFFF;	
}

