/* 100% high layouts attempt */
html, body {
	height:99.5%
}

div#allAreas {
	height:100%;
	min-height:100%;
}

/*for mozilla as IE treats height as min-height anyway*/
html > body div#allAreas {
	height: auto;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding: 0;
	margin: 0;
	position: relative;
	background-color: #FFFFFF;
	background-image:url(images/background_shadow.jpg);
	background-repeat: repeat-y;
	background-position: top center;
}

a{color:#00899B

}
a:hover {color:#00505B

}
a:selected{color:#00505B

}
a:visited{color:#DFA465

}

div#allAreas {
	height:100%;
	min-height:100%;
	border:0px solid red;
	width:816px;
	background-image:url(images/background_shadow.jpg);
	background-repeat: repeat-y;
	background-position: top center;
}

/*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: 0;
}
 
* html div#rightArea {
	height: 1%;
	margin-left: 0;
}
/* End hide from IE5/mac */


div#allAreas {
	position: relative;
	width: 816px;
	margin: 0 auto 0 auto;
	background-color: #FFFFFF;
}

/* ---------------------------- HEADER AREA -------------------------- */
div#headerArea {
	position: relative;
	height: 152px;
	border:0px solid red;
}

img#bnr {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}

img#logo {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 20;
}

div#headerArea h1 {
	position: absolute;
	top: 42px;
	left: 130px;
	z-index: 30;
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: .7em;
	color: #6E786E;
}

div#menuArea {
	position: relative;
	height: 42px;	
	border:0px solid blue;	
	background-image:url(images/navbg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

/*------------SEARCH AREA---------------------------------------*/
div#logout {
	position:absolute;
	top:162px;
	right:250px;
	color: #00899B;
	font-weight:normal;
	font-size: 12px;
	font-weight:bold;
	border:0px solid red;
	z-index:981;	
}
div#searchArea{
	position:absolute;	
	height:42px;
	width:250px;
	right:20px;
	border:0px solid red;
	z-index:340;
}


div#searchArea form {
	position: absolute;
	margin: 0;
	padding: 0;
	right: 10px;
	top: 6px;	
	border:0px solid red;
}

div#searchArea form p {
	position: relative;
	display: inline;
	color: #00899B;
	font-weight:normal;
	font-size: 12px;
	font-weight:bold;
	padding-right:4px;
	margin-bottom: 0px;
}

div#searchArea form input#textInput {
	position: relative;
	display: inline;
	width: 100px;	
	border: 1px solid #00899B;
	background-color: #FFFFFF;
	font-size: 1em;
	font-weight:normal;
	margin-bottom: 0px;	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	z-index:9999;
}

div#searchArea form input#submitInput {
	position: relative;
	display: inline;
	width: 25px;
	height: 19px;
	border: 1px solid #00899B;
	background-color:#DF5D02;	
	padding: 0;
	cursor:pointer;
	color:#FFFFFF;	
	margin-bottom: 0px;
}

/*------------END SEARCH AREA---------------*/
/* ---------------------------- LEFT AREA -------------------------- */
/*div#leftArea {
	position: relative;
	width: 188px;
	float: left;
	border:0px solid red;
}*/

div#navTitle {
	position: relative;
	width: 169px;
	background-color: #DF5D02;
	left: 30px;
	border-bottom: 4px solid #ffffff;
	top:10px;
}

div#navTitle h2 {
	position: relative;
	margin: 12px 8px 8px 12px;
	padding: 0;
	font-size: .75em;
	text-transform: uppercase;
	color: #ffffff;
}

div#leftArea ul {
	position: relative;
	width: 169px;
	background-color: #DF5D02;
	list-style: none;
	font-size: .7em;
	margin: 0 0 0 30px;
	padding: 10px 0 0 0;
	top:10px;
}

div#leftArea ul li {
	position: relative;
}

div#leftArea ul li div{
	position: relative;
	padding: 0 5px .4em 12px;
}

div#leftArea ul li a {
	text-decoration: none;
	color: #ffffff;
}

div#leftArea ul li a:hover {
	color: #3E899B;
}

div#leftArea ul li ul {
	position: relative;
	font-size: 1em;
	padding: 0;
	margin: 0;
	width: 169px;
}

div#leftArea ul li ul div {
	position: relative;
	margin: 0 5px 0 15px;
}


div#leftArea ul li ul li {
	position: relative;
	padding: 0;
	margin: 0;
}

div#navMenuCurves {
	position: relative;
	width: 169px;
	background-color: #DF5D02;
	left: 30px;
	height: 45px;
	font-size: 1px;
	top:10px;
}

div#navMenuLCurve {
	position: absolute;
	width: 14px;
	height: 14px;
	left: 0;
	top: 31px;
	background-image: url(images/selectedMenuLCurve.gif);
	background-repeat: no-repeat;
}

div#navMenuRCurve {
	position: absolute;
	width: 14px;
	height: 14px;
	left: 155px;
	top: 31px;
	background-image: url(images/selectedMenuRCurve.gif);
	background-repeat: no-repeat;
}
	
/* ---------------------------- RIGHT AREA -------------------------- */
div#rightArea {
	position: relative;
	margin-left: 10px;
}

div#contentArea {
	position: relative;
	margin: 21px 21px 39px 25px;
}


/* ---------------------------- FOOTER AREA -------------------------- */
div#footerArea {
	position: absolute;
	width: 742px;
	height: 30px;
	left: 35px;
	bottom: 0;
	background-color: #DF5D02;	
}

div#footerArea a {
	text-decoration: none;
	color: #016D7C;
}

div#footerArea a:hover {
	text-decoration: underline;
}

div#footerArea p {
	margin: 0;
	padding: 0;
	font-size: .7em;
	color: #016D7C;
}

div#footerArea p#footerByLine {
	position: absolute;
	left: 10px;
	top: 10px;
	font-size:12px;
    color: #FFFFFF;
	font-weight:bold;
	
}

div#footerArea p#poweredBy {
	position: absolute;
	right: 10px;
	top: 10px;
	font-size:12px;
    color: #FFFFFF;
}
div#footerArea p#poweredBy a{
	
	font-size:12px;
    color: #FFFFFF;
	font-weight:bold;
}

div#footerArea ul {
	position: absolute;
	list-style: none;
	margin: 0;
	padding: 0;
	top: 10px;
	left: 25em;
	font-size: .7em;
}

div#footerArea ul li {
	position: relative;
	float: left;
	margin-right: .5em;
}


div#footerAreaLCurve {
	position: absolute;
	left: 0;
	top: 0;
	width: 14px;
	height: 14px;
	font-size: 1px;
	background-image: url(images/footerLCurve.gif);
	background-repeat: no-repeat;
}

div#footerAreaRCurve {
	position: absolute;
	right: 0;
	top: 0;
	width: 14px;
	height: 14px;
	font-size: 1px;
	background-image: url(images/footerRCurve.gif);
	background-repeat: no-repeat;
}
