
/*
Theme Name: Harry R. Bivens
Theme URI: 
Description: LexisNexis Custom Theme for Harry R. Bivens (9.2)
Author: Sarah Braun
Version: 1.0
License: 
License URI:
Template: template
Tags: 
*/




/* 

	HTML5 - Boilerplate » LexisNexis Edition » ver 1.0 04/21/2011 
	
	[1] CSS Reset 
	[2] Base Styles
	[3] 960 Grid (12 Column)
	[4] Primary Styles
	[5] Non-Semantic Helper Classes
	[6] Media Queries
	[7] Print Styles

*/

/* 
	html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)
	v1.4 2009-07-27 | Authors:Eric Meyer & Richard Clark
	html5doctor.com/html-5-reset-stylesheet/
*/












/* ----- [1] CSS Reset ----- */



html, body, div, span, object, iframe, 
h1, h2, h3, h4, h5, h6, p, blockquote, 
pre, abbr, address, cite, code, del, dfn, em, 
img, ins, kbd, q, samp, small, strong, sub, sup, 
var, b, i, dl, dt, dd, ol, ul, li, 
fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td, 
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary, 
time, mark, audio, video { 
	margin:0; 
	padding:0; 
	border:0; 
	outline:0; 
	font-size:100%; 
	vertical-align:baseline; 
	background:transparent; 
	}


article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section { 
	display:block; 
	}


nav ul { 
	list-style:none; 
	}


blockquote, 
q { 
	quotes:none; 
	}


blockquote:before, 
blockquote:after, q:before, q:after { 
	content:''; 
	content:none; 
	}


a { 
	margin:0; 
	padding:0; 
	font-size:100%; 
	vertical-align:baseline; 
	background:transparent; 
	}


ins { 
	background-color:#ff9; 
	color:#000; 
	text-decoration:none; 
	}


mark { 
	background-color:#ff9; 
	color:#000; 
	font-style:italic; 
	font-weight:bold; 
	}


del { 
	text-decoration:line-through; 
	}


abbr[title], dfn[title] { 
	border-bottom:1px dotted; 
	cursor:help; 
	}


table { 
	border-collapse:collapse; 
	border-spacing:0; 
	}  /* tables still need cellspacing="0" in the markup */


hr { 
	display:block; 
	height:1px; 
	border:0; 
	border-top:1px solid #ccc; 
	margin:1em 0; 
	padding:0; 
	}


input, select { 
	vertical-align:middle; 
	}



/* ----- END [1] CSS Reset ----- */












/* ----- [2] Base Styles ----- */
/* 
	fonts.css from the YUI Library:developer.yahoo.com/yui/
	Refer to developer.yahoo.com/yui/3/cssfonts/ for font sizing percentages
*/



body { 
	font:13px/1.231 sans-serif; 
	*font-size: small;  /* ----- hack retained to preserve specificity ----- */
	background:#2c3033 url(img/body-bg-red.jpg) center top no-repeat;
	}
	
	
select, 
input, 
textarea, 
button { 
	font:99% sans-serif; 
	}


/* ----- normalize monospace sizing (en.wikipedia.org/wiki/MediaWiki_talk:Common.css/Archive_11#Teletype_style_fix_for_Chrome) ----- */
pre, 
code, 
kbd, 
samp { 
	font-family: monospace, sans-serif; 
	}


/* set your base font here, to apply evenly */
body, 
select, 
input, 
textarea { 
	color:#c6c8c7; 
	font-family:Arial, Helvetica, sans-serif; 
	}


/* Headers (h1,h2,etc) have no default font-size or margin, you'll want to define those yourself. */ 
h1,h2,h3,h4,h5,h6 { font-weight:bold; }


/* always force a scrollbar in non-IE */ 
html { overflow-y:scroll; }
 
 
/* Accessible focus treatment:people.opera.com/patrickl/experiments/keyboard/test */
a:hover, 
a:active { 
	outline:none; 
	}


a, 
a:active, 
a:visited { 
	color:#607890; 
	}


a:hover { 
	color:#036; 
	}


ul, 
ol { 
	margin-left:1.8em; 
	}


ol { 
	list-style-type:decimal; 
	}


/* Remove margins for navigation lists */
nav ul, 
nav li { 
	margin:0; 
	} 


small { 
	font-size:85%; 
	}


strong, 
th { 
	font-weight:bold; 
	}
	
td, 
td img { 
	vertical-align:top; 
	} 
	
	
sub { 
	vertical-align:sub; 
	font-size:smaller; 
	}


sup { 
	vertical-align:super; 
	font-size:smaller; 
	}


pre { 
	padding:15px; 
	/* www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/ */
	white-space:pre; /* CSS2 */
	white-space:pre-wrap; /* CSS 2.1 */
	white-space:pre-line; /* CSS 3 (and 2.1 as well, actually) */
	word-wrap:break-word; /* IE */
	}


textarea { 
	overflow:auto; 
	} /* thnx ivannikolic! www.sitepoint.com/blogs/2010/08/20/ie-remove-textarea-scrollbars/ */


.ie6 legend, 
.ie7 legend { 
	margin-left:-7px; 
	} /* thnx ivannikolic! */


/* align checkboxes, radios, text inputs with their label  [by:Thierry Koblentz tjkdesign.com/ez-css/css/base.css ]  */
input[type="radio"] { vertical-align:text-bottom; }
input[type="checkbox"] { vertical-align:bottom; }
.ie7 input[type="checkbox"] { vertical-align:baseline; }
.ie6 input { vertical-align:text-bottom; }


