/*CSS Design by Tahoe Media Group, INC. contact phil@tahoemedia.com for more info*/


.bg{
	background: url("images/bg.jpg") 50% 0px repeat-y;
	background-color: #ffd4a9;
}

/* most often used text for basic content */
 .normal_text{ font-family: Times New Roman, Times, Georgia, bookman old style, serif; font-size: 15px; font-weight: normal; text-align: left; color: #000000; padding-left: 25px; padding-right: 25px;} 
.normal_text A:link {COLOR:#336699; font-weight: bold; text-decoration: none;}
.normal_text A:active {COLOR:#000000;}
.normal_text A:hover {color:#000000; font-weight: bold; text-decoration: underline;} 
.normal_text A:visited {COLOR:#336699; font-weight: bold; text-decoration: none;}
.normal_text A:visited:hover {color:#000000; font-weight: bold; text-decoration: underline;} 


/* bottom links, copyright and more */
.footer {font-family: Times New Roman, Times, Georgia, bookman old style, serif; font-size: 14px; font-weight: normal; text-align: center; color: #336699;}
.footer A:link {COLOR:#336699}
.footer A:active {COLOR:#336699;}
.footer A:hover {COLOR: #000000;}
.footer A:visited {COLOR:#336699;}
.footer A:visited:hover {color:#000000;}


.title{ font-family: Times New Roman, Times, Georgia, bookman old style, serif; font-size: 22px; font-weight: bold; padding-top: 8px; text-align: left; color: #000000;}
.title A:link {color:#EE2426;}
.title A:active {color:#EE2426;}
.title A:hover {color:#EE2426;} 
.title A:visited {color:#EE2426;}
.title A:visited:hover {color:#EE2426;}

/* used for placed images - primarily for the border and padding */
.thumb {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; 
 color: #536A91; border: 1px dashed #38587E; margin: 0px 10px 0px 10px ; padding: 2px ;}
.thumb A:link {COLOR:##6699cc; border: 1px dotted #6699cc;}
.thumb A:active {COLOR:##6699cc; border: 1px dotted #6699cc;}
.thumb A:hover {COLOR:#000000; border: 1px dotted #6699cc;}
.thumb A:visited {COLOR:##6699cc;border: 1px dotted #6699cc;}
.thumb A:visited:hover {color:#000000; border: 1px dotted #6699cc;}

/* used for placed images - primarily for the border and padding */
.image_right {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; 
 color: #536A91; border: 1px dashed #38587E; margin: 0px 10px 0px 10px ; padding: 2px; }
.image_right A:link {COLOR:##6699cc; border: 1px dotted #6699cc;}
.image_right A:active {COLOR:##6699cc; border: 1px dotted #6699cc;}
.image_right A:hover {COLOR:#000000; border: 1px dotted #6699cc;}
.image_right A:visited {COLOR:##6699cc;border: 1px dotted #6699cc;}
.image_right A:visited:hover {color:#000000; border: 1px dotted #6699cc;}

/* main top navigation */
.menu_text{COLOR: #336699; font-family: Georgia, bookman old style, Times New Roman, Times, serif; font-size: 11pt; font-weight: bold; text-align: left; padding-left: 30px; padding-bottom: 11px;}
.menu_text A:link {COLOR:#336699; text-decoration: none;}
.menu_text A:active {COLOR:#6699cc; text-decoration: none;}
.menu_text A:hover {COLOR:#6699cc; text-decoration: none; background-color: #none;} 
.menu_text A:visited {COLOR:#336699; text-decoration: none;}
.menu_text A:visited:hover {COLOR:#6699cc; text-decoration: none; background-color: #none;}


/* breadcrumb menu text for interior pages */
.breadcrumb{COLOR: #666699; font-family: Georgia, bookman old style, Times New Roman, Times, serif; font-size: 8pt; font-weight: bold; text-align: left; padding-left: 30px; padding-bottom: 0px; background : url("images/breadcrumbs/breadcrumbs_bg.jpg") 0px 0px no-repeat;}
.breadcrumb A:link {COLOR:#666699; text-decoration: none;}
.breadcrumb A:active {COLOR:#666699; text-decoration: none;}
.breadcrumb A:hover {COLOR:#6699cc; text-decoration: none; background-color: #none;} 
.breadcrumb A:visited {COLOR:#666699; text-decoration: none;}
.breadcrumb A:visited:hover {COLOR:#6699cc; text-decoration: none; background-color: #none;}


/* changes the font for the left resorts menu */
.menupad {
padding-left: 35px;

}

/* changes the image for the left resorts menu */
.button A  {
 display : block;
 background : url("images/side_menu/bt.jpg") 0px 0px no-repeat;
  /* '0px 0px' tells browser to start at top-left of the image */
 width : 212px;
 height : 32px;
  /* width & height of individual link image */
    /* width & height of individual link image */
 font : bold 11px/18px Georgia, bookman old style, Times New Roman, Times, serif; font-size: 10pt; font-weight: bold;
 text-transform: uppercase; line-height:30px;

  /* '11px/18px' is the font-size and line-height  */
  /* Adjust line-height to center the text in the block height (height : 20px) */
 text-align : left;
  /* can replace with 'text-indent : <length>' for different effect */
  color : #336699;
 text-decoration : none;
 
 }
 
 .button A:Visited  {
 background : url("images/side_menu/bt.jpg") 0px 0px no-repeat;
  /* '0px' tells browser the visited part is 0px down from top */
 color : #336699;
 }
   
 .button A:Hover  {
 background : url("images/side_menu/bt_rl.jpg") 0px 0px no-repeat;
  /* '0px' tells browser the roll over part is 0px down from top */
 color : #333399;
 }

