/* 100% high layouts attempt */

html, body {
            height:99.5%
}
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: #FFFFFF;
	background-image: url(images/hs-bg-strip.jpg);
    background-repeat: repeat-x;
    background-position: top left;
}

div#allAreas {
	position: relative;  
	height:100.5%;
	min-height:100.5%;	       
	width: 853px;
	background-color: #0091B8;
	margin-left:auto;
	margin-right:auto;
	/*margin: 0 auto 0 auto;*/
	background-image:url(images/white.jpg);
	background-repeat:repeat-y;
	background-position:top left;	
}
/* --------------------- SEARCH BAR AREA START ---------------------- */
div#searchBarArea {
	position: relative;
	height: 62px;
	margin: 0 0px 0 0px;
	z-index:100;
	overflow:hidden;
}

/* --------------------- SEARCH BAR AREA END ---------------------- */


/* --------------------- BANNER AREA START ---------------------- */
div#bannerArea {
	position: relative;
	width: 819px;
	height: 135px;
	margin: 0 auto 0 auto;
	border-left: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
	border-top: 2px solid #FFFFFF;
	background-image: url(images/banner_717F82.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}

div#bannerArea img {
	position: absolute;
	right: 0;
	top: 0;
}

img#Logo {
	position: absolute;
	margin-top: 10px;
	left: 20px;
	border:1px solid #FFFFFF;
}

div#bannerArea h1 {
	position: absolute;
	right: 20px;
	top: 95px;
	font-family:tohoma,Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 30px;
	margin: 0;
	padding: 0;
}

/* --------------------- BANNER AREA END ---------------------- */
br.clearAll {
	position: relative;
	clear: both;
	line-height: 1px;
	height: 1px;
}

/* --------------------- MAIN AREA START ------------------------ */
div#mainArea{
	/*position: relative;*/
	margin: 0 15px 0 15px;	
	border-left: solid 2px #FFFFFF;
	border-right: solid 2px #FFFFFF;	
}

div#mainNavArea {
	position: relative;
	width: 189px;
	float: left;
}


/* Hack IE Float bug. Hide from IE5-mac. Only IE-win sees this. \*/
* html div#selectedNavArea {
	margin-right: 0;

}
 
* html div#contentArea {
	height: 1%;
	margin-left: 0;
	
}
/* End hide from IE5/mac */
div#adwordsArea{	
	position:relative;
	margin: 0px 0px 0px 0px;	
	padding: 5px 5px 0px 10px;		
	height:100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
div#contentArea {	
	/*position: relative;*/ 
	margin: 0px 0px 0px 0px;	
	padding: 5px 5px 30px 10px;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width:auto;
}
div#contentArea a{ 
	color:#0091b8;
	font-weight:bold; 
}
div#contentArea a:visited{       
    color:#0091b8;
	font-weight:bold;	
}

div#contentArea a:hover{    	
    color:#0091b8;
	font-weight:bold;	
}
/* --------------------- MAIN AREA END ------------------------ */



/* --------------------- FOOTER AREA START ------------------------ */
div#footerArea {
	position:absolute;
	bottom: -1px;		
	height: 25px;
	width: 100%;
	z-index:100;
	background-color:#0091B8;
}

div#footerAreaCenter{
	position: relative;
	top:0px;
	margin: 0 auto 0 auto;	
	color: #ffcc00;
	width:823px;
	height: 25px;
	border-top:3px solid #FFFFFF;	
}

p#copyright {
	position: relative;
	margin: 4px 1em 0 20px;
	padding: 0;
	float: left;
	font-weight:bold;
	color: #FFFFFF;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}


div#poweredbyIsmart {
	position:absolute;		
	font-family:Arial, Helvetica, sans-serif;
	width:270px;
	right:12px;
	top:4px;
	font-size:12px;
    color: #FFFFFF;
	border:0px solid red;
}
div#poweredbyIsmart a{
   font-weight:bold;
   font-size:12px;
   color: #FFFFFF;
   text-decoration:none;
}
/* --------------------- FOOTER AREA END ------------------------ */

