body#home section#breadcrumbs {
    /*display: none;*/
}

body {

    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

a {
    color: #0087ff;
	  padding-left: 10px;
}

a:hover, a:focus {
    color: #0087ff;
    text-decoration: underline;
}

a.print {
    background: url("/images/icon_print.png") no-repeat left center;
    height: 23px;
    padding-left: 35px;
}

a.view_events {
    display: inline-block;
    background-color: #45a554;
    color: #fff;
    padding: 10px 15px;
}

a.view_events:hover {
    background-color: #89a4d1;
}

.navbar .linkedin {
    background: url("/49/images/linkedin.png") no-repeat top;
    width: 90px;
    height: 23px;
    display: block;
    float: right;
    padding: 0;
    /*margin: 28px 15px 0 -20px;*/
    margin: 32px 15px 0 0;
}

.navbar .linkedin:hover {
    background-position: bottom;
}

.tiles-container h1 {
	display: none;
	padding: 0 !important;
}

div.child {
    min-height: 80px;
}

section#breadcrumbs {
    background-color: #95cbff;
	min-height: 20px;
    /*background-image: url("/49/images/bg-heading.jpg");*/
    padding: 10px 0;
}

section#breadcrumbs li {
    color: #FFF;
}

section#breadcrumbs a {
    color: #FFF;
}

section#page-title {
    background-color: #f4fcff;
    /*background-image: url("/49/images/bg-heading.jpg");*/
    padding: 40px 0;
    margin: 0;
}


body#child section#page-title {
	 display: none;
}

.format_news, news_div .format_events {
    background-color: #F7F7F7;
    border-bottom: 1px solid #F7F7F7;
    border-radius: 4px;
    margin: 0 0 10px;
    padding: 5px 10px;
}

section#page-title h1 {
    /*color: #95aed6;*/
    color: #de2283;
    font-weight: normal;
    line-height: 32px;
    text-align: center;
    padding: 0;
    margin: 0;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .75);
}

section#page-content {
    padding: 30px 0;
}

section#page-content h2,
section#footer-top h2 {
    color: #77cee9; /*45a554*/
    font-weight: normal;
    padding: 10px 0;
    margin: 0;
	  font-weight:bold;
    margin-bottom: 10px;
    /*border-bottom: 1px solid #fafafa;*/
}

section#page-content h4 {
    color: #77cee9;
    font-weight: normal;
    padding: 0 0 10px;
    margin: 0;
}

section#page-content h1 {
 /*display: none;*/
 color: #0087ff;
  padding-bottom: 20px;
}

section#page-content p {

}

section#tiles_top {
    background-color: #fafafa;

    margin: 80px 0 0;
}

.tiles-container {
 /*   padding: 40px 0;*/
}

.tiles-top-container {
	margin-top: -120px;
	position:relative;

}

.tiles_top {
	margin-left: 3px;

	border-color: #CCC;
    height: 100px;
 	padding-left: 2px;
	padding-right: 2px;
	text-align:center;
	 vertical-align:middle;
}


.tiles_top:hover{
   background-color:#F7F7F7 !important;
}

.first {
	margin-left: 40px;
}




.tiles_top p {
	padding-top: 35px;
	 vertical-align:middle;
    font-size: 22px;
     line-height: 24px;
    font-weight: bold;

}

.tiles_top a {
    color: #0a367d;
    text-decoration: none;
}

.tiles_top a:hover {
    text-decoration: none;
	color: #F90;
}

.tiles_top:nth-child(odd) {
    background-color: #fff;
	opacity: 0.8;
    filter: alpha(opacity=80); /* For IE8 and earlier */

}

section#page-content .tiles_top:nth-child(odd) h2,
section#page-content .tiles_top:nth-child(odd) p {
    color: #0a3987;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .7);
}

.tiles_top:nth-child(even) {
    background-color: #fff;
	opacity: 0.8;
    filter: alpha(opacity=80); /* For IE8 and earlier */

}

section#page-content .tiles_top:nth-child(even) h2,
section#page-content .tiles_top:nth-child(even) p {
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .7);
}



