/* CSS Document */
body {
	margin: 0 auto;
	padding: 0;
	line-height: 1.4em;
	text-align: center;
	color: #333;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 13px;
	background: #fff;
}

* {
	margin: 0;
	padding: 0;
}

a {
	color: #06C;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

.mobile {
	display: none;
}

strong {
	font-weight: 400;
	font-size: 1.3em;
}

h4, h3, h2 { margin-bottom: .7em; }

p { margin-bottom: 1.5em; }

h2.title {
	width: 100%;
	font-family: "Lato";
	font-weight: 400;
	font-size: 2.1em;
	color: #333;
	text-transform: uppercase;
	border-bottom: 2px solid #333;
	padding-bottom: .5em;
	margin-bottom: .5em;
}


#col_one h3 {
	font-size: 1.4em;
	color: #999;
	font-weight: 400;
	padding-bottom: .5em;
	border-bottom: 1px dashed #ccc;
	font-family: "Lato";
	clear: both;
	line-height: 1.4em;
}

#col_one h4 {
	font-size: 1.5em;
	color: #666;
	font-weight: 300;
	font-family: "Lato";
	border-bottom: 1px solid #eee;
	line-height: 2em;
	padding-bottom: .5em;
}

#col_two h3 {
	font-size: 1.5em;
	color: #999;
	font-weight: 400;
	font-family: "Lato";
}

.sub_column_one {
	width: 45%;
	float: left;
	margin-right: 10%;
}
.sub_column_two {
	width: 45%;
	float: right;
}

.sub_column_three {
	width: 31%;
	float: left;
	margin-right: 3%;
}
.sub_column_four {
	width: 31%;
	float: left;
	margin-right: 3%;
}

.sub_column_five {
	width: 31%;
	float: right;
}

.center_p {
	text-align: center;
}
.center_p img {
	margin-right: 3%;
}



#notice {
	border: 2px solid #FF0000;
	color:#FF0000;
	background-color:#FFFFFF;
	margin: 0px 0px 10px 0px;
	padding: 5px;
	text-align:left;
	width: 400px;
}

#nice_notice {
	border: 2px solid #006600;
	color:#006600;
	background-color:#FFFFFF;
	margin: 0px 0px 10px 0px;
	padding: 5px;
	text-align:left;
	width: 400px;
}

dl.form{ width: 100%; }
dl.form dt { float: left; margin-right: 18px; width: 30%; text-align: right; font-size: 1.8em; }
dl.form dd { margin: 0 0 18px 0; }
dl.form dd .text_input {
	width: 60%;
	height: 2em;
	font-size: 2.5em;
}
dl.form dd textarea {
	width: 60%;
	height: 4em;
	font-size: 2.5em;
}
dl.form dd .form_submit {
	padding: .5em;
	font-size: 2em;
}
p.form_header { border-bottom: 3px solid #ccc; padding-bottom: 10px; }

.flex_img_right {
	float: right;
	width: 11em;
	margin: 0 0 1em 1em;
}

img.photo_right {
	float: right;
	margin: 0 0 10px 15px;
}

img.photo_left {
	float: left;
	margin: 0 15px 10px 0;
}

img.stretch {
	width: 100%;
}


.load_images { display: none; }	





/* Layout Styles */



#header_container {
	margin: 0 auto;
	text-align: center;
	position: relative;
	width: 100%;
	height: 142px;
	background: url(images/bline_web_parts_02.png) repeat-x;
	z-index: 200;
	margin-bottom: -10px;
}

	#header_container h1 {
		position: absolute;
		top: .8em;
		left: 1%;
		width: 350px;
		z-index: 300;
	}
		#header_container h1 img {
			width: 100%;
		}
		
	#header_container > p {
		display: block;
		text-align: right;
		color: #fff;
		position: absolute;
		top: .8em;
		right: 1%;
	}
	#header_container > p > span {
		margin-right: 2em;
	}
		#header_container > p strong{ color: #f8e300; font-weight: 300; }
	
	
		
			
		#header_container > ul#mobile_nav {
			position: absolute;
			z-index: 1000;
			top: 130px;
			right: 5px;
			display: none;
		}
			#header_container > ul#mobile_nav li {
				list-style: none;
			}
			#header_container > ul#mobile_nav li a {
				display: block;
				width: 250px;
				padding: 17px;
				color: #fff;
				text-decoration: none;
				background: #333;
				border-bottom: 1px solid #4d4d4d;
				font-size: 1.3em;
				font-weight: 400;
				text-transform: uppercase;
				text-align: left;
				font-family: "Lato";
			}
			#header_container > ul#mobile_nav li a:hover {
				background: #4d4d4d;
			}

			#header_container > a#mobile_menu {
				position: absolute;
				display: block;
				width: 83px;
				display: none;
				top: 2em;
				right: 3%;
			}
		
		#header_container > ul#top_nav {
			position: absolute;
			top: 6.3em;
			text-transform: uppercase;
			width: 100%;
			padding-top: .3em;
		}
			#header_container > ul#top_nav > li {
				list-style: none;
				display: inline;
				margin: 0;
			}
				#header_container > ul#top_nav > li > a  {
					font-family: "Lato";
					font-weight: 300;
					font-size: 1.5em;
					text-decoration: none;
					color: #fff;
					padding: .7em 1.3em .6em 1.3em;
				}
				#header_container > ul#top_nav > li > a:hover { background: #4d4d4d; }
				
				
					
					
					
