@import url("/css/menu.css");

* {
  margin: 0;
  padding: 0;
}

body {
  background:url("../images/bg.gif") repeat scroll 0 0 transparent;
  text-align: center;
  font-family: arial, helvetica, sans-serif;
}

li {
  margin: 10px 20px 10px 45px;
  font-size: 14px;
  color: white;
  line-height: 1.4em;
}

a {
  color: #504B2B;
}

a:hover {
  color: #6E6761;
}

hr {
  border:0;
  border-bottom:1px dotted #888888;
}

#wrapper {
  padding:30px 30px 10px;
  margin: 10px auto;
  width: 660px;
  text-align: left;
  background-color:#FBFBFB;
}

#header {
  width: 660px;
}

#hmenu1 {
  height: 28px;
  margin-bottom: 9px;
  color: #fff;
  background:url("../images/bg.gif") repeat scroll 0 0 transparent;
}

#hmenu1 p {
  text-align: center;
  margin: 0;
  padding-top: 6px;
  font-size: 14px;
  font-weight: normal;
}

#hmenu1 a {
  color: #fff;
  font-weight:bold;
  text-decoration: none;
}

#hmenu1 a:hover {
  text-decoration: underline;
}

#hmenu2 {
  height: 35px;
  margin-bottom: 9px;
  color: #fff;
  background: url(/images/topnav_bg.gif) repeat-x #222222;
}

#hmenu2 p {
  margin: 0;
  padding-top: 6px;
  font-size: 14px;
  font-weight: normal;
}

#hmenu2 a {
  color: #fff;
  font-weight:bold;
  text-decoration: none;
  padding:0px 10px;
}


#hclear {
  position: relative;
  left: 50%;
  float: left; 
}

#top1 {
  height: 240px;
  margin-bottom: 9px;
  background-color: #9CAC18;
  padding-top: 1px;
  position: relative;
}
#topmain {
  padding:20px;
  text-align: center;
}

#localimage {
  position: absolute;
  top: 1px;
  right: 0px;
}

#top2 {
  margin-bottom: 9px;
  background:url("../images/bg.gif") repeat scroll 0 0 transparent;
  padding-top: 22px;
  padding-bottom: 22px
}
#top2 p.p2 {
  font-weight: normal;
  font-style: italic;
}

#headertitle, .headertitle {
  font-family: "scrivano-1","scrivano-2",serif;
  font-weight: bold;
  vertical-align:middle;
}
#headertitle {
  color:#151515;
}
.headertitle {
  color:#9CAC18;
  font-size:24px;
}

#headertext1 {
  font-family: "scrivano-1","scrivano-2",serif;
  font-size: 18px;
  color: #151515;
  margin-top: 20px;
}

#headertext2 {
  font-family: "scrivano-1","scrivano-2",serif;
  font-size:18px;
  font-weight: bold;
  color: #151515;
  margin-top: 10px;
}

#highlight  {
  margin-right: 63px;
  margin-left: 63px;
  color: #fff;
  font-family: "scrivano-1","scrivano-2",serif;
  text-align:center;
  font-size: 18px;
  font-weight: bold;
}

#entry-content {
    min-height:4in;
	margin:10px 0;
}

#entry-content label {
    color: #888888;
    font-size: 12px;
	font-weight:bold;
}

#indlist {
	list-style-type:none;
	list-style-position:outside;
}

#indlist li {
    margin-left:10px;
}

input[type="submit"] {
    font-family: Arial,Tahoma,Verdana;
    color: #9A9A9A;
    font-size: 12px;
}

#breadcrumb {
  text-align: right;
  font-family: arial, helvetica, sans-serif;
  font-size: 10px;
  color: #856944;
  margin-top: 6px
}

#breadcrumb a {
  color: #856944;
  font-size: 12px;
}

h1 {
  font-size: 26px;
  font-weight: normal;
  margin-top: 8px;
  margin-bottom: 18px;
}

#columnB {
	min-height:4in;
}

#columnB h3 {
  margin: 18px 20px 0px 0px;
  font-size: 14px;
  font-weight: bold;
  color: #245A6D;
}

#columnB p {
  margin: 20px 0px;
  font-size: 14px;
  color: #151515;
  line-height: 19px;
}
#columnB h3.gift {
  font-family:"adrianne-1","adrianne-2",serif;
  margin: 20px 0px;
  color: #9CAC18;
  font-weight: bold;
  font-style:italic;
  font-size: 18px;
}

#columnB p.p3 {
  color: #504B2B;
  font-weight: normal;
  line-height: 16px;
  text-align:justify;
}