/* hand cursor on clickable input elements */
label, 
input[type=button], 
input[type=submit], 
button { 
	cursor:pointer; 
	}
 
 
/* webkit browsers add a 2px margin outside the chrome of form elements */  
button, 
input, 
select, 
textarea { 
	margin:0px; 
	}


/* colors for form validity - ACTIVATE/UNHIDE AT YOUR OWN DISCRETION */

/*
input:valid, textarea:valid   { 
	border-radius:1px;
	-moz-box-shadow:0px 0px 5px #def6dd; 
	-webkit-box-shadow:0px 0px 5px #def6dd; 
	box-shadow:0px 0px 5px #def6dd;
	}
	
	
input:invalid, textarea:invalid { 
	border-radius:1px;
	-moz-box-shadow:0px 0px 5px red; 
	-webkit-box-shadow:0px 0px 5px red; 
	box-shadow:0px 0px 5px red;
	}
	
	
.no-boxshadow input:invalid, 
.no-boxshadow textarea:invalid { 
	background-color:#f0dddd; 
	}
*/


/* These selection declarations have to be separate. [ No text-shadow:twitter.com/miketaylr/status/12228805301 ] */
::-moz-selection { 
	background:#4e689d; 
	color:#fff; 
	text-shadow:none; 
	}


::selection { 
	background:#4e689d; 
	color:#fff; 
	text-shadow:none; 
	} 


/*  j.mp/webkit-tap-highlight-color */
a:link { 
	-webkit-tap-highlight-color:#ff5e99; 
	} 


/* make buttons play nice in IE: [ www.viget.com/inspire/styling-the-button-element-in-internet-explorer/ ] */
button {  
	width:auto; 
	overflow:visible; 
	}
 
 
/* bicubic resizing for non-native sized IMG:[ code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ ] */
.ie7 img { 
	-ms-interpolation-mode:bicubic; 
	}
	
	
	
/* ----- END [2] Base Styles ----- */












/* ----- [3] 960 Grid (12 Column) ----- */


.container-12 { 
	position:relative; 
	margin:0px auto; 
	width:960px; 
	overflow:hidden;
	}
	
	
.alpha { 
	margin-left: 0; 
	}


.omega { 
	margin-right: 0; 
	}
	
	
.grid-1, .grid-2, .grid-3, .grid-4, 
.grid-5, .grid-6, .grid-7, .grid-8, 
.grid-9, .grid-10, .grid-11, .grid-12 { 
	display:inline;	
	float:left;	
	position:relative; 
	margin-left:10px; 
	margin-right:10px; 
	}


.push-1, .pull-1, .push-2, .pull-2, 
.push-3, .pull-3, .push-4, .pull-4, 
.push-5, .pull-5, .push-6, .pull-6, 
.push-7, .pull-7, .push-8, .pull-8, 
.push-9, .pull-9, .push-10,  .pull-10, 
.push-11, .pull-11, .push-12, .pull-12 { 
	position: relative; 
	}
	
	
.container-12 .grid-1 { width:60px; overflow:hidden; }
.container-12 .grid-2 { width:140px; overflow:hidden; }
.container-12 .grid-3 { width:220px; overflow:hidden; }
.container-12 .grid-4 { width:300px; overflow:hidden; }
.container-12 .grid-5 { width:380px; overflow:hidden; }
.container-12 .grid-6 { width:460px; overflow:hidden; }
.container-12 .grid-7 { width:540px; overflow:hidden; }
.container-12 .grid-8 { width:620px; overflow:hidden; }
.container-12 .grid-9 { width:700px; overflow:hidden; }
.container-12 .grid-10 { width:780px; overflow:hidden; }
.container-12 .grid-11 { width:860px; overflow:hidden; }
.container-12 .grid-12 { width:940px; overflow:hidden; }


.container-12 .prefix-1 { padding-left: 80px; }
.container-12 .prefix-2 { padding-left: 160px; }
.container-12 .prefix-3 { padding-left: 240px; }
.container-12 .prefix-4 { padding-left: 320px; }
.container-12 .prefix-5 { padding-left: 400px; }
.container-12 .prefix-6 { padding-left: 480px; }
.container-12 .prefix-7 { padding-left: 560px; }
.container-12 .prefix-8 { padding-left: 640px; }
.container-12 .prefix-9 { padding-left: 720px; }
.container-12 .prefix-10 { padding-left: 800px; }
.container-12 .prefix-11 { padding-left: 880px; }


.container-12 .suffix-1 { padding-right: 80px; }
.container-12 .suffix-2 { padding-right: 160px; }
.container-12 .suffix-3 { padding-right: 240px; }
.container-12 .suffix-4 { padding-right: 320px; }
.container-12 .suffix-5 { padding-right: 400px; }
.container-12 .suffix-6 { padding-right: 480px; }
.container-12 .suffix-7 { padding-right: 560px; }
.container-12 .suffix-8 { padding-right: 640px; }
.container-12 .suffix-9 { padding-right: 720px; }
.container-12 .suffix-10 { padding-right: 800px; }
.container-12 .suffix-11 { padding-right: 880px; } 


.container-12 .push-1 { left: 80px; }
.container-12 .push-2 { left: 160px; }
.container-12 .push-3 { left: 240px; }
.container-12 .push-4 { left: 320px; }
.container-12 .push-5 { left: 400px; }
.container-12 .push-6 { left: 480px; }
.container-12 .push-7 { left: 560px; }
.container-12 .push-8 { left: 640px; }
.container-12 .push-9 { left: 720px; }
.container-12 .push-10 { left: 800px; }
.container-12 .push-11 { left: 880px; }


