
/* 

	HTML5 - Boilerplate >> LexisNexis Edition >> ver 5.0 6/2014
	
	[1] CSS Reset/Base Styles (normalize.css) 
	[2] Custom Layout Styles
	[3] Non-Semantic Helper Classes
	[4] Media Queries
	[5] Print Styles

*/


/* ---------- START [1] CSS Reset/Base Styles (normalize.css) ---------- */


/*! normalize.css v3.0.0 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}
/**
 * Remove default margin.
 */

body {
	margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio, canvas, progress, video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */

[hidden], template {
 display: none;
}
/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background: transparent;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active, a:hover {
	outline: 0;
}
/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b, strong {
	font-weight: bold;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
	font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
	border: 0;
}
/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
	overflow: hidden;
}
/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
	margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */

hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}
/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button, input, optgroup, select, textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10.
 */

button {
	overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8+, and Opera
 * Correct `select` style inheritance in Firefox.
 */

button, select {
	text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button, html input[type="button"], /* 1 */ input[type="reset"], input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */

button[disabled], html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner, input::-moz-focus-inner {
 border: 0;
 padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
 height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box; /* 2 */
	box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
 -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9.
 */

textarea {
	overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}
/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}
td, th {
	padding: 0;
}


/* ---------- END [1] CSS Reset/Base Styles (normalize.css) ---------- */







/* ---------- START [2] Custom Layout Styles ---------- */

/* -- Remove Skype icon from phone numbers - GLOBAL -- */

span.skype_pnh_container {display:none !important;}
span.skype_pnh_print_container, span[class^="skype_pnh_print_container"] {display:inline !important;}

/* -- Live Chat Button -- */

.live-chat-button img {
	max-width:100%;
	height:auto;
	}

/* -- WordPress Core -- */

.alignnone {
	margin: 5px 20px 20px 0;
	}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
	}

.alignright {
	float:right;
	margin: 5px 0 20px 20px;
	}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
	}

.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
	}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
	}

a img.alignnone {
	margin: 5px 20px 20px 0;
	}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
	}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
	}

.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
	}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
	}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
	}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
	}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
	}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
	}

/* -- Main Content - Base Styles -- */

.content {
	min-height:1px;
	}
	
	.content a,
	.content a:visited {
		}
	
	.content a:hover,
	.content a:active,
	.content a:focus {
		}
	
	.content p {
		margin:10px 0px 15px 0px;
		padding:0px;
		line-height:167%;
		}
	
	.content hr {
		margin:25px 0px;
		padding:0px;
		background:none;
		color:#fff;
		border:none;
		border-top:1px dotted #ccc;
		}
	
	.content blockquote {
		margin:10px 0px 25px 0px;
		padding:10px 25px 5px 25px;
		background:#efefef;
		border:1px solid #ccc;
		-webkit-border-radius:4px;
		-moz-border-radius:4px;
		border-radius:4px;
		-webkit-box-shadow:inset 0px 0px 5px #fff;
		-moz-box-shadow:inset 0px 0px 5px #fff;
		box-shadow:inset 0px 0px 5px #fff;
		}
		
	.content ul,
	.content ol {
		margin:10px 0px 25px 30px;
		padding:0px;
		}
		
		.content td ul,
		.content td ol {
			margin-top:0px;
			margin-bottom:20px;
			}
	
			.content ul ul,
			.content ol ol,
			.content ul ol,
			.content ol ul,
			.content td ul ul,
			.content td ol ol,
			.content td ul ol,
			.content td ol ul {
				margin-top:15px;
				margin-bottom:15px;
				}
				
				
			.content table.data-table {
				border-top:1px solid #ddd;
				border-left:1px solid #ddd;
				}
				
				.content table.data-table th {
					border-right:1px solid #ddd;
					border-bottom:1px solid #ddd;
					padding:4px;
					background:#ddd;
					font-weight:bold;
					color:#000;
					}
					
				.content table.data-table td {
					border-right:1px solid #ddd;
					border-bottom:1px solid #ddd;
					padding:4px;
					background:#fff;
					color:#000;
					vertical-align:top;
					}
					
				.content table.data-table tr:nth-child(odd) td {
					background:#eee;
					}
					
					
				.content table.data-table td p {
					margin:0px;
					padding:0px;
					}

	.content li {}
	
	.content h1 {
		margin:0px 0px 15px 0px;
		padding:0px;
		}
	
	.content h2 {
		margin: 15px 0px 10px 0px;
		padding:0px;
		}
	
	.content h3 {
		margin: 15px 0px 10px 0px;
		padding:0px;
		}
	
	.content h4 {
		margin: 15px 0px 10px 0px;
		padding:0px;
		}
	
	.content h5 {
		margin: 15px 0px 10px 0px;
		padding:0px;
		}
	
	.content h6 {
		margin: 15px 0px 10px 0px;
		padding:0px;
		}