section#tiles {
    background-color: #fff;
    padding: 50px 0;
    margin: 80px 0 0;
}

.tiles-container {
  /*  padding: 40px 0;*/
	margin-left: 0px;
}

.tiles {
    box-sizing: border-box;
    min-height: 666px;
	margin-left: 0px;
	margin-right: 30px;

}
.tiles:nth-child(3) {margin-right: 0px !important;}

@media only screen and (max-width : 1200px) {
  .tiles {
    margin-right: 20px;
    }
}


.tiles h2 {
    line-height: 28px;
    padding: 0;
    margin: 0 0 20px;
	font-size: 24px;

}

.tiles p {
    font-size: 13px;
     line-height: 24px;
    padding-left: 10px;
}

.tiles h2 a {
 	color: #FFF !important;
 	text-decoration: none;
	font-weight:bold;
}

.tiles h2 a:hover {
	color: #FFF !important;
	text-decoration: underline;
}

.tiles:nth-child(odd) {
	margin-top: 5px;
	background-color: #ffffff;
    box-shadow: 0px 2px 3px #C7C7C7;

	border-style: solid;
    border-width: 2px;
    border-color: #69bafd;
    /* padding: 10px; */
}

.tiles h2,h1 {
	color:#000 ;
	font-size:20px !important;
	padding-bottom: 5px;

	width: 100%;

}

section#page-content .tiles:nth-child(odd) h2 {

	color: #FFF !important;
	background-color: #69bafd;
  text-align: center;

}

h2 {
	font-size: 26.5px;
}

.format_news img {
 padding: 15px;
}

.format_news a {
 color: #35b3e3;
}
section#page-content .tiles:nth-child(odd) p {
    color: #000;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .7);
	padding-left: 10px;

}

.tiles:nth-child(even) {
	margin-top: 5px;
	background-color: #ffffff;
    box-shadow: 0px 2px 3px #C7C7C7;
	border-style: solid;
    border-width: 2px;
    border-color: #00bd7e;
    /* padding: 10px; */
}

section#page-content .tiles:nth-child(even) h2 {
    color: #FFF;
	background-color: #00bd7e;
	padding-left: 2px;
  text-align: center;

}


section#page-content .tiles:nth-child(even) p {
    color: #000;
	padding-left: 10px;
}



.education {
    /*box-sizing: border-box;*/
    /*background-color: #0a3987;*/
    background-color: #e8e8e8;
    /*background-image: url("/49/images/educate.jpg");*/
    background-image: url("/49/images/bg-gray.jpg");
    /*background-repeat: no-repeat;*/
    /*background-size: cover;*/
    /*background-position: center;*/
    min-height: 240px;
    padding: 20px;
}

.education h2 {
    /*color: #fff;*/
    color: #0a3987;
    line-height: 28px;
    padding: 0;
    margin: 0 0 20px;
    /*text-shadow: 1px 1px 0 rgba(0, 0, 0, 1);*/
    text-shadow: 0 1px 0 rgba(255, 255, 255, .7);
}

.education p {
    /*color: #fff;*/
    color: #0a3987;
    font-size: 18px;
    font-weight: bold;
    padding: 0;
    /*text-shadow: 1px 1px 0 rgba(0, 0, 0, 1);*/
    text-shadow: 0 1px 0 rgba(255, 255, 255, .7);
}

.networking {
    /*box-sizing: border-box;*/
    /*background-color: #95aed6;*/
    background-color: #e8e8e8;
    /*background-image: url("/49/images/network.jpg");*/
    background-image: url("/49/images/bg-gray.jpg");
    /*background-repeat: no-repeat;*/
    /*background-size: cover;*/
    /*background-position: center;*/
    min-height: 240px;
    padding: 20px;
    /*margin-left: -30px;*/
}



.networking h2 {
    color: #0a3987;
    line-height: 28px;
    padding: 0;
    margin: 0 0 20px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .7);
}