.container-12 .pull-1 { left: -80px; }
.container-12 .pull-2 { left: -160px; }
.container-12 .pull-3 { left: -240px; }
.container-12 .pull-4 { left: -320px; }
.container-12 .pull-5 { left: -400px; }
.container-12 .pull-6 { left: -480px; }
.container-12 .pull-7 { left: -560px; }
.container-12 .pull-8 { left: -640px; }
.container-12 .pull-9 { left: -720px; }
.container-12 .pull-10 { left: -800px; }
.container-12 .pull-11 { left: -880px; }



/* ----- END [3] 960 Grid (12 Column) ----- */












/* ----- [4] Primary Styles ----- */
	
	#container {
		margin:0px auto;
		padding:0px;
		width:950px;
		height:auto;
		overflow:hidden;
		}
	
	/* ----- Header ----- */

	header {
		margin:0px;
		padding:0px;
		width:100%;
		height:auto;
		overflow:hidden;
		background:url(img/header-bg-red.png) left top repeat-x;
		}
		
	header #inner-header {
		margin:0px auto;
		padding:0px 0px 5px 0px;
		width:950px;
		height:auto;
		overflow:hidden;
		background:#290000 url(img/inner-header-bg-red.jpg) center top no-repeat;
		}
		
	#header-top {
		margin:0px;
		padding:0px;
		width:950px;
		overflow:hidden;
		}
		
	header address {
		margin:0px 30px 0px 0px;
		padding:3px 0px 3px 0px;
		height:12px;
		overflow:hidden;
		font:normal 85% 'Arial', Helvetica, sans-serif;
		color:#ffffff;
		float:right;
		text-align:right;
		}
			
	header address span {
		color:#aca48d;
		padding: 0px 3px 0px 3px;
		}

	header .logo {
		margin:21px 0px 0px 30px;
		padding:0px;
		max-width:485px;
		height:auto;
		overflow:hidden;
		float:left;
		}


	#header-phone {
		margin:63px 0px 0px 0px;
		padding:0px 42px 0px 0px;
		width:246px;
		height:auto;
		float:right;
		color:#ffffff;
		overflow:hidden;
		text-align:right;
		}
		
		#header-phone i {
			padding:10px 0px 0px 0px;
			display:block;
			font:normal 135% Arial, Helvetica, sans-serif;
			*font:normal 135% Arial, Helvetica, sans-serif;
			color:#aca48d;
			letter-spacing:3px;
			}
			
		#header-phone b {
			display:block;
			font:normal 213% 'Georgia', arial, verdana;
			line-height:1em;
			}
			
		#header-phone b span {
			color:#aca48d;
			}
			
		#header-phone b strong {
			font-weight:normal;
			font-size:63%;
		}


