@charset "utf-8";
/* CSS Document */


/*Text Layout*/
.textOverlaybtnMouseOverStyle {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	color: #5087b6;
	margin: 0 -4px -2px 0;
	padding: 0;
	 background-image: url(/images/contactBg.jpg);
	border-color:white;
      border-style:solid;
      border-width:0;
	text-align: left;
	line-height:1.3em;
	text-decoration: underline;
	cursor: pointer;
}      
.textOverlaybtnMouseOverStyle span
    {
    	text-decoration:underline;
    }
.textoverlaybutton {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	color: #5087b6;
	margin: 0 -4px -2px 0;
	padding: 0;
	 background-image: url(/images/contactBg.jpg);
	border-color:white;
      border-style:solid;
      border-width:0;
	text-align: left;
	line-height:1.3em;
}


/*END Text Layout*/

.overlayContact {
     background: url('/images/overlay/overlayBg.jpg')  ;
    padding: 0px;     
    width:639px;
    height:553px;
    z-index:1999;
    display:none;
}
.closeButton{
	float:right;
	margin: -1px -1px 0 0;
}

.divContactContent {	
	padding:0;
	 z-index:1999;
}
	

h4 {
	font-size: 14px;
	font-weight: bold;
	color: #000;
	margin: 10px 0px 20px 0px;
}
.divContent p {
	font-size: 11px;
	color: #000000;
	line-height: 1.3em;
	margin: 5px 20px 15px 0px;
}

.divContent h3 {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 18px;
	color: #000000;
	font-weight: bold;
}
.divContent h4 {
	font-size: 14px;
	font-weight: bold;
	color: #000;
	margin: 10px 0px 5px 0px;
}
.divContent h5 {
	font-size: 12px;
	font-weight: bold;
	color: #000;
	margin: 10px 0px 10px 0px;
	
}
.divContent h6 {
	font-size: 12px;
	font-weight: bold;
	color: #000;
	margin: 10px 0px 10px 0px;
}



    
 
