@charset "utf-8";
/* CUSTOM CSS STYLES */
/* Write your styles here */
.NEWBODY .introfirm {
    padding: 0 0 5px;
 }
 

.newssection h1.title a {
    color: #00798f;
}
.newssection h1.title a:hover {
    color: #000;
}
.navbar-inverse {
    background-color: 
    #00798f;
    border-color: #080808;
}

.fixedmenu ul.topmenu li:hover {
    background-color: #000;
	color:#fff
}
.fixedmenu ul.topmenu li a:hover {
    color: #fff;
}

.fixedmenu ul.topmenu li.active {
    background-color: #000;
	color: #fff;
}
.fixedmenu ul.topmenu li.active a{
	color: #fff;
}

h3 a {
    color: #00798f !important;
}

h3 a:hover {
    color: #000 !important;
}

.NEWBODY h1.new_title {
    color: #00798f;
    font-size: 1.4em;
    font-weight: 700;
    line-height: 120%;
    text-align: left;
}

.mainnew h1.title a:hover{
	color:#00798f;
	}

#social_form .comments_form_wrapper {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #bfdde3;
}

.user-comment .post-comments {
    border: 1px solid #7fbcc7;
	background: #e5f1f4;
}
.userbar .search-btn {
    color: #333;
    cursor: pointer;
    font-size: .5em;
    padding: 8px 0 0 7px;
}
.heavy {
    background-color: #00798f;
}

.SUBSCRIBE .boxdescription {
    background-color: #00798f;
	font-size: .55em;
	font-weight: 400;
	margin-bottom: 0;
	padding: 5px 0 4px 13px;
	text-transform: none;
	color: #fff;
}