.networking p {
    color: #0a3987;
    font-size: 18px;
    font-weight: bold;
    padding: 0;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .7);
}

.membership {
    /*box-sizing: border-box;*/
    /*background-color: #45a554; */
    background-color: #0a367d;
    background-image: url("/49/images/bg-blue.jpg");
    /*background-size: cover;*/
    /*background-position: center;*/
    /*background-repeat: no-repeat;*/
    min-height: 240px;
    padding: 20px;
    /*margin-top: 30px;*/
}

.membership h2 {
    color: #fff;
    line-height: 28px;
    padding: 0;
    margin: 0 0 20px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .7);
}

.membership p {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 0;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .7);
}

.membership a {
    color: #fff;
    text-decoration: underline;
}

.membership a:hover {
    color: #fff;
    text-decoration: none;
}

footer {
    padding: 0;
    margin: 0;

}

footer h4 {
    color: #da0183;
    padding: 0 10px;
}

footer > section#footer-top {
    background-color: #ffffff;
    /*background-color: #2c92a3;*/
    padding: 40px 0;
}

footer > section#footer-btm {
  background-color: #92af9c;
	padding-top: 20px;
  padding-bottom: 20px;

}

footer > section#footer-btm label {
   color: #323a2d;

}

footer > section#footer-btm-btm {
    background-color: #50775d;
	padding-top: 10px;
	color: #FFF;
	font-weight:bold;

}


footer > section#footer-btm-btm a {

	color: #FFF;

}
.searcher {
    background: #77bcff;
}

footer > section#footer-btm p {
    color: #323a2d;
    padding: 0;
    margin: 0;
}

footer > section#footer-btm a {
    color: #e0eff1;
}

footer > section#footer-btm h4 {
    color: #4c5850;
    padding: 0;
}
footer > section#footer-btm h3{
  text-transform: uppercase;
    /* color: #4c5850; */
    color: #ffffff;
}
.footer-pad {
    padding: 20px 0 10px;
}

ul.footer-top-nav {
    list-style-type: none;
    padding: 0 10px;
    margin: 0;
}

ul.footer-top-nav li {
    padding: 5px 0;
    margin: 0;
}

ul.footer-top-nav li > a {
    color: #2c92a3;
}

ul.footer-btm-nav {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

ul.footer-btm-nav li {
    float: left;
    color: #fff;
    padding: 10px;
    margin: 0;
}

ul.footer-btm-nav li > a {
    color: #999;
}

.scape {
    padding: 10px;
}
.navbar-inner {
	background-color: #222;
    background-image: linear-gradient(to bottom, #222, #999);
}
.error {
	color: #f00;
}

.bodytext_red {
	color: #f00;
}

.submitBtn{
    margin-top:5px;
    background:#E7E7E7;
}

.submitBtn:hover{
    background:#DADADA;
}

@media only screen and (max-width : 767px) {
  .navbar-form{
    margin-right:0;
    margin-left:0;
  }
}

#paging_container li {
    list-style: outside none none;
}
#paging_container {
    float: left;
}
.page_navigation, .alt_page_navigation {
    margin-left: auto;
    margin-right: auto;
    padding: 20px 0 20px 40px;
}
.page_navigation a, .alt_page_navigation a {
    background-color: #1b1b1b;
    border: 1px solid #e4e4e4;
    border-radius: 4px;
    color: white;
    float: left;
    font-family: Tahoma;
    font-size: 12px;
    margin: 2px;
    padding: 5px 9px 5px 5px;
    text-decoration: none;
}
.page_navigation a:hover, .alt_page_navigation a:hover {
    background-color: #ffffff;
    border: 1px solid #1b1b1b;
    border-radius: 4px;
    color: #000000;
    float: left;
    font-family: Tahoma;
    font-size: 12px;
    margin: 2px;
    padding: 5px 9px 5px 5px;
    text-decoration: none;
}

