/* 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-image:url(Images/mainbg.jpg);*/
	background-image:url(Images/bg_gd1.jpg);
	background-repeat:repeat-x;
	background-position: top left;
	background-color:#171c1f;
}

div#allAreas {
    height:100.5%;
	min-height:100.5%;
	position: relative;	
	margin: 0 auto 0 auto;
	width: 770px;
	background-image:url(Images/bg_gd1.jpg);
	background-repeat:repeat-y;
	background-position: top center;
	border:0px solid red;
	
}
div#headerArea {
	position: relative;
	height: 157px;
	background-image:url(Images/g1.jpg);
	background-repeat:repeat-y;
	background-position: top center;
	margin:0px 0px 0px 0px;
}
img#logo {
	position: absolute;
	left: 14px;
	height: 157px;
	z-index: 20;
}

div#mainNavigationArea{
	position:relative;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	width: 741px;
	height: 36px;
	z-index:1;
	border:0px solid red;
	overflow:visible;
}

/******************SEARCH AREA*****************/
div#headerTopAreaBorder{
	position:relative;
	height: 0px;
	margin:0px auto 0px auto;
	background-image:url(Images/g2.jpg);
	background-repeat:repeat-y;
	background-position: top center;
	left:0px;
	height:32px;
	
}


div#headerTopAreaBorder form {
	position: absolute;
	margin: 0;
	padding: 0;
	right: 30px;
	top: 6px;
	z-index: 100;
}

div#headerTopAreaBorder form p {
	position: relative;
	display: inline;
	padding: 6px;
	color: #FFFFFF;
	font-weight:normal;
	font-size: .9em;

}

div#headerTopAreaBorder form input#textInput {
	position: relative;
	display: inline;
	width: 135px;
	height: 20px;
	border: 1px solid #1D387C;
	background-color: #FFFFFF;
	font-size: .7em;
	padding: 0;
	
}

div#headerTopAreaBorder form input#submitInput {
	position: relative;
	display: inline;
	width: 25px;
	height: 25px;
	border: 1px solid #403E23;
	background-color: #000000;
	background-image: url(images/search.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	padding: 0;
	cursor:pointer;
	
}

/*******************END SEARCH AREA**********/

/* --------------------- MAIN AREA START ------------------------ */
div#mainArea{
	position:relative;		
	margin: 0px auto 0px auto;
	border: 0px solid green;
	background-image: url(images/g3.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	left:0px;
	min-height:410px;
	_height:410px;
	z-index:0;
	_z-index:-100;
	overflow:visible;

}
div#leftArea{		
    position:relative;
	width: 500px;
	padding-bottom:0px;	
	background-repeat:no-repeat;		
	border:0px solid red;
	margin: 0 0 75px 0;	
	float: left;
	bottom:0px;	
	z-index:1;
}
div#contentArea {
	position:relative;
	top:35px;
	_top:37px;/*this line of code for IE*/
	left:25px;
	bottom:0px;
	width:500px;
	padding: 0px 15px 0px 25px; 		
	background-color: #FFFFFF;
	border-top:3px solid #FFFFFF;
	border-bottom:3px solid #FFFFFF;
	z-index:1;
	overflow:inherit;
	min-height:400px;
	_height:400px;	
	border:0px solid red;
}

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;	
}

div#rightArea{
	position: relative;
	top:0px;
	margin: 0 0 30px 560px;
	width: 185px;
	_right:3px;
	border:0px solid red;	
	/*overflow:visible;*/
	z-index:1;
}

/* 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-top: 0;
}
/* End hide from IE5/mac */

div#imgLinker{
    position:relative;
	top:15px;
	left:5px;
	height:220px;
	width:168px;
	border:0px solid red;

}

div#imgLinker h1{
    position:absolute;
	top:0px;
	right:3px;
	width:168px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#0A447B;
	font-weight:bold;
	border:0px solid red;
	line-height:10px;
}

