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

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

table.page {
  width:901px;
}

td {
  vertical-align:top;
}

td.column-center {
  width:1px;
  background-image:url(/images/layout/bg_column_center.jpg);
  background-position:top left;
  background-repeat:no-repeat;
}

td.column-left {
  width:639px;
  background-image:url(/images/layout/bg_column_left.jpg);
  background-position:top left;
  background-repeat:no-repeat;
}

td.column-left-home {
  width:639px;
  background-image:url(/images/layout/bg_column_left_home.jpg);
  background-position:bottom left;
  background-repeat:no-repeat;
}

td.column-right {
  background-image:url(/images/layout/bg_column_right.jpg);
  background-position:top left;
  background-repeat:repeat-x;
}

td.content-left {
  padding:40px 45px 155px 45px;
}

td.content-left-home {
  padding:40px 45px 30px 45px;
}

td.content-right {
  padding:69px 50px 30px 50px;
}

td.footer {
  height:33px;
  background-color:#391423;
  background-image:url(/images/layout/bg_footer.jpg);
  background-position:top left;
  background-repeat:no-repeat;
  border-top:1px solid #34d222;
}

td.header {
  height:109px;
  background-color:#8d3256;
  background-image:url(/images/layout/bg_header.jpg);
  background-position:top left;
  background-repeat:no-repeat;
  border-bottom:1px solid #34d222;
}

td.home-photo {
  height:242px;
  border-bottom:1px solid #34d222;
}

td.main-content {
  background-color:#000000;
}

td.outside-borders {
  border-left:2px solid #34d222;
  border-right:2px solid #34d222;
}

img.logo-cover {
  margin:43px 0px 0px 56px;
}

img.title {
  margin:0px 0px 20px 0px;
}

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

p {
  font-family:Arial, Helvetica, sans-serif;
  font-size:14px;
  line-height:20px;
  color:#ffe482;
  margin: 0px 0px 10px 0px;
}

p.dotted-line {
  line-height:12px;
  background-image:url(/images/layout/dotted_line.gif);
  background-position:top left;
  background-repeat:repeat-x;
  margin:0px;
}

p.footer {
  font-size:11px;
  line-height:13px;
  padding:10px 0px 0px 0px;
}

p.nomargin {
  padding:0px;
  margin:0px;
}

p.small {
  font-size:12px;
  line-height:18px;
}

strong.yellow {
  color:#ffd84c;
}

strong.blue {
  color:#6FF;
}

h1 {
  font-family:Arial, Helvetica, sans-serif;
  font-size:18px;
  line-height:20px;
  font-weight:normal;
  color:#c6f756;
  margin:25px 0px 2px 0px;
}

/*******************************
  Form Options
*******************************/

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

a:link,
a:visited,
a:hover,
a:active {
  color:#fe5a9b;
  font-style:italic;
  text-decoration:none;
  outline:none;
}

a.large:link,
a.large:visited,
a.large:hover,
a.large:active {
  color:#ffd84c;
  font-style:normal;
  text-decoration:none;
  outline:none;
}

a.plain:link,
a.plain:visited,
a.plain:hover,
a.plain:active {
  color:#ffe482;
  font-style:normal;
  font-weight:normal;
  text-decoration:none;
}
