@charset "utf-8";
/* CSS Document */

html, body {
  background-color: #f5f5f5;
}

body {
  margin:0;
  padding:0;
  line-height: 1.4em;
}

p,ul,ol,dl,li,td,form {
  font-family: Georgia, Verdana, sans-serif;
  font-size: 14px;
}

h1 {
  font-size: 18px;
  font-weight: bold;
}

h1.first {
  margin: 5px 0 5px 0;
}

h2 {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 30px 0 5px 0;
}

h2.first {
  margin: 5px 0 5px 0;
}

p {
  margin: 0 0 18px 0;
}

h3 {
  font-size: 16px;
  font-weight: bold;
  font-style: italic;
}

blockquote {
  color: #000066; /*dark blue*/
  font-style: italic;
}

dl.staff dt {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  margin: 0;
}

dl.staff dd {
  text-align: center;
  color: #707070; /*dark gray*/
  font-style: italic;
  margin: 0 0 20px 0;
}

form.apptsform {
  width: 500px;
  margin: 10px 0 20px 23px;
  padding: 0;
}

input.grossincome {
  width: 55px;
  margin-bottom: 2px;
}

input.familysize {
  width: 55px;
  margin-bottom: 2px;
}

input.yourfee {
  width: 115px;
  color: #cc0000;
  margin-top: 10px;
  padding-left: 7px;
}

input.calcbutton {
  margin-top: 10px;
}

a, a:visited {
  color: #0000cc; /*blue*/
}

a:hover {
  color: #cc0000; /*dark red*/
}

#contentcolumn ul {
  margin-left: 1px;
  padding-left: 1px;
}

#contentcolumn ul li {
  padding: 0 0 5px 21px;
  list-style-type: none;
  background-image: url(../x-images/bullet.gif);
  background-repeat: no-repeat;
  background-position: 0 6px;
}

#contentcolumn ol {
  margin-left: 14px;
  padding-left: 10px;
}

#contentcolumn ol li {
  padding: 0 0 5px 4px;
}

#maincontainer {
  width: 920px; /*Width of main container*/
  margin: 0 auto; /*Center container on page*/
  margin-bottom: 20px; /*Add space below layout*/
  background-image:  url(../x-images/bkg_maincontainer.gif);
  background-repeat: repeat-y;
}

#topsection {
  width: 900px;
  margin: auto;
  background-image:  url(../x-images/bkg_header.jpg);
  background-position: top left;
  background-repeat: no-repeat;
  height: 180px; /*Height of top section*/
}

#div-logo {
  width: 152px;
  height: 127px;
  background-image:  url(../x-images/fcc-logo.png);
  background-position: bottom left;
  background-repeat: no-repeat;
  float: left;
  padding: 38px 0 0 10px;
}

#div-pagetitle {
  float: right;
  padding: 135px 15px 0 0;
}

#contentwrapper {
  float: left;
  width: 100%;
  background-image:  url(../x-images/bkg_contentwrapper.jpg);
  background-position: top left;
  background-repeat: no-repeat;
}

#contentcolumn {
  margin-left: 190px; /*Set left margin to LeftColumnWidth*/
}

#leftcolumn {
  float: left;
  width: 190px; /*Width of left column*/
  margin-left: -920px; /*Set left margin to -(MainContainerWidth)*/
}

#footer {
  clear: left;
  width: 100%;
  color: #000000;
  text-align: center;
  padding: 4px 0;
  background-image:  url(../x-images/bkg_footer.gif);
  background-position: bottom left;
  background-repeat: no-repeat;
}

#footer p {
  color: #a1a1a1;
  font-family: Tahoma, sans-serif;
  font-size: 10px;
  margin-top: 30px;
}

#footer a {
  color: #0000cc;
}

#innertube-top {
  margin: 10px; /*Margins for inner DIV inside top header (to provide padding)*/
  margin-top: 0;
  overflow: hidden;
}

#innertube-content {
  margin: 10px; /*Margins for inner DIV inside content column (to provide padding)*/
  margin-top: 0;
  padding: 23px 30px 0 0;
}

#innertube-left {
  margin: 10px; /*Margins for inner DIV inside left column (to provide padding)*/
  margin-top: 0;
  padding: 23px 0 0 0;
}