/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 *
 * ==|== normalize ==========================================================
 */


/*
Light Blue rgb(150, 192, 230) #96c0e6

*/




/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

html, button, input, select, textarea { font-family: sans-serif; color: #222; }

body { margin: 0; font-size: 0.9em; line-height: 1.26; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

::-moz-selection { background: #f26600; color: #fff; text-shadow: none; }
::selection { background: #f26600; color: #fff; text-shadow: none; }


/* =============================================================================
   Links
   ========================================================================== */

a { color: #00e; outline: 0; outline: 0; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: 0; outline: none; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; outline: none; }


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

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

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

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

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/i/440
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9
 */

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */

legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */

button, input { line-height: normal; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }

/*
 * Re-set default cursor for disabled elements
 */

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

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* =============================================================================
   Chrome Frame Prompt
   ========================================================================== */

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }


/* ==|== primary styles =====================================================
   Author:
   ========================================================================== */
a { color: #00e; outline: 0; outline:none; }

.colora {color:#0069aa;}
.colorc {color:#f26600;}
.bold   {font-weight:bold;}
.small  {font-size:0.9em; line-height:1.2em;}
.large  {font-size:1.2em; line-height:1.4em;}
h1,h2,h3,h4,h5 {color:#0069aa;margin-bottom:0; line-height:1.0em;}
h1 {}
h2 {font-size:1.3em;margin-bottom:0;}
h3 {font-size:1.1em;}
h4 {}
h5 {}

p {margin-top:0.1em;padding-top:0;margin-bottom:0.8em;line-height:1.3em;}

body    {background:rgb(150, 192, 230) url(/images/sys/bg_top.jpg) repeat-x ; color:#678;}
header  {position:relative;background:url(/images/sys/bg_mainTop.png);width:950px;height:114px;margin:0 auto;}

		header ul {display:inline; float:right; width:121px; margin-right:36px;margin-top:0;}
		header ul li {display:inline;margin-top:0;}
		a.QuOr_button {width:121px; height:38px;  background:url(/images/sys/QuOr_buttons.png) no-repeat; display:block; float:left; text-indent:-9999px;margin:0;}
		a.QuOr_button:hover {cursor:pointer;}

			a.Qu {background-position: 0 -38px;}
			a.Or {background-position: -121px -38px; display:none;}

			a.Qu:hover{background-position: 0 -76px;}
			a.Or:hover{background-position: -121px -76px;}

			a.Qu:active{background-position: 0 0;}
			a.Or:active{background-position: -121px 0;}



nav     {background:url(/images/sys/bg_mainNav.png); width:950px;height:24px;margin:0 auto;}

.top_phone {float:left; width:350px; height:17px; margin:7px 0 0 44px;}

#topnav{
	font-weight:bold;
	float:right;
	width:auto;
	height:24px;
	margin-right:30px;
	position:relative;
	z-index:5;

}
#topnav li{
	float:left;
	margin-right:6px;
	position:relative;
}
#topnav a{
	display:block;
	height:20px;
	color:#003B83;
	background:rgba(255,255,255,0);
	text-decoration:none;
	font-size:90%;font-weight:bold;
	padding:6px 6px 0 6px;
}
#topnav a:hover{
	color:#fff;
	background:rgba(255,255,255,0);
}
#topnav a:active{
	color:#F26600;
	background:rgba(255,255,255,0);
}
#topnav a.navHere {color:#ffeadb;cursor:default;}


/*--- DROPDOWN ---*/
#topnav ul{
	background:#fff; /* Adding a background makes the dropdown work properly in IE7+. Make this as close to your page's background as possible (i.e. white page == white background). */
	background:rgba(255,255,255,0); /* But! Let's make the background fully transparent where we can, we don't actually want to see it if we can help it... */
	position:absolute;
	left:-9999px; /* Hide off-screen when not needed (this is more accessible than display:none;) */
}
#topnav ul li{
	padding-top:0px; /* Introducing a padding between the li and the a give the illusion spaced items */
	float:none;
}
#topnav ul a{
	color:#fff;
	white-space:nowrap; /* Stop text wrapping and creating multi-line dropdown items */
}
#topnav li:hover ul{ /* Display the dropdown on hover */
	left:0; /* Bring back on-screen when needed */
}
#topnav li:hover a{ /* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */
	background-color:rgba(0,105,170,0);
	text-decoration:none;
}
#topnav li:hover ul a{ /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */
	text-decoration:none;
	background-color:#0069aa;
	background-color:rgba(0,105,170,0.8);
}
#topnav li:hover ul li a:hover { /* Here we define the most explicit hover states--what happens when you hover each individual link. */
	background:#0069aa;
}




