/*
 * sam.css
 * 
 * @description Aux styles for Stalking Awareness Month page, CCADV.org.
 * 
 * @author Steve Clason, steve@steveclason.com
 * 
 * Revision History
 *  7 Dec 09 Create date.
 */

 /*
  * gold background: #FFC000
  * purple separator #7300E6
  * brown headings #984806
  * gold heading, top: #DAA600
  */
	
	div#sam {
	  font-family: "Times New Roman", Times, serif !important;
    font-size: 100%;
	}
  
  
  /***************** Links *********************/
  #sam a,
  #sam a:link,
  #sam a:visited,
  #sam a:hover,
  #sam a:active {
    text-decoration: underline;
    color: blue;
  }
  #sam a:visited {
    color: purple;
  }
  #sam a:hover {
    text-decoration: none;
  }
  
	#sam h1 {
		color: #DAA600;
		text-align: center;
    font-size: 200%;
    margin-top: 1.5em;
    font-family: font-family: "Times New Roman", Times, serif !important;
	}
  
  #sam h2 {
    color: #984806;
    text-align: center;
    font-size: 200%;
    margin-top: 1.5em;
    font-family: "Times New Roman", Times, serif !important;
  }
  
  #sam h3 {
    font-family: "Times New Roman", Times, serif !important;
    font-weight: bold;
    font-size: 150%;
    color: #000;
  }
  
  #sam p, #sam li, #sam a, #sam td {
    font-family: "Times New Roman", Times, serif !important;
    font-size: 16px !important;
  }
	
	#sam #banner {
		text-align: center;
	}
  
  #sam #samNavWrapper {
    text-align: center;
  }
  
  #sam #samNav {
    width: 600px;
    margin: 0 auto;
    text-align: left;
  }
  
  #sam #samNav ul {
    float: left;
    width: 300px;
  }
  
  #samNav li {
    margin-left: 2em;
  }
  
  #sam #samNav img {
    float: right;
    width: 208px;
  }
  
  #sam #samNav a, 
  #sam #samNav a:link,
  #sam #samNav a:visited,
  #sam #samNav a:hover,
  #sam #samNav a:active {
    color: #984806;
    text-decoration: none;
  }
  
  #sam #samNav a:hover {
    text-decoration: underline
  }
  
  #sam #ruralWrapper {
    border: 1px solid #000;
  }
  
  #sam #rural {
    margin: 2px;
    border 3px solid #000;
    background-color: #FFF6E1;
    padding: 1em;
  }
  
  #sam .yellowBox {
    border: 1px solid #000;
    background-color:#FFC000;
    padding: 2em;
  }
  
  #sam .blueBox {
    border: 1px solid #CDF2FF;
    background-color:#yellow;
    padding: 2em;
  }
  
  /************ Utility Classes. *************/
  #sam .separator {
    color: #7300E6;
    font-size: 300% !important;
    text-align: center;
  }
  
  #sam .testimonial {
    text-align: center;
    color: #984806;
  }
  
  #sam .footnotes {
    text-size: 80%;
  }
  
  #sam .both {
    clear: both;
  }
  
  #sam .underline {
    text-decoration: underline;
  }
  
  #sam .brown {
    color: #984806;
  }
  
  #sam .bold {
    font-weight: bold;
  }
  
  #sam .big {
    font-size: 120%;
  }
  
  #sam centered {
    text-align: center;
  }