/* -- Main Contact Form -- */

img.CfnImg {
	}

div.gform_edit_link,
div.gform_edit_link a {
	display:none;
	}

form.main-contact-form {
	margin:0px;
	padding:0px;
	text-align:left;
	}
	
	form.main-contact-form div.gform_heading,
	form.quick-contact-form div.gform_heading {
		display:none;
		}
	
	form.main-contact-form fieldset {
		border:none;
		margin:0px;
		padding:0px;
		}
	
	form.main-contact-form legend {
		display:none;
		}
		
	form.main-contact-form ul,
	form.main-contact-form ol,
	#content form.main-contact-form ul,
	#content form.main-contact-form ol,
	.content form.main-contact-form ul,
	.content form.main-contact-form ol,
	form.quick-contact-form ul,
	form.quick-contact-form ol {
		list-style:none;
		margin:0px;
		padding:0px;
		}
	
		form.main-contact-form ul li,
		form.main-contact-form ol li,
		#content form.main-contact-form ul li,
		#content form.main-contact-form ol li,
		.content form.main-contact-form ul li,
		.content form.main-contact-form ol li {
			clear:both;
			display:block;
			margin:5px 0px;
			padding:5px 0px;
			background:none;
			}
			
			form.quick-contact-form ul li,
			form.quick-contact-form ol li {
				display:block;
				margin:0px;
				}
				
			.lt-ie8 form.main-contact-form ul li,
			.lt-ie8 fform.main-contact-form ol li,
			.lt-ie8 f#content form.main-contact-form ul li,
			.lt-ie8 f#content form.main-contact-form ol li,
			.lt-ie8 f.content form.main-contact-form ul li,
			.lt-ie8 f.content form.main-contact-form ol li {
				margin:1px 0px;
				padding:1px 0px;
				}
	
			form.main-contact-form ul ul li,
			form.main-contact-form ol ol li,
			#content form.main-contact-form ul ul li,
			#content form.main-contact-form ol ol li,
			.content form.main-contact-form ul ul li,
			.content form.main-contact-form ol ol li {
				margin:0px;
				padding:1px 0px;
				}
	
	/* ----- Labels [ Main Contact Form ] ----- */
	
	form.main-contact-form label {
		display:block;
		float:left;
		width:20%;
		padding:0px;
		overflow:hidden;
		vertical-align:top;
		}
				
		form.main-contact-form .captcha label.gfield_label {
			display:none;
			}
		
		/* ---- Sub-label for the "Disclaimer" checkbox (full disclaimer text written out) ----- */
		
		form.main-contact-form li.disclaimer div.ginput_container label {
			float:right;
			width:95%;
			padding:0px;
			margin:0px;
			}
			
			.lt-ie8 form.main-contact-form li.disclaimer div.ginput_container label {
				margin:-20px 0px 0px 0px;
				}
		
		/* ----- Denotes required field (styles applied to asterisk only) [ Main Contact Form ] ----- */
		
		form.main-contact-form span.gfield_required {
			font-weight:bold;
			color:#b20000;
			}
		
	/* ----- general input area [ Main Contact Form ] ----- */
	
	form.main-contact-form div.ginput_container {
		float:right;
		width:75%;
		overflow:hidden;
		}
		
		/* ----- general input fields [ Main Contact Form ] ----- */
		
		form.main-contact-form input,
		form.main-contact-form select,
		form.main-contact-form textarea {
			width:95%;
			height: auto;
			padding:5px;
			border:1px solid #bbb;
			background:#fff;
			color:#000;
			}
			
			/* ----- Message section [ Main Contact Form ] ----- */
			
			form.main-contact-form textarea {
				height:100px;
				overflow:auto;
				}
			
			/* ----- removing set pixel width/padding settings for select & checkbox [ Main Contact Form ] ----- */
			
			form.main-contact-form select,
			form.main-contact-form input[type="checkbox"],
			form.main-contact-form input[type="radio"],
			form.main-contact-form input[type="file"],
			form.main-contact-form li.disclaimer div.ginput_container input {
				width:auto;
				}
				
			form.main-contact-form input[type="checkbox"],
			form.main-contact-form input[type="radio"],
			form.main-contact-form li.disclaimer div.ginput_container input {
				height:auto;
				background:none;
				border:none;
				padding:0px;
				margin:0px;
				}
		
		/* ----- Submit Button [ Main Contact Form ] ----- */
		
		form.main-contact-form input[type=submit] {
			margin:0px;
			margin-left:25%;
			width:auto;
			background:#444;
			border:1px solid #222;
			color:#fff;
			font-weight:bold;
			font-size:88%;
			text-transform:uppercase;
			padding:4px 5px;
			}
			
			.lt-ie8 form.main-contact-form input[type=submit] {
				padding:5px 0px;
				}
			
		form.main-contact-form input[type=submit]:hover {
			background:#666;
			}
			
		/* ----- Captcha [ Main Contact Form ] ----- */
		
		form.main-contact-form .recaptchatable tr,
		form.main-contact-form .recaptchatable td {
			margin: 0;
			padding: 0;
			line-height: 1px;
		}
		form.main-contact-form .recaptchatable input[type="text"] {
			display: inline-block;
		}
			
	/* ----- Anti-Spam Honeypot Field (hidden) [ Main Contact Form ] ---- */
	
	form.main-contact-form li.gform_validation_container {
		clear:both;
		}
	
	form.main-contact-form li.gform_validation_container label,
	form.main-contact-form li.gform_validation_container .ginput_container,
	form.main-contact-form li.gform_validation_container .gfield_description,
	form li.gform_validation_container label,
	form li.gform_validation_container .ginput_container,
	form li.gform_validation_container .gfield_description {
		display:none;
		}
	
	/* ----- error message if required field not filled out [ Main Contact Form ] ----- */
		
		/* ----- main error message ----- */
		
		form.main-contact-form div.validation_error {
			clear:both;
			display:block;
			margin:10px 0px;
			padding:10px;					
			width: 95%;
			background: #f2dede !important;
			border: 1px solid #eed3d7 !important;
			color: #b94a48 !important;
			font-weight:bold;
			text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
			-webkit-border-radius: 4px;
			-moz-border-radius: 4px;
			border-radius: 4px;
			}
		
		/* ----- field-specific error messages ----- */
		
		form.main-contact-form li.gfield_error {
			}
		
		form.main-contact-form div.gfield_description {
			float:left;
			clear:both;
			display:block;
			margin:10px 0px;
			padding:10px;
			width: 95%;
			background: #d9edf7 !important;
			border: 1px solid #bce8f1 !important;
			color: #3a87ad !important;
			font-weight:bold;
			-webkit-border-radius: 4px;
			-moz-border-radius: 4px;
			border-radius: 4px;					
			}
			
			.lt-ie8 form.main-contact-form div.gfield_description {
				float:none;
				}
		
		form.main-contact-form div.instruction {
			display:inline-block;
			margin:10px 0px 0px 0px;
			padding:10px;
			background: #d9edf7 !important;
			border: 1px solid #bce8f1 !important;
			color: #3a87ad !important;
			font-weight:bold;
			-webkit-border-radius: 4px;
			-moz-border-radius: 4px;
			border-radius: 4px;
			}
		
		/* TABLET - screen sizes between (700px) and full site (1000) */
		@media only screen and (min-width: 700px) and (max-width: 1000px) {
			
			/* ----- Labels [ Main Contact Form ] ----- */
			
			form.main-contact-form label {
				float:none;
				width:100%;
				}
						
			/* ----- general input area [ Main Contact Form ] ----- */
			
			form.main-contact-form div.ginput_container {
				float:none;
				width:100%;
				}
		
			/* ----- submit button ----- */
			
			form.main-contact-form input[type=submit] {
				margin-left:0px;
				}
				
			}

		/* Contact Form Fixes for Mobile */
		@media only screen and (max-width: 699px) {
			
			/* ----- Labels [ Main Contact Form ] ----- */

			form.main-contact-form label {
				float:none;
				width:100%;
				overflow:visible;
				}
				
			/* ----- general input area [ Main Contact Form ] ----- */

			form.main-contact-form div.ginput_container {
				float:none;
				width:100%;
				overflow:visible;
				}
			
			form.main-contact-form .gform_footer {
				text-align:center;
				}
				
			form.main-contact-form input[type=submit] {
				margin-left:0px;
				}
				
			}