/* --------------------- SECOND NAV AREA START ------------------------ */

div#selectedNavArea {
	position:relative;
	top:20px;
	_top:20px;
	left:5px;
	width:168px;
	z-index:1;
}
div#selectedNavArea ul {
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 12px;		
	font-weight:bold;
	line-height: 20px;
	z-index:1;
}

div#selectedNavArea ul li {
    position: relative;   
	font-family: Arial, Helvetica, sans-serif;
	color: #919A62;
	font-size:12px;
	font-weight: bold;	
	text-align: left;
	white-space:nowrap;
	z-index:1;
}

div#selectedNavArea ul li.NIMSelectedNIMFirstItem {
	font-weight: bold;	
	color: #FFFFFF;		
	background-color: #839D30;
	z-index:1;	
} 

div#selectedNavArea ul li.NIMSelectedNIMFirstItem  a{
	color: #000000;
	z-index:1;
}

div#selectedNavArea ul li a {
	text-decoration: none;	
	display: block;	
	text-align: left;
	color: #333;
	padding:3px 10px 0px 10px;
	z-index:1;
	width: 100%;
}

div#selectedNavArea ul li a:hover  {			
	color:#FFFFFF;
	background-color: #666;
	z-index:1;
}


/* --------------------- SECOND NAV AREA END ------------------------ */

div#onThisDay{
    position:relative;
	top:37px;
	left:5px;
	height:117px;
	width:168px;
	background-image:url(Images/on-tnis-day-bgpanel.jpg);
	background-repeat:no-repeat;
}


p#open {
	position: absolute;
	margin: 0px 0px 0px 0px;
	padding: 0;	
	left:0px;
	width:150px;
	font-family:"trebuchet ms", arial, helvetica;
	font-size:12px;
	color:#0756A9;
	font-weight:bold;
	border:0px solid red;
}


p#day {
	position: absolute;
	margin: 20px 0px 0px 0px;
	padding: 0;	
	left:0px;
	width:150px;
	font-family:"trebuchet ms", arial, helvetica;
	font-size:12px;
	color:#0756A9;
	font-weight:bold;
}

p#close {
	position: absolute;
	margin: 60px 0px 0px 0px;
	padding: 0;	
	left:0px;
	width:150px;
	font-family:"trebuchet ms", arial, helvetica;
	font-size:12px;
	color:#0756A9;
	font-weight:bold;
}

div#joinOurMailList{
    position:relative;
	top:30px;
	left:5px;
	height:30px;
	width:168px;

}



/* --------------------- FOOTER AREA START ------------------------ */
div#footerArea {		
    position:relative;		
	left: 0px;
	bottom: 0px;	
	height: 30px;		
	z-index:1;
	margin:0px auto 0px auto;
	border:0px solid green;
	width:748px;
	background-color:#D8D6C9;
}
div#footerAreaCenter{
	position:relative;
	top:0px;
	width: 748px;
	height: 30px;
	background-color:#D8D6C9;
	border: 0px solid red;
	margin: 0px auto 0px auto;	
}
div#footerArea ul {
	position:absolute;
	margin: 10px 0px 0px 150px;	
	list-style: none;	
	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;	
	padding-right:10px;
	padding-left:10px;	
	border-right: 1px solid #9AD6FB;
}

div#footerArea ul li a {
	position: relative;
	text-decoration: none;
	color:#9AD6FB;	
}
p#locations {
	position: absolute;
	margin: 10px 0px 0px 25px;
	padding: 0;	
	color: #000000;	
	font-size:11px;
	font-weight:bold;
}
div#design {
	position:absolute;		
	width:270px;
	right:10px;
	top:10px;
	font-size:11px;
    color: #000000;
	font-weight:bold;
}

div#design a{
   font-weight:bold;
   font-size:11px;
   color: #000000;
   text-decoration:none;
}
/* --------------------- FOOTER AREA END ------------------------ */

