/* Global Styles */

body {
	margin:0px;
	}
	
td {
	color:#666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
	
a {
	color: #1d241d;
	}
	
a:hover {
	color: #FF9900;
	}

/* ID Styles */

#navigation td {
	border-bottom: 1px solid #F4FFE4;
	}
	
#navigation a {
	color: #FF9900;
	line-height:16px;
	letter-spacing:0.1em;
	text-decoration: none;
	display:block;
	padding:8px 6px 10px 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	}
	
#navigation a:hover {
	background: #99CC66;
	color:#993300;
	}
	
#logo 	{
	font:24px Verdana;
	color: #669933;
	letter-spacing:0.2em;
	line-height:30px;
	}

#tagline 	{
	font:10px Verdana, Arial, Helvetica, sans-serif;
	color: #FF9900;
	letter-spacing:0.4em;
	line-height:18px;
	}

#monthformat {
	border-bottom: 1px dashed #5C743D;
	}
		
#dateformat {
	color: #4D503D;
	letter-spacing:0.2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
	
#dateformat a {
	color: #FAA047;
	font-weight:bold;
	letter-spacing:.1em;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
	
#dateformat a:hover {
	color: #F4FFE4;
	letter-spacing:.1em;
	}
	
/* Class Styles */
	
.bodyText {
	color:#99CC66;
	line-height:20px;
	margin-top:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	
.pageName{
	color: #669933;
	line-height:26px;
	letter-spacing:0.21em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	}
	
.subHeader {
	color: #99CC66;
	line-height:normal;
	letter-spacing:normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	}

.quote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #669933;
	font-size: 14px;
	}
	
.smallText {
	color: #99CC66;
	line-height: 20px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	}
	
.navText {
	color: #3c3e35;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: underline;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	}
	
	
	   1.
      /* CLEAN FORM
   2.
      /////////////////////////////*/ 
   3.
       
   4.
      /* General */ 
   5.
       
   6.
      .cleanform { 
   7.
          font-size:1em; 
   8.
          width:40em; 
   9.
          color:#99CC66; 
  10.
          text-align:left; 
  11.
          margin:1em auto 
  12.
      } 
  13.
       
  14.
      /* Elements */ 
  15.
       
  16.
      .cleanform  label,.cleanform legend{ 
  17.
          padding:0; 
  18.
          margin:0.3em 0 
  19.
      } 
  20.
       
  21.
      .cleanform fieldset{ 
  22.
          padding:0.7em; 
  23.
          border:1px solid #ddd; 
  24.
          margin:0 0 0.5em 0 
  25.
      } 
  26.
       
  27.
      .cleanform label { 
  28.
          font-weight:bold 
  29.
      } 
  30.
       
  31.
      .cleanform fieldset input { 
  32.
          width:70%; 
  33.
          line-height:1.5em; 
  34.
          padding:0.15em 
  35.
      } 
  36.
       
  37.
      .cleanform .radio input, 
  38.
      .cleanform .checkbox input { 
  39.
          width:auto; 
  40.
          border:none; 
  41.
          margin:0 1.5em 0 0 
  42.
       } 
  43.
       
  44.
      .cleanform input, .cleanform textarea, .cleanform select { 
  45.
          display:block; 
  46.
          margin-bottom:1em; 
  47.
          font-size:1em; 
  48.
          border:1px solid #bbb; 
  49.
          padding:0.15em; 
  50.
          margin-right:1em 
  51.
       } 
  52.
       
  53.
      .cleanform .radio label, .cleanform .radio input, 
  54.
      .cleanform .checkbox label, .cleanform .checkbox input { 
  55.
          display:inline; 
  56.
          margin:0 1.5em 0 0 
  57.
      } 
  58.
       
  59.
      .cleanform .radio input, .cleanform .checkbox input { 
  60.
          margin:0 0.3em 0 0 
  61.
      } 
  62.
       
  63.
      /* Button */ 
  64.
       
  65.
      .cleanform button { 
  66.
          margin:0.3em 0; 
  67.
          border:1px solid #ccc; 
  68.
          background-color:#eee; 
  69.
          font-size:1em; 
  70.
          cursor:pointer; 
  71.
          padding:0.5em 
  72.
      } 
  73.
       
  74.
      .cleanform button:hover { 
  75.
          background-color:#e6efc2; 
  76.
          border:1px solid #c6d880; 
  77.
          color:#529214 
  78.
      } 
  79.
       
  80.
      .cleanform button:active { 
  81.
          background-color:#333; 
  82.
          color:white; 
  83.
          border:1px solid #000 
  84.
      } 
  85.
       
  86.
      /* information */ 
  87.
       
  88.
      .cleanform .formInfo { 
  89.
          margin-bottom:1em; 
  90.
          padding-bottom:0.5em; 
  91.
          border-bottom:0.1em solid #ddd 
  92.
      } 
  93.
       
  94.
      .cleanform .formInfo h2 { 
  95.
          color:#00889e; 
  96.
          font-weight:bold; 
  97.
          font-size:1.2em; 
  98.
          margin-bottom:1em 
  99.
      } 
 100.
       
 101.
      .cleanform .formInfo p{ 
 102.
          text-align:justify 
 103.
      } 
 104.
       
 105.
      .cleanform .required { 
 106.
          color:#ff3838; 
 107.
          font-weight:bold; 
 108.
          font-size:0.8em 
 109.
      }  
	
	

/* highseide Styles */


.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}

.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {
	border: 2px solid gray;
}
.highslide:hover img {
	border: 2px solid silver;
}

.highslide-wrapper {
	background: white;
}
.highslide-image {
    border-bottom: 1px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    
    border-bottom: 1px solid white;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: silver;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}

a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}
a.highslide-full-expand {
	background: url(highslide/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}

/* These must always be last */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