/* -- QC Form - Base Styles -- */
		
	/*  Anti-Spam Honeypot Field (hidden) [ Quick Contact Form ] */
	
	form.quick-contact-form li.gform_validation_container {
		clear:both;
		}
	
	form.quick-contact-form li.gform_validation_container label,
	form.quick-contact-form li.gform_validation_container .ginput_container,
	form.quick-contact-form li.gform_validation_container .gfield_description {
		display:none;
		}
	
	/* ----- main error message ----- */
	
	form.quick-contact-form div.validation_error {
		clear:both;
		display:block;
		padding:10px;
		margin:10px 0px;
		background: #f2dede !important;
		border: 1px solid #eed3d7 !important;
		color: #b94a48 !important;
		font-weight:bold;
		text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
		width: auto;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		}
	
	/* ----- field-specific error messages ----- */
	
	form.quick-contact-form li.gfield_error {
		}
		
	form.quick-contact-form div.gfield_description,
	form.quick-contact-form div.instruction {
		clear:both;
		display:block;
		margin:10px 0px;
		padding:10px;
		background: #d9edf7 !important;
		border: 1px solid #bce8f1 !important;
		color: #3a87ad !important;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		}
	
	form.quick-contact-form div.instruction {
		}
	
	/* ----- QC reCAPTCHA styles - for Themes RED, WHITE, and BLACK GLASS ----- */
	
	form.quick-contact-form .captcha label.gfield_label {
		display:none;
		}
		
	form.quick-contact-form div#input_1_17 {
		width:220px;
		overflow:hidden;
		}
		
	form.quick-contact-form div#recaptcha_widget_div {
		width:218px;
		overflow:hidden;
		padding:10px 0px;
		background:none;
		border:none;
		/* -- styles below are for preview purposes only - can be removed -- */
		background:#ddd;
		border:1px solid #aaa;
		}
			
		form.quick-contact-form div#recaptcha_widget_div table,
		form.quick-contact-form div#recaptcha_widget_div tr,
		form.quick-contact-form div#recaptcha_widget_div th,
		form.quick-contact-form div#recaptcha_widget_div td {
			background:none;
			text-align:left;
			}
			
		form.quick-contact-form div#recaptcha_widget_div table {
			width:auto;
			background:none;
			}
			
			form.quick-contact-form div#recaptcha_widget_div table table {
				width:auto;
				background:none;
				border:none;
				}
	
		form.quick-contact-form div#recaptcha_image img {
			width:200px;
			height:38px;
			}
	
		form.quick-contact-form input#recaptcha_response_field {
			background:#fff;
			}
	
		form.quick-contact-form .recaptcha_r1_c1,
		form.quick-contact-form .recaptcha_r2_c1,
		form.quick-contact-form .recaptcha_r2_c2,
		form.quick-contact-form .recaptcha_r3_c1,
		form.quick-contact-form .recaptcha_r3_c2,
		form.quick-contact-form .recaptcha_r3_c3,
		form.quick-contact-form .recaptcha_r4_c2,
		form.quick-contact-form .recaptcha_r4_c4,
		form.quick-contact-form .recaptcha_r7_c1,
		form.quick-contact-form .recaptcha_r8_c1 {
			display:none;
			}

