/*=== FIXED BACKGROUND ===*/

/*  creates a fixed (non-scrolling) bg image */
#bg {
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	height: 100%;
	width: 100%;
}


/*=== NEWS ===*/



#newsarticle {
         padding: 0;
         border: 2px solid silver
}

#newsarticle span.byline {
         width: 48%;
         float: left;
         margin: 0 0 0 10px;
         color: red;
         text-decoration: italics;
}

#newsarticle span.dateline {
          width: 48%;
          float: right;
          margin: 0 10px 0 0;
          color: red;
          text-decoration: italics;
          text-align: right;
}

#newsarticle img {
          padding: 3px;
          display: block;
          margin-left: auto;
          margin-right: auto;
}

#newsarticle span.caption {
       font-size: small;
       font-style: italic;
       text-align: left;
}

#newsarticle p {
        margin: 0;
        padding: 8px 10px 0 10px;
        font-family: corsiva;
        text-indent: 5px;
}

/*==================================PHOTOS================================*/
#photomenu {
        width: 620px;
        padding: 20px, 0px, 0px, 20px;
}

#photonav, #photonav ul { /* all lists */
	padding: 0;
	margin: 0;
        width: 100%;
	list-style: none;
	line-height: 1;
        border: 1px solid #969E3F;
}

#photonav h3 { 
        padding: 2px;
	font-family: Trebuchet;
	color: #969E3F;
	font-size: 24px;
        text-decoration: none;
        height: 40px;
}

#photonav a {
	display: block;
	width: 10em;
        text-decoration: none;
        color: #969E3F;
}

#photonav a.parent {
	background: url('/../dlimages/rightarrow.png') center right no-repeat;
}

#photonav li { /* all list items */
	float: left;
	width: 10em; /* width needed or else Opera goes nuts */
}

#photonav li ul { /* second-level lists */
	position: absolute;
	background: #404040;
        color: #969E3F;
        padding: 2px;
	width: 10em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#photonav li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 10em;
}

#photonav li:hover ul ul, #photonav li.sfhover ul ul {
	left: -999em;
}

#photonav li:hover ul, #photonav li li:hover ul, #photonav li.sfhover ul, #photonav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

/*================================CONTACT==============================*/

#nobots {  
      visibility: hidden;
      display: none; 
}  

#contactform {
       padding: 20px 20px 0 20px;
}

/*==================================TEXTS================================*/

p {
	margin: 10px 15px 0 15px;
	color: #969E3F;
	align: justify;
	font-family: arial;
	font-size: 16px;
}


blockquote {
  	font: 14px/20px italic Times, serif;
	color: black;
  	padding: 10px;
  	background-color: #969E3F;
  	border-top: 1px solid #e1cc89;
  	border-bottom: 1px solid #e1cc89;
	width: 750px;
	text-align: justify;
  	margin: 0 auto;
  	background-image: url(/../dlimages/openquote1.gif);
  	background-position: top left;
 	 background-repeat: no-repeat;
 	 text-indent: 23px;
  }
  blockquote span {
     	display: block;
    	 background-image: url(/../dlimages/closequote1.gif);
     	background-repeat: no-repeat;
     	background-position: bottom right;
   }

h1 {
	padding: 15px;
	color: #AD9D83;
	font-size: 44px;
	font-family: Batik Regular;
	font-weight: bold;
}

h2 {
        padding: 5px;
	font-family: Impact;
	color: #AD9D83;
	font-size: 24px;
        text-decoration: underline;
}

/* ===LINKS===*/


a:link {
	color: #730000;
}

a:hover {
	text-decoration: none;
        color: maroon;
}

a:visited {
	color: #730000;
}

/* ===MISCELLANEOUS===*/

#article {
	width: 650px;
	margin: 0 auto;
	padding: 10px;
	font-size: 16px;
}



#graphic {
        margin: 0 auto;
        border-bottom: 1px #CCC solid;
        padding: 0;
}





span.pagelinks {
       color: #AD9D83;
       margin: 0 0 0 300px;
       padding: 5px;
}

span.pagelinks a {
       color: #AD9D83;
}