/* ----- Search Form ----- */


	#search {
		position:;
		top:;
		right:;
		}
		
		#search ol {
			list-style:none;
			margin:0px;
			padding:0px;
			}
		
		#search ol li {
			display:inline;
			margin:0px;
			padding:0px;
			}
		
		#search label {
			display:none;
			}
		
		#search input {
			margin:0px;
			padding:5px;
			width:;
			border:1px solid #aaa;
			background:#eee;
			font-family:Tahoma, Verdana, Arial, sans-serif;
			font-size:93%;
			}
		
		#search input.submit {
			margin:0px;
			padding:4px;
			width:auto;
			border:1px solid #000;
			background:#364a61;
			font-family:Tahoma, Verdana, Arial, sans-serif;
			font-size:93%;
			text-transform:uppercase;
			color:#fff;
			}
			
		#search input.submit:hover {
			background:#7b0225;
			}


	/* ----- Top/Small Navigation ----- */


	nav#top {
		position:;
		top:;
		right:;
		font-size:;
		}
		
		nav#top ul {
			list-style:none;
			margin:0px;
			padding:0px;
			}
			
		nav#top ul li {
			display:inline;
			margin:0px;
			padding:0px 5px;
			border-left:1px solid #000;
			}
			
			nav#top ul li:first-child {
				border-left:none;
				}
			
		nav#top ul li a {
			display:;
			margin:;
			padding:;
			background:;
			border:;
			color:;
			text-decoration:;
			}
			
			nav#top ul li:first-child a {
				}
			
		nav#top ul li a:hover {
			color:;
			text-decoration:;
			}

	
	/* ----- Main Navigation ----- */


	/* ----- Main Navigation ----- */


	nav#main {
		margin:0px;
		padding:0px;
		width:950px;
		height:50px;
		overflow:hidden;
		background:url(img/nav-main-bg-red.gif) center top repeat-x;
		}
		
		nav#main ul {
			margin:0px;
			padding:0px;
			list-style:none;
			}
			
		nav#main ul li {
			float:left;
			margin:0px;
			padding:0px;
			display:block;
			}
			
		nav#main ul li a {
			padding:0px 74px;
			display:block;
			text-decoration:none;
			font:bold 100%/39px 'Arial', Times New Roman, Times, serif;
			color:#fff;
			}
			
			nav#main ul li:first-child a {
				}
			
		nav#main ul li a:hover {
			color:#e7c456;
			}
			
			/* ----- Drop Navigation:Second Level ----- */
			
			nav#main ul ul {
				position:absolute;
				visibility:hidden;
				width:202px;
				background:#899070;
				}
			
				nav#main ul li:hover ul {
					margin:0px;
					padding:0px;
					visibility:visible;
					width:202px; 
					border-bottom:0px solid #4b4b4b; 
					z-index:5000;
					}
			
			nav#main ul ul li {
				padding:0px;
				display:block;
				border-bottom:1px solid #4b4b4b;
				border-left:0px;
				background:#4d0000;
				}
				
			nav#main ul ul li a {
				padding:6px 0px 6px 10px;
				display:block;
				width:192px;
				height:auto;
				text-align:left;
				color:#fff;
				font:normal 93% Arial, Helvetica, sans-serif;
				}
				
				nav#main ul ul li:first-child a {
					background:none;
					}
					
			nav#main ul ul li a:hover {
				background:#933941;
				color:#fff;
				text-decoration:none;
				}
			
			



	/* ----- AOP Navigation ----- */



	/* ----- AOP Navigation ----- */


	nav.aop {
		margin:5px 0px 20px 0px;
		padding:0px 0px 0px 0px;
		width:208px;
		height:auto;
		overflow:hidden;
		}
		
		nav.aop ul {
			margin:0px 0px 0px 0px;
			padding:0px;
			list-style:none;
			}
			
		nav.aop ul li {
			margin:5px 0px 0px 0px;
			padding:0px;
			}
			
			
		nav.aop ul li a {
			font:normal 100% 'Arial', Helvetica, sans-serif;
			display:block;
			margin:0px;
			padding:3px 0px 3px 30px;
			color:#ffffff;
			text-decoration:none;
			background:#352f2f url(img/aop-nav-bg-red.png) left top no-repeat;
			}
			
			nav.aop ul li:first-child a {
				}
			
		nav.aop ul li a:hover {
			color:#edb600;		
			}
	
	/* ----- Banner ----- */

	#containerfull-iner {
		background: url(img/bannerfull-red.png) top left repeat-x;	
		width:100%;
		overflow:hidden;
		}
	
	#banner {
		margin:0px;
		padding:0px;
		width:950px;
		min-height:180px;
		overflow:hidden;
		background:#516e96;
		}
		
	#banner img {
		float: left;
		}
		
	#banner-over-field {
		position:absolute;
		margin-top:-85px;
		padding:0px;
		overflow:hidden;
		width:950px;
		height:75px;
		background:url(img/banner-over-red.png) center top no-repeat;
		}
	
	#tagline {
		margin:60px 0px 0px 68px;
		padding:0px;
		width:347px;
		height:auto;
		position:absolute;
		color:#d1d7d7;
		font:normal 145% Georgia, Arial, Helvetica, sans-serif;
		font-style:italic;
		text-shadow: 0px -2px 0px #2a2622;
		-moz-text-shadow: 0px -2px 0px #2a2622;
		-webkit-text-shadow: 0px -2px 0px #2a2622;
		-o-text-shadow: 0px -2px 0px #2a2622;
		}
	
	#tagline b{
		display:block;
		font:normal 165% Georgia, Arial, Helvetica, sans-serif;
		color:#D1D7D7;
		font-style:normal;
		text-shadow: 0px -2px 0px #2a2622;
		-moz-text-shadow: 0px -2px 0px #2a2622;
		-webkit-text-shadow: 0px -2px 0px #2a2622;
		-o-text-shadow: 0px -2px 0px #2a2622;
		}	


	/* ----- Middle Section ----- */


	#mid-section {
		margin:0px;
		padding:0px;
		width:950px;
		height:auto;
		overflow:hidden;
		background:#280000 url(img/mid-section-bg-red.jpg) center top no-repeat;
		}


	/* ----- Sidebar(s) ----- */


	
	.left {
		float:left;
		}
		
	
	.right {
		margin:0px;
		padding:30px;
		width:210px;
		height:auto;
		float:right;
		overflow:hidden;
		}
		
		
	.right h2 {
		margin:0px;
		padding:0px 0px 8px 0px;
		overflow:hidden;
		border-bottom: solid 1px #753b3b;
		color:#fff;
		font:normal 185% "Georgia", Arial, Helvetica, sans-serif;
		text-transform:capitalize;
		}
		
	.right h2 span{
		color:#a59f8c;
		}
	
		
	/* ----- Main Content Area ----- */

	#content {
		float:left;
		margin:0px;
		padding:0px 30px 15px 30px;
		width:620px;
		height:auto;
		overflow:hidden;
		font:normal 93% Arial, Helvetica, sans-serif;
		position:relative;
		}
		
		#content p, 
		#content ol, 
		#content ul {
			margin:0px 0px 20px 0px;
			color:#c6c8c7;
			}
				
			#content li {
				margin:5px 0px 5px 20px;
				}
			
			#content ol ol, 
			#content ul ul, 
			#content ol ul, 
			#content ul ol {
				margin:0px;
				}
				
			#content td ol, 
			#content td ul,
			#content td ol ol, 
			#content td ul ul, 
			#content td ol ul, 
			#content td ul ol {
				margin:0px 0px 25px 0px;
				}
			
		#content a {
			color:#ABA48D;
			text-decoration:underline;
			}
			
		#content a:hover {
			color:#ABA48D;
			text-decoration:none;
			}
			
		#content h1 {	
			margin:0px;
			padding:0px;
			font:normal 190% Georgia, "Times New Roman", Times, serif;
			color:#aba48d;
			}
			
		#content h2 {	
			margin:15px 0px 10px 0px;
			padding:0px;
			font-size:160%;
			font-weight:normal;
			line-height:normal;
			color:#c6c8c7;
			}
			
		#content h3 {	
			margin:15px 0px 10px 0px;
			padding:0px;
			font-size:140%;
			line-height:normal;
			color:#746536;
			}
			
		#content h4 {	
			margin:15px 0px 10px 0px;
			padding:0px;
			font-size:110%;
			line-height:normal;
			color:#c6c8c7;
			}
			
		#content h5 {	
			margin:15px 0px 10px 0px;
			padding:0px;
			font-size:90%;
			line-height:normal;
			color:#a49085;
			}
			
		#content h6 {	
			margin:15px 0px 10px 0px;
			padding:0px;
			font:normal 90% 'Century Gothic', Geneva, sans-serif;
			color:#fff;
			}
			
		.sub-img {
			float:right;
			padding:0 0 10px 10px;
		}


	/* ----- Footer ----- */


		footer {
		margin:0px;
		padding:0px;
		width:100%;
		height:auto;
		overflow:hidden;
		}
		
	footer .inner-footer {
		margin:0px auto;
		padding:50px 30px 50px 30px;
		width:890px;
		height:auto;
		overflow:hidden;
		background:#240000 url(img/inner-footer-bg-red.png) left top repeat-x;
		}
		
		
	footer .logo {
		margin:0px;
		padding:0px;
		width:300px;
		height:auto;
		float:left;
		overflow:hidden;
		}
		
		
	nav#main-footlinks {
		margin:0px;
		padding:0px;
		width:125px;
		height:auto;
		float:left;
		text-align:center;
		font:bold 85% Arial, Helvetica, sans-serif;		
		}
		
		nav#main-footlinks ul {
			list-style:none;
			margin:0px;
			padding:0px;			
			}
			
			nav#main-footlinks ul ul {
				display:none;
				}
		
		nav#main-footlinks ul li {
			display:block;
			margin:0px;
			padding:0px;
			text-align:left;
			}
		
		nav#main-footlinks ul li a {
			display:block;
			color:#ffffff;
			text-decoration:none;
			text-transform:uppercase;
			padding:0px 0px 2px 0px;
			}
			
		nav#main-footlinks ul li a:hover {
			color:#a59f8c;
			}
		
	
	#disclaimer {
		margin:0px;
		padding:0px;
		width:440px;
		height:auto;
		float:right;
		overflow:hidden;
		text-align:left;
		font:normal 85% 'Tahoma', Helvetica, sans-serif;
		}
		
		#disclaimer p {
			margin:0px;
			padding:0px;
			color:#ffffff;
			}
			
		#disclaimer img {
			margin:0px 0px 0px 0px;
			float:right;
			}
		
		#disclaimer a {
			color:#ffffff;
			text-decoration:none;
			font-weight:bold;
			}
		
		#disclaimer a:hover {
			color:#ffffff;
		    text-decoration:underline;
			}
	
	
	#ln-logo {
		margin:0px 0px 0px 0px;
		float:right;
		overflow:hidden;
		}
				
		/* ----- [ Main Contact Form ] ----- */
		
			
			.gform_heading {
				display:none;	
			}
			
			.CfnImg {
				position:absolute;
				top:83px;
				right:61px;
			}
			
			form.main-contact-form {
			margin:0px;
			padding:0px;
			}
			
			
				form.main-contact-form fieldset {
				border:none;
				margin:0px;
				padding:0px;
				}
			
			
				form.main-contact-form legend {
				display:none;
				}
				
			
				form.main-contact-form ul {
				list-style:none;
				margin:0px;
				padding:0px;
				}
			
			
				form.main-contact-form ul li {
				clear:both;
				display:block;
				margin:1px 0px;
				padding:1px 0px;
				}

			
			/* ----- Labels [ Main Contact Form ] ----- */
			
				form.main-contact-form label {
				display:block;
				float:left;
				width:148px;
				padding:0px 3px 0px 0px;
				overflow:hidden;
				vertical-align:top;
				}
			
			
				/* ----- Sub-labels for 'First Name' and 'Last Name' pieces [ Main Contact Form ] ----- */
				
					form.main-contact-form span.ginput_right {
					float:right;
					}
				
					form.main-contact-form span.ginput_left label,
					form.main-contact-form span.ginput_right label {
					display:block;
					float:left;
					width:40px;
					padding:4px 0px 0px 0px;
					}
			
			
				/* ---- Sub-label for the "Disclaimer" checkbox ----- */
				
					form.main-contact-form li.disclaimer ul.gfield_checkbox label {
					display:block;
					width:auto;
					}
					
					
			/* ----- Denotes required field (styles applied to asterisk only) [ Main Contact Form ] ----- */
			
				form.main-contact-form span.gfield_required {
				font-weight:bold;
				color:#b20000;
				}
			
			form.main-contact-form div.ginput_container {
				width:420px;
				overflow:hidden;
				}
			
			
			/* ----- general input fields [ Main Contact Form ] ----- */
			
				form.main-contact-form input,
				form.main-contact-form select,
				form.main-contact-form textarea {
				width:405px;
				padding:5px;
				border:1px solid #bbb;
				background:#efefef;
				font:100% Verdana, Arial, Helvetica, sans-serif;
				color:#000;
				}
				
				
				/* ----- Sub-fields for 'First Name' and 'Last Name' pieces [ Main Contact Form ] ----- */
				
					form.main-contact-form span.ginput_left input,
					form.main-contact-form span.ginput_right input {
					width:185px;
					}
				
				
				/* ----- removing set pixel width for select & checkbox [ Main Contact Form ] ----- */
				
				form.main-contact-form select,
				form.main-contact-form li.disclaimer input /* disclaimer checkbox */ 
					{
					width:auto;
					}
					
					form.main-contact-form li.disclaimer input /* disclaimer checkbox */
						{
						padding:0px;
						}
			
			
			/* ----- Message section [ Main Contact Form ] ----- */
			
			
			    form.main-contact-form textarea {
				overflow:auto;
				}

			
			/* ----- Disclaimer [ Main Contact Form ] ----- */
			
							
			    form.main-contact-form li.disclaimer label {
				padding-top:10px;
				}
			
				
			    form.main-contact-form li.disclaimer ul.gfield_checkbox label {
				padding-top:0px;
				width:375px;
				float:right;
				}
			

			/* ----- Submit Button [ Main Contact Form ] ----- */

			    form.main-contact-form input.button {
				margin:0px 0px 0px 175px;
				width:auto;
				background:#444;
				border:1px solid #222;
				color:#fff;
				font:bold 93% Verdana, Arial, Helvetica, sans-serif;
				text-transform:uppercase;
				padding:5px 10px;
				}
			
			
			    form.main-contact-form input.button:hover {
				background:#a60000;
				border:1px solid #500000;
				color:#fff;
				}
				
				
			/* ----- Anti-Spam Honeypot Field (hidden) [ Main Contact Form ] ---- */
			
			    form.main-contact-form ul li.gform_validation_container {
				display:none;
				}
			
			
			/* ----- error message if required field not filled out [ Main Contact Form ] ----- */
			
			
				/* ----- main error message ----- */
				
				    form.main-contact-form div.validation_error {
					display:block;
					padding:10px;
					border:1px solid #6c0000;
					background:#b80000;
					color:#fff;
					font-weight:bold;
					}
									
				
				/* ----- specific error messages ----- */
				
					form.main-contact-form li.gfield_error {
					}
				
				
				    form.main-contact-form div.gfield_description {
					margin:10px 0px;
					padding:10px;
					border:1px solid #db9595;
					background:#ebcaca;
					color:#000;
					}
				
					    form.main-contact-form div.gfield_description {
						margin-left:135px;
						}
						
						
							
					/* ----- Anti-Spam Honeypot Field (hidden) [ Quick Contact Form ] ---- */
	       
	      		  form.quick-contact-form ul li.gform_validation_container {
	              display:none;
	              }
       
       
      	 /* ----- error message if required field not filled out [ Quick Contact Form ] ----- */
       
       
              	/* ----- main error message ----- */
              
              		form.quick-contact-form div.validation_error {
                     display:block;
                     padding:10px;
                     border:1px solid #6c0000;
                     background:#b80000;
                     color:#fff;
                     font-weight:bold;
                     }
                                                
              
              /* ----- specific error messages ----- */
              
             	 form.quick-contact-form li.gfield_error {
                     }
              
              
              		form.quick-contact-form div.gfield_description {
                     margin:10px 0px;
                     padding:10px;
                     border:1px solid #db9595;
                     background:#ebcaca;
                     color:#000;
                     }
              
                     form.quick-contact-form div.gfield_description {
                           margin-left:0px;
                           }

	
				
			
			
		/* ----- [ Quick Contact Form ] ----- */
		
		#quick-contact-box {
			margin:10px 0px 20px 0px;
			padding:0px 0px 0px 0px;
			}
			
			#quick-contact-box small {
				padding:0px 0px 0px 0px;
				font-size:85%;
			}
			
			#quick-contact-box small strong {
				font-weight:bold;
				color:#a59f8c;
				font-size:100%;
				}
				
					
				form.quick-contact-form {
				margin:15px 0px 0px 0px;
				padding:0px;
				}
				
					
					form.quick-contact-form fieldset {
					border:none;
					margin:0px;
					padding:0px;
					}
				
				
					form.quick-contact-form legend {
					display:none;
					}
					
				
					form.quick-contact-form ul {
					list-style:none;
					margin:0px 0px 10px 0px;
					padding:0px;
					}
			
			
					form.quick-contact-form ul li {
					clear:both;
					display:block;
					margin:0px 0px;
					padding:4px 0px;
					}

			
				/* ----- Labels [ Quick Contact Form ] ----- */
				
					form.quick-contact-form label {
					display:none;
					float:left;
					width:47px;
					padding:0px 3px 0px 0px;
					overflow:hidden;
					vertical-align:top;
					color:#858b6c;
					font:normal 100% arial;
					
					}
					
						form.quick-contact-form li.message label {
						display:none;
						width:100%;
						float:none;
						}
						
						
				/* ----- Denotes required field (styles applied to asterisk only) [ Quick Contact Form ] ----- */
				
					form.quick-contact-form span.gfield_required {
					font-weight:bold;
					color:#b20000;
					}
	
				
				/* ----- input fields [ Quick Contact Form ] ----- */
				
					form.quick-contact-form input,
					form.quick-contact-form select,
					form.quick-contact-form textarea {
					width:200px;
					padding:3px 5px 3px 5px;
					border:1px solid #bbb;
					background:#fff;
					font:93% Verdana, Arial, Helvetica, sans-serif;
					color:#000;
					}
					
					
					/* ----- removing set pixel width for some select & checkbox [ Quick Contact Form ] ----- */
					
						form.quick-contact-form select {
						width:auto;
						}
				
				
				/* ----- Message section [ Quick Contact Form ] ----- */
				
					form.quick-contact-form textarea {
					width:209px;
					overflow:auto;
					height:62px;
					}
	
									
				/* ----- form input field container [ Quick Contact Form ]  ----- */
				
					form.quick-contact-form span.gfield_required {
					font-weight:bold;
					color:#b20000;
					}
				
				
					form.quick-contact-form div.ginput_container {
					overflow:hidden;
					}
					
					
					form.quick-contact-form li.message div.ginput_container {
						
						}
					
					
				/* ----- Anti-Spam Honeypot Field (hidden) [ Quick Contact Form ]---- */
				
					form.quick-contact-form ul li.gform_validation_container {
					display:none;
					}
					
	
				/* ----- Submit Button [ Quick Contact Form ] ----- */
	
				
					form.quick-contact-form div.gform_footer {
					text-align:right;
					}
	
	
					form.quick-contact-form input.button {
					margin:0px;
					padding:5px 0px 5px 3px;
					text-align:left;
					width:67px;
					color:#fff;
					font:bold 85% Verdana, Arial, Helvetica, sans-serif;
					text-transform:capitalize;
					background:url(img/submit-bg-red.png) center top no-repeat; 
					border:none;
					}
			
					form.quick-contact-form input.button:hover {
					background:url(img/submit-bg-red.png) center -26px no-repeat;
					}
			
			
	
	
	
	
	/* ----- Maps & Directions ----- */
		
		
		.google-map {
			border:1px solid #c0c0c0;
			background:#fff;
			padding:15px;
			}
			
			
			.google-map h3,
			#content .google-map h3 {
				display:none;
				}
			

		#map_canvas_google_map_81 {
			border:1px solid #c0c0c0;
			}
			
		
		
			/* ----- "Get Directions" button ----- */
			
			
			div.google-map input,
			div.google-map input[type="button"] {
				border:1px solid #222;
				background:#444;
				color:#fff;
				font:bold 13px Arial, Helvetica, sans-serif;
				text-transform:uppercase;
				margin:10px 0px;
				padding:2px 5px;
				*padding:2px 0px 0px 0px;
				*width:130px;
				} /* GET DIRECTIONS button */
				
			div.google-map input:hover,
			div.google-map input[type="button"]:hover {
				background:#666;
				}
			
			
			
			/* ----- "Get Directions From" section ----- */
			
			div#directions-from {
				display:block;
				}
			
				div#directions-from input {
					width:400px;
					border:1px solid #c0c0c0;
					background:#eee;
					font:12px Tahoma, Verdana, Arial, sans-serif;
					text-transform:none;
					color:#000;
					padding:4px 5px;
					}
			
			
			
			/* ----- "Language" ----- */
		
			div#directions-locale {
				display:block;
				}
				
				
				div#directions-locale select {
					border:1px solid #c0c0c0;
					background:#eee;
					font:12px Tahoma, Verdana, Arial, sans-serif;
					text-transform:none;
					color:#000;
					padding:3px;
					} 


	
		
		/* ----- Search Results page ----- */
		
		
		#content ul.search-results-list li:first-child h2,
		#content ul.search-results-list li h2 {
			margin:0px;
			padding:0px;
			}
		
		.entry-title  {
			}
		
		
		#content ul.search-results-list p {
			margin:15px 0px;
			padding:0px;
			}
		
				
		#search-nav-below {
			border-top:1px dotted #ccc;
			display:block;
			padding:20px 0px 0px 0px;
			font-weight:bold;
			}
			
			
			#search-nav-below .nav-previous {
				display:block;
				float:left;
				}
		
		
			#search-nav-below .nav-more {
				display:block;
				float:right;
				}
		
					
					
		
		/* ----- Blog Post - Main Display List ----- */
		
		
		div.post-entry,
		div.type-post {
			border-bottom:1px dotted #ccc;
			}
			
			
			.post-author-date-info {
				display:block;
				float:right;
				padding:5px 0px 10px 20px;
				text-align:right;
				font-size:88%;
				}
				
				
		#nav-below {
			display:block;
			padding:20px 0px 0px 0px;
			font-weight:bold;
			}
			
			
			#nav-below .nav-previous {
				display:block;
				float:left;
				}
		
		
			#nav-below .nav-next {
				display:block;
				float:right;
				}
				
		ul.paging { 
			list-style: none; 
			padding: 0; 
			font-weight: bold; 
			}
			
		ul.paging li { 
			float: left; 
			margin: 0 6px 6px 0; 
			}
		ul.paging li a, ul.paging li.active { 
			display: block; 
			padding: 3px 6px; 
			background-color: #f5f5f5; 
			border: 1px solid #ccc; 
			}
		ul.paging li.active { 
			background-color: #000; 
			border-color: #000; 
			color: #fff; 
			}
					
					
		
		/* ---- Comments Section ----- */
		
		
		#comments {
			border-top:1px dotted #ccc;
			background:#fff;
			}
		
		
		#comments-list {
			padding:1px 0px;
			font:11px Verdana, Arial, Helvetica, sans-serif;
			color:#000;
			}
			
			
			#comments-list p,
			#content #comments-list p {
				line-height:18px;
				}
			
			
			#comments-list ol {
				list-style:none;
				margin:0px;
				padding:5px 0px 0px 0px;
				background:#fff;
				border-top:1px dotted #ccc;
				}
			
			
				#comments-list ul {
					list-style:none;
					margin-left:0px;
					padding-left:40px;
					background:#fff;
					}
				
				
					#comment-container-border {
						padding:0px 0px 10px 0px;
						background:#fff;
						border-bottom:1px dotted #ccc;
						}
					
					#comment-container-background {
						padding:10px;
						background:#f7f7f7;
						}
			
			
			.comment-author {
				display:block;
				float:left;
				margin:0px 15px 5px 0px;
				background:#fff;
				border:1px solid #ccc;
				padding:5px;
				}
				
				
				.comment-author a,
				.comment-author a:hover, 
				#content .comment-author a,
				#content .comment-author a:hover {
					text-decoration:none;
					font:bold 12px Verdana, Arial, Helvetica, sans-serif;
					}
				
				
				.comment-author img {
					display:block;
					max-width:50px;
					max-height:50px;
					overflow:hidden;
					margin:0px 0px 5px 0px;
					}
			
			
			.comment-reply-link {
				display:block;
				clear:both;
				}
				
				
				#content .comment-reply-link a,
				.comment-reply-link a {
					}
		
		
		#respond {
			}
		
		
		form#commentform {
			}
		
		
			#form-section-author,
			#form-section-email,
			#form-section-url {
				display:block;
				float:left;
				padding:0px;
				width:31%;
				overflow:hidden;
				}
		
		
				#respond input#author,
				#respond input#email,
				#respond input#url {
					border:1px solid #ccc;
					background:#f7f7f7;
					font:12px Verdana, Arial, Helvetica, sans-serif;
					color:#b20000;
					padding:5px;
					width:90%;
					}
				
				
			#form-section-comment {
				clear:both;
				display:block;
				padding:5px 0px 0px 0px;
				}
			
			
				#respond textarea#comment {
					border:1px solid #ccc;
					background:#f7f7f7;
					font:12px Verdana, Arial, Helvetica, sans-serif;
					color:#b20000;
					padding:5px;
					width:90%;
					overflow:auto;
					}
		
		
			#respond .form-submit {
				padding:15px 0px;
				}
			
			
			#respond .form-submit input {
				background:#444;
				border:1px solid #222;
				color:#fff;
				font:bold 11px Verdana, Arial, Helvetica, sans-serif;
				text-transform:uppercase;
				padding:5px 10px;
				}
		
		
			#respond .form-submit input:hover {
				background:#a60000;
				border:1px solid #500000;
				color:#fff;
				}
				
				
				#form-allowed-tags code {
					color:#666;
					}


					
		
		/* ---- Category page ----- */
				
		div.entry-meta,
		div.entry-utility {
			font-size:88%;
			}
			
		h1 span.category-title {
			color:#b20000;
			}
			
				
				
				
