@charset "UTF-8";
/* CSS Document - Pursuit Performance Entry Page*/
* { margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: Trebuchet MS; vertical-align: baseline;}
:focus { outline: 0; }
body { line-height: 1; color: #b1b1b1; font-size: 12px; background:  #000000 url(images/bg_y_repeat.gif) top center repeat-y; behavior:url("csshover.htc"); }
ol, ul { list-style: none; }
a img,:link img,:visited img { border:none; }
.clearer {float: none; clear: both; line-height: 0; display: block; }

strong { font-weight: bold; }
a:link { color: #b1b1b1;  }
a:hover { color: #ff0000; }
a:active { color: #ffffff; }
a:visited { color: #3f3f3f; }

h1 { font-size: 18px; color: #FF0000; margin-bottom: 15px; }
h2 { font-size: 14px; color: #8B8B8B; margin-bottom: 15px; }
p { line-height: 1.5; margin-bottom: 10px; }

#container { width: 100%; position: relative; min-height: 100%; background: url(images/page_bg_repeat-y.gif) top center repeat-y; }
#container .wrap { width: 984px; margin: 0px auto; position: relative; }
/*
#header { width: 100%; position: relative; background: url(images/header_bg.jpg) top left no-repeat; width: 984px; height: 208px; }
*/

/* z-index: 999  Inserted this in the header to ensure any drop down menus displayed oveer content below  */
#header { width: 100%; position: relative; background: url(images/header_bg.jpg) top left no-repeat; width: 984px; height: 208px; z-index: 999;}

#content { width: 100%; height: 550px; background-color: #333; border-top: 2px solid #ccc; border-bottom: 2px solid #ccc; z-index: 1; }

#footer { width: 100%; text-align: center; background-color: #333; padding: 5px 0px; }
#footer .footer_content { width: 950px; margin: auto; color: #f3f8fd; position: relative; }
