﻿#header, #leftsidebar, #hlmnewscol
{
  /*border-bottom:solid 1px #444444;
  background-image:url(images/bg_s4s9_vignette.jpg);
  background-repeat:no-repeat;*/
  background-color:#FF9900;    
}

#hlmnewscol
{
  /*background-color:#FF9900;*/
  background-color:#FFB94F;    
  border-top:solid 1px #666;
  /*background-image:url(images/orangefade.jpg);*/
  background-repeat:repeat-x;
  }

h1,h2,h3,h4,h5,h6
{
	font-family:Tahoma, Sans-Serif;
    /*color:maroon;
    background-color:#FFE5BF; */
}

h2
{
	border-top:solid 1px black;
	background-color:#EEE;
	margin-top:16px;
	padding:0 5px;
}

#hlmnewscol h3
{
	font-family:Tahoma;
	font-size:small;
	margin-top:0;
}

#hlmnewscol a
{
	color:Blue;
}

#logincontainer a
{
    color:Navy;
}

a {
	text-decoration: underline;
	color: #d32525;
}

a:visited {
	color: #980000;
}

a:hover {
	text-decoration: none;
	color: #e05252;
}

a:active {
	color: #980000;
}


#content, #contentnoads
{
    line-height:1.4;
    font-family:Tahoma, Sans-Serif;
    background-image:url(images/drop_shadow.gif);
    background-repeat:repeat-x;
    border-top:solid 1px #666;
}

/* home page news links column */
#hlmnewscol
{
    font-family:Tahoma, Sans-Serif;
    font-size:small;
}

#navcontainer ul
{
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

#navcontainer a
{
/*background-color:#ffcc80;*/ /* tan */
background-color: #FFA705; 
border-bottom: 1px solid #663d00;
/*border-left: 0px solid #663d00;*/
background-image:url(Images/MenuOrange152x30.jpg);
background-position:center center;
background-repeat:no-repeat;
}

#navcontainer a:link, #navlist a:visited
{
/*color: #EEE;*/
color:#663d00;
text-decoration: none;
}

#navcontainer a:hover
{
/*background-color: #369;*/
background-color:#ffe5bf;
background-image:url(Images/MenuOrangeOn152x30.jpg);
/*color: #fff;*/
}

/*
.albumcontainer a
{
    text-decoration: none;
    color:Maroon;
}

.photocontainer p
{
    font-size:x-small;
}
*/
#photos, #details
{
    font-size:smaller;
}

img.inlay
{
	border: 4px solid #FFFFFF;
}

.attention
{  background-color:#FFE5BF;
   border: solid 1px #CCB799;
   font-style:italic;
   color:#444;
   padding:3px;
}

.newsitempubdate
{color:#777;
    font-size:x-small;
    margin:3px 0;}
    
#hlmnewscol .newsitempubdate
{
 color:#333;	
	}
    
h3.newsheader
{
    margin-bottom:3px;
}

div.newsitem p
{
    margin:6px 0;
}

p.faq-q
{
	color:#222;
	font-weight:bold;
}
p.faq-a
{
	color:#222;
}

/* containers for contrasting user input controls against white background */
.control-section
{
	background-color:#FFE3B9;
}


/* contact message style - duplicated in Admin theme, Simple Themee and code */
div.messbase-wrap
{
	border:none;
	border-top: solid 1px #FFB94F;
	margin: 15px 0;
	padding: 5px;
	/*
	background-image: url(images/orange-white-fade2.jpg);
	background-repeat: repeat-x;
	*/
}

div.messbase-head
{
	font-size:smaller;
	color:#444;
}

div.messbase-body
{
	border-top: solid 1px #FFB94F;
	margin: 15px;
	padding: 10px 10px 10px 10px;
	background-color:White;
	background-color:#FFEED4;
	
	/*
    background-image: url(images/white-orange-fade2.jpg);
	background-position: center bottom;
	background-repeat: repeat-x;
    */
}