
/**************************************************************
 **************************************************************/
/**************************************************************
   All page content except for footer
 **************************************************************/
#content {
 position: relative;
 height: auto !important;
 height: 100%;
 min-height: 100%;
 }
/**************************************************************
   Topbar with newsletter form and theme change buttons
 **************************************************************/
#topbar {
 float: left;
 width: 100%;
 font-size: 0.9em;
 text-transform: uppercase;
 color: #cfd9db;
 background-color: #fff;
 background-repeat: repeat-x;
 background-attachment: scroll;
 background-position: left bottom;
 }
/**************************************************************
   Top menu and logo
 **************************************************************/
#header {
 clear: both;
 position: relative;
 height: 5em;
 margin: 0 auto;
 background: #48525b url(../site_images/header.gif) repeat-x left bottom;
 }
#header img {
 position: absolute;
 top: 5%;
 left: 10px;
 }
#header ul {
 margin: 3.5em 1em 0 0 !important;
 margin: 3.5em 0.5em 0 0;
 padding: 0;
 float: right;
 }
#header ul li a {
 float: left;
 letter-spacing: 0.1em;
 line-height: 0.8em !important;
 line-height: 1em;
 color: #afc284;
 font-size: 1.1em;
 font-family: arial, sans-serif;
 font-weight: 400;
 font-style: normal;
 font-variant: normal;
 border-right: 1px solid #4d5760;
 }
#header ul li a.last {
 padding-right: 0;
 border-right: 0 none;
 }
#header ul li a:hover {
 color: #3b5d77;
 }
/**************************************************************
   Header Image/Flash Movie
 **************************************************************/
#headerImg {
 margin: 0 auto;
 height: 194px;
 background: url(../site_images/top_image2.jpg) no-repeat left top;
 }
/**************************************************************
   Page Content
 **************************************************************/
#page {
 clear: both;
 float: left;
 width: 100%;
 margin-bottom: 6em; /* space at the bottom of the main page images */
  text-align: left;
 }
#columns {
 margin: 0 auto;
 }
/* Column widths */
.width {
 width: 776px;
 }
.widthPad {
 width: 746px;
 }
.width25 {
 width: 24%;
 }
.width50 {
 width: 48%;
 }
.width73 {
 width: 73%;
 }
.width75 {
 width: 75%;
 }
.width100 {
 width: 100%;
 }
/**************************************************************
   Footer
 **************************************************************/
#footer {
 position:relative; 
 font-size:10px;
 font-weight:bold;
 width:780px;
 text-align:center;
 color:#000000;
 padding:4px 0 0;
 position: relative;
 margin: 0 auto;
 }

#footer a {
 color:#000000;
 text-decoration:underline;
 }
#footer a:hover {
 text-decoration: none;
 }

#footer #footernav {
 background-color: #cf691b;
 }

#footer ul#footernav {
 margin-bottom: 0;
 padding-top: 1em;
 padding-bottom: 4em;
 }

ul#footernav li {
 font-weight: normal;
 text-transform: uppercase;
 margin-right: 5px;
 padding-right: 8px;
 border-right: 1px solid #000;
 list-style-type: none;
 display: inline;
 }
ul#footernav li a {
 font-weight: normal;
 }

ul#footernav li#navpolicy {
 margin-right: 0;
 padding-right: 0;
 border-style: none;
 }

#footer dt {
 display: none;
 }

#footer dd {
 margin: 0;
 padding: 0;
 display: inline;
 }


/**************************************************************
   Thumbnail Lists
 **************************************************************/
ul.thumbs,  ul.thumbs li {
 margin: 0;
 padding: 0;
 }
ul.thumbs {
 margin-top: 22px;
 }

ul.thumbs li {
 margin: 0 0 15px !important;
 margin: 0;
 padding: 0;
 list-style: none;
 }
a.thumb img {
 border: solid 3px #e5833a;
 }
a:hover.thumb img {
 background: #b8cc8b;
 border: solid 3px #cf691b;
 }
a:hover.thumb {
 background: transparent;
 }
a.thumb span {
 display: block;
 margin-top: -5px !important;
 margin-top: -2px;
 }
/**************************************************************
   Submenu Styles
 **************************************************************/
ul.submenu1,  ul.submenu2 {
 margin: 0 0 20px;
 padding: 0;
 }
ul.submenu1 li,  ul.submenu2 li {
 margin: 0;
 padding: 0;
 list-style: none  

 
 
 }
ul.submenu1 li a,  ul.submenu2 li a {
 display: block;
 padding: 1px 5px 1px 25px;
 }
ul.submenu1 li a {
 background: url(../site_images/paw.gif) no-repeat 5px 5px;
 }
ul.submenu1 a:hover {
 color: #cf691b;
 background: #afc284 url(../site_images/paw_over.gif) no-repeat 5px 5px;
 text-decoration: none;
 }
ul.submenu2 li a {
 color: #cf691b;
 background: url(../site_images/paw.gif) no-repeat 5px 5px;
 }
ul.submenu2 a:hover {
 color: #cf691b;
 background: #afc284 url(../site_images/paw_over.gif) no-repeat 5px 5px;
 text-decoration: none;
 }
ul.submenu3 li a {
 }
ul.submenu3 a:hover {
 }
/**************************************************************
   Generic Display 
 **************************************************************/
table.sample {
 border-spacing: 3px;
 border-collapse: separate;
 background-color: rgb(255,250,250);
 }
table.sample th {
 padding: 5px;
 background-color: rgb(175,194,132);
 border: double 1px gray;
 }
table.sample td {
 padding: 5px;
 background-color: #fff;
 border: double 1px gray;
 }
.block {
 display: block;
 }
.clear {
 clear: both;
 }
.marginRight {
 margin-right: 15px;
 }
.paddingLeft {
 padding-left: 0;
 }
.paddingRight {
 padding-right: 0;
 }
.floatLeft {
 float: left;
 }
.floatRight {
 float: right;
 }
.alignLeft {
 text-align: left;
 }
.alignRight {
 text-align: right;
 }
.alignTop {
 vertical-align: top;
 }
.alignMiddle {
 vertical-align: middle;
 }
.alignBottom {
 vertical-align: bottom;
 }
.lightBlueBg {
 background-color: #fff;
 }
.dark {
 color: #b01913;
 }