#home_slide_container {
	width: 100%;
	min-height: 300px;
	height: 380px;
	text-align: left;
	overflow: hidden;
	color: #ccc;
	position: relative;
	border-bottom: 1em solid #d8d8d8;
}
	#home_slide_container > span { 
		text-align: center;
		font-size: 24px;
		font-weight: 100;
		width: 100%;
		display: block;
		padding-top: 150px;
		
	}


#home_col_container {
	width: 100%;
	min-height: 43em;
	margin: 0 auto;
	text-align: center;
	padding: 0;
}

	#home_cols {
		max-width: 1050px;
		text-align: center;
		margin: 0 auto;
		position: relative;
		top: -4.2em;
	}
		
		


		#home_cols #home_locations li {
			list-style: none;
			width: 50%;
			float: left;
			margin: 0 0 1.5em 0;
		}
		
		/* #home_cols > div {
			width: 31%;
			float: left;
			position: relative;
			text-align: left;
		}
*/

#home_cols > div { 
		float: none; 
		width : 90%; 
	}
		
		
		
		#home_cols blockquote {
			display: block;
			padding: 1.5em;
			color: #fff;
			background: #212121;
			margin-bottom: 2em;
		}
		
		#home_cols h2 {
			width: 100%;
			font-family: "Lato";
			font-weight: 400;
			font-size: 1.4em;
			color: #000;
			text-transform: uppercase;
			padding-bottom: .5em;
			margin-bottom: 0;
			background: #d8d8d8;
			padding: 1em 0 1em 0;
			text-align: center;
			width: 100%;
			max-width: 450px;
		}

#home_cols > div h3 {
	line-height: 2em;
}
		
		#home_cols > div img {  }
		
		

		#home_col_one, #home_col_two {
			border-top: 4px solid #EEEEEE;
			padding-top: 2em;
		}
		
.sub_home_col_one {
	padding-right: 5%;
}		
.sub_home_col_one, .sub_home_col_two {
	display: table-cell;
	width: 50%;
	text-align: left;
	vertical-align: top;
}
		
		
		
#content_container {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	position: relative;
	padding-top: 2em;
}
	
	#content {
		position: relative;
		width: 95%;
		max-width: 1200px;
		min-width: 650px;
		min-height: 700px;
		margin: 0 auto;
		text-align: left;
	}
	
		#content ul, #home_cols ul { margin-bottom: 2em; }
		#content ul li, #home_cols ul li {
			margin: 0 0 .2em 2em;
		}
	

		#col_one {
			position: relative;
			float: left;
			width: 75%;
			
		}
		
		#col_one ul li {
			margin: 0 0 .5em 2em;
		}
		
			
		
		#col_two {
			position: relative;
			float: right;
			width: 22%;
			padding-left: 20px;
			min-height: 60em;
			border-left: 1px solid #ccc;
			margin-top: -2em;
			padding-top: 3em;
		}
		
			
			
		
		
#footer_container {
	width: 100%;
	text-align: center;
	margin: 0 auto;
	background: #d8d8d8;
	height: 10em;
	color: #4d4d4d;
	position: relative;
	padding: 0;
}
		
	
		#footer_container a {
			color: #4d4d4d;
			text-decoration: none;
		}
		#footer_container a:hover { text-decoration: underline; }
		#footer_nav {
			position: absolute;
			top: 2em;
			left: 3%;
			text-transform: uppercase;
			width: 97%;
		}
			#footer_nav li {
				list-style: none;
				float: left;
				margin-right: 4em;
			}
			
		#footer_info {
			position: absolute;
			top: 5em;
			left: 3%;
		}
			#footer_info li {
				list-style: none;
				float: left;
				margin-right: 20px;
			}


@media (max-width: 1600px) {
	
	#header_container > ul#top_nav {
		position: absolute;
		top: 6.3em;
		text-transform: uppercase;
		width: 73%;
		right: 0;
		padding-top: .3em;
	}
	
}
			
@media (max-width: 1000px) {
	body { font-size: 22px; }
	#top_nav { display: none }
	#footer_container { display: none; }
	#header_container > a#mobile_menu { display: block; }
	#header_container > p { display: none; }
	#header_container > h1 { width: 350px; }
		
	#col_one { width: 100%; }
	#col_two { width: 100%; }
	#col_two { min-height: 0; }
	
	.sub_home_col_one {
		padding-right: 0;
	}		
	.sub_home_col_one, .sub_home_col_two {
		display: block;
		width: 100%;
	}
		
	.mobile { display: block; }
	.screen { display: none; }
	
	#home_cols > div { 
		float: none; 
		width : 90%; 
		margin-right : 5%;
		margin-left : 5%;
	}
	#home_cols { margin-top: 0; }	
	
	#home_cols h2 {
			
			max-width: none;
		}
}


