/***********************************************/
/* Filename: MSRV.css     */
/*  External Style Sheet for Mountain Spirits RV Park  */

/* 20060601  */

/*  Website by Whirlwind Webworks 

          */

/***********************************************/
/*  basic font styles,colors etc    */
/**********************************************/

html {	height: 100%;
}


body {
height: 8.5in;
color:#000066;
text-align:left;
vertical-align:text-top;
background-color: #000066;
font-family:Verdana;
font-size:1.2em;
font-weight: 600;
padding:0em;
border:0em;
margin:0em;

}
 
  /*   main table     */
 table.main {
 width:80%;
 height:100%;
 padding:0em;
 border:0em;
margin:0em;

 }
 

 
 /*   logo    */
 td.logo {
 
padding:0px;
  margin:0px;


 }
 
 
 
   /*  navigation bar   */

 td.navbar {
width:10%;
padding-bottom:.3em;
padding-top:.3em;
margin:0em;
border:0em;
background-color:#000066;
text-align:center;
color:#cc9999;

 }
 
    /*  left col, main table   */
 td.leftcol {
 background-color:#bbbbbb;
width:13.5%;
padding-right:1em;
padding-top:.5em;
padding-left:.5em;
margin:0px;
vertical-align:text-top;
border-right:solid 5px #000066;
font-family:Verdana;
font-weight:600;
font-size:.8em;
font-style:italic;
  
 }
 
  /*  right col, main table   */
 td.rtcol {
background-image:url(../images/stucco.jpg);
background-attachment:fixed;
background-position: top left;
vertical-align:text-top;
padding-left:.75em;
margin:0em;
border:0em;
width:50%;
 }
 
   /*  lines on rate page   */

 td.line {
 border-top:solid 3px #000066;
 }
 
 .lineh {
 line-height:1.2em;
 }
 
   /*  image placement for home and local attractions pages  */

 .image1
 {
 padding-left:.3em;
 padding-top:.3em;

 }
 
 
 /* Header without para tag */
 
 h1 {font-family:Playbill;
font-weight: 400;
font-size:2em;
font-style:normal;
color:#000066;
text-align:left;
vertical-align:text-top;
margin:0em;
padding-top:0.5em;
border:0em;}
 
    /* page headings  */
.h1 {
font-family:Playbill;
font-weight: 400;
font-size:2.3em;
font-style:normal;
color:#000066;
text-align:left;
vertical-align:text-top;
margin:0em;
padding-top:0.5em;
border:0em;
}
   
    /* heading on rate page (span tag)  */
.h2 {
font-weight: 700;
font-size:1.2em;
font-style:normal;
color:#000000;
text-align:left;
}

    /*span tag on rate page   */
.h3 {
font-weight: 600;
font-size:.6em;
font-style:normal;
color:#000066;
text-align:left;
}

    /*span tag on photo gallery  page heading   */

.h4 {
font-family:Verdana;
font-weight: 600;
font-size:.4em;
font-style:normal;
color:#000066;
text-align:center;
}

.center {
text-align: center;
}

/***********************************************/
/*   navbar links, size, no background  */
/***********************************************/

A.navlink:LINK, A.navlink:VISITED, A.navlink:ACTIVE {  /* all links same color after visit */
  color:#cc9999;
  text-decoration:none;
  font-family:verdana;
  font-style:italic;
  font-size:1.1em; 
  font-weight:700;
  }
  
  A.navlink:HOVER {    /* on mouseover */
color:#ffcccc;

}  

/***********************************************/
/*  main text links - no underline */
/***********************************************/
A.text:LINK, A.text:VISITED, A.text:ACTIVE {  /* all links same color after visit */
  color:#000066;
  text-decoration:none;
  font:Verdana, Arial, Helvetica, sans-serif; 
  font-weight:bold;
  font-size:1em; 
  font-style:italic;
  }
  
  A.text:HOVER {    /* on mouseover */
color:#ffcccc;
background-color: #000066;
}  
  
  
  /***********************************************/
/* default links (no class) - needs underline */
/***********************************************/
A:LINK, A:VISITED, A:ACTIVE {  /* all links same color after visit */
  color:#000066;
  text-decoration:underline;
  font:Verdana, Arial, Helvetica, sans-serif; 
  font-weight:bold;
  font-size:1em; 
  font-style:italic;
  }
  
  A:HOVER {    /* on mouseover */
color:#ffcccc;
background-color: #000066;
}  
  
