@charset "utf-8";
/* CSS Document */

body, p, ul{
	font-family: 'Droid Sans', sans-serif;
}

p{
	line-height: 23px;
}

ul.li{
	padding-bottom: 8px;
}

.navbar-default {
  background-color: #fff;
  background-image: none;
  border: 0px solid #fff;
  margin-bottom: 1px;
}

.navbar-brand {
	min-height: 130px;
	width: 300px
}

.nav { margin-top:0px;}


.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

.icon-fix{
	min-width: 80px !important;
	max-width: 100px !important;
	}

.home-subheader{
	min-height: 47px;
	background-image:url(../images/homepage-sub-bg.png);
	background-repeat:repeat-x;
}

.home-subtext{
	font-size: 12px;
}

a{ 
	color: #2f9fcb;
	text-decoration: none;
}

a:hover {
	color: #2f9fcb;
	text-decoration: underline;
}

.red{
	color: #900;
}
.appointment{
	display: block;
	margin-top: -10px;
	margin-bottom: 5px;
}

.square-thumb {
	width: 150px !important;
	height: 150px !important;
	padding: 10px !important;
}

.logos{
	font-size: 11px;
	color:#343434;
	padding: 30px;
	background-color:#DEDEDE;
}

footer{
	font-size: 11px;
	color:#343434;
	padding: 10px;
	background-color:#DEDEDE;
	border-top: 3px solid #9A0000;;
}

footer a {
	color: #343434;
	text-decoration: none;
}

footer a:hover{
	color: #000;
	text-decoration: underline;
}

footer strong{
	color: #900;
	font-size: 1.3em;
	font-weight: normal;
}


a.article{
	display: block;
	padding: 5px 5px 5px 5px;
	margin-bottom: 5px;
	text-decoration: none;
	color: #666;
}

a.article:hover{
	background-color: #EFEFEF;
}

a.article > .title{
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	font-size: 15px;
	color: #FF5555;
	padding: 5px 0px 3px 0px;
}
a.article .published{
	display: block;

}
a.article .date{
	display: block;
}

@media (min-width: 1000px){
	.nav { margin-top: 50px;}	
	.container { width: 1000px;	}
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px; 
	padding-left: 15px !important;
	padding-right: 15px;
	height: 0; overflow: hidden;
	margin-bottom: 40px;

}

.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


