	
	/* ================================================================= */
	
	/*				Styles By Simon Boylen Aug 2007						 */
	
	/* ================================================================= */
	

	
	.navleftHand{
			background-color:#333333;
			background-image: url('../images/lo_leftsidenav.gif');
			background-position: top right;	
			background-repeat: no-repeat;
			height:47px;
			width:4;
			float: left;
			display: table-cell;
		
	}

	.navrigtHand{
			background-color:#333333;
			background-image: url('../images/lo_rightsidenav.gif');
			background-position: top left;	
			background-repeat: no-repeat;
			height:47px;
			width:10px;
			float: left;
			display: table-cell;
	}
	
	.navBackGround{
			background-color:#666666;
			background-image: url('../images/lo_navbackground.gif');
			background-position: top left;	
			height:47px;
			width:900px;
			background-repeat: repeat-x;
			padding:0px;
	}
	
	.tableHolder{
		clear: both; 
		display: inline-table;
	}
	
	
	.navGreenButton{
			background-color:#aaaaaa;
			background-image: url('../images/lo_greenbutton.gif');
			background-position: top left;	
			background-repeat: no-repeat;
			height:47px;
			width:90px;	
			float: left;
			display: table-cell;
		
	}
	
	.navSpacer{
			float: left;
			display: table-cell;
			width:15px;
			height:47px;		
	}
	
	.navGreenButtonHover{
			background-color:#aaaaaa;
			background-image: url('../images/lo_greenbutton_hover.gif');
			background-position: top left;	
			background-repeat: no-repeat;
			height:47px;
			width:90px;	
			float: left;
			display: table-cell;
		
	}
	.navGrayButton{
			background-color:#CC0000;
			background-image: url('../images/lo_graybutton.gif');
			background-position: top left;	
			background-repeat: no-repeat;
			height:47px;
			width:90px;	
			float: left;
			display: table-cell;
	}
	
	
	.navGrayButtonHover{
			background-color:#CC0000;
			background-image: url('../images/lo_graybutton_hover.gif');
			background-position: top left;	
			background-repeat: no-repeat;
			height:47px;
			width:90px;	
			float: left;
			display: table-cell;
	}
	
	
	
	
	.buttonTextAlign{
		align:center;
		text-align:center;
		vertical-align:middle;
		font-size:0.75em;
		text-transform: capitalize;	
		font-family	: Arial,  sans-serif;
		font-weight:bold;
	}
	.buttonpadding{
		padding-top:15px;
	}
	
	A.NavGreenLink:link,A.NavGreenLink:active{
		color:#ffffff;		
		text-decoration:none;
	}
	
	A.NavGreenLink:visited{
		color:#ffffff;
		text-decoration:none;		
	}
	
	A.NavGreenLink:hover{
		color:#ffff00;		
		text-decoration:unerline;
	}
	
	A.NavGrayLink:link,A.NavGrayLink:active{
		color:#000000;	
		text-decoration:none;	
	}
	
	A.NavGrayLink:visited{
		color:#222222;	
		text-decoration:none;	
	}
	
	A.NavGrayLink:hover{
		color:#000099;	
		text-decoration:underline;	
	}
	

	.extraNavSpace{
			height:47px;
			min-height:47px;
			vertical-align:middle;
			width:100px;	
			float: left;
			display: table-cell;
			color:#ffffff;
			font-size:0.65em;
			font-family	: Arial,  sans-serif;
			text-transform: capitalize;
			text-indent:10px;
			margin-left: 10px;
	}
	
	.rssTopPadding{
		padding-top:8px;	
	}
	.rssLinks,a.rssLinks:link,a.rssLinks:active,a.rssLinks:visited{
		text-decoration:none;
		color:#ffffff;		
	}
	
	a.rssLinks:hover{
		text-decoration:underline;
		color:#cccccc;		
	}
	