/****************************************
*  Site specific css definitions
****************************************/

html, body {
  background-image:url(/images/layout/bg_repeat.gif);
  background-repeat:repeat;
  background-position:top;
  text-align:center;
}

div.page {
  width:949px;
  margin:0 auto;
}

div.left-column-text {
  background-repeat:no-repeat;
  background-position:bottom center;
  position:absolute;
  width:312px;
  height:201px;
  top: 680px;
}

div.left-column-text-about {
  background-repeat:no-repeat;
  background-position:bottom center;
  position:absolute;
  width:312px;
  height:43px;
  top: 590px;
}

table.page {
  width:949px;
}

td {
  vertical-align:top;
}

td.bg-header {
  height:114px;
  background-image:url(/images/layout/bg_header.gif);
  background-repeat:repeat-x;
  background-position:top;
}

td.bg-white {
  background-color:#FFFFFF;
}

td.column-left {
  width:363px;
  background-image:url(/images/layout/left_column_repeat.gif);
  background-repeat:repeat-y;
}

td.column-right {
  width:556px;
  padding:0px 50px 0px 0px;
}

td.content-margin {
  width:50px;
}

td.footer {
  height:70px;
  background-image:url(/images/layout/footer.gif);
  background-repeat:no-repeat;
  background-position:top;
}

td.footer-home {
  height:70px;
  background-image:url(/images/layout/footer_home.gif);
  background-repeat:no-repeat;
  background-position:top;
}

td.goals {
  height:132px;
  background-image:url(/images/layout/bg_goals.jpg);
  background-repeat:no-repeat;
  padding:30px 120px 25px 135px;
}

td.home-specials {
  width:264px;
  padding:5px 20px 0px 20px;
}

td.home-specials-divider {
   width:13px;
   background-image:url(/images/layout/home_divider.gif);
   background-repeat:repeat-y;
}

td.inside-content-left {
  width:247px;
  padding:5px 30px 25px 0px;
}

td.inside-content-right {
  width:187px;
  padding:5px 0px 0px 24px;
}

td.inside-content-one-column {
  width:500px;
  padding:5px 0px 0px 24px;
}

td.inside-divider {
  width:15px;
  background-image:url(/images/layout/inside_divider_repeat.gif);
  background-repeat:repeat-y;
}

td.left-photo-about {
  height:434px;
}

td.left-photo {
  height:521px;
}

td.left-content {
  padding:5px 5px 5px 10px;
  text-align:center;
}

td.left-bottom {
  padding:15px 0px 0px 55px;
  vertical-align:bottom;
}

td.navigation {
  height:56px;
  padding:25px 0px 0px 0px;
}

td.navigation-divider {
  width:1px;
  background-color:#000000;
}

td.shadow-left {
  width:15px;
  background-image:url(/images/layout/shadow-left.gif);
  background-repeat:repeat-y;
}

td.shadow-right {
  width:15px;
  background-image:url(/images/layout/shadow-right.gif);
  background-repeat:repeat-y;
}

td.shadow-top {
  height:39px;
  background-image:url(/images/layout/shadow-top.gif);
  background-repeat:no-repeat;
}

img.inline {
  display:inline;
}

img.border {
  border:1px solid #b90303;
}

/******************************
  Text Options
*******************************/

p {
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  line-height:18px;
  color:#000000;
  margin: 0px 0px 10px 0px;
}

p.column-left {
  font-family:Arial, Helvetica, sans-serif;
  font-size:11px;
  line-height:15px;
  color:#000000;
  margin: 20px 100px 0px 39px;
}

p.column-left-top {
  font-family:Arial, Helvetica, sans-serif;
  font-size:13px;
  font-weight:bold;
  line-height:17px;
  color:#000000;
  margin: 10px 90px 0px 30px;
}

p.footer {
  font-size:11px;
  color:#FFFFFF;
  text-align:center;
  margin:25px 0px 0px 0px;
}

p.nomargin {
  margin:0px;
}

p.small {
  font-size:11px;
  line-height:15px;
  color:#000000;
  margin: 0px 0px 10px 0px;
}

p.small-right {
  font-size:11px;
  line-height:15px;
  color:#525252;
  margin: 0px 0px 10px 0px;
}

strong.black {
  color:#000000;
}

strong.red {
  color:#b90303;
}

h1 {
  font-family:Arial, Helvetica, sans-serif;
  font-size:35px;
  font-weight:bold;
  line-height:18px;
  color:#b90303;
  margin:5px 0px 10px 0px;
}

h2 {
  font-family:Arial, Helvetica, sans-serif;
  font-size:18px;
  font-weight:bold;
  line-height:28px;
  color:#b90303;
  margin:5px 0px 20px 0px;
}

h3 {
  font-family:Arial, Helvetica, sans-serif;
  font-size:15px;
  font-weight:bold;
  line-height:17px;
  color:#b90303;
  margin:35px 0px 8px 0px;
}

h4 {
  font-family:Arial, Helvetica, sans-serif;
  font-size:13px;
  font-weight:bold;
  line-height:16px;
  color:#b90303;
  margin:5px 0px 10px 0px;
}

h4.black {
  color:#000000;
}

h4.gray,
h4.grey {
  color:#494949;
  margin:5px 0px 0px 0px;
}

h5 {
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  font-weight:bold;
  line-height:19px;
  color:#FFFFFF;
  margin:5px 0px 10px 0px;
}
/******************************
  Form Options
*******************************/


/******************************
  Link Styles
*******************************/

a:link,
a:visited {
  color:#b90303;
  text-decoration:underline;
}

a:hover {
  text-decoration:none;
}

a.black:link,
a.black:visited {
  color:#000000;
  text-decoration:none;
}

a.black:hover {
  text-decoration:underline;
}

a.no-underline {
  text-decoration:none;
}

a.navigation:link, a.navigation:visited {
  width:100%;
  height:31px;
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  font-weight:bold;
  text-decoration:none;
  text-align:center;
  color:#000000;
  border-bottom:2px solid black;
}

a.navigation:hover {
  border-bottom:2px solid red;
  background-image:url(/images/layout/nav_rollover.gif);
  background-repeat:repeat-x;
  background-position:bottom;
  text-decoration:none;
  color:#b90303;
}

a.plain:link,
a.plain:hover,
a.plain:visited {
  color:#000000;
  text-decoration:none;
}