/* -- Maps & Directions -- */

div.google-map,
div.ln-map {
	clear:both;
	margin:15px 0px;
	}
	
	div.google-map h3,
	div.ln-map h3,
	#content .google-map h3,
	#content .ln-map h3,
	#content #directions-head,
	.content .google-map h3,
	.content .ln-map h3,
	.content #directions-head {
		display:none;
		}
	
	#map_canvas_google_map_81,
	#map_canvas_ln_map_175,
	#map_canvas_ln_map_176,
	#map_canvas_ln_map_160 {
		border:1px solid #c0c0c0;
		}

	/* ----- "Get Directions" button ----- */
		
	div.google-map input,
	div.ln-map input,
	div.google-map input[type="button"],
	div.ln-map input[type="button"] {
		margin:0px;
		width:auto;
		margin:10px 0px;
		padding:4px 5px;
		background:#444;
		background:rgba(0,0,0,.75);
		border:1px solid #222;
		color:#fff;
		font-weight:bold;
		font-size:88%;
		text-transform:uppercase;
		}
		
		.lt-ie8 div.google-map input,
		.lt-ie8 div.ln-map input,
		.lt-ie8 div.google-map input[type="button"],
		.lt-ie8 div.ln-map input[type="button"] {
			padding:5px 0px;
			}
		
	div.google-map input[type="button"]:hover,
	div.ln-map input[type="button"]:hover {
		background:#666;
		background:rgba(0,0,0,.65);
		}
	
	/* ----- "Get Directions From" & "Language" sections ----- */
	
	div#directions-from,
	div#directions-locale {
		display:block;
		}
		
		div#directions-from input,
		div#directions-locale select {
			margin-top:0px;
			width:60%;
			border:1px solid #c0c0c0;
			background:#fff;
			font-size:100%;
			font-weight:normal;
			text-transform:none;
			color:#000;
			padding:4px 5px;
			}
			
		div#directions-locale select {
			width:auto;
			}

