

/* 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: 0px auto 0px auto;
    background-color:#C0C0C0;
    padding-bottom:0px;
}


div#allAreas {
    height:100.5%;
    min-height:100.5%;
    position: relative;
    margin: 0 auto 0px auto;
    width: 820px;
	padding-bottom:0px;
	background-color:#C0C0C0;	
}

div#headerArea {
	position: relative;
    height: 136px;
    margin:0px auto 0px auto;
	width:100%;
	left:0px;
}
img#logo {
	position: absolute;
    height: 136px;
    z-index: 0;
	background-repeat:no-repeat;
}


/******************SEARCH AREA*****************/

div#headerArea form {
	position:absolute;
	top:105px;
	margin: 0;
	padding: 0;
	right: 5px;
	z-index: 100;
	border:0px solid red;
}

div#searchText {
	position: relative;
	display: inline;
	color: #FFFFFF;
	font-weight:normal;
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;  
	font-weight:normal;
	padding-right:4px;	
	width:20px;
	top:-2px;
	
	border: 0px solid #1E80D7;
}

div#headerArea form input#textInput {
	position: relative;
	display: inline;
	width: 100px;
	height: 13px;
	border: 1px solid #1E80D7;
	background-color: #FFFFFF;
	font-size: 12px;
	font-weight:normal;
	padding-top: 1px;
	_top:3px;
}

div#headerArea form input#submitInput {
	position: relative;
	display: inline;
	width: 20px;
	height: 16px;
	padding-top:0px;
	font-size: 11px;
	border: 1px solid #FFFFFF;	
	cursor:pointer;
	_top:3px;
}

/*******************END SEARCH AREA**********/

/* -------------------- SELECTED NAV AREA ---------------------- */

div#mainNavigationArea {
	position: relative;
	margin:0px auto 20px auto;
	z-index: 5555;
	list-style:none;
	text-decoration:none;
	width:190px;	
	display:block;
	
}
div#mainNavigationArea ul {
	position: relative;
	margin: 0;
	padding: 0;
	width:170px;
	list-style:none;
	text-decoration:none;	
	height:auto;
	top:0;
	white-space:normal;
	word-spacing:normal;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
}

div#mainNavigationArea ul div {
	white-space:normal;	
	width:170px;
	list-style:none;
	text-decoration:none;
	line-height:10px;
	text-transform:uppercase;	
	padding-top:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
}


div#mainNavigationArea ul li a div{
	margin: 0;
	padding: 0;
	top:0px;
	height:auto;
	list-style:none;
	width:170px;
	display:block;
	text-decoration:none;
	line-height:30px;
	background-image: url(img/dotted_lines.gif);
    background-repeat: no-repeat;
    background-position: bottom left;
	background-image: url(img/dotted_lines.gif);
    background-repeat: no-repeat;
    background-position: top left;
	padding-left:20px;
}

div#mainNavigationArea ul li a{
	position:relative;
	margin: 0;
	padding: 0;
	top:0px;
	height:auto;
	list-style:none;
	width:170px;
	display:block;
	text-decoration:none;	
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	color:#7d7d7d;
	background-image: url(img/greyblock_icon.gif);
    background-repeat: no-repeat;
    background-position: center left;
}


div#mainNavigationArea ul li a:hover{

	list-style:none;
	width:170px;
	display:block;
	text-decoration:none;	
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	color:#005581;
	padding:none;
	background-image: url(img/greenblock_icon.gif);
    background-repeat: no-repeat;
    background-position: center left;
	cursor:pointer;	
}
div#mainNavigationArea ul li.NIMSelected a  {
	list-style:none;
	width:170px;
	display:block;
	text-decoration:none;	
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	color:#005581;
	padding:none;
	background-image: url(img/greenblock_icon.gif);
    background-repeat: no-repeat;
    background-position: center left;
}

div#mainNavigationArea ul li.NIMSelected li a {
	margin: 0;
	padding: 0;
	top:-5px;
	height:auto;
	list-style:none;
	width:170px;
	display:block;
	text-decoration:none;	
	text-transform:capitalize;
	font-family:Tahoma, Verdana, Arial;
	font-weight:bold;
	font-size:10px;
	color:#4c4c4c;
	background-image:none;
	left:20px;
	
}	

