/* 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:#3D86D9;
	background-image:url("images/blue-bg.jpg");
	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;
}	

/* --------------------- BANNER AREA START ---------------------- */
div#topArea {
 	position:relative;
 	border: 0px solid red;
	border-left: solid 2px #FFFFFF;
	border-right: solid 2px #FFFFFF;
	margin: 0px auto 0px auto;
	height:143px;
	width:779px;
	background-image:url("images/banner.jpg");
	background-repeat:no-repeat;
}
div#titleTextArea{
	position:absolute;
	margin:85px 0px 0px 500px;
	border: 0px solid red;
	color: #FFFFFF;
	font-size: 1.1em;
}
/* --------------------- BANNER AREA END ---------------------- */


/* --------------------- MAIN AREA START ------------------------ */


div#mainArea{
	position:relative;		
	margin: 0px auto 30px auto;
	border: 0px solid red;
	width: 779px;	
	border-left: solid 2px #FFFFFF;
	border-right: solid 2px #FFFFFF;
	
}

/* 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#contentArea {	
    position:relative;    
	margin: 0px 0px 0px 184px;	
	padding: 20px 5px 30px 20px;	
	font-size: .8em;
	border: 0px solid GREEN;
	width:560px;
}

div#contentArea a{ 
	color:#293F90;
	font-weight:bold; 
}
div#contentArea a:visited{       
    color:#0165CF;
	font-weight:bold;	
}

div#contentArea a:hover{    	
    color:#0165CF;
	font-weight:bold;	
}

/* --------------------- MAIN AREA ENDS ------------------------ */


/* --------------------- SELECTED NAV MENU START ------------------------ */
div#selectedNavArea{
	position:relative;
	top:0px;
	left:0px;
	width: 184px;
	float: left;
	border:0px solid yellow;
	border-top: 1px solid #FFFFFF;
	
}

div#selectedNavArea ul {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 11px;
	line-height: 2.0em;
	background-color: #DCE6FA;
	font-weight: bold;
	width: 182px;
	border:0px solid red;
	height:150px;
	padding-top:20px;
}

div#selectedNavArea ul li {
	background-color: #DCE6FA;
	padding: 0;
	margin: 0;
	border-bottom: 0px solid #00349A;

}

div#selectedNavArea ul li.selected {
	font-weight: bold;
	color: #00FF33;
		
} 

div#selectedNavArea ul li.selected a {
	color:#003399;
}

div#selectedNavArea ul li a {
	text-decoration: none;
	color: #3D86D9;
	display: block;
	margin-left: 13px;
	
}

div#selectedNavArea ul li ul {
	position: relative;
	display: block;
	padding: 0;
	list-style: none;
	font-size: 1em;
	border: none;
	margin: 0;
	width: auto;
}

div#selectedNavArea ul li ul li {
	position: relative;
	display: block; 
	border: none;
	margin: 0;
	padding: 0;
	width: auto;
	background-color: #ffffff;
	border-top: 0px solid #00349A;
}

div#selectedNavArea ul li ul li a {
	text-decoration: none;
	color: #3D86D9;
	font-weight: normal;
	margin-left: 30px
}

/* --------------------- SELECTED NAV MENU END ------------------------ */




/* --------------------- FOOTER AREA START ------------------------ */
div#bottomArea {
	position:absolute;
	border: 0px solid red;	
	bottom: -1px;		
	height: 30px;
	width: 100%;
	background:#3D86D9;
}

div#footerArea {		
    position:relative;
	border: 0px solid red;	
	bottom: -1px;		
	height: 30px;
	background-color:#3E86DA;
	z-index:1;
	margin: 0px auto 0px auto;	
	width: 779px;
	border-left: solid 2px #FFFFFF;
	border-right: solid 2px #FFFFFF;
	border-top: solid 1px #FFFFFF;
	
}

div#footerArea ul {
	position:absolute;
	margin: 7px 0px 0px 10px;	
	list-style: none;
	color:#DADADA;
	width:400px;
	border: 0px solid red;	
}

div#footerArea ul li {
	position: relative;
	float: left;	
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: bold;	
	text-align: center;
	color:#DADADA;
	padding-right:10px;
	padding-left:10px;	
	border-right: 1px solid #FFFFFF;
}

div#footerArea ul li a {
	position: relative;
	text-decoration: none;
	color:#DADADA;	
}

p#smartypetext {	
    position: absolute;
	margin-top: 8px ;			
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;	
	font-weight:bold;	
	color:#6EE4FF;	
	left:480px;
}
p#smartypetext a {	
    font-family:Arial, Helvetica, sans-serif;
	font-size:10px;	
	font-weight:bold;	
	color:#6EE4FF;
	text-decoration:none;
}
p#smartype {	
    position: absolute;
	margin-top: 10px;		
	border: 0px solid #000000;
	left:590px;
}

p#smartype a img{	
	border: 0;	
}

p#ismarttext {	
    position: absolute;
	margin-top: 8px ;			
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;	
	font-weight:bold;
	color:#6EE4FF;	
	text-decoration:none;
	left:600px;
}
p#ismarttext a {	
    font-family:Arial, Helvetica, sans-serif;
	font-size:10px;	
	font-weight:bold;	
	color:#6EE4FF;	
	text-decoration:none;
}
p#ismart {	
    position: absolute;
	margin-top: 10px;		
	border: 0px solid #000000;
	left:720px;
	
}

p#ismart a img{	
	border: 0;	
}

/* --------------------- FOOTER AREA END ------------------------ */


/* --------------------- MAIN MENU START ---------------------- */
div#mainNavigationArea{
	position:relative;
	margin: 0px auto 0px auto;	
	width: 779px;
	height: 25px;
	background-color:#003399;
	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: 710px;
	margin: 0px auto 0px auto;
	border: 0px solid red;	
}

#mainNav, #mainNav ul { 
	padding: 0;	
	list-style: none;
	line-height:23px;
	font-size: 12px;		
	font-weight:bold;
}

#mainNav a {
	display: block;
	color: #DADADA;	
	font-size: 1em;		
	line-height: 23px;			
	text-decoration: none;
	text-align:center;
	font-weight: bold;
	white-space:nowrap;
	border-right:2px solid #3D86D9;	
}

#mainNav a:hover {
	font-size: 1em;	
	background-color:#3D86D9;
}

#mainNav li#selectedMainMav a {
	color: #DADADA;
	background-color:#3D86D9;
}

#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: #3D86D9;
	color:#DADADA;	
}
#mainNav li a:hover div {
	background-color: #3D86D9;
	color:#DADADA;	
}

#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: #649EE1;
	border-bottom: 1px solid #FFFFFF;	
}

#mainNav li ul li a {
	color: #DADADA;
	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: #3D86D9;
}

#mainNav li ul li a div {	
	height: auto;
	margin: 0;
	padding: .2em .2em .2em .8em;	
}

#mainNav li#selectedMainMav ul li a div {
	background-color: #3D86D9;
	color: #DADADA;
		
}

#mainNav li#selectedMainMav ul li a:hover div {
	background-color: #649EE1;
	color: #DADADA;
	height:100%;
}

#mainNav li ul li a:hover div {	
	background-color: #649EE1;
	height: auto;
	margin: 0;
	padding: .2em .2em .2em .8em;
}

#mainNav li ul li a:hover {
	color: #FFFFFF;
	font-size: 1em;
	margin: 0;	
	background-color: #649EE1;
}




#mainNav li ul ul { 
	/* third-and-above-level lists */
	margin: -2em 0 0 6.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 ------------------------ */