/* -- Client Center -- */
			
iframe.client-center {
	display:block;
	width:930px;
	min-height:900px;
	overflow-y: scroll;
	overflow-x: hidden;
	border:none;
	}
	
	@media only screen and (max-width: 699px) {
		iframe.client-center {
			width:100%;
			}
		}
		
/* -- Blog Entry Meta -- */

.post-entry,
.post {
	border-bottom: 1px dotted #ccc;
}

.entry-meta	.vcard {
		margin: 0;
		padding: 0;
		border: none;
	}

/* -- Digg Digg styles -- */

div#digg-digg {
	clear:both;
	padding:0px 0px 20px 0px;
	}

	div#digg-digg ul {
		list-style:none !important;
		margin:0px; !important;
		padding:0px; !important;
		}
	
	div#digg-digg ul li {
		display:inline !important;
		margin:0px; !important;
		padding:0px; !important;
		}
	
	div#digg-digg ul li.google-plus {
		}
	
	div#digg-digg ul li.twitter {
		}
	
	div#digg-digg ul li.facebook-like {
		}
	
	div#digg-digg iframe {
		margin:0px;
		padding:0px;
		}

/* -- Comment List -- */

#respond h3,
.content #respond h3,
#content #respond h3
#comments-list h3,
.content #comments-list h3,
#content #comments-listh3 {
	margin:15px 0px;
	padding:0px;
	}
	
#comments {
	margin:10px 0px;
	/*padding:10px 0px;
	border-top:1px dotted #ccc;*/
	}
	
#respond {
	margin:10px 0px;
	/*padding:10px 0px;
	border-top:1px dotted #ccc;*/
	}