#main  {background: url(/images/sys/bg_mainMid.png) repeat-y; width:876px; padding:12px 37px; height:auto; margin:0 auto; position:relative; overflow:hidden;}

	a.quote_btn {display:block; float:right;width:80px; height:57px; background:url(/images/sys/quote.png) no-repeat 0 -57px; text-indent:-9999px;margin:18px 10px 0 0;}
	a.quote_btn:hover {cursor:pointer; background-position:0 -114px;}
	a.quote_btn:active {cursor:pointer; background-position:0 0px;}


	.getAQuote {clear:both;display:block;width:400px;position:relative;}
	.getAQuote p {line-height:1.0em;}
	.getAQuote p img {float:left;width:53px;height:35px; margin-right:8px;border-bottom:8px solid #96c0e6;}



.leftcol  {float:left;width:330px;}
.rightcol {float:right;width:520px;overflow:hidden;}


footer   {background: url(/images/sys/bg_mainFoot.png); width:950px; height:76px; margin:0 auto 18px auto; overflow:hidden;}
footer p {width:916px; text-align:right; padding-top:56px; font-size:small; color:#679;}
.content {padding:0 36px;}


/* === PRODUCT PAGES ======================================================== */
/* === PRODUCT PAGES ======================================================== */
/* === PRODUCT PAGES ======================================================== */

#caseStudies {margin-top:2.0em;}
#caseStudies div {margin:1.0em 0 0 0;}
#caseStudies p {text-align:right;margin:0 0 0 1.0em;line-height:1.2em;font-size:0.8em;font-style:italic;}

	#SampleRotationContainer {float:left; width:330px; height:auto;margin-bottom:20px;}
	#SampleRotation {width:330px; height:240px; margin:0; padding:0; background-color:#ededed;}
	#SampleRotationNav {width:330px; height:24px; background-color:#0069aa;}
	a#prev, a#next {width:19px;height:22px;margin:1px 4px; background: url(/images/sys/prevnext.png) no-repeat;color:white;font-weight:bold;text-decoration:none;display:block;text-indent:-9999px;}
	a#prev {float:left;background-position: 0 0;}
	a#next {float:right;background-position: -19px 0;}
		a#prev:active {background-position: 0 -22px;}
		a#next:active {background-position: -19px -22px;}

	.getAQuote {width:318px; margin-top:24px; padding:10px 2px 1px 10px; background-color:#FFEADB;}

    .guarProd {float:right;width:64px;height:80px; margin:0 0 6px 12px;}

	.reasons {width:318px; margin-top:24px; padding:10px 2px 5px 10px; background-color:#FFEADB;}
	.reasons p {margin-bottom:0;margin-top:0;line-height:1.2em;}
	.reasons ol {margin:0.25em 0 0 0;padding-left:1.2em;font-weight:bold;font-size:1.1em;color:#f26600;}

	.moreHD, .moreMD, .moreUT {display:none;}
	a.moreless {display:inline;font-size:0.8em;text-decoration:none;color:#f26600;}

		a.SaQuOr_buttonLg {width:105px; height:56px; background: url(/images/SaQuOr_buttonsLg.png) no-repeat; display:block; float:left; text-indent:-9999px;}
		a.SaQuOr_buttonLg:hover {cursor:pointer;}
			a.SaLg {background-position: 0 -56px;}
			a.QuLg {background-position: -105px -56px;}
			a.OrLg {background-position: -210px -56px;}

			a.SaLg:hover{background-position: 0 -112px;}
			a.QuLg:hover{background-position: -105px -112px;}
			a.OrLg:hover{background-position: -210px -112px;}

			a.SaLg:active{background-position: 0 0;}
			a.QuLg:active{background-position: -105px 0;}
			a.OrLg:active{background-position: -210px 0;}

	.hide { position: absolute; top: -9999px; left: -9999px; }

	#priceTables { float:right; width:520px; margin-top:0;}
	#priceTables .list-wrap { background: #96C0E6; padding: 10px; margin: 0 0 15px 0; }

	#priceTables ul { list-style: none; margin-bottom:0;padding-left:0;}
	#priceTables .nav { overflow: hidden; }
	#priceTables .nav li { width: 97px; float: left; margin: 0 10px 0 0; }
	#priceTables .nav li.last { margin-right: 0; }
	#priceTables .nav li a { display: block; padding: 10px 5px; background: #0069aa; color: white; font-size: 12px; font-weight:bold; text-decoration:none; text-align: center; border: 0; }

	#priceTables li a.current,#priceTables li a.current:hover { background-color: #96C0E6 !important; color: #0069aa; }
	#priceTables .nav li a:hover, #priceTables .nav li a:focus { background: #96C0E6;}
	#priceTables .nav li a:active {background:#f26600;color:#0069aa;}

	.priceTable { border-collapse:collapse; background-color:white; width:100%; }
	.priceTable tr td {padding: 4px; text-align:right; border:1px solid #96C0E6;}
	.priceTable tr td.center {text-align:center;}
	.priceTable thead tr td {padding-top:12px;font-size:1.4em;color:#0069aa;font-weight:bold;text-align:left;}
	.priceTable tfoot tr td {padding:10px 2px; color:#0069aa;font-weight:bold;text-align:left;line-height:1.5em;}


	a.btnSmall {
		width:auto;
		background: #f26600;
		border: none;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
		-khtml-border-radius: 6px;
		border-radius: 6px;
		color: #fff;
		/*display: block;*/
		font: 14px sans-serif;
		font-weight:bold;
		letter-spacing: 1px;
		position:relative; top:6px;
		padding: 8px 8px 4px 8px;
		text-shadow: 0 1px 1px #000000;
		text-transform: uppercase;
		color:#fff;text-decoration:none;
		}

	a.btnSmall:hover {
		position:relative; top:5px;
		background: #0069aa;
		text-shadow: 0 1px 1px #f26600;
		cursor: pointer;
		}

	a.btnSmall:active {
		position:relative; top:7px;
		background: #96c0e6;
		text-shadow: 0 0 0 #96c0e6;
		cursor: pointer;
		}

/* === FORMS  ======================================================== */
/* === FORMS  ======================================================== */
/* === FORMS  ======================================================== */

	form#payment {
		background: #fff;
		padding: 0;
		margin:2.0em 0 0 0;
		}

	form#payment fieldset {
		width:500px;
		border: none;
		margin: 8px 20px 18px 0;
		padding:0 8px;
		background: #CADFF2;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
		-khtml-border-radius: 6px;
		border-radius: 6px;
		}

	form#payment legend {
		background-color:#cadff2;
		color: #0069aa;
		font-size: 20px;
		font-weight: bold;
		padding: 6px 16px 4px 16px;
		margin-left:0;
		-webkit-border-top-left-radius: 6px;
		-webkit-border-top-right-radius: 6px;
		-moz-border-radius-topleft: 6px;
		-moz-border-radius-topright: 6px;
		border-top-left-radius: 6px;
		border-top-right-radius: 6px;
		}


	form#payment fieldset fieldset {
		width:100%;
		line-height:1.0em;
		margin:0; padding:0 0 6px 0;
		border-bottom:1px solid #ffffff;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		-khtml-border-radius: 0;
		border-radius: 0;
		}

		form#payment fieldset fieldset legend {
			color: #0069aa;
			font-size: 13px;
			font-weight: bold;
			padding-bottom: 0;
			padding:0 0 2px 0;
			-moz-border-radius: 0;
			-webkit-border-radius: 0;
			-khtml-border-radius: 0;
			border-radius: 0;
			}
	fieldset ol li fieldset ol  { background-color:#96c0e6; margin:0;padding:0;}

	form#payment ol {margin-left:0;padding-left:0;}

	form#payment fieldset ol li {
		line-height: 1.0em;
		list-style: none;
		padding: 5px 10px;
		margin-bottom: 6px;
		}

/**/
	form#payment label, form#payment ol li legend {
		float:left;
		width: 140px;
		text-align:right;
		/*position:relative;top:4px;*/
		font-size: 15px;
		color: #0069aa;
		font-weight:bold;
		}


 /*cc labels*/
	form#payment ol ol li {
		background: none;
		border: none;
		float: left;
		margin:0;
		padding:0 0.4em 0 0.6em;
		}
	/*form#payment fieldset fieldset legend {padding:0 0 24px 0;}*/

	form#payment fieldset fieldset label {
		line-height: 1.0em;
		padding: 0 0 0 0;
		width: auto;
		}
		form#payment fieldset fieldset label:hover {
			cursor: pointer;
			}

	form#payment input:not([type=radio]),
	form#payment textarea {
		width: 200px;
		margin:-4px 0 0 5px;
		background: #ffffff;
		border: none;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		-khtml-border-radius: 3px;
		border-radius: 3px;
		font: italic 13px Georgia, "Times New Roman", Times, serif;
		outline: none;
		padding: 5px;

		}
	form#payment input:not([type=submit]):focus,
	form#payment textarea:focus {
		background: #eaeaea;
		}
	form#payment input[type=radio] {
		float: left;
		margin-right: 5px;
		margin-left: 0;
		padding-left:0;
		}
	form#payment button {
		width:auto;
		background: #f26600;
		border: none;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
		-khtml-border-radius: 6px;
		border-radius: 6px;
		color: #fff;
		display: block;
		font: 18px sans-serif;
		font-weight:bold;
		letter-spacing: 1px;
		margin-left:0; width:516px;
		padding: 10px 18px 6px 18px;
		text-shadow: 0 1px 1px #000000;
		text-transform: uppercase;
		}
	form#payment button:hover {
		background: #0069aa;
		text-shadow: 0 1px 1px #f26600;
		cursor: pointer;
		}
	form#payment button:active {
		background: #96c0e6;
		text-shadow: 0 0 0 #96c0e6;
		cursor: pointer;
		}
	form#payment label.disabled {color:#217d92;}
	form#payment input[type="radio"]:checked+label{ padding:0; background-color:#fff; }

	select {
		position: relative;
		width: 150px;
		margin-left: 4px; margin-top:-4px;
		padding:2px 2px 0;
		background-color: inherit; /* attention: bg-color here deletes img! bg-color is in the image: #F5FCFF  */
		color: #0069aa;
		border: 1px solid #96c0e6;
		font-weight:bold;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		-khtml-border-radius: 3px;
		border-radius: 3px;
		}
	* html select {
		width: 130px;
		margin-left: 1px;
	}

	select option {
		padding:2px;
		margin:4px;
		font-weight: normal;
		color: #0069aa;
		background: #ededed;
		cursor: pointer;
		}
	select option[disabled] {color:#ccc;cursor:default;}

	.info14 {display:inline-block;width:18px;height:18px;cursor:help;background-image: url(/images/sys/info-reset.png); background-position: 0 0; zoom: 1;*display: inline;text-indent:-9999px;}

	.reset1, .reset2 {display:inline-block;width:18px;height:18px;cursor:pointer;background-image: url(/images/sys/info-reset.png); background-position: 0 -18px; zoom: 1;*display: inline;text-indent:-9999px;}

	#rightOrderCol {float:right;width:340px;margin-top:80px;}


/* ==|== qtip styles ====================================================== */

/*
* qTip2 - Pretty powerful tooltips
* http://craigsworks.com/projects/qtip2/
*
* Version: nightly
* Copyright 2009-2010 Craig Michael Thompson - http://craigsworks.com
*
* Dual licensed under MIT or GPLv2 licenses
*   http://en.wikipedia.org/wiki/MIT_License
*   http://en.wikipedia.org/wiki/GNU_General_Public_License
*
* Date: Sat Mar  3 09:04:15.0000000000 2012
*/

/* Core qTip styles */
.ui-tooltip, .qtip{
	position: absolute;
	left: -28000px;
	top: -28000px;
	display: none;

	max-width: 280px;
	min-width: 50px;
	
	font-size: 10.5px;
	line-height: 12px;
}

	/* Fluid class for determining actual width in IE */
	.ui-tooltip-fluid{
		display: block;
		visibility: hidden;
		position: static !important;
		float: left !important;
	}

	.ui-tooltip-content{
		position: relative;
		padding: 5px 9px;
		overflow: hidden;

		border: 1px solid #000001;

		text-align: left;
		word-wrap: break-word;
		overflow: hidden;
	}

	.ui-tooltip-titlebar{
		position: relative;
		min-height: 14px;
		padding: 5px 35px 5px 10px;
		overflow: hidden;

		border: 1px solid #000001;
		border-width: 1px 1px 0;

		font-weight: bold;
	}

	.ui-tooltip-titlebar + .ui-tooltip-content{ border-top-width: 0px !important; }

		/*! Default close button class */
		.ui-tooltip-titlebar .ui-state-default{
			position: absolute;
			right: 4px;
			top: 50%;
			margin-top: -9px;

			cursor: pointer;
			outline: medium none;

			border-width: 1px;
			border-style: solid;
		}
		
		* html .ui-tooltip-titlebar .ui-state-default{ top: 16px; } /* IE fix */

		.ui-tooltip-titlebar .ui-icon,
		.ui-tooltip-icon .ui-icon{
			display: block;
			text-indent: -1000em;
		}

		.ui-tooltip-icon, .ui-tooltip-icon .ui-icon{
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			border-radius: 3px;
		}

			.ui-tooltip-icon .ui-icon{
				width: 18px;
				height: 14px;

				text-align: center;
				text-indent: 0;
				font: normal bold 10px/13px Tahoma,sans-serif;

				color: inherit;
				background: transparent none no-repeat -100em -100em;
			}


/* Applied to 'focused' tooltips e.g. most recently displayed/interacted with */
.ui-tooltip-focus{

}

/* Applied on hover of tooltips i.e. added/removed on mouseenter/mouseleave respectively */
.ui-tooltip-hover{
	
}


/*! Default tooltip style */
.ui-tooltip-default .ui-tooltip-titlebar,
.ui-tooltip-default .ui-tooltip-content{
	border-color: #f26600;
	background-color: #FFEADB;
	color: #0069aa;
}

	.ui-tooltip-default .ui-tooltip-titlebar{
		background-color: #FFEF93;
	}

	.ui-tooltip-default .ui-tooltip-icon{
		border-color: #CCC;
		background: #F1F1F1;
		color: #777;
	}
	
	.ui-tooltip-default .ui-tooltip-titlebar .ui-state-hover{
		border-color: #AAA;
		color: #111;
	}

/* Tips plugin */
.ui-tooltip .ui-tooltip-tip{
	margin: 0 auto;
	overflow: hidden;
	z-index: 10;
}

	.ui-tooltip .ui-tooltip-tip,
	.ui-tooltip .ui-tooltip-tip *{
		position: absolute;
		
		line-height: 0.1px !important;
		font-size: 0.1px !important;
		color: #123456;

		background: transparent;
		border: 0px dashed transparent;
	}
	
	.ui-tooltip .ui-tooltip-tip canvas{ top: 0; left: 0; }


/* Modal plugin */
#qtip-overlay{
	position: fixed;
	left: -10000em;
	top: -10000em;
}

	/* Applied to modals with show.modal.blur set to true */
	#qtip-overlay.blurs{ cursor: pointer; }

	/* Change opacity of overlay here */
	#qtip-overlay div{
		position: absolute;
		left: 0; top: 0;
		width: 100%; height: 100%;

		background-color: black;

		opacity: 0.7;
		filter:alpha(opacity=70);
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	}

