
/* ========================== Mailer Contact ==============================*/


.mailwrapper {
	text-align: center;
}


.maildiv {
	margin: 0 auto 0 auto;
	text-align: left;
	width: 365px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
}
.maildiv form {
	text-align: left;
}
.maildiv label {
	/* used for right side captions */
	vertical-align: top;
	padding: 0 0 0 3px;
}

.maildiv .sidelbl {
	/* used for left side labels */
	width: 95px;
	text-align: right;
	padding: 0 10px 0 0;
	vertical-align: top;
	position: relative;
    display: block; 
    float: left; 
	clear: left;
}
.maildiv a {
	color: #005ABE;
}
.maildiv h2 {
	color: #005ABE;
	font-size: 120%;
}
.maildiv input {
	margin-bottom: 10px;

}
.maildiv select {
	margin-bottom: 10px;

}
.maildiv textarea {
	margin-bottom: 10px;

}
.maildiv .ver_img {
	padding: 0;
	margin: 0 0 10px 10px;
	vertical-align:bottom;  
	border: 1px solid #005ABE; 
}
.maildiv fieldset {
	padding: 5px 5px 5px 5px;
	margin-bottom: 10px;
}
.maildiv .legendspacing {
	height: 10px;
}
.maildiv .fmcredits {
	float: left;
	font-size: 90%;
}
.maildiv .fmsubmit {
	float: right;
}
.maildiv .fmrequired {
	color: #005ABE;
	font-size: 90%; 
	float: left;
	margin-top: 3px;
	margin-left: 5px;
}
.maildiv .fmspacer {
	height: 10px;
}

.maildiv .fminfofull {
	padding: 0 10px 0 10px;
	color: #005ABE;
	margin-bottom: 15px;
}
.maildiv .fminfohalf {
	padding: 0 10px 0 10px;
	color: #005ABE;
	margin-left: 110px;
	margin-bottom: 15px;
}
.maildiv .fmerrorbox {
	text-align: left;
}
.maildiv li {
	margin: 0 0 4px 0;
}
.maildiv .fmerrortitle {
	color: #FF0000;
	font-size: 120%;
}
/* ========================== Menus ==============================*/
#masthead {
	position:relative;      /* position our child objects relative to this div */
	float:left;
	vertical-align:top;	         /* protect from super-large user text sizing */
	border:1;
	margin:0;
	padding:0;
	width:100%;                                  /* grey-fill the entire width */
	height:26px;                  /* set the overall height above the menu-bar */
	background:#F3F3F3;                          /* a very light shade of grey */
}
#topmenu  {margin-top:-2px; z-index:5;
	font-family:Arial, Helvetica, sans-serif; font-size:10px;}

#topmenu li {display:inline-block;}
#topmenu ul {position: absolute;}
 
#topmenu a:link, #topmenu a:visited
{display:inline-block;
font-weight:bold;
color:#FFFFFF;
background-color:#98bf21;
border:outset;
width:160px;
text-align:center;
padding-right:0px;
text-decoration:none;
text-transform:uppercase;
margin-right:-2px;
}

#topmenu a:visited{background-color:BROWN;}

#topmenu li ul li{display:none;}
#topmenu li.tmhover ul li{position:relative;display:block;top:20px;left:-190px;margin-top:-2px;}
#topmenu li:hover  ul li{position:relative;display:block;}

#topmenu a:hover {background-color:#7A991A;}
#topmenu a#topselected,#topmenu a:active {border:inset;color:#000000; background-color:#00ff00;width:160px;}
 

DIV.Content3 {width: 700px; height: 1200px; border: 8px none white; position: absolute; margin: 15px; padding: 15px;
Left: 150px; top: 110px; background-color: white;}
DIV.Cedit{width: 1100px; height: 1200px; border: 8px solid red; position: absolute; margin: 15px; padding: 15px;
Left: 1100px; top: 110px; background-color: white; z-index:5;}