#comments-list {
	padding:1px 0px;
	color:#000;
	}
	
	#comments-list p,
	.content #comments-list p,
	#content #comments-list p {
		margin:15px 0px;
		padding:0px;
		line-height:154%;
		}
	
	#comments-list ol,
	#comments-list ul,
	.content #comments-list ol,
	.content #comments-list ul,
	#content #comments-list ol,
	#content #comments-list ul {
		list-style:none;
		margin:0px;
		padding:0px;
		}
	
		#comments-list ol li,
		#comments-list ul li,
		.content #comments-list ol li,
		.content #comments-list ul li,
		#content #comments-list ol li,
		#content #comments-list ul li {
			margin:0px;
			}
	
		#comments-list ol,
		.content #comments-list ol,
		#content #comments-list ol {
			padding:0px;
			margin:15px 0px;
			font-size:88%;
			}
	
		#comments-list ul,
		.content #comments-list ul,
		#content #comments-list ul {
			margin-left:45px;
			font-size:100%;
			}
			
	#comment-container-background {
		padding:15px;
		margin:10px 0px;
		border:1px solid #ddd;
		border-top:4px solid #ddd;
		background:#fff;
		}
	
	.comment-author {
		display:block;
		float:left;
		margin:0px 15px 5px 0px;
		background:#efefef;
		border:1px solid #ccc;
		padding:5px;
		}
	
		.comment-author img {
			border:2px solid #fff;
			}
		
		.comment-author a,
		.comment-author a:hover, 
		.content .comment-author a,
		.content .comment-author a:hover,
		#content .comment-author a,
		#content .comment-author a:hover {
			text-decoration:none;
			font-weight:bold;
			}
		
		.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;
		}

/* -- Comment Form -- */

form#commentform {
	margin:0px;
	padding:0px;
	text-align:center;
	}
		
	form#commentform p,
	.content form#commentform p,
	#content form#commentform p {
		margin:0px;
		padding:0px;
		text-align:left;
		}
	
	form#commentform .input-column,
	form#commentform .textarea-column {
		display:inline-block;
		vertical-align:top;
		width:49%;
		overflow:hidden;
		text-align:left;
		}
		
		.lt-ie8 form#commentform .input-column,
		.lt-ie8 form#commentform .textarea-column {
			display:block;
			float:left;
			width:50%;
			}
	
			body.logged-in form#commentform .input-column,
			body.logged-in form#commentform .textarea-column,
			.lt-ie8 body.logged-in form#commentform .input-column,
			.lt-ie8 body.logged-in form#commentform .textarea-column {
				width:100%;
				}
		
	#form-section-author,
	#form-section-email,
	#form-section-url,
	#form-section-comment {
		padding:10px 0px 0px 0px;
		}
		
	form#commentform input[type=text],
	form#commentform input[type=email] {
		margin:0px;
		padding:5px;
		width:90%;
		border:1px solid #ccc;
		background:#fff;
		font-size:100%;
		color:#000;
		}
		
	form#commentform textarea {
		border:1px solid #ccc;
		background:#fff;
		color:#000;
		padding:5px;
		width:90%;
		height:125px;
		overflow:auto;
		}
		
	form#commentform .form-submit {
		clear:both;
		text-align:center;
		}
		
		body.logged-in form#commentform .form-submit {
			text-align:left;
			}
		
	form#commentform input[type=submit],
	form#commentform input[type=reset] {
		margin:0px;
		width:auto;
		margin:10px 0px;
		padding:4px 5px;
		background:#444;
		border:1px solid #222;
		color:#fff;
		font-weight:bold;
		text-transform:uppercase;
		font-size:88%;
		}
		
	form#commentform input[type=submit]:hover,
	form#commentform input[type=reset]:hover {
		background:#666;
		border:1px solid #444;
		}

/* ---------- END [2] Custom Layout Styles ---------- */







/* ---------- START [3] Non-Semantic Helper Classes ---------- */


/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.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: h5bp.com/p */
.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; }

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }


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







/* ---------- START [4] Media Queries ---------- */

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {
	
	}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	
	}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
	
	}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	
	}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 480px) {
	
	}

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







/* ---------- START [5] Print Styles ---------- */

@media print {
	* { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
	a, a:visited { 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; } /* h5bp.com/t */
	tr, img { page-break-inside: avoid; }
	img { max-width: 100% !important; }
	@page { margin: 0.5cm; }
	p, h2, h3 { orphans: 3; widows: 3; }
	h2, h3 { page-break-after: avoid; }
}

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

/* bold chat shadowbox */

#bt_invite_box {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
    height: 100% !important;
    left: 0 !important;
    position: fixed !important;
    top: 0 !important;
    width: 100% !important;
}
#bt_invite_box div {
    left: auto !important;
    margin: 0 auto !important;
    position: relative !important;
    top: 40% !important;
    width: 300px;
}






