/* 100% high layouts attempt */
html, body {
	height:100%
}
html > body div#allAreas {
	height: auto;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding: 0;
	margin: 0 auto 0 auto;
	background-color: #666666;
	background-image:url(Images/grey.gif);
	background-repeat:repeat-y;
	background-position: top center;
}

div#allAreas {
    height:100%;
	min-height:100%;
	position: relative;	
	margin: 0 auto 0 auto;
	border: 0px solid  red;	
}

/* --------------------- SEARCH AREA START ------------------------ */
div#searchArea {
    position: absolute;
	margin: 5px 0px 0px 10px;
	padding: 5px; 	
	border: 0px solid #000000;				
	height:18px;
	width:200px;
	z-index:100;
}
div#searchArea p#searchTitle {
	position: absolute;
	left: 10px;
	bottom: 5px;
	color:#FFFFFF;
	font-size:11px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
div#searchArea form {
	position: absolute;
	margin: 0 0 0 50px;
	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;
	opacity: .5;
	filter: alpha(opacity=50);
}

div#searchArea form input#submitInput {
	position:absolute;
	left: 130px;
	bottom:5px;
}

/* --------------------- SEARCH AREA END ------------------------ */

/* --------------------- BANNER AREA START ---------------------- */
div#bannerArea {
	position: relative;
	width: 765px;
	height: 129px;
	margin: 0 auto 0 auto;
	border: 0px solid #5E92C4;
	overflow:hidden;
	border-top: 10px solid #FFFFFF;
	border-right: 10px solid #FFFFFF;
	border-left: 10px solid #FFFFFF;		
}
/* --------------------- BANNER AREA END ---------------------- */

/* --------------------- MAIN AREA START ------------------------ */

div#mainArea{
	position: relative;	
	background-position: top left;	
	width: 765px;
	margin: 0 auto 0px auto;
	border: 0px solid white;
	background-image:url(Images/RS_home_bkgrnd.jpg);
	background-repeat:no-repeat;
	background-color:#D96500;
	border-right: 10px solid #FFFFFF;
	border-left: 10px solid #FFFFFF;	
	/*height:650px;		*/
}



/* Hack IE Float bug. Hide from IE5-mac. Only IE-win sees this. \*/
* html div#selectedNavArea {
	margin-right: 0px;
	margin-top: 5px;
}
 
* html div#contentArea {
	height: 1%;
	margin-left: 50px;
	margin-right: 50px;		
}
/* End hide from IE5/mac */

div#contentArea {
	position: relative;
	margin: 10px 30px 20px 30px;
	padding-left: 15px;
	padding-right: 3px; 
	font-size: .8em;
	border: 0px solid;
}

div#contentArea a {
	color: #78001e;
}
/* --------------------- MAIN AREA END ------------------------ */


/* --------------------- MAIN MENU START ---------------------- */
div#mainNavigationArea{
	position:relative;	
	background-color:#FFFFFF;
	border: 0px solid  red;		
	margin: 0 auto 0 auto;
	width: 765px;
	height:27px;
	border-right: 10px solid #FFFFFF;
	border-left: 10px solid #FFFFFF;		
}
#mainNav {
	position: absolute;	
	font-size: 11px;
	text-align: center;
	right: 60px;
	background-color:#FFFFFF;
	line-height: 27px;
	border: 0px solid  red;
}

#mainNav, #mainNav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1em;
	font-size: 11px;	
	font-family: Trebuchet;
	font-weight:bold;
}

#mainNav a {
	display: block;
	color: #B9B9B9;	
	font-size: 11px;		
	line-height: 2em;		
	text-decoration: none;
	text-align:center;
	font-weight: bold;
	white-space:nowrap;
	padding-left:10px;	
}

#mainNav a:hover {
	font-size: 1em;	
	background-color:#FFFFFF;
}

#mainNav li#selectedMainMav a {
	color: #B9B9B9;
}

#mainNav li { /* all list items */
	float: left;
	background-position: top left;
	cursor: pointer;
}

#mainNav li a div {
	position: relative;		
	background-position: top right;	
	padding-left: 5px;	
	/*height: 2.0em;*/
	cursor: pointer;
	padding-top: .2em;
}

#mainNav li#selectedMainMav a div {	
	background-repeat: repeat-x;
	background-position: top left;
	background-color:#FFFFFF;
	color:#666666;
}

#mainNav li a:hover div {	
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #FFFFFF;
	color:#666666;
}
/*----------------------- MAIN MENU END ------------------------- */

/* --------------------- SELECTED NAV MENU START ------------------------ */
div#secondNavArea {
	position: relative;	
	margin: 0px 0px 0px 0px;
	border: solid 0px yellow;
	opacity: .5;
	filter: alpha(opacity=50);
	height: 27px;
	width:766px;
	background-color:#FFFFFF;	
}
div#selectedNavArea {
	position: absolute;		
	text-align: center;
	right: 60px;		
	border: solid 0px #000000;
	margin: 0px 0px 5px 0px;
}
div#selectedNavArea ul {
	position: relative;
	list-style: none;
	font-size: 11px;
}

div#selectedNavArea ul li {	
	float:left;
	font-family: Trebuchet;
	font-size:11px;
	font-weight: bold;	
	text-align: center;
	border: solid 0px;
			
}

div#selectedNavArea ul li.selected {
	font-weight: bold;
	color:#B9B9B9;
} 

div#selectedNavArea ul li a {
	text-decoration: none;
	color: #666666;
	font-weight: bold;
	display: block;	
	text-align: center;	
	white-space:nowrap;
	padding-left:10px;	
}

div#selectedNavArea ul li a:hover  {	
	background-repeat: repeat-x;
	background-position: top left;	
	color:#B9B9B9;
}
/* --------------------- SELECTED NAV MENU END ------------------------ */

/* --------------------- FOOTER AREA START ------------------------ */
div#footerArea {	
    position:absolute;
	height: 20px;	
	background-color: #666666;		
	margin: 0px auto 0px auto;
	border:0px solid #00FF00;	
	width:100%;
	bottom: -1px;	
}

div#footerAreaCenter {		
    position:relative;
	top:0px;
	background-color: #FFFFFF;		
	width: 765px;
	height: 20px;
	border: 0px solid red;
	margin: 0px auto 0px auto;
	border-right: 10px solid #FFFFFF;
	border-left: 10px solid #FFFFFF;	
}

div#footerArea ul {
	position: absolute;
	margin: 10px 0px 0px 470px;
	padding: 0;
	list-style: none;
	color:#DADADA;
	border: solid 0px;
}

div#footerArea ul li {
	position: absolute;
	float: left;	
	margin: 0px 0px 0px 0px;
	font-size:11px;
	font-weight: bold;	
	text-align: center;
	color:#DADADA;
}

div#footerArea ul li a {
	position: absolute;
	text-decoration: none;
	color:#DADADA;
}

p#emailinfo {
	position: relative;
	margin: 5px 1em 0 5px;
	padding: 0;
	float: left;
	color: #B9B9B9;
	font-weight: bold;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}
p#emailinfo a{
    color: #68A0DE;	
}
div#poweredbyIsmart {
	position:absolute;		
	font-family:Arial, Helvetica, sans-serif;
	width:300px;
	right:5px;
	top:7px;
	font-size:11px;
    color: #949494;
	border:0px solid red;
}
div#poweredbyIsmart a{
   font-weight:bold;
   font-size:11px;
   color: #949494;
   text-decoration:none;
}
/* --------------------- FOOTER AREA END ------------------------ */