.active_page {
    background-color: white !important;
    color: black !important;
}
.page_content, .alt_content {
    clear: both;
    color: black;
    padding-top: 20px;
}
.profile {
	min-width: 95% !important;
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #CCCCCC;
	margin-top: 10px;
	padding: 10px;
	overflow:hidden;
	text-align:left;
}
img.soft_icon {
	opacity: 0.2;
}
#profile_container li{list-style:none outside none}
.frontspan{
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #CCCCCC;
	margin-top: 10px;
	padding: 5px;
	overflow:hidden;
	text-align:left;
	min-height: 500px;
	 margin-left: 5px;

}
.pro_img {
	width: 130px !important;
	float: left;
}

/*
	======================================
			PHOTO GALLERY
	=======================================
*/

ul.gallery_menu, ul.gallery_pics {
	margin: 20px 5px 10px 5px;
	padding:0;
	display:block;
	overflow:hidden;
}
ul.gallery_menu li {
	background: url(/images/bg_photo.png) no-repeat;
	/*	width:164px;*/
/*	height:158px;*/
	list-style:none;
	text-align:center;
	padding-right:5px;
	font-size: 14px;
}
body#child ul.gallery_menu li {
	float:left;
}
body#home ul.gallery_menu li img {
	margin: 10px auto 5px auto;
	display:block;
	width:100%;
}
ul.gallery_menu li img {
	margin: 10px auto 5px auto;
	display:block;
	width:220px;
}
ul.gallery_menu li span {
	font-weight:bold;
	line-height:12px;
	clear:both;
	width:120px;
	display:block;
	margin:auto;
}
ul.gallery_menu li a {
	text-decoration:none;
}
ul.gallery_pics li {
	list-style:none;
	float:left;
	padding:5px 5px 0 5px;
}
div#gallery_pics {
	width:550px;
}
div#gallery_pics img {
	float:left;
	margin: 5px;
}

.member_login {
 color: #ff8f8f;
 font-weight:bold;
}

.subscription_radio {
    padding: 20px;
    border: 1px solid #ccc;
    box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.1);
    font-weight: bold;
    font-size: 18px;
}
.subscription_radio_desc {
    border-bottom: 1px solid #ccc;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: normal;
}

.subscription_radio input {
    border: none;
    box-shadow: none;
    height: 10px;
    width: 10%;
}

.btn-join-dra {
    background-color: #00244c;
    border: medium none;
    border-radius: 4px;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
    color: #fff !important;
    display: inline-block;
    font-size: 24px !important;
    margin: 30px 10px 10px 0;
    min-width: 300px;
    padding: 10px 30px;
    text-decoration: none !important;
    transition: all 0.4s ease 0s;
}
.btn-join-dra:hover {
    background-color: #000;
}

input[type='radio'] {
    transform: scale(2);
}

.membership_label
{
    font-size: 22px ;
    font-weight: bold;
    padding: 10px;
}

.directory-listing .label-important {
    background-color: transparent !important;
}
.directory-listing .label a {
    padding-left: 0px !important;
}
.directory-listing .label-info {
    background-color: transparent !important;
}
.business-directory-listings .news_item {
    padding: 10px;
}
.business-directory-listings .news_full {
    padding: 10px;
}

.home_news .span4 > p {
    padding-left: 10px;
    padding-right: 10px;
}
.navbar-custom .nav li.dropdown.open > .dropdown-toggle, .navbar-custom .nav li.dropdown.active > .dropdown-toggle, .navbar-custom .nav li.dropdown.open.active > .dropdown-toggle {
    background-color: #00b3fb !important;
    color: #fff;
}
.navbar-custom .nav > li > a:focus, .navbar-custom .nav > li > a:hover {
    background-color: rgba(0, 92, 251, 0.03) !important;
    /* background-color: #fff; */
    color: #35b3e3;
}
.footer-table{margin-bottom: 0px !important;}
.footer-table tr {border-bottom: 2px solid transparent;
    border-top: 2px solid transparent;}
.footer-table tr > td > p {text-align: center;}


.dropdown, .dropdown a{
    text-transform: lowercase;
    
    
}


.dropdown::first-letter, .dropdown a::first-letter{
    text-transform: uppercase;
    
    
}



