/* customstyle-forms-drupal.css */
/**
 File annotated by Pierre Crutchfield, 06/11/2009

 This is the main stylesheet for drupal sites that are branded like the mpp.org main site. It is included on all pages.
 This style is concerned with the colors, borders and margins. position.css
  contains the layout information.
*/

P, LI, OL, UL, TABLE, TR, TH, TD, H1, H2, H3, H4, H5, H6 .Explicit {
	font-family: Helvetica Neue, Helvetica, Tahoma, arial, verdana, sans-serif;
}

h1, h2, h3, h4, h5, h6 { padding: 0; }
h1 { font-size: 145%; margin: .5em 0 4px; color:#30507B; }
h2 { font-size: 120%; margin: 0 0 3px; }
h3 { font-size: 105%; margin: 2px 0 10px; font-weight: bold; }
h4 { font-size: 100%; margin: 0 0 6px; }
h5 { font-size: 95%; padding-left: 8px; }
h6 { font-size: 90%; margin: 0 0 2px; color: #333; font-weight: normal; }

p, table p { line-height: 1.2; margin-top: 5px; font-size: 100%; }



/* Styles for the main content section of the page. All Web Feature
    content is displayed within the content div tag. Note that all
    links within the content tag, unless otherwise specified, will be
    underlined in all instances, and not just on hover */
a { text-decoration: underline; }
li { padding-bottom: 1ex; line-height: 15px; }

#content { padding: 3px 3px 0 3px; }

div.linksetMenu div.linksetTitle, div.linksetMenu div.linksetLabel{
margin-top: 15px; 
text-transform: uppercase;
color: #036;
font-size: 100%;
font-weight: bold;
padding: 4px 3px 4px 10px;
display: block; 
border-bottom: 1px solid #DEE7ED; 
font-family: Helvetica Neue, Helvetica, Tahoma, arial, verdana, sans-serif;
}

/* Controls Font for Inputs: submit buttons, go buttons, etc */
textarea, input, select, option {
	font-family: Helvetica Neue, Helvetica, Tahoma, arial, verdana, sans-serif;
	font-size:9pt;
}


