/* Search Include */
#search {
  background-color:#641519;
  background: url(../images/redbg.gif) repeat;
  color:#FFFFFF;
  clear:both;
  border-top:0px;
  border-right:20px;
  border-left:20px;
  border-bottom:5px;
  border-color:#ffffff;
  border-style:solid;
  padding: 3px 5px 1px 5px;
  margin-left:2%;
  margin-right:2%;  
}
#search .left {
  float:left;
  margin-top:3px;
  background-color:#641519;
  width:47%;
 /* background: url(../images/redbg.gif) repeat-y; */
  padding:0px;
}

#search .right {
  float:right;
  background-color:#641519;
  width:35%;
  /*background: url(../images/redbg.gif) repeat-y; */
  padding:0px;
  text-align:right;
}


#header {
  clear:both;
  background-color:#e7e7e7;
  height:133px;
  border-top:20px;
  border-right:20px;
  border-left:20px;
  border-bottom:5px;
  border-color:#ffffff;
  border-style:solid;
  margin-left:2%;
  margin-right:2%;
}
#header .left {
  float:left;
}
#header .right {
  float:right;
}
#header img {
  border:none;
}

/* Content Area Include */
#contentarea {
  background-color:#e7e7e7;
  background: url(../images/greybg.gif) repeat;
  height:100%;
  clear:both;
  border-top:0px;
  border-right:20px;
  border-left:20px;
  border-bottom:0px;
  border-color:#ffffff;
  border-style:solid;
  padding:0px;
  margin-left:2%;
  margin-right:2%;   
}

.content {
  float:right;
  width:80%;
  background-color:#e7e7e7;
  background: url(../images/greybg.gif) repeat-y;  
  height:100%;
  padding: 12px 5px 10px 0px;
  margin-left:1px;
}

/* Menu Include */
.menu { 
  float:left;
  width:19%;
  background-color:#e7e7e7;
  background: url(../images/greybg.gif) repeat-y;  
  height:100%;
  padding-top:5px;
}
.menu ul { 
  margin:6px; 
  padding:0px; 
}
.menu li { 
  margin:0px; 
  border-bottom: #CCCCCC solid 2px;
  list-style-type: none;
}
.menu a { 
  display:block; 
  padding-top:5px; 
  padding-right:5px; 
  padding-bottom:5px; 
  padding-left:6px; 
  border:none; 
 }
 


/* Footer Include */
#footer {
  text-align:center;
  clear:both;
}

#footer li {
  display:inline;
}


/* Containerbottom Include*/
#containerbottom {
  clear:both;
  background: url(../images/bottom.gif) repeat-x;
  height:51px;
  margin-left:2%;
  margin-right:2%;
}

#containerbottom .left2 {
  float:left;
  background: url(../images/bottom-banner_cornerleft.gif) no-repeat;
  width:7%;
  height:51px;
}
#containerbottom .right2 {
  float:right;
  background: url(../images/bottom-banner_cornerright.gif) no-repeat bottom right;
  text-align:right;
  height:51px;
  width:90%;
  padding-right:13px;
}

.latestnews {
  background-color:#ffffff;
  margin:10px;
  margin-top:20px;
  padding:4px;
  padding-bottom:10px;
  border-style: solid;
  border-color:#cccccc;
  border-width:1px;
}
.latestnews hr {
  border: 0; 
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  width: 100%;
  text-align: left;
}
.latestnews p{
  text-align:center;
}
.latestnews p, .latestnews ul {
  font-size:x-small;
}
.latestnews ul, .latestnews p {
  margin:0px;
  padding:0px;
  list-style-type:none;
}
.latestnews li {
   border-bottom: #CCCCCC solid 0px;
   padding-bottom:3px;
}
.latestnews a {
  display:inline; 
  padding:0px;
}
/* 
**************************************************************************
DOCUMENT WIDE STYLES
**************************************************************************
*/

img {
  border:none;
}
body {
background-color:#cdcdcd;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:small;
color:#000000;
}

a:link {
color: #511014;
font-weight:bold;
text-decoration: none;
}

a:visited {
text-decoration: none;
font-weight:bold;
color: #511014;
}

a:hover {
text-decoration: underline;
font-weight:bold;
color: #511014;
}

a:active {
text-decoration: none;
font-weight:bold;
color: #511014;
}

h1 {
font-size: medium;
color: #000000;
}

h2 {
font-size: small;
font-weight: bold;
color: #000000;
}

h3 {
font-size: small;
font-weight: bold;
color: #000000;
font-style:italic;
}
p {
 color: #000000;
}

/* 
**************************************************************************
PAGE CLASSES
**************************************************************************
*/

.crumbnav {
  font-weight:bold;
}

.relatedlinks{
  font-weight:bold;
}

.clear {
  clear: both;
  height: 1px;
  font-size: 1px;
  line-height: 1px;
  margin-bottom: -1px;
}