/* Forces horizontal scrollbar on in Mozilla */
html {
  margin-bottom: 1px;
}

html, body {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  text-align: center;
  font: 0.8em georgia, serif;
  line-height: 180%;
  background: url(../img/body.jpg) repeat top left fixed;
  color: #2D465D;
}

h1, h2, h3, h4, h5, h6, p, dl {
  margin: 0;
  padding: 10px 0;
}

h1 {   
  clear: both;
  font: 1.9em georgia, serif;
  color: #42688C;  
}

h2 {
  clear: both;
  font: 1em georgia, serif;
  color: #61804E;
}

h3 {
  font: 1.1em georgia, serif;
  color: #8F512A;
}

h4 {
  font: 0.9em georgia, serif;
  text-transform: uppercase;
}

a {
  text-decoration: none;
  color: #EE7D03;  
  border-bottom: 1px solid #EE7D03;
}

a:hover {
  color: #42688C;
  border-bottom: 1px solid #42688C;
}

ul {
  margin: 10px 30px;
  padding: 0 30px 0 5px;
  list-style: none;
}

ul li {
  padding-left: 25px;
  background: url(../img/bullet.gif) no-repeat;
  background-position: 0 3px;
}

ul li:hover {
  background: url(../img/bullethover.gif) no-repeat;
  background-position: 0 3px;
}

img.floatRight {
  margin: 5px 0px 10px 15px;  
}

img.floatLeft {
  margin: 5px 15px 10px 0px;
}

a img {  
  border: 4px solid #D5C9C2;
}

a:hover img {  
  border: 4px solid #BAAAA1;
}

#wrapper {
  width: 589px;
  height: 100%;
  margin: 0 auto;
  text-align: left;
}

#content { 
  float: left;
  width: 589px;
  height: 100%;
  min-height: 100%; 
  background: url(../img/content.gif) repeat-y top center;
}

#content[id] {
  height: auto;  
  background: url(../img/content.png) repeat-y top center;
}

#header {
  padding: 60px 0 2em 49px;  
  background: url(../img/header.jpg) no-repeat top center;  
}

/* Forces IE to set the hasLayout flag and show the header at the height of its contents \*/
* html #header {
  height: 1%;
}
/* End hide from IE-mac */

ul#menu {
  width: 491px;
  margin: 0 auto;  
  padding: 0 !important;
  padding: 0 0 0 10px;
}

ul#menu li {
  display: inline;
  list-style: none;
  margin: 0;
  padding: 0;
}

ul#menu li a {
  float: left;  
  padding: 15px 0 5px 0;
  text-align: center;
  text-decoration: none;
  color: #61804E;
  border-bottom: 1px solid #D3F1B6;
}

ul#menu li a:hover {
  color: #2E5F0F;
  background: url(../img/menu.gif) repeat-x bottom left;
}

ul#menu li a.here {
  color: #EE4B03;
  background: url(../img/menu.gif) repeat-x bottom left;
}

/* helper classes to control width of links in topbar */
ul.two li a {
  width: 50%;
}

ul.three li a {
  width: 33%;
}

ul.four li a {
  width: 25%;
}

ul.five li a {
  width: 20%;
}

#page {  
  float: left;
  clear: both;   
  width: 491px !important;
  width: 100%;
  padding: 2em 49px;  
}

.width100 {
  width: 100%;
}

.width75 {
  width: 73%;
}

.width66 {
  width: 64%;
}

.width50 {
  width: 48%;
}

.width33 {
  width: 31%;
}

.width25 {
  width: 23%;
}

.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

.alignLeft {
  text-align: left;
}

.alignRight {
  text-align: right;
}

#content {  
  /* takes care of POS IE and it's support for transparent .png */
  background: none;
}

#wrapper {
  width: 589px;
  height: 100%;
  margin: 0 auto;
  
  text-align: left;
}

#content { 
  float: left;
  width: 589px;
  height: 100%;
  min-height: 100%; 
  background: url(../img/content.gif) repeat-y top center;
}

#content[id] {
  height: auto;  
  background: url(../img/content.png) repeat-y top center;
}

#header {
  padding: 60px 0 2em 49px;  
  background: url(../img/header.gif) no-repeat top center;  
}

/* Forces IE to set the hasLayout flag and show the header at the height of its contents \*/
* html #header {
  height: 1%;
}
/* End hide from IE-mac */


#header h1, #header h2 {
  margin: 0;
  padding: 0;  
  background: none;
}

#header h1 {
  font-size: 3.5em;
  font-family: georgia;
  letter-spacing: -3px;
  color: #6E310B;
}

ul#menu {
  width: 491px;
  margin: 0 auto;  
  padding: 0 !important;
  padding: 0 0 0 10px;  
}

ul#menu li {
  display: inline;
  list-style: none;
  margin: 0;
  padding: 0;
}

ul#menu li a {
  float: left;  
  padding: 15px 0 5px 0;
  font: 1em georgia, serif;
  text-align: center;
  text-decoration: none;
  color: #EE7D03;
  border-bottom: 1px solid #D3F1B6;
}

ul#menu li a:visited {
  background-color: #FFF;
}

ul#menu li a:hover {
  color: #42688C;
  background: url(../img/menu.gif) repeat-x bottom left;
}

ul#menu li a.here {
  color: #42688C;
  background: url(../img/menu.gif) repeat-x bottom left;
}

/* helper classes to control width of links in topbar */
ul.two li a {
  width: 50%;
}

ul.three li a {
  width: 33%;
}

ul.four li a {
  width: 25%;
}

ul.five li a {
  width: 20%;
}

#page {  
  float: left;
  clear: both;   
  width: 491px !important;
  width: 100%;
  padding: 2em 49px;  
}

#page p {
background-color:#FFFFFF;
}

#page h1 {
background-color:#FFFFFF;
}

.footer {
  text-align:center;
  padding-top: 3em;
  font-size: 0.9em;
  line-height:15px;
  border-top:#009900 1px dotted;
  margin-top: 4em;
  padding-top: 0.8em;
}