div#mainNavigationArea ul li li a div{
	margin: 0;
	padding: 0;
	top:0px;
	height:auto;
	list-style:none;
	width:170px;
	display:block;
	text-decoration:none;
	line-height:20px;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:20px;
	background-image:none;
	font-family:Tahoma, Verdana, Arial;
	font-weight:bold;
	font-size:10px;
	color:#4c4c4c;
	text-transform:capitalize;

}

div#mainNavigationArea ul li li a{
	position:relative;
	margin: 0;
	padding: 0;
	top:-5px;
	height:auto;
	list-style:none;
	width:170px;
	display:block;
	text-decoration:none;	
	text-transform:capitalize;
	font-family:Tahoma, Verdana, Arial;
	font-weight:bold;
	font-size:10px;
	color:#4c4c4c;
	background-image:none;
	left:20px;
}

div#mainNavigationArea ul li li a:hover{
	margin: 0;
	padding: 0;
	height:auto;
	list-style:none;
	width:170px;
	display:block;
	text-decoration:none;	
	text-transform:capitalize;
	font-family:Tahoma, Verdana, Arial;
	font-weight:bold;
	font-size:10px;
	color:#005581;
	background-image:none;
	left:20px;
	cursor:pointer;	
}
div#mainNavigationArea ul li li a:hover div{
	margin: 0;
	padding: 0;
	top:0px;
	height:auto;
	list-style:none;
	width:170px;
	display:block;
	text-decoration:none;
	line-height:20px;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:20px;
	background-image:none;
	font-family:Tahoma, Verdana, Arial;
	font-weight:bold;
	font-size:10px;
	color:#005581;
	text-transform:capitalize;
	cursor:pointer;
}


div#mainNavigationArea ul li li.NIMSelected a div{

	margin: 0;
	padding: 0;
	top:0px;
	height:auto;
	list-style:none;
	width:170px;
	display:block;
	text-decoration:none;
	line-height:20px;
	padding-left:20px;
	background-image:none;
	font-family:Tahoma, Verdana, Arial;
	font-weight:bold;
	font-size:10px;
	color:#005581;
	text-transform:capitalize;
}

div#mainNavigationArea ul li li.NIMSelected a {

	margin: 0;
	padding: 0;
	top:-5px;
	height:auto;
	list-style:none;
	width:170px;
	display:block;
	text-decoration:none;	
	text-transform:capitalize;
	font-family:Tahoma, Verdana, Arial;
	font-weight:bold;
	font-size:10px;
	color:#005581;
	background-image:none;
	left:20px;
}

div#mainNavigationArea ul li li.NIMSelected ul a {

	margin: 0;
	padding: 0;
	top:0px;
	color:#066cb7;
	height:auto;
	list-style:none;
	width:170px;
	display:block;
	text-decoration:none;	
	background-image:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
}

div#mainNavigationArea ul li li.NIMSelected ul a:hover {/*3rd level navigation*/

	margin: 0;
	padding: 0;
	top:0px;
	color:#dd1405;
	height:auto;
	list-style:none;
	width:170px;
	display:block;
	text-decoration:none;	
	background-image:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
}

div#mainNavigationArea ul li li li.NIMSelected a {/*3rd level navigation*/

	margin: 0;
	padding: 0;
	top:0px;
	color:#dd1405;
	height:auto;
	list-style:none;
	width:170px;
	display:block;
	text-decoration:none;	
	background-image:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
}

/* ------------------------------------------------------- */
/* --------------------- MAIN AREA START ------------------------ */

div#mainArea{                     
    margin: 0px auto 0px auto;
    top:0px;
	width:100%;
   min-height:600px;
	_height:600px;
    z-index:0;
	overflow:auto;
	_overflow:visible;
	margin-left:0px;
	background-image: url(img/containerbg.gif);
    background-repeat: repeat-y;
    background-position: top left;
}

div#leftArea{                
	position:relative;
	width: 203px;
    padding-bottom:0px;   
    background-repeat:no-repeat;             
    margin: 0 auto 0px auto;         
    float: left;
	left:0px;
    bottom:0px;
	min-height:450px;
	_height:450px;
    z-index:1;
	

}

