/**************************************************************
   AUTHOR:  Pat Heard (fullahead.org) CUSTOMIZED BY: DAY Communications
   DATE:    2006.03.19
   PURPOSE: Controls the layout of the site and styles
            the menus
 **************************************************************/

/**************************************************************
   #content: Sets the width of the site.  Make changes here
             to convert to a fixed width site.
 **************************************************************/

#content {
  height: 100%;
  min-height: 100%;
  text-align: left;
}

#content,
#width {
  /* max-width hack for IE since it doesn't understand the valid css property */
  width: expression(document.body.clientWidth > 1000 ? "1000px" : "94%");
  max-width: 1000px;
  margin: 0 auto;
}

#content[id],
#width[id] {
  width: 94%;
  height: auto;
}



/**************************************************************
   #header: Holds the site title and header images
 **************************************************************/

#header {
	background: #9ABBDC url(../images/bg/myl-hd1.png) no-repeat center 3px;
	position: relative;
	height: 93px;
}

/* Holds the site title and subtitle */
#header #title {
  position: absolute;
  z-index: 3;
  top: 10px;
  left: 0px;
  padding: 5px;
  text-align: left;
}

#header h6 {
    position: absolute;
	top: 52px;
	left: 480px;
	margin: 0;
	padding: 0;
	width: 150px;
}

#header h4 {
	position: absolute;
	top: 20px;
	left: 10px;
	margin: 0;
	padding: 0;
	width: 150px;
}

#header h4 a {
  text-decoration: none;
}
#header h5 {
position: absolute;
	top: 50px;
	left: 10px;
	padding: 0;
	text-align: left;
	width: 150px;
}

/* Sets where the header images will go */
#header img.left {
  position: absolute;
  z-index: 1;

  top: 0;
  left: 0;
}

#header img.right {
  position: absolute;
  z-index: 0;

  top: 0;
  right: 0;
}


/**************************************************************
   .sideMenu: The side bar menu
 **************************************************************/



ul.sideMenu {
  margin: 0;
  padding: 0;
}

.sideMenu li {
  display: inline;
  /* Needed since IE fails when you give it list-style: none; */
  list-style-image: url(foo.gif);
  font: bold 12px "Georgia", "Times New Roman", Times, serif;
  line-height: 110%;
}

.sideMenu li a {
  display: block;
  margin: 0.2em 0;
  padding: 1px 1px;
  text-decoration: none;
  line-height: 110%;
  color: #4A4699;
}

.sideMenu li a:hover {
  color: #AB68B0;
}
.sideMenu li a:visited { 
	color: #81818F;
}
/* Active menu item */
.sideMenu li.here {
  display: block;
  padding: 10px 10px 4px 15px ;
  color: #9ABBDC;
  line-height: normal;
}

/* Submenu of active menu item */
.sideMenu li.here ul {
  margin: 0;
  padding: 0;
  line-height: normal;
}

.sideMenu li.here ul li a {
  padding: 0px 8px;
  font: bold 10px "Georgia", "Times New Roman", Times, serif;
  color: #4A4699;
  line-height: normal;
}

.sideMenu li.here ul li a:hover {
  color: #AB68B0;
  line-height: normal;
    }
.sideMenu li.here ul li a:visited {
  color: #81818F;
  line-height: normal;
    }



/**************************************************************
   #page: Holds the main page content.
 **************************************************************/

#page {
  float: left;
  width: 100%;
  padding-bottom: .2em;
  background: #FFF7EA url(../images/bg/menu-bgc.png) repeat-y top left;
}
.blurb {
  margin: 0px;
  float: left;
  text-indent: 1em;
  width: 100%;
  padding: 0px 2px 10px 5px;
}
.prices {
  margin: 0px;
  float: left;
  font-family:Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
  width: 100%;
  padding: 0px 2px 10px 0px
  }

/**************************************************************
   #dif: middle column difference for ul
 **************************************************************/

.dif {
  float: left;
  width: 100%;
}

.dif ul {
  margin: 0px 10px 10px 20px;
  padding: 0px;
  list-style-position: inside;
  list-style-type: disc;
}

.dif li {
  font: normal 8pt "Georgia", "Times New Roman", Times, serif;
  line-height: 110%;
}

/**************************************************************
   #footer: The page footer - will stick to the bottom if not
            enough content.
 **************************************************************/

#footer {
  float: left;
  width: 100%;
  clear: all;
  margin-top: 1em;
  background-color: #fff7ea;
}
#footer .time {
  margin: 0px;
  display: inline;
  color: black;
  font-size: 10px;
}

/* Sets the width of the footer content */
#footer #width {
  position: relative;
  z-index: 3;
  font-size: 0.85em;
  padding-top: 2px;
}

#clearone {
  clear: all;
  height: 1px;
  }

/**************************************************************
   Width classes used by the site columns
 **************************************************************/

.width100 {
  width: 100%;
}

.width75 {
  width: 74%;
}
.width60 {
  width: 59.7%;
}
.width50 {
  width: 49.7%;
}
.width55 {
  width: 54.7%;
  background-color: #F9E3F9;
}
.width35 {
  width: 34.7%;
}
.width34 {
  width: 33.7%;
  background-color: #FFF7EA;
  }

.width30 {
  width: 29.7%;
}
.width25 {
  width: 24.7%;
}
.width15 {
  width: 14.7%;
  height: 100%;
}



/**************************************************************
   Alignment classes
 **************************************************************/

.floatLeft {
  float: left;
  
}

.floatRight {
  float: right;
}

.alignLeft {
  text-align: left;
}

.alignRight {
  text-align: right;
}

.alignCenter {
  text-align: center;
}

/**************************************************************
   Generic display classes
 **************************************************************/

.clear {
  clear: all;
}

.block {
  display: block;
}

.small {
  font-size: 0.8em;
}

.beige {
  color: #fff7ea;
}

.blue {
  color: #2C44A7;
}
/*grey is footer-related*/
.grey {
  color: #666;
}

.grey a {
  color: #999;
}

.grey a:hover {
  color: #EEE;
}

.gradient {
  margin: 10px;
  background: #C1D7E8;
}
/* Timed slide show is part of smoothslideshow, not smooth gallery */
.timedSlideshow
{
	margin-left: 40px;
}

/* below is added layout code from SmoothGallery--have renamed .content to .show */
.show
{
	margin: 0px;
	z-index: 100;
}

.show a
{
	color: #fff;
}


.show p.linkage
{
	margin-top: 2em;
	text-align: right;
	font-size: 1.7em;
	color: #ddd;
}

.show p.linkage a { color: #fff; }

/*.show p.linkage a
{
	color: #fff;
	background: url('../images/bg/biglink_off.gif') center right no-repeat;
	padding: 10px 20px;
	text-decoration: none;
}

.show p.linkage a:hover
{
	background: url('../images/bg/biglink_on.gif') center right no-repeat;
	font-style: italic;
}*/

#myGallery
{
	text-align: left;
	margin: 0 auto;
}