/* 

light Purple: #C52ABF
tan / light brown: #E5C196
horzRule Purple: #AF35A1
*/

html, body { height: 100%; }
#bg { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: -1;}
img { border: none }
a { outline: none; }

body
{
  padding: 0px;
  margin: 0px;
  font-size: 12px;
  font-family: Helvetica, sans-serif;
  color: white;
  line-height: 18px;
}

h1
{
  color: white;
  margin: 0px;
  padding: 0px;
  padding-bottom: 20px;
  font-size: 24px;
}

h2
{
  color: #E5C196;
  font-size: 14px;
  margin: 0px;
  padding: 0px;
  font-weight: bold;
  text-transform: uppercase;
}

.title
{
  margin-bottom: 20px;  
}

.horzRule
{
  height: 1px;
  margin-top: 5px;
  margin-bottom: 5px;
  border-top: solid 2px #AF35A1;
}

b.yellow { text-transform: uppercase; color: #E5C196; }

div#body
{
  width: 1024px;
}

div#header
{
  height: 180px;
}

img#background
{
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
}

img#logo
{
  position: absolute;
  z-index: 10px;
}

ul#mainNav
{
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  
}

ul#mainNav li
{
  float: right;
  margin: 0px;
  padding: 0px;
}

ul#mainNav li:first-child
{
  padding-right: 0px;
}

ul#mainNav a
{
  color: #C52ABF;
  text-decoration: none;
  text-transform: uppercase;
}

div#content
{
  padding-left: 126px;
  padding-right: 34px;
}

td.col-2
{
  width: 305px;
  vertical-align: top;
}

td.col-1
{
  vertical-align: top;
  padding-right: 58px;
  width: 504px;
  text-align: justify;
}


.evenColumn { width: 100%; }

.evenColumn td.col-1, .evenColumn td.col-2
{
  width: 50%;
  text-align: justify;  
}

.evenColumn td.col-1
{
  padding-right: 58px;
  text-align: justify;  
}

.indexRightColumn td
{
  text-align: justify;
}

#footer
{
  margin-top: 100px;
  height: 73px;
  background: url(/images/bottom_nav_background.png) repeat-x;
}

#footer #container
{
  width: 1024px;
  text-align: right;
  padding-right: 38px;
  padding-top: 38px;
}

#footer a
{
  text-transform: uppercase;
  text-decoration: none;
  font-size: 10px;
  color: #580862;
}

table.questionaire
{
  width: 100%;
}

table.questionaire td
{
  width: 50%;
  text-align: justify;
  vertical-align: top;
}

table.questionaire td:first-child
{
  padding-right: 58px; 
}