@charset "utf-8";
/* CSS Document */

.contactForm {
	border:solid 1px #000;
	padding:20px;
	width:90%;
}

.contactForm .required{
	color: #C00;
	padding-left:3px;
	font-size:120%;
}

.contactForm legend{
	font-weight:bold;
}

.contactLabel {
	font-weight:normal;
	width:200px;
	text-align:right;
	padding-right:10px;
	display:block;
	float:left;
}

.contactLabel{
	clear:both;
}

.contactInput INPUT{
	width:200px;
	height:auto;
}

.contactInput SELECT{
	width:auto;
	height:auto;
}

.contactInput TEXTAREA{
	width:300px;
	height:100px;
}

.contactSubmitBtn {
	border:solid 1px #000;
	background-color:#eee;
	height:auto;
}

.contactSubmitBtn:hover {
	background-color:#ccc;
}

/* MENU */

#contactAdminMenu {
	height:23px;
	width:auto;
	background-color:#FFF;
	padding:0;
	margin:0;
	clear:both;
}

#contactAdminMenu ul {
	padding:0;
	margin:0;
	list-style:none;
}

#contactAdminMenu li {
	padding:0;
	margin:0;
	display:block;
	float:left;


}

#contactAdminMenu a, #contactAdminMenu a:visited {
	margin:0 0 0 -1px;
	padding:0 0 0 0;
	float:left;
	padding:4px 10px 3px 20px; /* don't use 'height' attribute - instead use top & bottom padding to set menu item height and place text vertically */
	line-height:140%; /* SAFARI HACK; use with line-height along with top & bottom padding to set menu item height */
	color: #393939;
	border:solid 1px #777;
	text-decoration:none;
	text-align:center;
	font:normal 12px Arial, Helvetica, sans-serif;
	white-space:nowrap; /* keeps text from wrapping on LEVEL 1 */
	letter-spacing:0px;
		background-position:left;
	background-repeat:no-repeat;
}

#contactAdminMenu a:hover {
	background-color: #D9E0E6; 
}

#contactAdminMenu li.adminNavHeader {
	border-right:solid 1px #777;
	padding:4px 14px 3px 14px;
	color: #5C5A69;
	line-height:140%;
	font:bold 12px Arial, Helvetica, sans-serif;
}