/* Reset Styles
***********************/
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed,figure, figcaption, footer, header, hgroup,menu, nav, output, ruby, section, summary,time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; }
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q demo
blockquote:before, blockquote:after,q:before, q:after {content: ''; content: none;}
table {border-collapse: collapse; border-spacing: 0;}
strong {font-weight: bold;}
em {font-style: italic;}



/* General
***********************/
body {
	background: url(../img/body_bg.jpg) top center repeat-x #2d90c7; 
	color:#000000; 
	margin:40px 0; 
	padding:0; 
	font-family:"Trebuchet MS", verdana, arial, "Times New Roman", serif; 
	font-size:14px; 
}

#page-wrap{  
	margin:20px 0 0 0; 
	text-align:center;  

}

#holder{
	border:8px solid #225799; 
	padding:20px 20px 5px 20px; 
	background:#dfd9ce; 
	text-align:left; 
}


a, a:hover, a:active, a:visited {
	text-decoration: none; 
	color:#0178c4;
}


#main-content h1{
	font-size:140%; 
	font-weight:normal; 
	line-height:130%; 
	margin:10px; 
	color:#0178c4; 
}


#main-content h2{
	font-size:110%; 
	font-weight:normal; 
	margin:10px; 
	color:#0178c4; 
}

#main-content p { 
	line-height: 160%;
	margin:5px 5px 30px 5px; 
}

#header h1{
	font-size:140%; 
	font-weight:normal; 
	line-height:150%; 
	margin:10px; 
	
}
.blue{
	color:#0178c4;
}

/* Nav
***********************/
.top-contact{
	text-align:right;
	padding:20px 0 20px 0;
	color:#0178c4;
}

.nav>li{
	background-color: #393939;
}

.nav>li>a { 
	color:#fff; 
	text-align:center;
	
}

.navbar-default{ 
	background:#dfd9ce; 
	border:none;
}

.nav>li>a:hover, .nav>li>a:focus{
	background-color: #4b4b4b;
}




/* Footer
***********************/
#footer			{font-size:90%;  padding:5px 20px; text-align:left; font-size:12px;}
#footer p 		{color:#fff; margin:0; padding:0; text-align:center; line-height:180%;}
#footer a		{color:#fff; font-weight:bold; padding:0 5px 0 0; text-decoration:underline; }
#footer a:hover		{color:#fff; text-decoration:none; }


/* Page Specific Style
***********************/

/* Home */
.loading #container {opacity: 0;}
.loading:before  { content: url('../img/loading.gif'); display: block; margin: 10px 0 0; text-align: center; color: #fff; font-weight: bold; font-size: 60px;}

/* About Us */



.staff-img{ margin-bottom:30px; width:100%;}

.staff-bio{ 
	background: #eeeeef; 
	font-family: tahoma,
	sans-serif;
	font-size: 75%; 
	padding: 10px;
	margin-bottom:40px;
}

.staff-bio img{ 
	float:left;
	margin:0 20px 10px 0;
}

.staff-thumbs{
	margin-bottom:40px;
}

.staff-thumbs>li{
	height:78px;

}
.staff-thumbs>li>a{
	border:none;
}

.staff-thumbs>li.active>a, .staff-thumbs>li.active>a:hover, .staff-thumbs>li.active>a:focus{
	background-color: none;
	border: none;
}

.staff-thumbs img{
	margin-left:10px;
	display:block;

}

.staff-bio .quote{
	float:right; 
	color:#3c4955;
	font-style:italic;
	text-align:right;
	width:340px;
	padding: 16px 20px 10px 37px;
	margin: 16px 0 0 10px;
	background:url(../img/quote2.gif) left top no-repeat;
}


/* Services */

#services ul { 
	line-height: 160%;
	margin:5px 5px 30px 5px; 
}


/* Contact */

form { border:5px; padding:5px; margin:5px;}

.legend {color:#00783b; margin:15px;}

input.text, textarea.text,input.warning, textarea.warning  { 
  border-color:#dadada; 
  border-style:solid; 
  border-width:1px; 
  font-size: 12px;
  margin:10px;
  width:300px;
}


 textarea  {
 width:100%;
 height:150px;
 }




/* Media Queries
***********************/

@media (max-width: 480px) {
	.breaker{ display:block;}
	.nav>li {background-color: #393939; margin-bottom:5px;}
	.toggle  {margin-left: 0;float: none;}
	.top-contact, .logo {text-align:center;}
	.slider {margin:20px 0}
	.staff-bio img{ width:100%;}
	.staff-thumbs{ margin-left:0px;}
	.flex-control-nav{display:none;}
	#footer	{font-size:110%;}
	.hidden-phone {display:none;}
	.top-contact{line-height:180%};
}

@media  (min-width: 481px) and (max-width: 767px) {
	.nav>li { background-color: #393939;  margin-bottom:5px;}
	.toggle  {margin-left: 0;float: none;}
	.top-contact, .logo {text-align:center;}
	.slider {margin:20px 50px;}
	.staff-bio img{ width:40%;}
	.staff-thumbs{ margin-left:30px;}
}

@media (min-width: 768px) and (max-width: 991px) {
	.nav>li { margin:0px 12px;background-color: #393939;width:144px; float:left;}
	.nav>li>a{ padding: 5px 15px;}
	.top-contact, .logo {text-align:center;}
	.staff-thumbs{ margin-left:10px;}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.nav>li {margin:0px 34px;background-color: #393939;width:144px; float:left;}
	.nav>li>a { padding: 5px 15px;}
	.nav-group {border-top: 1px solid green; padding:0 30px;}
}


@media (min-width: 1200px) {
	.nav>li {margin:0px 58px;background-color: #393939;width:144px; float:left;}
	.nav-group {border-top: 1px solid green; padding:0 30px;}
	.staff-thumbs{ margin-left:50px;}
}















