@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #4c7f68;
	background-image:url(images/bkgrdRep.png);
	background-position:center;
	background-repeat: repeat-y;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
a {text-decoration: none;	color:  #880000;}
a:active {color: #000000;	text-decoration: underline;}
a:visited {color:  #880000; text-decoration: none;}
a:hover {text-decoration: underline; color: #000000;}

.oneColFixCtrHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #EDF7FF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background-image:url(images/header.png);
	height:108px;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #nav {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #EDF7FF;
	margin:0;
}
.topnav ul {
	list-style: none inside none;
	margin:0;
	background-image:url(images/goldBox.png);	
}
#topmenu li {
	display: block; 
	font-size:20px; 
	font-family:"Trebuchet MS", Verdana, sans-serif; 
	margin:0; 
	width:100%;
}
#topmenu a {
	display:block;  
	color:#000000; 
	height:36px; 
	padding-top:10px; 
	padding-left:15px; 
	padding-right:15px; 
	text-decoration:none; 
	margin:0;
}
#topmenu a:visited,active {
	display:block; 
	color:#000000; 
	height:36px; 
	padding-top:10px; 
	padding-left:15px; 
	padding-right:15px; 
	text-decoration:none;
	margin:0;
}
#topmenu a:hover {
	display:block;
	color:#000000;
	height:36px;
	padding-top:10px;
	padding-left:15px;
	padding-right:15px;
	text-decoration:none;
	background:url(images/topmenu.png) repeat-x;
	color:#000000;
	margin:0;
}

.oneColFixCtrHdr #mainContent {
	padding: 0 20px 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #EDF7FF;
	margin:0;
}

.rounded-corners {
     -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
	background-color:#663333;
	width:236px;
	height: 236px;
	behavior: url(border-radius.htc);
    border-radius: 15px;
	}
#rounded-corners {
	float:right;
	padding: 15px;
	margin:10px;
     -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
	background-color:#3C430D;
	width:236px;
	height: 236px;
	behavior: url(border-radius.htc);
    border-radius: 15px;
	}
#rounded-corners a {text-decoration: none;	color:  #9C9D28;}
#rounded-corners a:active {color: #B87213;	text-decoration: none;}
#rounded-corners a:visited {color:  #9C9D28; text-decoration: none;}
#rounded-corners a:hover {text-decoration: none; color: #B87213;}

#breadcrumb-footer { color:#9C9D28; font-size: small; }
#breadcrumb-footer a {text-decoration: none;	color: #9C9D28;}
#breadcrumb-footer a:active {color: #BA7210;	text-decoration: none;}
#breadcrumb-footer a:visited {color: #9C9D28; text-decoration: none;}
#breadcrumb-footer a:hover {text-decoration: none; color: #BA7210;}

#breadcrumb { color:#9C9D28; font-size: small; }
#breadcrumb a {text-decoration: none;	color: #9C9D28;}
#breadcrumb a:active {color: #BA7210;	text-decoration: none;}
#breadcrumb a:visited {color: #9C9D28; text-decoration: none;}
#breadcrumb a:hover {text-decoration: none; color: #BA7210;}


.oneColFixCtrHdr #footer {
	padding:  25px 0 10px 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-color:#004928;
	background-image:url(images/footer.png);
	background-position: center top;
	background-repeat:no-repeat;
	height:20px;}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.style1 {
	color: #9C9D28;
	font-size: small;
}
.style2 {font-size: small}
.style5 {
	color: #BA7210;
	font-size: large;
}
h1 { color:#880000;}
h2 {
	color:#880000;
	font-style:italic;
}

.box-shadow {
  background-color: #fff;
  position: relative;
  text-align: center;
}

.box-shadow::after {
-webkit-box-shadow: inset 5px 5px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: inset 5px 5px 5px 0px rgba(0,0,0,0.75);
box-shadow: inset 5px 5px 5px 0px rgba(0,0,0,0.75);
border-radius: 15px 15px 15px 15px;
-moz-border-radius: 15px 15px 15px 15px;
-webkit-border-radius: 15px 15px 15px 15px;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}




.masonry {

}

.masonry .item {
  width:  128px;
  height: 128px;
  margin: 8px;
	float: right;
	
}

.masonryimg {
	border-radius: 15px 15px 15px 15px;
-moz-border-radius: 15px 15px 15px 15px;
-webkit-border-radius: 15px 15px 15px 15px;
	   }
.item.hh { height: 128px; width: 266px;}
.item.hv { height: 266px; width: 128px;}
.item.hs { height: 128px; }

.box-shadow img {
  max-width: 100%;
  width: auto;
}