/* 100% high layouts attempt */
html, body {
	height:100%
}

body {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding: 0;
	margin: 0;
	position: relative;
	background-color: #CBECF3;
	background-image: url(img/Gradient.jpg);
	background-repeat: repeat-x;
	background-position: top left;
}

div#allAreas {
    position: relative;
	height:100%;
	min-height:100%;
	background-image: url(img/bg.gif);
	background-repeat: repeat-y;
	background-position: top left;
	margin: 0 auto 0 auto;
	width: 784px;
	border:0px solid red;
}
div#searchArea{
	position:absolute;
	top:5px;
	left:10px;
	height:45px;
	width:170px;
	border:0px solid red;
	z-index:1000;
}
div#SearchText {
	position: absolute;
	top:1px;
	left:1px;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
}
div#searchArea form {
	position: absolute;
	margin: 0 0 0 0px;
	padding: 0;
	bottom: 0px;
}
div#searchArea form input#textInput {
	position: absolute;	
	left: 0px;	
	bottom:5px;
	width: 120px;
	background: #FFFFFF;
	color:#000000;
	border: 1px solid #0165CF;
}

div#searchArea form input#submitInput {
	position:absolute;
	left: 130px;
	bottom:5px;
}

/*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: 0px;
}
 
* html div#rightArea {
	height: 1%;
	margin-left: 0;
}
/* End hide from IE5/mac */




/* -------------------- HEADER AREA ---------------------- */
div#headerArea {
	position: relative;
	height: 136px;
	width: 780px;
	margin: 0 auto 0 auto;
}

img#bnr {
	position: absolute;
	top: 0;
	left: 0;
}


div#menuArea {
	position: relative;
	top:0px;
	height:25px;
	width:780px;
	border:0px solid yellow;
	background-color: #01A0C7;	
	background-position: top;
	margin: 0 auto 0 auto;
}
div#Logout{
	position:absolute;
	top:0px;
	height:25px;
	width:auto;
	right:1px;	
}
div#Logout a{	
	color: #66C6DE;
	font-size: .8em;
	text-decoration: none;
	text-align: center;
	padding-left: .5em;
	padding-right: .7em;
	white-space: nowrap;
	font-weight: bold;
}
/* ------------------------------------------------------- */


/* -------------------- CONTENT AREA (APPEARS ON THE LEFT) ---------------------- */
div#contentArea {
	position: relative;
	top:0px;
	padding: 0px 0 0 0px;	
	background-color:#FFFFFF;
	margin: 0 auto 0 auto;
	width:780px;
	background-image:url(img/content-bg.jpg);
	background-repeat: repeat-y;
	background-position: top left;
}

div#content {
	position: relative;
	width: 780px;
	margin: 0 auto 30px auto;	
}
/* ------------------------------------------------------- */
div#footerArea {
	position: absolute;
	width: 780px;
	height: 24px;
	background-color: #01A0C7;		
	bottom:0px;
	left:2px;
	border:0px solid red;
	margin: 0 auto 0 auto;
}

div#footerArea ul {
	position: absolute;
	margin: 0;
	padding: 0;
	list-style: none;
	left: 215px;
	top: 3px;
}

div#footerArea ul li {
	float: left;
	margin: 0 5px 0 0;
	padding: 0 5px 0 0;
	border-right: 1px solid #4b4b4b;
	font-size: 9px;
	font-weight:bold;
	color: #CBECF3;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}

div#footerArea ul li.NIMLastItem {
	border-right: none;
}

div#footerArea ul li a {
	color: #CBECF3;
	text-decoration: none;
}

div#footerArea ul li a:hover {
	color: #FFFFFF;
}

div#Copyright {
    position:relative;
	left: 20px;
	top:3px;	
	border:0px solid red;
	width:220px;
	font-size: 9px;
	color: #CBECF3;
	font-weight:bold;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}
div#footerArea ul#productLinks {
	right: 18px;
	left: auto;
	font-size: 9px;
	color: #CBECF3;
	font-weight:bold;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}
