/* CSS Document */
/* This style sheet is property of Tanner Naeher, coyote6.com.  It may only be used as a template for others.  Any use of its images or content is strictly forbidden without written consent.*/
/* Zeroes Out Most Defaults to My Specs. */
* {margin: 0px; padding: 0px;}
body, td, th, h1, h2, h3, h4, h5, h6, ul, img, q {border: 0px; color: #000000; font: normal normal 12px/1.5em Verdana, Arial, Helvetica, sans-serif;}
/* Centers the page. */
html {background-color:#FFFFFF; text-align: center; /* For IE */ margin: 0 auto; /* For the rest */ width: 800px;}
body {text-align: center;}
/* Sets the different states for the Links. */
a {font-weight: bold;}
a:link {color: #FF0000; text-decoration: none;}
a:visited {color: #990000; text-decoration: none;}
a:hover {color: #333333; text-decoration: underline;}
a:active {color: #333333; text-decoration: none;}
/* Adds the Image, Fixes the Position, Hides the Text, and Sets the z-index for the h1. */
h1 {background: url(/Images/Common_Elements/banner.png) no-repeat fixed 50% 0%;	position: fixed; height: 150px; width: 100%; text-indent: -9999px; clip: rect(auto,auto,auto,800); z-index: 2;}
/* Adds the Image, Fixes the Position, Hides the Text, and Sets the z-index for the h2. */
h2 {background: url(/Images/Common_Elements/gradient.png) repeat-x fixed; position: fixed; height: 160px; width: 100%; text-indent: -9999px; clip: rect(auto,auto,auto,800); z-index: 1;}
/* Sets the h3 states. */
h3 {font-size: 16px; font-weight: bold; color: #FF0000;}
/* Moves the Page Container below the Banner. */
div#container {margin-top: 165px;}
/* Sets the Position and Font Size for the Designer Section. */
#designer {position: absolute; bottom: 0px; right: 0px; text-align:right;}
.designertext {font-size: 10px;}
table#nav ul {width: 200px; text-align: left; list-style: none; vertical-align: middle;}
table#nav ul li {padding-left: 5px; vertical-align: middle; height: 30px;}
table#nav ul li#us a:link{background: url(/Images/Common_Elements/us_img.jpg) no-repeat;}