/*! Light tooltip style */
.ui-tooltip-light .ui-tooltip-titlebar,
.ui-tooltip-light .ui-tooltip-content{
	border-color: #E2E2E2;
	color: #454545;
}

	.ui-tooltip-light .ui-tooltip-content{
		background-color: white;
	}

	.ui-tooltip-light .ui-tooltip-titlebar{
		background-color: #f1f1f1;
	}


/*! Dark tooltip style */
.ui-tooltip-dark .ui-tooltip-titlebar,
.ui-tooltip-dark .ui-tooltip-content{
	border-color: #303030;
	color: #f3f3f3;
}

	.ui-tooltip-dark .ui-tooltip-content{
		background-color: #505050;
	}

	.ui-tooltip-dark .ui-tooltip-titlebar{
		background-color: #404040;
	}

	.ui-tooltip-dark .ui-tooltip-icon{
		border-color: #444;
	}

	.ui-tooltip-dark .ui-tooltip-titlebar .ui-state-hover{
		border-color: #303030;
	}


/*! Cream tooltip style */
.ui-tooltip-cream .ui-tooltip-titlebar,
.ui-tooltip-cream .ui-tooltip-content{
	border-color: #F9E98E;
	color: #A27D35;
}

	.ui-tooltip-cream .ui-tooltip-content{
		background-color: #FBF7AA;
	}

	.ui-tooltip-cream .ui-tooltip-titlebar{
		background-color: #F0DE7D;
	}

	.ui-tooltip-cream .ui-state-default .ui-tooltip-icon{
		background-position: -82px 0;
	}


