body {
     padding-top:50px;
    font-family: "Times New Roman", Times, serif;
}



#headerWrapper{
  position:relative;
	padding:0;
	margin:0;
	overflow:hidden;
	background-image: url(../images/bg-pattern.jpg);
	background-repeat:no-repeat;
	background-size: 100% 120%;  
	background-position: top center;
	background-attachment:fixed;
}


#nav {
  background-color: #316e66;
  clear: both;
/*  height: 50px;  */
  margin: 0 auto;
  padding: 1px;
}

#nav li a {
  color: white;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    background-color: #6d6157;
    color: white;
}

#contents {
   background-color: white;
}


.box {
  margin: 30px 30px;
  padding: 20px;
}

#maintext h1, h2 {
  color: #316e66;
  font: 30px/30px "Times New Roman", Times, serif;
  margin: 0 0 18px;
  text-transform: uppercase;
}

#maintext h2 {
  font-size: 22px;
  margin: 0 0 30px;
}


.req {
  color:red;
  font: "Times New Roman", Times, serif;
}


/*    Used for meetings collapsable lists     */
 .row { vertical-align: top; height:auto !important; }
 .list {display:none; }
 .show {display: none; }
 .hide:target + .show {display: inline; }
 .hide:target {display: none; }
 .hide:target ~ .list {display:inline; }
 @media print { .hide, .show { display: none; } }

table#chairperson_table td {
  word-break:break-all;  
}


table#officer_table td {
  word-break:break-all;  
}

table#misc_table td {
  word-break:break-all;  
}


 .map_title {
  color: #316e66;
  font-size: 125%
 }

/*    support page     */ 
 .boxed {
  border: 1px solid green ;
  margin-bottom: 10px;
} 


.ads {
  float: right;
  width: 220px;
  border-left: 1px solid #bbbbbb;
  margin-left: 20px;
  padding-left: 20px;
}

#login-form{
  width:50%;
  height:60%;
  border:2px solid #000;
  border-radius: 15px;
  box-shadow: 7px 7px 15px rgba(0,0,0,0,6);
  margin: 7% auto;
  padding:15px;
  background-color: #fff;
}




/**************   block for vendor display page   *********************************/

.img-thumb {
width:auto;
height:200px;
}

#footer{
margin-top:50px;
}

.fotorama__wrap{
  width:90%;
  margin: 15px auto;
}

/* updated */
.saved_image{
  text-align:center;
}

/* updated */
.saved_image  img{
/*  width:auto;   */
/*  height:150px;  */
   width:25px;
   height:25px;   
}

/* updated */
.edit_banner img {
   width=300px;
   height:auto;
}

/* updated */
/* for vendor page */
#background {
	background: url(../images/bg-pattern.jpg) repeat-x center top;
	min-height: 1318px;
}

#navigation li, #navigation li a:hover, #navigation li.selected a {
	background-image: url(../images/bg-menu.png);
	background-repeat: repeat-x;
}
#contents div.box, #contents div.box > div, #contents div.body {
	background-image: url(../images/content-box.png);
	 background-repeat: no-repeat; 
}
#main div.box, #main div.box > div, #main div.box > div > div {
	background-image: url(../images/bg-box.png);
	background-repeat: no-repeat;
}

.box  {
	background-image: url(../images/bg-box.png);   
    background-color: white;
/*	background-repeat: no-repeat;*/
}

/* --------------------------------------------  */
#cname {
	color: #000000;
	font-size: 45px;
	line-height: 50px;
	margin: 0;
	padding: 0 0 24px 2px;
}

#page {
	width: 960px;
	margin: 0 auto;
}

img.center {
    display:block;
	margin-left:auto;
	margin-right:auto;
}

/**************   end block for vendor display page   *********************************/

.retired {
  color:red;
}