/*********************************************************
   Author - Russ Miller of GFX Internet Services
   www.GfxInternetServices.com - 916.965.0450
 *********************************************************/

html, body, p, tr, td {
  font: 11px Verdana, Arial, Helvetica, sans-serif
}

/*body {
  scrollbar-3dlight-color:#6F4342;
  scrollbar-arrow-color: #D9C0C0;
  scrollbar-track-color:#804e4d;
  scrollbar-darkshadow-color:#6F4342;
  scrollbar-face-color: #A06260;
  scrollbar-highlight-color: #D9C0C0;
  scrollbar-shadow-color:#333;
  }*/

p {
  margin: 2px 0 10px 0;
}

tr, td {
  vertical-align: top;
  }

body {
  margin: 0;
  padding: 0;
  text-align: center;
  background: url(images/background.jpg) no-repeat top center;
  background-color: #181818;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 5px 0;
  padding: 0;
  color: #804e4d;
  border-bottom: 1px solid #804e4d;
}

h1 {
  padding-bottom: 0;
  font: bold 16px Arial, Verdana, sans-serif;
}

h2 {
  font-size: 14px;
}

a {
  text-decoration: none;
  color: #804e4d;
}

a:hover {
  color: #000;  
}

a img {
  border: 0;
}

ul {
  padding: 0px;
  margin: 0px;
}

hr {
  border-top: 1px solid #804e4d;
}

/**************************************************************
   Page Content
 **************************************************************/

#page {
  clear: both;
  float: left;
  width: 100%;
  margin-bottom: 35px;
  text-align: left;
}

#columns {
  margin: 0 auto;
}

.width {
  width: 776px;
}

.widthPad {
  width: 746px;
}

.width50 {
  width: 48%;
}

.floatLeft {
  float: left;
  width: 320px;
  margin: 100px 0 0 23px;
}

.floatRight {
  float: right;
  width: 305px;
  margin: 51px 31px 0 0;
}

.bodyText {
  overflow:scroll; 
  height: 255px;
}

div.bodyText {
  overflow: auto;
}


/**************************************************************
   Menu's
 **************************************************************/
ul.photoMenu, li.photoMenu {
  list-style-type: none;
  margin:0;
  padding:0;
}

ul.photoMenu {
  background: transparent url(images/menu-gallery.jpg) top left no-repeat;
  width: 286px;
  height: 78px;
  text-align: center;
  margin: 0 0 10px 15px;
}

li.photoMenu {
  float: left;
}

li.photoMenu a {
  display: block;
  height: 60px;
  width: 71px;
  color: #F7EAD4;
  font: bold 10px arial, verdana, tahoma; 
  line-height: 140px;
  text-decoration: none;
  text-align: center;
}

li.photoMenu a:hover {
  background: transparent url(images/menu-gallery.jpg) top left no-repeat;
  color: #fff;
}

a#Engagements:hover {
  background-position: -286px 0%;
  color: #D59F49;
}

a#Family:hover {
  background-position: -357px 0%;
  color: #D59F49;
}

a#Weddings:hover {
  background-position: -428px 0%;
  color: #D59F49;
}

a#Seniors:hover {
  background-position: -499px 0%;
  color: #D59F49;
}

#ResourceLinks {
  margin: 17px 0 0 0; 
  text-align: center;
}

#ResourceLinks ul li {
  display: inline;
  list-style: none;
}

#ResourceLinks ul li a {
  padding: 0 5px 0 0;
  border-right: 1px solid #4D5760;
}

#ResourceLinks ul li a.last {
  padding-right: 0;
  border-right: 0;
}


/**************************************************************
   Footer
 **************************************************************/

#footer {
  text-align:center;
  color: #999;
}

#footer ul {
  font-size: 11px;
  text-align:center;
}

#footer li {
  padding: 0 5px;
  display: inline;
  list-style-type: none;
}

#footer a {
  font-size: 10px;
  color:#999;
  text-decoration: none;
}

#footer a:hover {
  color:#fff;
  text-decoration: underline;
}