/*! Red tooltip style */
.ui-tooltip-red .ui-tooltip-titlebar,
.ui-tooltip-red .ui-tooltip-content{
	border-color: #D95252;
	color: #912323;
}

	.ui-tooltip-red .ui-tooltip-content{
		background-color: #F78B83;
	}

	.ui-tooltip-red .ui-tooltip-titlebar{
		background-color: #F06D65;
	}

	.ui-tooltip-red .ui-state-default .ui-tooltip-icon{
		background-position: -102px 0;
	}

	.ui-tooltip-red .ui-tooltip-icon{
		border-color: #D95252;
	}

	.ui-tooltip-red .ui-tooltip-titlebar .ui-state-hover{
		border-color: #D95252;
	}


/*! Green tooltip style */
.ui-tooltip-green .ui-tooltip-titlebar,
.ui-tooltip-green .ui-tooltip-content{
	border-color: #90D93F;
	color: #3F6219;
}

	.ui-tooltip-green .ui-tooltip-content{
		background-color: #CAED9E;
	}

	.ui-tooltip-green .ui-tooltip-titlebar{
		background-color: #B0DE78;
	}

	.ui-tooltip-green .ui-state-default .ui-tooltip-icon{
		background-position: -42px 0;
	}


/*! Blue tooltip style */
.ui-tooltip-blue .ui-tooltip-titlebar,
.ui-tooltip-blue .ui-tooltip-content{
	border-color: #ADD9ED;
	color: #5E99BD;
}

	.ui-tooltip-blue .ui-tooltip-content{
		background-color: #E5F6FE;
	}

	.ui-tooltip-blue .ui-tooltip-titlebar{
		background-color: #D0E9F5;
	}

	.ui-tooltip-blue .ui-state-default .ui-tooltip-icon{
		background-position: -2px 0;
	}