/* ----- END [4] Primary Styles ----- */












/* ----- [5] Non-Semantic Helper Classes ----- */



/* for image replacement */
.ir { 
	display:block; 
	text-indent:-999em; 
	overflow:hidden; 
	background-repeat:no-repeat; 
	text-align:left; 
	direction:ltr; 
	}


/* Hide for both screenreaders and browsers  [ css-discuss.incutio.com/wiki/Screenreader_Visibility ] */
.hidden { 
	display:none; 
	visibility:hidden; 
	} 


/* Hide only visually, but have it available for screenreaders: by Jon Neal.
www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
.visuallyhidden { 
	border: 0; 
	clip: rect(0 0 0 0); 
	height: 1px; 
	margin: -1px; 
	overflow: hidden; 
	padding: 0; 
	position: absolute; 
	width: 1px; 
	}

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: drupal.org/node/897638 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { 
	clip: auto; 
	height: auto; 
	margin: 0; 
	overflow: visible; 
	position: static; 
	width: auto; 
	}


/* Hide visually and from screenreaders, but maintain layout */
.invisible { 
	visibility:hidden; 
	}


/* >> The Magnificent CLEARFIX:Updated to prevent margin-collapsing on child elements << j.mp/bestclearfix */
.clearfix:before, 
.clearfix:after { 
	content:"\0020"; 
	display:block; 
	height:0; 
	visibility:hidden; 
	} 


