/* Mortimer Parish Council */

body {
 margin: 0; top: 0; left: 0; background: #F7F7F7; color: #333; text-align: center; font-family: Arial, Helvetica, sans-serif; 
}

div#wrapper { position: absolute; top: 0; left: 0; width: 100%; background: url(../gifs/wrapperbg.gif) top center no-repeat; }
div#inner   { margin: 200px auto; width: 960px; background: url(../gifs/innerbg.gif) top center repeat-y;}
div#leftcol { float: left; display: inline; margin-left: 40px; width: 175px; }
div#content { float: right; display: inline; margin-right: 40px; width: 680px; background: url(../gifs/contentbg.gif) bottom right no-repeat; font-size: 80%; text-align: left;  }
div#footer  { clear: both; margin: 0 auto; width: 960px; background: url(../gifs/footerbg.gif) top center no-repeat #f7f7f7; font-size: 70%; height: 60px; padding-top: 28px; }
div#footerleft { float: left; margin-left: 30px; }
div#footerright { float: right; margin-right: 20px; }


div#headerwrapper { position: absolute; top: 0; left: 0; width: 100%; }
div#header  { margin: 33px auto; width: 960px; background: url(../gifs/headerbg.gif) top center no-repeat; height: 112px;}
div#logo    { float: left; display: inline; margin-left: 60px; margin-top: 30px;  width: 100px;}
div#phone   { float: right; display: inline; margin-right: 35px; color: #fff; font-size: 75%; height: 30px; text-align: right; }
div#phone p { margin-left: 0; margin-right: 0; line-height: 30px;}
div#search  { clear: right; float: right; display: inline; margin-right: 30px; margin-top: 10px;}
form#search_form { margin: 0; padding: 0; display: inline; }

div#menu    { /*clear: right; float: right; display: inline;  margin-right: 27px; margin-top: 13px;  font-size: 75%;*/
              position: absolute; top: 122px; left: 50%; margin-left: -326px; width: 780px; font-size: 75%;  }
div#menu ul { color: #fff; list-style-type: none; margin: 0; padding: 0; float: right; }
div#menu ul li { display: inline; float: left; }
div#menu ul li a { color: #000; text-decoration: none; display: block; line-height: 23px; padding: 0 10px; background: url(../gifs/menuabg.gif) top left no-repeat;  font-weight: bold;  }
div#menu ul li a.first { background-image: url(../gifs/menua1bg.gif); }
div#menu ul li a:hover { text-decoration: underline; }
div#menu ul li a.first:hover {  }
div#menu ul ul  { position: absolute; top: auto; left: -999em; margin-left: 1px; background-color: #F7F3D0; border: 1px solid #E38F81;}
div#menu ul li:hover ul,
div#menu ul li.ieHover ul { left: auto; }
div#menu ul ul li { float: none; display: block; text-align: left;}
div#menu ul ul li a { background-image: none; color: #000; padding-left: 9px; }
div#menu ul ul li a:hover { background-color: #CC212A;}


div#footerleft ul { list-style-type: none; margin: 0; padding: 0; }
div#footerleft ul li { display: inline; background: url(../gifs/footerlibg.gif) right center no-repeat; padding-left: 8px; padding-right: 12px; }
div#footerleft ul li a { text-decoration: none; color: #666; }
div#footerleft ul li a:hover { text-decoration: underline; }


div#leftcol a { }
div#leftcol td p { margin: 0; }
table.leftmenu { background-color: #F7F3D0;}
table.leftmenu td,
table.leftmenu th
{ padding: 10px; color: #000; }

img { border: none; }
.clear { clear: both; }

/* Applet Selectable Styles */

H1 {
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: 130%;
  font-weight: bold;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  position: relative;
  top: -20px;
  /* Page Title */
}

H2 {
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: 110%;
  font-weight: bold;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 10px;
  padding-top: 10px;  
  /* Section Title */
}

H3 {
  clear: both;
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: 100%;
  font-weight: bold;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 10px;
  padding-top: 10px;  
  /* Subsection Title */
}

p {
  margin-left: 20px;
  margin-right: 20px;
}
p.clear { clear: both;}
p.indent1 {
  margin-left: 40px;
  /* Indented Text 1 */
}
p.indent2 {
  margin-left: 60px;
  /* Indented Text 2 */
}
p.indent3 {
  margin-left: 80px;
  /* Indented Text 3 */
}
p.indent4 {
  margin-left: 100px;
  /* Indented Text 4 */
}

TABLE.budget {
  width: 570px;
}
TABLE.budget TH {
   background-color: #D8CD80;
   color: #000000;
   font-weight: bold;
   font-size: 14px;
   padding-top: 5px;
   padding-bottom: 5px;
   padding-left: 5px;
   padding-right: 5px;
}
TABLE.budget TD {
   color: #000000;
   padding-top: 5px;
   padding-bottom: 5px;
   padding-left: 5px;
   padding-right: 5px;
}
TABLE.bordered {
  width: 570px;
  border-top: 2px solid #D8CD80;
  border-left: 2px solid #D8CD80;
  border-collapse: collapse;    
}
TABLE.bordered TH {
  border-bottom: 2px solid #D8CD80;
  border-right: 2px solid #D8CD80;
  padding-left: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  empty-cells: show;
}

TABLE.bordered TD {
  border-bottom: 2px solid #D8CD80;
  border-right: 2px solid #D8CD80;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  empty-cells: show;
}
TABLE.default {
  width: 570px;
}
TABLE.default TD {
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
}
TD.hidden {
  color: #F9F4D1;
}


table.default {
  border-width: 1px;
  border-style: solid;
  text-align: left;
  margin-left: 20px;    
  /* No Style */
}

table.default td { padding: 3px; }

td,th {
  font-size: 80%;
}

td.alignright {
  text-align: right;
  /* Align Middle Right */
}
td.aligncenter {
  text-align: center;
  /* Align Middle Center */
}
td.aligntop {
  vertical-align: top;
  /* Align Top Left */
}
td.alignbottom {
  vertical-align: bottom;
  /* Align Bottom Left */
}
td.aligntopright {
  vertical-align: top;
  text-align: right;
  /* Align Top Right */
}
td.aligntopcenter {
  vertical-align: top;
  text-align: center;
  /* Align Top Center */
}
td.alignbottomright {
  vertical-align: bottom;
  text-align: right;
  /* Align Bottom Right */
}
td.alignbottomcenter {
  vertical-align: bottom;
  text-align: center;
  /* Align Bottom Center */
}

a {
  color: #CC212A;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

ul.round { /* Round markers */ }
ol.norm { /* Ordered list */ }

span.sup {
  font-size: 7px;
  vertical-align: super;
  /* Superscript */
}
span.sub {
  font-size: 7px;
  vertical-align: sub;
  /* Subscript */
}

img.floatleft {
  float: left;
  /* Float Left */
}
img.floatleftwithmargin {
  float: left;
  margin: 3px 16px 10px 0px;
  /* Float Left with margin */
}
img.floatright {
  float: right;
  /* Float Right */
}
img.floatrightwithmargin {
  float: right;
  margin: 3px 0px 10px 16px;
  /* Float Right with margin */
}
img.noborder {
  border-width: 0px;
  /* No Border */
}
img.rollover { /* Rollover */ }