/*! Add shadows to your tooltips in: FF3+, Chrome 2+, Opera 10.6+, IE6+, Safari 2+ */
.ui-tooltip-shadow{
	-webkit-box-shadow: 2px 2px 7px 2px rgba(0, 50, 100, 0.60);
	-moz-box-shadow: 2px 2px 7px 2px rgba(0, 50, 100, 0.60);
	box-shadow: 2px 2px 7px 2px rgba(0, 50, 100, 0.60);
}

	.ui-tooltip-shadow .ui-tooltip-titlebar,
	.ui-tooltip-shadow .ui-tooltip-content{
		filter: progid:DXImageTransform.Microsoft.Shadow(Color='gray', Direction=135, Strength=3);
		-ms-filter:"progid:DXImageTransform.Microsoft.Shadow(Color='gray', Direction=135, Strength=3)";

		_margin-bottom: -3px; /* IE6 */
		.margin-bottom: -3px; /* IE7 */
	}


/*! Add rounded corners to your tooltips in: FF3+, Chrome 2+, Opera 10.6+, IE9+, Safari 2+ */
.ui-tooltip-rounded,
.ui-tooltip-rounded .ui-tooltip-content,
.ui-tooltip-tipsy,
.ui-tooltip-tipsy .ui-tooltip-content,
.ui-tooltip-youtube,
.ui-tooltip-youtube .ui-tooltip-content{
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.ui-tooltip-rounded .ui-tooltip-titlebar,
.ui-tooltip-tipsy .ui-tooltip-titlebar,
.ui-tooltip-youtube .ui-tooltip-titlebar{
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}

.ui-tooltip-rounded .ui-tooltip-titlebar + .ui-tooltip-content,
.ui-tooltip-tipsy .ui-tooltip-titlebar + .ui-tooltip-content,
.ui-tooltip-youtube .ui-tooltip-titlebar + .ui-tooltip-content{
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}


/*! Youtube tooltip style */
.ui-tooltip-youtube{
	-webkit-box-shadow: 0 0 3px #333;
	-moz-box-shadow: 0 0 3px #333;
	box-shadow: 0 0 3px #333;
}

	.ui-tooltip-youtube .ui-tooltip-titlebar,
	.ui-tooltip-youtube .ui-tooltip-content{
		_margin-bottom: 0; /* IE6 */
		.margin-bottom: 0; /* IE7 */

		background: transparent;
		background: rgba(0, 0, 0, 0.85);
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#D9000000,endColorstr=#D9000000);
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#D9000000,endColorstr=#D9000000)";

		color: white;
		border-color: #CCCCCC;
	}

	.ui-tooltip-youtube .ui-tooltip-icon{
		border-color: #222;
	}

	.ui-tooltip-youtube .ui-tooltip-titlebar .ui-state-hover{
		border-color: #303030;
	}


/* jQuery TOOLS Tooltip style */
.ui-tooltip-jtools{
	background: #232323;
	background: rgba(0, 0, 0, 0.7);
	background-image: -moz-linear-gradient(top, #717171, #232323);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#717171), to(#232323));
	
	border: 2px solid #ddd;
	border: 2px solid rgba(241,241,241,1);

	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;

	-webkit-box-shadow: 0 0 12px #333;
	-moz-box-shadow: 0 0 12px #333;
	box-shadow: 0 0 12px #333;
}

	/* IE Specific */
	.ui-tooltip-jtools .ui-tooltip-titlebar{
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A);
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A)";
	}
	.ui-tooltip-jtools .ui-tooltip-content{
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323);
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323)";
	}

	.ui-tooltip-jtools .ui-tooltip-titlebar,
	.ui-tooltip-jtools .ui-tooltip-content{
		background: transparent;
		color: white;
		border: 0 dashed transparent;
	}

	.ui-tooltip-jtools .ui-tooltip-icon{
		border-color: #555;
	}

	.ui-tooltip-jtools .ui-tooltip-titlebar .ui-state-hover{
		border-color: #333;
	}