#footer {
  clear: both;
  width: 660px;
  text-align: center;
  color: #fff;
  height: 28px;
  background-color:#151515;
}

#tagwrap {
  display:table;
  margin-top:6px;
  width:100%;
  text-align:center;
}
#fmenu {
  padding-top: 5px;
  padding-bottom: 4px;
  font-size: 14px;
}

#fmenu a {
  color: #fff;
  text-decoration: underline;
  padding:0 40px;
}
#fmenu a:hover {
  color: #9CAC18;
  text-decoration: underline;
}

span.copyright {
  float: right;
  font-size: 10px;
  color: #9CAC18;
}

span.credit {
  float: right;
  margin-right: 60px;
  font-size: 10px;
}
span.credit a {
  text-decoration: none;
  color: #8E7051;
}
span.credit a:hover {
  color: #8E7051;
  text-decoration: underline;
}



div.clearfloat {
  clear: both;
}



/* Articles styling */

#article h1 {
  font-size: 15px;
  font-weight: bold;
  text-align: right;
  color: #D6AC48;
  margin: 0 0px 8px 0;
  padding: 8px 25px 8px 10px;
  background-color: #F1EED6;
}

#ArticlesIndex {
  background-color: #F2E4CE;
  padding-left: 35px;
}


#ArticlesIndex .listsegment1 {
  width: 100%;
  margin: 0;
}
#ArticlesIndex .listsegment1 h3 {
  color: #4C2E16;
  font-size: 15px;
  font-weight: bold;
  padding-top: 10px;
}
#ArticlesIndex .listsegment1 h3 a {
  color: #4C2E16;
  text-decoration: none;
}
#ArticlesIndex .listsegment1 h3 a:hover {
  color: #0047AB;
  text-decoration: underline;
}
#ArticlesIndex .listsegment1 p {
  margin: 0;
  padding: 0px 15px 0px 15px;
  font-size: 13px;
}

#columnB #ArticlesIndex {
  background-color: transparent;
  padding-left: 0;
}
#columnB #ArticlesIndex .listsegment1 h3 a {
  color: #0047AB;
  text-decoration: none;
}
#columnB #ArticlesIndex .listsegment1 h3 a:hover {
  color: #4C2E16;
  text-decoration: underline;
}
#columnB #ArticlesIndex .listsegment1 h3 {
  color: #0047AB;
  padding-top: 0px;
}


/* Styles for floating Child Menu div */

div.calloutright {
	float: right;
	width: 280px;
  margin: 30px 0 20px 30px;
  background-color: #F2EDEA;
}

div.subnav {
  width: 253px;
  font-family: Arial, sans-serif;
  font-size: 14px;
  background-color: #FAF8F7;
  margin: 25px;
  padding-bottom: 15px;
}

#columnB div.subnav h2 {
  text-align: left;
  font-size: 14px;
  font-weight: bold;
  font-style: italic;
  color: #316476;
  margin-top: 10px;
  margin-left: 20px;
  margin-bottom: 6px;
}

div.subnav ul {
  list-style: none;
  margin-left: 30px;
}

div.subnav li {
  font-size: 14px;
  margin: 0;
  line-height: 28px;
}

div.subnav li a {
  color: #863232;
}

html>body div.subnav li a {
  width: auto;
}

div.subnav li a:hover {
  color: #1E4D5E;
}

/* Site Map Styles */

#sitemap li {
  margin-left: 0;
}

#sitemap ul {
  margin-top: 22px;
  margin-bottom: 15px;
}
#sitemap ul ul {
  margin-left: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}
#sitemap ul ul ul {
  font-size: 11px;
}

#sitemap ul li {
  font-size: 14px;
}
#sitemap ul ul li {
  font-size: 12px;
}
#sitemap ul ul ul li {
  font-size: 11px;
}

#sitemap li {
  font-size: 11px;
  color: #825D41;
  line-height: 1.2;
  margin-bottom: 8px;
}
#sitemap li a {
  font-weight: bold;
  color: #825D41;
  text-decoration: none;
}
#sitemap li a:hover {
  text-decoration: underline;
}

#sitemap ul ul li a {
  color: #5C7C81;
}
#sitemap ul ul ul li a {
  color: #333333;
}
.error{
	background-color:#AB0000;
	color:white;
	font-size:10px;
	font-weight:bold;
	margin-top:10px;
	padding:10px;
	text-transform:uppercase;
	width:240px;
}
#services {
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
    display: block;
    float: left;
    line-height: 35px;
    padding: 0 5px;
	margin:0;
	list-style: none outside none;
	width:auto;
}