.clearfix:after { 
	clear:both; 
	}


/* Fix clearfix:blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.clearfix { 
	zoom:1; 
	clear:both; 
	}



/* ----- END [5] Non-Semantic Helper Classes ----- */












/* ----- [6] Media Queries ----- */
/* ----- These follow after primary styles so they will successfully override. ----- */



@media all and (orientation:portrait) { 

	/* Style adjustments for portrait mode goes here */
	
	}


@media all and (orientation:landscape) { 

	/* Style adjustments for landscape mode goes here */
	
	}


/* 
	Grade-A Mobile Browsers (Opera Mobile, iPhone Safari, Android Chrome)  
	Consider this:www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ 
*/

@media screen and (max-device-width:480px) {

	/* ----- Uncomment if you don't want iOS and WinMobile to mobile-optimize the text for you (j.mp/textsizeadjust ) ----- */
	/*html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
	
	}



/* ----- END [6] Media Queries ----- */












/* ----- [7] Print Styles ----- */
/* ----- inlined to avoid required HTTP connection www.phpied.com/delay-loading-your-print-css/ ----- */



@media print {

	* { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
	-ms-filter: none !important; } /* Black prints faster: sanbeiji.com/archives/953 */
	a, a:visited { color: #444 !important; text-decoration: underline; }
	a[href]:after { content: " (" attr(href) ")"; }
	abbr[title]:after { content: " (" attr(title) ")"; }
	.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
	pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
	thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */
	tr, img { page-break-inside: avoid; }
	@page { margin: 0.5cm; }
	p, h2, h3 { orphans: 3; widows: 3; }
	h2, h3{ page-break-after: avoid; }
	
	}



/* ----- END [7] Print Styles ----- */










