.contact-form input[type="text"]
{
    background-color: #fff;
    color: #000;
    width: 50%;
}

.contact-form {
	color: #6C6A67;
}

.contact-form input[type="text"], .contact-form input[type="email"], .contact-form input[type="tel"] {
  display:inline-block;
  width:250px;
}

.contact-form input[type="text"], .contact-form input[type="email"], .contact-form textarea, .contact-form input[type="tel"] {
  background:#F9F9F9;
  border:1px solid #CCCCCC;
  box-shadow:rgba(0, 0, 0, 0.0470588) 2px 2px 1px inset;
  box-sizing:border-box;
  color:#555555;
  font-family:Verdana, sans-serif;
  padding:8px;
}

.contact-form span {
	font-size: 11px;
}

.contact-form table th {
	width: 35%;
}

.contact-form table td.center {
	text-align: center;
}

.contact-form textarea {
	width: 500px;
}

.red {
	color: red;
}

/*.panel {
	margin-bottom: 12px;
	padding: 8px 12px !important;
	border: 1px solid #ccc !important;
	-webkit-box-shadow: 1px 1px 3px 0 rgba(50,50,50,0.34) !important;
	-moz-box-shadow: 1px 1px 3px 0 rgba(50,50,50,0.34) !important;
	box-shadow: 1px 1px 3px 0 rgba(50,50,50,0.34) !important;
}*/

hr {
	margin-bottom: 24px;
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
}

.feature {
	width: 100% !important;
}
.bnr-small {
	margin-top: 24px;
	background: #fff !important;
	text-align: center;
}
.bnr-small img {
	margin-right: 2px;
	float: left;
}

#site-features {
	padding-top:50px;
	margin-bottom: 32px;
	background: #d7e8f4;
}

.icon {
	width: 100px !important;
	height: 100px !important;
}
.feature h3 {
	color: #1278be !important;
	font-size: 200% !important;
	
}
.feature p {
	text-align: center;
	font-size: 115% !important;
}

.post-list {
	font-size: 70% !important;
	line-height:1.7em;
}
.post-list li{ 
}
.post-list h4 {
	color:#000;
	font-size: 80% !important;
	padding-top:5px;
	padding-bottom:7px;
	border-bottom:1px solid #ddd !important;
}
.widget_recent_entries ul {
	margin-left: 20px;
}
.widget_recent_entries ul li {
	list-style-position: outside;
}

#menu-item-148,#menu-item-149{
	margin-top:-8px;
	margin-right:8px;
}