/* --------------------- MAIN MENU START ---------------------- */
div#mainNavigationArea{
	position:relative;
	margin: 0px auto 0px auto;	
	width: 819px;
	height: 25px;
	background-color:#33484B;
	border-bottom: 2px solid  #FFFFFF;
	border-top: 2px solid #FFFFFF;
	border-left: solid 2px #FFFFFF;
	border-right: solid 2px #FFFFFF;	
	z-index:1;	
}
#mainNav {
	position: relative;	
	font-size: 12px;
	text-align: center;
	line-height:25px;
	width: 820px;
	margin: 0px auto 0px auto;	
}

#mainNav, #mainNav ul { 
	padding: 0;	
	list-style: none;
	line-height:23px;
	font-size: 12px;		
	font-weight:bold;
}

#mainNav a {
	display: block;
	color: #FFFFFF;	
	font-size: 1em;		
	line-height: 23px;			
	text-decoration: none;
	text-align:center;
	font-weight: bold;
	white-space:nowrap;
	border-right:0px solid #FFFFFF;	
}

#mainNav a:hover {
	font-size: 1em;	
	background-color:#717F82;
}

#mainNav li#selectedMainMav a {
	color: #FFFFFF;
	background-color:#717F82;
}

#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: 15px;
	padding-right: 15px;	
	cursor: pointer;
	padding-top: .2em;
}

#mainNav li#selectedMainMav a div {		
	background-color: #717F82;
	color:#FFFFFF;	
}
#mainNav li a:hover div {
	background-color: #717F82;
	color:#FFFFFF;	
}

#mainNav li ul { /* second-level lists */
	position: absolute;
	width: 13em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	font-size: 11px;
	font-weight:bold;
	border-left: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	margin: 0px 0 0 0px;
	z-index:1;
}

#mainNav li ul li {
	border: none;
	width: 100%;
	background-image: none;
	margin: 0;
	white-space: normal;
	background-color: #33484B;
	border-bottom: 1px solid #FFFFFF;	
}

#mainNav li ul li a {
	color: #E1E1C5;
	text-align: left;
	font-size: 11px;
	font-weight:bold;	
	margin: 0;
	white-space: normal;
	border-right: none;
	width: 100%;
	height: auto;
	line-height: 1.7em;
	background-color: #717F82;
}

#mainNav li ul li a div {	
	height: auto;
	margin: 0;
	padding: .2em .2em .2em .8em;	
}

#mainNav li#selectedMainMav ul li a div {
	background-color: #717F82;
	color: #E1E1C5;
		
}

#mainNav li#selectedMainMav ul li a:hover div {
	background-color: #33484B;
	color: #FFFFFF;
	height:100%;
}

#mainNav li ul li a:hover div {	
	background-color: #33484B;
	height: auto;
	margin: 0;
	padding: .2em .2em .2em .8em;
}

#mainNav li ul li a:hover {
	color: #FFFFFF;
	font-size: 1em;
	margin: 0;	
	background-color: #33484B;
}




#mainNav li ul ul { 
	/* third-and-above-level lists */
	margin: -2em 0 0 8.5em;
	z-index:1;
}

#mainNav li ul.leftAlign ul { 
	/* 
		third-and-above-level lists 
		this class difines positioning for menus that have drop to the left to 
		avoid going of the right of the page
	*/
	margin: -1.5em 0 0 -13em;
}

#mainNav li:hover ul ul, #mainNav li:hover ul ul ul, #mainNav li.sfhover ul ul, #mainNav li.sfhover ul ul ul {
	left: -999em;
}

#mainNav li:hover ul, #mainNav li li:hover ul, #mainNav li li li:hover ul, #mainNav li.sfhover ul, #mainNav li li.sfhover ul, #mainNav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
/* --------------------- MAIN NAV AREA END ------------------------ */

