/* CrossRoads FWBC CSS Document */

body {

	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; margin: 14px;
	color: #000000;  text-transform: none;
	background: #a3b59b;
	background-image: url(../images/splatbg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
            scrollbar-face-color:91a6a9;
	scrollbar-highlight-color:ffffff;
	scrollbar-3dlight-color:91a6a9;
	scrollbar-shadow-color:ffffff;
	scrollbar-darkshadow-color:ffffff;
	scrollbar-arrow-color:91a6a9;
	scrollbar-track-color:ffffff;	
	 }

a:link		{ color: #660066; text-decoration: underline;  }
a:visited	{ color: #660066; text-decoration: underline ; }
a:active	{ color: #660066; text-decoration: underline; }
a:hover		{ color: blue; text-decoration: underline;  font-weight : bold;  }

H1 { FONT-WEIGHT: bolder; FONT-SIZE: 28px; COLOR: #176268;  padding : 0px;  margin-bottom : 10px;   font-family: "Palatino Linotype", Georgia, "Times New Roman", Times, fantasy;  font-style : italic; }
H2 { FONT-WEIGHT: bold; FONT-SIZE: 18px; COLOR: #672A69;  padding : 0px; margin-bottom : 0px;  }
H3 { FONT-WEIGHT: bold; FONT-SIZE: 16px; COLOR: #11585b; padding : 0px; margin-bottom : 0px;    }
H4 { FONT-WEIGHT: bold; FONT-SIZE: 14px; COLOR: #672A69; padding : 0px; margin-bottom : 0px;   }

.box, p.box {
	border: 1px solid #CEBF97;
	margin : 10px;
	padding : 10px;
	background-color : #FFFFCC;
}

.box_blue, p.box_blue {
  padding: 6px;
  margin: 3px;
  background: #FFFFFF url(../images/bkg_purple.jpg);
  color: #000066; border: 1px solid Navy; word-spacing: 0.1em;}

.border {
  border: 1px solid White;
}

.button{
  font-weight: bold;
  border: 1px solid White;
  color: #fff;
  background-color: #11585b;
  font-size : 12px;
}
.caption {
	color: #11585b;  font-size : 11px;
}
.content { padding : 18px; font-size: 12px; 
}

.date {
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 11px;
  padding: 3px; COLOR: #ffffff;
}
.eto ,eto a,.eto a:link,.eto a:visited {
font-family : sans-serif;
  font-size: 11px;
  color: #CCCCCC;
  padding : 7px;
  text-align : center;
}

.eto a:hover {
  font-weight : bold;
}

.footer, .footer a,.footer a:hover,.footer a:link,.footer a:visited {
	COLOR: #ffffff; FONT-FAMILY: Arial, Helvetica, sans-serif;   font-size: 12px; padding: 3px; 
}

.pagetrail, .pagetrail a,.pagetrail a:link,.pagetrail a:visited {
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 12px;
  margin-top: 3px;
  padding : 3px;
  COLOR: #ffffff;
  text-align : right;
}
.pagetrail a:hover {
	font : bold;
}
.phone {
color: blue;
}

/* menu nav bar  */

.navigation { 
list-style-type: none;
margin: 0;
padding: 0;
width: 225px;
}



 /* Stylesheet settings for ListMenu Snippet
// STYLES used
//
// #LM_level_N      menu level where N is the number of the depth
//                  starting at 0
// #LM_youAreHere   menu item of current location
// .LM_expanded     expanded menu item with children
// .LM_collapsed    menu item with childen, but not expanded
// .LM_endPage      menu item with children
// .LM_description  menu item description
// 
*/

/* ListMenu Styles */

#listMenuWrapper {
list-style-type: none;
margin: 0;
padding: 0;
width: 225px;
}

#listMenuWrapper ul {
list-style-type: none;
margin: 0;
padding: 0;
width: 225px;
}
/* sets main color */
#listMenuWrapper ul li {
list-style-type: none;
margin: 0;
padding: 0;
width: 225px;
color: white;
}

#listMenuWrapper a, #listMenuWrapper #LM_youAreHere {
color: white;
display: block;
width: 225px;
padding: 2px 4px;
text-decoration: none;
font-weight: bold;
border: 1px solid;
border-color:#D5BFD0 #5A3A54 #5A3A54 #D5BFD0; /*light dark dark light*/
text-decoration:none;
}

#listMenuWrapper .snippetName a {
list-style-type: none;
margin: 0;
padding: 0;
width: 225px;
}

.LM_collapsed a { list-style : none; list-style-image : none; }
.LM_collapsed a:hover {
color: white;
display: block;
width: 225px;
padding: 2px 4px;
text-decoration: none;
font-weight: bold;
border: 1px solid;
border-color:#D5BFD0 #5A3A54 #5A3A54 #D5BFD0; /*light dark dark light*/
background-color: #672A69;
text-decoration:none;

	 }

.LM_expanded a { list-style : none; list-style-image : none; }
.LM_expanded a:hover { 
color: white;
display: block;
width: 225px;
padding: 2px 4px;
text-decoration: none;
font-weight: bold;
border: 1px solid;
border-color:#D5BFD0 #5A3A54 #5A3A54 #D5BFD0; /*light dark dark light*/
background-color: #672A69;
text-decoration:none;

	}
.LM_expanded #LM_youAreHere {
color: white;
display: block;
width: 225px;
padding: 2px 4px;
text-decoration: none;
font-weight: bold;
border: 1px solid;
border-color:#D5BFD0 #5A3A54 #5A3A54 #D5BFD0; /*light dark dark light*/
background-color: #672A69;
text-decoration:none;

}

.LM_endPage a { list-style : none; list-style-image : none; }
.LM_endPage a:hover  {
color: white;
display: block;
width: 225px;
padding: 2px 4px;
text-decoration: none;
font-weight: bold;
border: 1px solid;
border-color:#D5BFD0 #5A3A54 #5A3A54 #D5BFD0; /*light dark dark light*/
background-color: #672A69;
text-decoration:none;

}
.LM_endPage #LM_youAreHere {
color: white;
display: block;
width: 225px;
padding: 2px 4px;
text-decoration: none;
font-weight: bold;
border: 1px solid;
border-color:#D5BFD0 #5A3A54 #5A3A54 #D5BFD0; /*light dark dark light*/
background-color: #672A69;
text-decoration:none;

}

#LM_level_1 li a, #LM_level_1 li #LM_youAreHere {padding-left:8px; color: white;
display: block;
width: 225px;
padding: 2px 4px;
 font-size : 12px;
}
#LM_level_2 li a, #LM_level_2 li #LM_youAreHere {padding-left:10px;  font-size : 10px; }
#LM_level_3 li a, #LM_level_3 li #LM_youAreHere {padding-left:24px;}
#LM_level_4 li a, #LM_level_4 li #LM_youAreHere {padding-left:32px; }


