﻿
#p1menu{
   float: left ; width: 960px; 	height: 40px; background-color: orange ; border: thin  solid  teal  ; z-index: 50;
}

#p1menu a{
	padding: 10px;
	text-decoration: none;
	float: left ;
	color: black ;
}

#p1menu a:hover {
	
	background-color: black ;
	color: white ;
	border-bottom-style: solid  ;
	border-bottom-color: red ;
}

#p1menu:after {content: "";
           clear: both;
           display: block;
}

.dc2 {
	float: left;
	width: 30%;
	padding: 5px;
}

.ul1 li{
	padding: 5px;
	list-style: square ;
}

.dc1{
 float: left;
 width: 23%;
 padding: 5px;
}

.ph1{
	text-align: center;
	padding: 5px;
	 background-color:  teal  ;
	 color: white  ;
}

.p1contact{
	float: left ;
    width: 100%;
  	height: 330px;
}

.con1{
	width: 30%;
	float: left;
	background-color: white ;
	height: 100%;
	border-right: thin  solid silver  ;

}

.con2{
	width: 27%;
	float: left;
	background-color: white ;
	height: 100%;
    border-right: thin solid  silver ;

}

.con3{
	width: 42.5%;
	float: left ;
	background-color: white;
	height: 100%;
	
}

.con2 a{
	display: block;
	 margin-left: 10px;
}

.ho1{
	margin-bottom: 5px;
	margin-top: 5px;
	color: blue ;
	text-decoration: underline; 
}
.formsub input {
	 display: block ;
	 padding: 10px 12px;
	 margin-bottom: 10px;
	 margin-left: 10px;
	 width: 240px;
}


.ch1 {
	 text-align: center ;
	 background-color: green ;
	 width: 94%;
	 padding: 5px;
	 margin-left: 5px;
	 color: white ;
	 
}

iframe {
	margin-left: 10px;
    width: 95%;
}

.ho2 {
	 margin-top: 5px;
	 color:  navy;
	
}

.sticky{
	position: fixed;
	top: 0;
    float: left ;
	width:100%;
}