/* Cluetip style */
.ui-tooltip-cluetip{
	-webkit-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
	box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
}

	.ui-tooltip-cluetip .ui-tooltip-titlebar{
		background-color: #87876A;
		color: white;
		border: 0 dashed transparent;
	}

	.ui-tooltip-cluetip .ui-tooltip-content{
		background-color: #D9D9C2;
		color: #111;
		border: 0 dashed transparent;
	}
	
	.ui-tooltip-cluetip .ui-tooltip-icon{
		border-color: #808064;
	}
	
	.ui-tooltip-cluetip .ui-tooltip-titlebar .ui-state-hover{
		border-color: #696952;
		color: #696952;
	}


/* Tipsy style */
.ui-tooltip-tipsy{
	border: 0;
}

	.ui-tooltip-tipsy .ui-tooltip-titlebar,
	.ui-tooltip-tipsy .ui-tooltip-content{
		_margin-bottom: 0; /* IE6 */
		.margin-bottom: 0; /* IE7 */

		background: transparent;
		background: rgba(0, 0, 0, .87);
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#D9000000,endColorstr=#D9000000);
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#D9000000,endColorstr=#D9000000)";
		
		color: white;
		border: 0px transparent;

		font-size: 11px;
		font-family: 'Lucida Grande', sans-serif;
		font-weight: bold;
		line-height: 16px;
		text-shadow: 0 1px black;
	}

	.ui-tooltip-tipsy .ui-tooltip-titlebar{
		padding: 6px 35px 0 10;
	}

	.ui-tooltip-tipsy .ui-tooltip-content{
		padding: 6px 10;
	}
	
	.ui-tooltip-tipsy .ui-tooltip-icon{
		border-color: #222;
		text-shadow: none;
	}

	.ui-tooltip-tipsy .ui-tooltip-titlebar .ui-state-hover{
		border-color: #303030;
	}


