﻿

#navcontainer
{
margin-left: 3px;
padding: 0;
height: 15px;
align: center;
}

#navcontainer ul
{
border: 0;
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}

#navcontainer ul li
{
display: block;
float: left;
text-align: center;
padding: 0;
margin: 0;

}

#navcontainer ul li a
{
background: #EDCE64;
width: 87px;
height: 15px;
border-top: 3px solid #C13A02;
border-left: 3px solid #C13A02;
border-bottom: 3px solid #C13A02;
border-right: 3px solid #C13A02;
padding: 0;
margin: 0 0 0 0;
color: #000000;
text-decoration: none;
display: block;
text-align: center;
font-size: .9em;
font-family: arial;

}

#navcontainer ul li a:hover
{
color: #ffffff;
background: #000000;

}

#navcontainer a:active
{
background: #000000;
color: #fff;
}

#navcontainer li#active a
{
background: #c60;
border: 1px solid #c60;
color: #fff;
}

/* IE7 hacks */

*:first-child+html .gridItem img {
	position:relative;
	top:0px;
}

*:first-child+html .gridItem h3 {
	position:relative;
	top:0px;
}


/* Contact Element (standard and customized HTML) */

form.contactElement textarea,
form.contactElement input,
form.contactElement select {
	width:98%;
	margin:4px 0;
}
form.contactElement input.submit {
	width:auto;
	display:block;
	margin-left:auto;
	margin-right:2%;
	min-width:50%;
}
form.contactElement th {
	text-align:right;
	font-weight:normal;
	width:25%;
}

/* Contact Element For IE 7 */
*:first-child+html form.contactElement input.submit {
	padding:0px 10%;
}

