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

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

table.page {
  width:960px;
}

td {
  vertical-align:top;
}

td.borders {
   background-color:#0e598e;
   padding:20px;
}

td.header {
  padding:35px 0px 30px 0px;
}

td.south-location {
  width:450px;
  padding:0px 0px 200px 0px;
  background-color:#f8faff;
  background-image:url(/images/bg_south_location.jpg);
  background-position:bottom;
  background-repeat:no-repeat;
}

td.transitions {
  height:248px;
  width:920px;
  background-color:#f2eeea;
  background-image:url(/images/bg_transitions.jpg);
  background-position:bottom;
  background-repeat:no-repeat;
}

td.west-location {
  width:450px;
  padding:0px 0px 200px 0px;
  background-color:#f8faff;
  background-image:url(/images/bg_west_location.jpg);
  background-position:bottom;
  background-repeat:no-repeat;
}

img.inline {
  display:inline;
}

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

p {
  font-family:Arial, Helvetica, sans-serif;
  font-size:13px;
  line-height:17px;
  color:#212121;
  text-align:center;
  margin: 20px 0px 7px 0px;
}

p.blue {
  font-size:12px;
  color:#0e598e;
  margin: 5px 0px 7px 0px;
}

p.footer {
  font-size:11px;
  margin:25px 0px 35px 0px;
}

p.transitions {
  margin:8px 0px 0px 0px;
}

h1 {
  font-family:Arial, Helvetica, sans-serif;
  font-size:18px;
  line-height:20px;
  font-weight:normal;
  color:#071c79;
  margin:21px 0px 8px 0px;
}

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

/******************************
  Link Styles
*******************************/
a:link,
a:hover,
a:visited {
  color:#ab054b;
  font-style:italic;
  text-decoration:none;
}

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

a.transitions:link,
a.transitions:hover,
a.transitions:visited {
  color:#0e598e;
  font-weight:bold;
  font-style:normal;
  text-decoration:none;
}