/* Tipped style */
.ui-tooltip-tipped{

}
	
	.ui-tooltip-tipped .ui-tooltip-titlebar,
	.ui-tooltip-tipped .ui-tooltip-content{
		border: 3px solid #959FA9;

		filter: none; -ms-filter: none;
	}

	.ui-tooltip-tipped .ui-tooltip-titlebar{
		background: #3A79B8;
		background-image: -moz-linear-gradient(top, #3A79B8, #2E629D);
		background-image: -webkit-gradient(linear, left top, left bottom, from(#3A79B8), to(#2E629D));
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D);
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D)";

		color: white;
		font-weight: normal;
		font-family: serif;

		border-bottom-width: 0;
		-moz-border-radius: 3px 3px 0 0;
		-webkit-border-radius: 3px 3px 0 0;
		border-radius: 3px 3px 0 0;
	}
	
	.ui-tooltip-tipped .ui-tooltip-content{
		background-color: #F9F9F9;
		color: #454545;

		-moz-border-radius: 0 0 3px 3px;
		-webkit-border-radius: 0 0 3px 3px;
		border-radius: 0 0 3px 3px;
	}

	.ui-tooltip-tipped .ui-tooltip-icon{
		border: 2px solid #285589;
		background: #285589;
	}
		
		.ui-tooltip-tipped .ui-tooltip-icon .ui-icon{
			background-color: #FBFBFB;
			color: #555;
		}
	.hdr {
		font-size:15px;
		line-height:21px;
		width:auto;
		white-space:nowrap;
		overflow:hidden;
		}


/* IE9 fix - removes all filters */
.ui-tooltip:not(.ie9haxors) div.ui-tooltip-content,
.ui-tooltip:not(.ie9haxors) div.ui-tooltip-titlebar{
	filter: none;
	-ms-filter: none;
}

/* ==|== end qtip styles =================================================== */






/* ==|== media queries ======================================================
   EXAMPLE Media Query for Responsive Design.
   This example overrides the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}



/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* 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;clear: both; }



/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@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; }
  #topnav, .top_phone {display:none;}
}
