﻿#tblHeader									/* header */
{
	padding:0px;
	width:100%;				
}

table #tblHeader #tblTop td
{
		text-align:center;
		border:0px;
	    border-style :solid;
        font-size:12px;                
}

table #tblHeader #tblMidbar				/* home/locations menu */
{
	width:100%;
	color: #007ac2;
	font-size: 11px;
	margin-top: 0px;	
}
table #tblHeader #tblMidbar td
{
	text-align:center;	
	border-left: 0px solid;
}

table #tblHeader #tblMidbar A
{
	text-decoration:none;
	color: #007ac2;	
}
table #tblHeader #tblMidbar A:hover
{
	color: #007ac2;
	text-decoration:underline;	
}



/* Menu Bar */

table #tblBottom2					/* Our Windows, About Us ... */
{
	background-color: #007ac2;
	color: White;
	
	font-size: 13px;	
	font-family:Tahoma;		
	
}

table #tblBottom2 td
{
	text-align:center;		
	height:18px;
}

.rightline
{
	border-right: 1px solid;			
}

.txtSearch
{
	width:120px;
	font-size:11px;
	height:14px;	
}

table #tblBottom2 A
{
	color:white;	
	text-decoration:none;	
}
table #tblBottom2 A:hover
{
	color:white;	
	text-decoration:underline;
}


/* Footer */

#tblFooter						
{
	margin-top:5px;
	width:80%;	
	font-size:11px;
}

table #tblFooter A
{
	color: #847c75;
	text-decoration: none;
}
table #tblFooter A:hover
{
	color:#847c75;	
	text-decoration:underline;
}
