body {
	color: #888888;
	padding-top: 0px;
}
.clr {
	clear: both;
}
.jumbotron {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

/*###############################
---- Template Sections Style-----
###############################*/

.moduletable {
    background: none repeat scroll 0 0 #E9EEE3;
    border: thin solid #BDCBAA;
	border-radius: 4px;
	padding: 0;
	margin: 0 0 10px;	
}

.moduletablefacebook_style{
	text-align: center;	
}
.banner-ad .moduletable {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    text-align: center;
}

.banner-ad .moduletable img {
    border-radius: 4px;
}

.moduletable .custom{
	5px;
}

address {
    font-size: 12px;
    margin-left: 10px;
}
.article-info-term {
    display: none;
}
.article-info {
    font-size: 12px;
    margin: 0;
}
.items-row {
    background: none repeat scroll 0 0 #E9EEE3;
    border: thin solid #BDCBAA;
    border-radius: 4px;
    margin-bottom: 40px;
    padding: 10px;
}

.item-page{
    background: none repeat scroll 0 0 #E9EEE3;
    border: thin solid #BDCBAA;
    padding: 10px;	
	border-radius: 4px;
}

.moduletable > h3{
	background: none repeat scroll 0 0 #BDCBAA;
    margin: 0;
    padding: 0 5px;
	font-size: 17px;
	text-align: center;
	color: #000;
}

h2, h1{
	font-size: 28px!important;
	line-height: 34px!important;	
}

#logo h1 {
    color: #4A4A0E;
    font-size: 28px !important;
    font-weight: normal;
    margin: 0;
    text-shadow: 0 2px 3px #FFFFFF;
}

h2 > a {
    color: #253A09;
}


h2 > a:hover {
    color: #000;
	text-decoration:none;
}

#menulogo {
	padding: 0px;
	background: #d5dbb5 url('../images/bckgrnd.gif') 0 0 repeat-x;
	border-bottom: 2px solid #767E4E;
	margin-bottom: 20px;
}
.navbar{
	margin-bottom: 0px!important;	
}
#banner {
	background: #EAEBE3 url('../images/paper.jpg');
	
	border-bottom: 1px solid #999;
	margin-bottom: 50px;
}
#banner .moduletable {
	background: none; /*Removes the standard bootstrap background gradient*/
}
#banner h1 {
	color: #fff;
}
#banner p {
	color: #888888;
}
#toprow {
	
}
#toprow .moduletable {
	text-align: center;
}
#bodysection {
	margin-bottom: 70px;
}
#bottomrow {
	background: #EAEBE3 url('../images/paper.jpg');
	border-top: 1px solid #999;
	padding: 70px 0px 70px 0px;
}

.meetladies img {
    height: 110px;
    width: 100px;
}

.item-page.meetladies a {
    font-weight: bold;
}

.item-page .meetladies {
    padding-bottom: 80px;
}

.footer {
padding: 10px 0;
margin-top: 0px;
border-top: 1px solid #E5E5E5;
background-color: whiteSmoke;
}
/* #########----Main Menu Styling----######### */
.navbar {
	min-height: 54px;
}
.navbar-inner {
	padding-top: 0px;
	background: none;
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.navbar .nav > li > a {
  float: none;
  font-size: 18px;
  padding: 10px 15px 10px 15px;
  color: #5B6233; /*Changes color of standard menu link*/
  text-decoration: none;
  text-shadow: none;
}
.navbar .nav > li > a:hover {
  float: none;
  padding: 10px 15px 10px 15px;
  color: #242a02;/*Changes color of hovered menu link*/
  text-decoration: none;
  text-shadow: none;
}
.navbar .nav > .active > a {
  color: #fff;/*Changes color of active menu link*/
  text-decoration: none;
  background: #767E4E;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}
.navbar .nav > .active > a:hover {
  color: #fff;/*Changes color of active menu link*/
  text-decoration: none;
  background: #767E4E;
}
.navbar .nav li.dropdown.open > .dropdown-toggle, 
.navbar .nav li.dropdown.active > .dropdown-toggle, 
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
color: #6D929B; /*Changes color of menu link in dropdown*/
background: none;
}
.navbar .btn-navbar .icon-bar {
	background-color: #6D929B; /*Changes color of three lines in dropdown button*/
}
.logo {
	float: left;
}

/*###############################
----        Typography      -----
###############################*/

h1, h2, h3, h4 {
	color: #666;
}

/*###############################
----     Media queries      -----
###############################*/

@media (max-width: 480px) {
.logo {
	max-width: 50%;
}
body {
	padding-top: 10px;
}

}

@media (max-width: 979px) {
.logo {
	max-width: 60%;
}
body {
	padding-top: 10px;
}
}
@media (max-width: 980px) and (min-width: 768px) {
.jumbotron {
margin-top: 0px;
}