/* called after main.css to feed colchurch specific rules */

#mainNav {
width: 864px; /* needs to be made explicit for Nav bar not to break in IE (??) */
overflow: hidden;  /* means that the divider doesn't appear to the left of the first item in a row */
padding:78px 0 16px 0px; 
margin: 0 0 20px 96px;
background: none;
}

#mainContent div.editlink {
position: absolute;
width: 210px; 
text-align: right;
top: 78px; left: 730px;
font: 120% georgia, serif; letter-spacing: 0.05em;
}
#mainContent div.editlink a {
border-bottom: none;
} 
#mainContent div.editlink a:hover {
background: #F4E4C6 url(css_images/overline.gif) repeat-x bottom;
}

form.contact {
margin:0;
padding: .6em .6em;
border: 1px solid #F4E4C6;
background: #FDF8EF;
margin: 0 0 20px 0;
}

form.contact legend {
font: 600 100% georgia, serif;
color: #5C1A0A;
}

form.contact .inputText	{
font: normal 100% verdana, arial, sans-serif;
margin: 0; padding: 0;
}
  
.button {
font: 600 100% verdana, arial, sans-serif;
}
form.contact label{
width: 6em;
}
form.contact p {
margin: 0; padding: 0;
}

form.justbuttons {margin:0; padding:0; border:0; background: #fff; display: inline;}
#secondaryNav form.justbuttons {font-size: 90%;}
#secondaryNav form.justbuttons .button {padding: 0; margin-top: .2em;}