div#membersArea{                
	position:relative;
	width: 190px;
    margin: 0 auto 0px auto;         
	left:0px;
    bottom:0px; 
    height:50px;
    z-index:100;
	border:0px solid red;
}

div#whataonArea{                
	position:relative;
	width: 190px;
	height:auto;
    margin: 0 auto 0px auto;         
	left:0px;
    bottom:0px; 
    z-index:1;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
}
div#whatsArea{                
	position:relative;
	width: 180px;
	height:20px;
    margin: 0 auto 0px auto;         
	left:0px;
    bottom:0px; 
    z-index:1;
	padding-top:7px;
	padding-left:10px;
	background-color:#033C5A;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	
}
div#calendarArea{   
   position:relative;             
   border:1px solid #033C5A;
   width: 142px;
   margin: 20px auto 20px auto;
   height:154px; 
}

div#listArea{
    position:relative;
	width:100px;	
	height:20px;
	top:0px;
	margin: 0 auto 0px auto;  
	color:#033C5A;
}

div#listArea a{
    position:relative;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#033C5A;
	font-weight:bold;
	text-decoration:none;
}

div#middleArea{
	position: relative;
	width:612px;	
	margin: 0 auto 0px auto;
	float:left;
	z-index:100;
    min-height:450px;
}

div#bannerArea {
	position:relative;
	margin:0 auto 0 auto;
	margin-top:0px;
	left:2px;
	z-index: 4;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	color:#FFFFFF;
	line-height:40px;
	width:590px;
	text-align:left;
	background-color:#033C5A;
	height:40px;
	padding-left:10px;
}

div#bannerArea a {
    z-index: 4;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	color:#FFFFFF;
}

div#contentArea {
	position:relative;
	margin:0;
	padding:0;
	bottom:0px;
    width:590px;
	padding-left: 10px;
	padding-right:10px;
    z-index:1000;   
	margin-top:10px;
}

div#contentArea a{ 
   color:#202020;
   font-weight:bold;
}

div#contentArea a:visited{       
    color:#205F9E;
    font-weight:bold;         

}

div#contentArea a:hover{        
    color:#CA3A07;
    font-weight:bold;         

}


div#rightArea{
	position: relative;
	width:172px;
	float:right;
	right:1px;
	margin: 0 auto 0px auto;
	z-index:100;
    /*min-height:465px;
    _height:465px;*/

}

div#newsAreaTitle {
	position:relative;
	margin:0 auto 0 auto;
	height:40px;
	z-index: 4;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	color:#FFFFFF;
	line-height:40px;
	width:162px;
	text-align:left;
	padding-left:10px;	
	background-color:#033C5A;
}
div#newsArea {
	position:relative;
	margin:0 auto 0 auto;
	z-index: 4;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	width:170px;
	text-align:left;
	border:0px solid red;
}

div#newsArea a{


	z-index: 4;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	color:#FFFFFF;

}



 

/* usefull br style */

br.clearAll {
	position: relative;
    clear: both;
    line-height: 0px;
    height: 0px;
}

 

/* 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 */

 

/* --------------------- FOOTER AREA START ------------------------ */

div#footerArea {		
    position:relative;		
	height: 30px;		
	z-index:0;
	bottom:0px;
	top:0px;
	margin:0px auto 0px auto;	
	width:820px;
	float:top left;
	left:0px;
	background-color:#033C5A;
	border-top:5px solid white;
	border-bottom:5px solid white;
}

div#footerAreaCenter{
	position:relative;
	top:10px;
	width: auto;
	height:10px;
	float:left;
	z-index:10;
	left:185px;
}

div#footerAreaCenter ul{
	position:relative;
	margin: 0px auto 0px auto;
	list-style: none;	
	z-index:1;
	display:inline;
}

div#footerAreaCenter ul li {
	position: relative;
	float: left;
	font-family:Tahoma, Verdana, Arial;
	font-size:9px;
	font-weight: normal;
	text-align: right;
		
}

