/* Colors: 
		#993300		Salish Red				Side bars, Top Menu
		#F7DDBE		Muckleshoot Sand		
		#5DB9C5		Puget Sky				Side Menu highlight
		#66CCCC		Puget Sky alternate		
		#CC3333		Tassle Red				
		#663300		Muckleshoot Mud			Body Text, Side Menu Text
		#FFF4EE		Main Content Area Background
*/

html 
{
    margin:0;
    padding:0;
    border:0;
    width:100%; 
    height:100%;
/*    font-size:0.9em; */
    color:#663300;
}
body 
{
    margin:0;
    padding:0;
    border:0;
    width:100%; 
    height:100%;
    background-color: #FFF4EE; 
    min-width:1000px;    /* Minimum width of layout - remove line if not required */
						/* The min-width property does not work in old versions of Internet Explorer */
    font-family:Verdana;
    font-size:0.9em;
    color:#663300;
}
object { display:block; margin:0; padding:0; border:0; }
img 
{
	margin:0;
	padding:0;
	border:0;
	display:block;
}

h2 
{
	font-size:1.0em;
	font-weight:bold;
	padding:0;
	margin:0;
	color:Black;
}

h3 
{
	font-size:1.2em;
	font-weight:bold;
	padding:0;
	margin:0 0 0.3em 0;
	color:Black;
}
h4 {
	font-size:1.6em;
	font-weight:bold;
	padding:0;
	margin:0 0 0.3em 0;
}
a 
{
	color: #663300;
	text-decoration:underline;
}
a:hover {
	color:#CC3333;
}

a:redlink {
	color:#993300;
	font-size:1.1em;
}

.CentralPanel
{
	width:80%;
	background-color: #FFF4EE; 
	padding:0;
}
.ShadowLeft 
{
	width:10%;
	background-image: url(/css/img/shadow-left_10x1.jpg);  /* Grey is .gif */
	background-color: #D3B581;   /* #404C4C; - Grey */
	background-repeat:repeat-y; 
	background-position:100% 0;
}
.ShadowRight 
{
	width:10%;
	background-image: url(/css/img/shadow-right_10x1.jpg);
	background-color: #D3B581;   /* #404C4C; */
	background-repeat:repeat-y;
}

.BannerPhotoDesc 
{
	display:inline-block;
	width:120px;
	font-size:0.7em;
	color:#F7DDBE;
	margin:0.5em;
}

.MenuBar
{
	height:50px;		/* Note: height is overridden in _Home & _Standard css files */
	line-height:50px;

	padding:0;
	margin:0;
	overflow:hidden;
	border-top:2px solid #61BBC6;
	border-bottom:2px solid #F7DDBE;
	border-left:0;
	border-right:0;
}

.MenuBar ul 
{
	padding:0;
	margin:0;
}
.MenuBar ul li 
{
	display:inline;
	vertical-align:middle;
	font-family:Eras Bold ITC;
	font-size:1.1em;
	font-variant:small-caps;
	color:#993300;
	padding:0;
	margin:0 0.5em 0 0;
}

.MenuBar ul li a 
{
	color:#993300;
	text-decoration:none;
}
.MenuBar ul li a:hover 
{
	color:#CC3333;
	text-decoration:none;
}
.MenuBar ul li a.CurrentPage
{
	color:#CC3333;
}

.NewsList {
	padding:0;
	margin:0;
	list-style-type:none;
}

.NewsList li {
	vertical-align:top;
	color:#663300;
	padding:0;
	margin:0 0 0.75em 0;
}
.NewsList li a {
	color: #663300;
	font-weight:bold;
	text-decoration:none;
	margin:0;
}
.NewsList li a:hover
{
	color:#CC3333;
	text-decoration:underline;
}
.NewsList li .NewsDateline
{
	margin:0;
}

.EmpRecPhoto {
	float:right;
	margin:0 0 1em 1em;
	border:none;
}

.ServiceList {
	padding:0;
	margin: 0 0 0 1em;
	list-style-type:none;
}

.ServiceList li {
	vertical-align:top;
	color:#663300;
	padding:0;
	margin-bottom:0.3em;
}
.ServiceList li a {
	color: #663300;
	text-decoration:none;
}
.ServiceList li a:hover
{
	color:#CC3333;
	text-decoration:underline;
}

.ServiceDetail 
{
	margin-left:1em;
	margin-bottom:0.5em;
	float:right;
	min-width:18em;
	padding:0 0.5em 0 0.5em;
	color:black;
	background-color:#E0CBAB ; /*#C59E61; #F7DDBE; */
	border-top:1px solid  #F7DDBE; 
	border-left:1px solid  #F7DDBE; 
	border-right:1px solid  #663300; 
	border-bottom:1px solid  #663300;  
}
.ServiceGoBack {
	float:right;
	font-size:0.8em;
	font-style:italic;
	color:#663300;
}
.ServiceGoBack a {
	color:#663300;
	text-decoration:none;
}
.ServiceGoBack a:hover {
	color:#CC3333;
	text-decoration:underline;
}

/* The following styles are used in the editor.  See ForEditor stylesheet for more info. */
.Heading1 { font-size:1.2em;font-weight:bold; }
.Heading2 { font-size:1.6em; font-weight:bold; }
.RedText { color:#CC3333; }
.RedNotice { color:#CC3333;font-size:1.2em;font-weight:bold; }
.Emphasis { font-size:1.0em;font-weight:bold; }




/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
