@charset "UTF-8";
/* CSS Document */

body { 
	background-color: #231f20;
	background-image:url(img/header.jpg);
	background-repeat:repeat-x;
	font-family: helvetica; 
	color: 231f20; 
	font-size:12px; 
	line-height: 18px;
	overflow: scroll}
	
	
#content {
	background-color:#FFF;
	width: 962px;
	min-height: 800px;
	margin-top: 20px;}
	
#menu {
	background:#231f20;
	color:#c7b299;
	width: 963px;
	height:42px;
	position:absolute;
	top: 210px; }
	
.images {
	float: right;
	margin-left: 30px;
	margin-bottom: 20px; 
	border: #6e6254 groove 4px}

.images_l {
	float: left;
	margin-left: 18px;
    margin-right: 13px;
	margin-bottom: 20px; 
	border: #6e6254 groove 4px}

#site_content {
	color:#231f20;
	height: 100%;
	position: relative;
	top: 70px;
	left:0;
    text-align: justify;
	padding-left: 80px;
	padding-right: 80px;}	
	
h1 { font-size:16px; 
	 font-family: helvetica;
	 font-weight:normal; 

}

h2 { font-size:14px; 
	 font-family: helvetica;
	 font-weight: normal;
    color: #7c6f64;
    margin-top: 25px

}

#footer {
	background:#534741;
	color:#c7b299;
	width:100%;
	height:200px;
	position:absolute;
	left:0;}

.footer_content {
	width: 300px;
	padding-top: 30px}
	
.footer_text {
	margin-top: 20px}


#copy {
	background:#231f20;
	color:#c7b299;
	width:100%;
	height:35px;
	position:absolute;
	left:0;
	padding-top: 15px;
	margin-top: 50px
	}
	
	
	hr {  border: 1px solid #e5d5c4;

}


/* links*/
a.knowledge:link { color: #221e1f; text-decoration:underline; font-weight:normal; }
a.knowledge:visited { color: #221e1f; text-decoration:underline; font-weight:normal; }
a.knowledge:hover { color: #8e7d6e; text-decoration:underline;font-weight:normal; }
a.knowledge:active { color: #c7b29b; text-decoration:underline; font-weight:normal; }


.col-sm-4 {
  margin-left: 2% !important;
  margin-top: 2% !important;
   
}

.read-more, .read-less {
  cursor: pointer;

}
.label-default {
  font-size: 16px !important;
}


