@charset "UTF-8";
/* CSS Document */

.twoColLiqRtHdr #topbar { 
	/* width: 1000px; */  
	padding: 5px 10px;
	background: #CCCCCC;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #FFFFFF;
	height: 15px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3366FF;
} 

.twoColLiqRtHdr #topbar span.tel {
padding-left: 550px;
	
}


.twoColLiqRtHdr #logobar {
	/* width: 1000px; */  
	padding: 0 0px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #FFFFFF;
	text-align: left;
	height:230px;
} 

.twoColLiqRtHdr #adminlogobar {
	/* width: 1000px; */  
	padding: 0 0px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #FFFFFF;
	text-align: left;
	height:120px;
} 

.twoColLiqRtHdr #navbar {
	/* width: 1000px; */  
	padding: 5px 5px;
	background: #CCCCCC;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #FFFFFF;
	text-align: left;
	height:15px; 
} 

.twoColLiqRtHdr #headerspacer {
	background: #FFFFFF;
	height:40px;
} 




.twoColLiqRtHdr #sidebar1 h2, .twoColLiqRtHdr #sidebar1 h3, .twoColLiqRtHdr #sidebar1 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


.twoColLiqRtHdr #sidebar1 h3 {
	color: #3366FF;
}

.twoColLiqRtHdr #sidebar1 h2 {
	color: #3366FF;
	font-size: 14px;
}


div.hr {
	height: 4px;
	background: #CCC url(Media/blue_point.gif) repeat scroll center;
	margin-left: 10px;
	margin-right: 10px;
}

div.hr hr {
	display: none;
}



.twoColLiqRtHdr #mainContent h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #3366FF;	
}
	
.twoColLiqRtHdr #mainContent h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #3366FF;	
}


.twoColLiqRtHdr #mainContent img.newsimage {
  display:inline;
  margin-right:20px;
  margin-bottom:20px;
  /* border-left:1px solid #ffffff; */
  }


.twoColLiqRtHdr #mainContent .inputerror {
	background-color: #FFFF99;	

}



/* NAVIGATION CSS */

#nav, #nav ul {
	float: left;
	width: 780px; /* width: 780px; */
	line-height: 2.4;
	background: #CCC;
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav a {
	display: block;
	width: 111.4px; /* width: 130px; */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	padding: 0px 0px;
	font-size: 10px;
	
}

#nav a.daddy {
	background: url(Media/navbutton.gif) center center no-repeat;
}


#nav a.daddy:hover {
	background: url(Media/navbutton2.gif) center center no-repeat;
}



#nav li {
	float: left;
	padding: 0;
	width: 111.4px; /* width: 130px; */
	text-align: center;	
}

#nav li ul {
	position: absolute;
	width: 111.4px; /* width: 130px; */
	left: -999em;
	height: auto;
	font-weight: normal;
	margin: 0;
}



#nav li:hover ul, #nav li.sfhover ul  {
	left: auto;

}

#nav li:hover, #nav li.sfhover {
	background: #EEEEEE;
	
}

#nav li ul li {
	display: block;
	height: 20px;
	background-color: #CCCCCC;
	text-align: left;	
}




