/* 100% high layouts attempt */
html, body {
	height:99.75%
}


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding: 0;
	margin: 0;
	position: relative;
	background-color: #333333;
}

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 */

/*for mozilla as IE treats height as min-height anyway*/
html > body div#allAreas {
	height: auto;
}

div#allAreas {
	height:100%;
	min-height:100%;
}

div#allAreas {
	position: relative;
	background-color: #000000;
	width: 780px;
	margin: 0 auto 0 auto;
}


/* --------------------- TOP AREA START ---------------------- */
div#topArea {
	position: relative;
	height: 140px;
	background-color: #ffcc00;
	
}
div#topArea {
 	position:relative;
	background-color: #FFFFFF;
	margin: 0px auto 0px auto;
	height:140px;
	width:780px;
}
div#topMenuBg {
	position: absolute;
	width: 780px;
	height: 43px;
	top: 100px;
	margin:0px 0px 0px 0px;
	left: 0px;
	background-color:#333333;
}

div#searchArea {
	position: absolute;
	width: 80px;
	height: 23px;
	top: 78px;
	margin:0px 0px 0px 0px;
	left: 700px;
}
/* ----------------------------------------------------------- */



/* --------------------- CONTENT AREA START ---------------------- */
div#contentArea {
	position: relative;
	margin: 0 0 0 0;
	padding: 30px 30px 80px 30px;
}
/* ----------------------------------------------------------- */


/* --------------------- FOOTER AREA START ---------------------- */
div#footerArea {
	position: absolute;
	clear: both;
	background-color: #333333;
	width: 780px;
	height: 40px;
	left: 0px;
	bottom: -1px;
}
div#footerBottomArea{
	position:absolute;	
	margin: 20px 0px 0px 0px;	
	width: 732px;
	height:20px;
	background-color: #333333;
}

div#footerNavigation{
	position:absolute;
	margin-top: 2px;	
	right:2px;
	width:780px;
}
div#footerArea ul {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
	color:#A22B3F;
}

div#footerArea ul li {
	position: relative;
	float: left;
	color: #A22B3F;
	margin: 0px 0px 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding-top:0px;
	font-weight: bold;	
	text-align: center;
	padding-right:10px;
}

div#footerArea ul li a {
	position:relative;
	text-decoration: none;
	color:#FF0000;
	width:300px;
	left:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}

div#footerArea ul li a:hover {
	color:#FFCC00;
}

div#footerArea li#selectedFooter a {	
	color:#FFFFFF;		
}

p#copyright {
	position:absolute;
	color: #FFFFFF;
	font-size: 11px;
	font-weight:normal;
	left:250px;
	width:250px;
}

p#poweredby {	
    position:absolute;
	width:100px;
	margin:0px 0px 0px 600px;
	color:#FFFFFF;	
}

p#poweredby a{	
    position:absolute;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;	
	font-weight:normal;
	color:#FFFFFF;	
	text-decoration:none;
}


/* ----------------------------------------------------------- */


/* --------------------- SEARCH BAR AREA START ---------------------- */
form#searchFormInput {
	position: absolute;
	height: 20px;
	width: 210px;
	z-index: 400;
	margin: 0;
	padding: 0;
	display: block;
	bottom: 0px;
	right: 0px;
}

form#searchFormInput p {
	position: absolute;
	left: 0;
	top: 2px;
	font-size: .7em;
	color: #FFFFFF;
	margin: 0;
	padding: 0;
	font-weight: bold;
}

form#searchFormInput div {
	position: absolute;
	width: 155px;
	height: 18px;
	top: 0;
	left: 50px;
	background-color: #FFFFFF;
	border: 1px solid #FF9900;
}

form#searchFormInput input#textInput {
	position: absolute;
	left: 2px;
	top: 1px;
	border: 1px solid #ffffff;
	width: 120px;
	font-size: .7em;
	padding: 0;
	margin: 0;
}

form#searchFormInput input#submitInput {
	position: absolute;
	left: 130px;
	top: 0;
	width: 25px;
	height: 18px;
	background-color: #FF9900;
	color: #FFFFFF;
	font-size: .7em;
	border: 1px solid #FF9900;
	padding: 0;
	margin: 0;
	font-weight: bold;
}
/* --------------------- SEARCH BAR AREA END ---------------------- */