div#footerAreaCenter ul a {
	position: relative;
	text-decoration: none;
	font-family:Tahoma, Verdana, Arial;
	font-size: 9px;	
	font-weight: normal;
	color: #FFFFFF;
	float:left;/**/
	padding-right:10px;
	padding-left:10px;
	border-right:1px solid #FFFFFF;

}
div#footerAreaCenter ul a:hover {	
	font-family:Tahoma, Verdana, Arial;
	font-size: 9px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

div#footerAreaCenter ul.NIMLastItem a {
	text-decoration: none;
	font-family:Tahoma, Verdana, Arial;
	font-size: 9px;
	font-weight: normal;
	color: #FFFFFF;
		/*float:left;*/
	padding-right:10px;
	padding-left:10px;	
	border-right:none;
}
div#footerAreaCenter ul.NIMLastItem a:hover {
	text-decoration: none;
	font-family:Tahoma, Verdana, Arial;
	font-size: 9px;
	font-weight: normal;
	color: #90A81D;
	border-right:none;
}

div#locations {
	position: relative;
	margin: 0px auto 0px auto;
	top:10px;
	font-family:Tahoma, Verdana, Arial;
	color: #FFFFFF;	
	font-size:9px;
	font-weight:normal;
	float:left;
	left:18px;
	width:250px;
}
div#locations a{
	font-family:Tahoma, Verdana, Arial;
	color: #FFFFFF;	
	font-size:9px;
	font-weight:normal;
	float:left;
}


div#design {
	position:relative;
	margin:0px auto 0px auto;
	width:auto;
	float:right;
	right:20px;
	top:10px;
	font-family:Tahoma, Verdana, Arial;
	color: #FFFFFF;	
	font-size:9px;
	font-weight:normal;
	text-align:right;
	
	
}

div#design a{  
	font-family:Tahoma, Verdana, Arial;
	color: #FFFFFF;	
	font-size:9px;
	font-weight:normal;
	text-decoration:none;
	height:20px;
	
}
/* --------------------- FOOTER AREA END ------------------------ */

/* --------------------- MAIN NAV AREA END ------------------------ */

div#topNavigationArea {		
	position:absolute;	
	border: 0px solid red;	
	bottom: 11px;	
	padding-top:0px;
	height: 17px;
	z-index:0;
	margin: 0px auto 0px auto;	
	width: 107px;
	border:0px solid red ;
	z-index:222;
	float:left;
	right:173px;
}
div#topNavigationArea ul {
	position:absolute;
	margin: 0px 0px 0px 0px;
	height:17px;
	list-style: none;	
	padding:0px 5px 0px 0px;
	border:0px solid red;

}

#topNavigationArea ul li{
	position: relative;
	float: left;	
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
	font-weight:normal;	
	text-align: left;	
	margin:0px 0px 5px 0px;
	border-right: 1px solid #FFFFFF;
	padding-right:5px;
	padding-left:5px;
}

div#topNavigationArea ul li a {
	position: relative;
	text-decoration: none;
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size:8pt;
	font-weight:normal;	
}
div#topNavigationArea a:hover {
	background-position: top left;
	color:#FFFF66;
	padding-bottom:5px;
	padding-top:5px;
	padding-left:0px;
	padding-right:0px;

}

div#topNavigationArea li.NIMselected a div{	
	background-position: top left;
	color:#FFFF66;	
}

/***************************end***********************************/

@media print {
	div#allAreas {
		margin: 0;
		padding: 0;
		width: 100%;
		height: 90%;
		min-height: 10%;
	}
	
	div#mainArea {
    	position: relative;
		margin: 0;
		padding: 0;
		width:100%;
		min-height:10%;
		overflow:visible;
	}
	
	div#headerArea {
		display: none;
	}
	
	div#leftArea {
		display:none;
	}
	
	div#middleArea {
		margin: 0;
		padding: 0;
		width: 100%;	
		float: none;
 	 	min-height: 100px;
	}
	
	div#bannerArea {
		display: none;
	}
	
	div#contentArea {
		font-size: 10px;
		margin: 0;
		padding: 0;
		width: 100%;
	}
	
	div#contentArea p {
		font-size: 10px;
	}
	
	div#contentArea table {
		width: 95%;
	}
	
	div#contentArea td {
		font-size: 10px;
	}
	
	div#footerArea {
		display: none;
	}
}