@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(images2/b8-2500.gif);
	background-repeat: repeat;
}
.oneColLiqCtrHdr #container {
	width: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	/*text-align: left;*/ /* this overrides the text-align: center on the body element. */
}
.oneColLiqCtrHdr  #header1 {
	padding: 0 10px 0 20px;
}

.oneColLiqCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColLiqCtrHdr #mainContent {
	margin-top: 5%;
	margin-right: 10%;
	margin-bottom: 0;
	margin-left: 10%;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	text-align: center;
}
.locationinfo {
	font-size: 1.5em;
}

.oneColLiqCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.oneColLiqCtrHdr #footer {
	padding: 0 10px;
} 


/* my css code */

#menu a   {
	background-color: #2B2BFF;
	float: left;
	border-width: thick;
	padding: 8px 10px 8px 10px;
	font-family: "trebuchet ms", tahoma, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: rgb(255, 255, 255);
	font-style: italic;
	text-decoration: none
      }
      
#menu a:hover  {
                   font-weight: normal; color: rgb(255, 214, 52); font-style: italic; text-decoration: none; background-color: rgb(255, 18, 248);                   
                   }
              
#menu a:active     {
                   border-width: thin;
                   border-style: inset;
                   border-color: #666666;
                    }
#menu {
	margin: -1.2%;
	padding: 0px;
}


#menu ul	{
	margin-left: 13%;
	text-align: center;
			}
			
#menu li    {
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-width: medium;
	border-style: outset;
	border-color: #666666;
	float: left;
       }
       
.floatstop          {
                    clear:both;
                     }       
.copyright {
	font-size: xx-small;
}
#servicestable td {
	text-align: left;
}
#leftalign {
	text-align: left;
}
.titlepics {
	font-size: 0px;
	margin: 0;
	padding: 0;
}
.oneColLiqCtrHdr #mainContent h1 {
	font-style: italic;

}

