/* http://www.mediationmonroe.com/templates/blissfield/css/template.css */
html, body {
	margin: 0px;
	padding: 0px;
	
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	
	color: #000;
	
	background-color: #0099cc;
}

a {
	color: #000;
	outline: none;
}

form {
	padding: 0px;
	margin: 0px;
}

img {
	border: none;
}

.cnt {
	width: 977px;
	
	position: relative;
	margin: 0px auto;
}

.br, .bhax {
	clear: both;
	height: 0px;
	overflow: hidden;
	
	display: block;
}

.ti {
	display: block;
	overflow: hidden;
	text-indent: -5000px;
	text-decoration: none;
	border: none;
}

.menu-bar {
	width: 100%;
	height: 38px;
	
	border-top: 5px solid #cc0033;
	
	background: #4a4a4c;
	background: -moz-linear-gradient(top,  #4a4a4c 0%, #242021 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4a4a4c), color-stop(100%,#242021));
	background: -webkit-linear-gradient(top,  #4a4a4c 0%,#242021 100%);
	background: -o-linear-gradient(top,  #4a4a4c 0%,#242021 100%);
	background: -ms-linear-gradient(top,  #4a4a4c 0%,#242021 100%);
	background: linear-gradient(top,  #4a4a4c 0%,#242021 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a4a4c', endColorstr='#242021',GradientType=0 );

}

/* website header */
	.site-header {
		background: #fff /*url() repeat-x center top*/;	

		box-shadow: 0px 1px 6px #000;
		
		position: relative;
		z-index: 11;
	}
	
	.site-header .bar.bottom {
		background-color: #ccc;
	}
	
	.site-header .cnt {
		width: 975px;
		background: transparent url() no-repeat center 40px;
		height: 182px;
		z-index: 11;
	}
	
	.site-header .menu-bar {
		position: absolute;
		bottom: 6px;
		left: 0px;
		z-index: 10;
	}
	
	.site-header .logo {
		margin: 0px auto;
		
		position: relative;
		top: 4px;
	}
	
	.site-header .url {
		position: absolute;
		top: 6px;
		left: 6px;
		
		display: block;
		
		text-decoration: none;
		text-transform: lowercase;		
		font-size: 16px;
		
		color: #000;
	}
	
	.site-header .url:hover {
		text-decoration: underline;
	}
	
	.site-header .social {
		position: absolute;
		top: 22px;
		/*right: 0px;*/
	}
	
	.site-header .social p {
		font-family: Tahoma, Geneva, sans-serif;
		font-size: 16px;
		font-weight: normal;
		text-transform: uppercase;
		text-shadow: 2px 2px 3px #bbb;
		margin: 0px 0px 12px 0px;
		padding: 0px;
		text-align: right;
	}
	
/* website body */
	.site-body {
		background-color: #fff;		
		
		z-index: 10;
		
		margin-bottom: 90px;
	}
	
	.site-body h1,
	.site-body h2,
	.site-body h3,
	.site-body h4 {
		margin-top: 0px;
	}
	
/* website footer */
	.site-footer {
		background-color: #ffffff;
		
		position: relative;
		z-index: 11;
		
		box-shadow: 0px 1px 6px #000;		
	}
	
	.site-footer .cnt {
		height: 175px;	
	}
	
	.site-footer .enertia {
		background-color: #fff;
		height: 16px;
		overflow: hidden;
		
		line-height: 16px;		
		text-align: right;
	}
	
	.site-footer .enertia a {
		color: #000;
		
		text-decoration: none;
		text-transform: lowercase;
	}
	
	.site-footer .enertia a.s {
		display: block;
		float: left;
		clear: left;
	}
	
	.site-footer .bar {
		overflow: hidden;
		
		background-color: #000;
	}
	
	.site-footer .bar.top {
		background-color: #000;
		
		height: 6px;
	}
	
	.site-footer .bar.bottom {
		border-bottom: 2px solid #000;
		
		height: 12px;	
	}
	
	.site-footer .logo {
		position: absolute;
		right: 0px;
		top: 10px;
		width: 531px;
		height: 119px;
		background: transparent url() no-repeat right 40px;
	}
