/***********  RESET ***********/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	background: #bcbcbc; /*url('images/body_bg2.png') no-repeat center center fixed;*/ 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

ol, ul {
	list-style: none;
}
strong, b{font-weight:bold;}
em, i{font-style:italic;}
p{margin-bottom: 10px; font-size:90%;}
blockquote, q {
	quotes: none;
	font-size: 90%;
	margin-left: 0;
	padding-left: 2em;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
	font-size: 90%;
	padding-left: 2em;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

*{-moz-box-sizing: border-box; 
-webkit-box-sizing: border-box; 
box-sizing: border-box;}

/***********  END RESET ***********/

/*SLIDE-IN CTA
--------------------------------------------- */
#slidebox {
    padding: 10px 16px 10px 10px;
    background-color: #F7761F;
    border-top: 3px solid #F7761F;
    position: fixed;
    bottom: 0;
    right: -430px;
    -moz-box-shadow: -2px 0 5px #aaa;
    -webkit-box-shadow: -2px 0 5px #aaa;
    box-shadow: -2px 0 5px #aaa;
	z-index: 1000000000000000;
}

a.close {
    background: transparent url(https://cdn2.hubspot.net/hub/53/file-527841348-gif/close.gif) no-repeat top left;
    width: 13px;
    height: 13px;
    position: absolute;
    cursor: pointer;
    top: 10px;
    right: 10px;
}

a.close:hover {
    background-position: 0 -13px;
}

/*  SECTIONS  ============================================================================= */

.section {
	clear: both;
	padding: 0;
	margin: 0;
}

.section2 {
	background: transparent url(https://cdn2.hubspot.net/hub/53/file-527841348-gif/close.gif) no-repeat top left;
	clear: both;
	padding: 2px;
	margin: 0;
}

/*  GROUPING  ============================================================================= */


.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1; /* For IE 6/7 (trigger hasLayout) */
}

/*  GRID COLUMN SETUP   ==================================================================== */

.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1%;
}

.col:first-child { margin-left: 0; } /* all browsers except IE6 and lower */


/*  REMOVE MARGINS AS ALL GO FULL WIDTH AT 640 PIXELS */

@media only screen and (max-width: 640px) {
	.col { 
		margin: 1% 0 1% 0;
	}
}

/*  COLUMNS   ============================================================================== */

/*  GRID OF ONE   ============================================================================= */

	
.span_1_of_1 {
	width: 100%; 
}


/*  GRID OF TWO   ============================================================================= */


.span_2_of_2 {
	width: 100%;
}

.span_1_of_2 {
	width: 49.2%;
}


/*  GO FULL WIDTH AT LESS THAN 640 PIXELS */

@media only screen and (max-width: 640px) {
	.span_2_of_2 {
		width: 100%; 
	}
	.span_1_of_2 {
		width: 100%; 
	}
}

/*  GRID OF THREE   ============================================================================= */

	
.span_3_of_3 {
	width: 100%; 
}

.span_2_of_3 {
	width: 66.1%; 
}

.span_1_of_3 {
	width: 32.2%; 
}


/*  GO FULL WIDTH AT LESS THAN 640 PIXELS */

@media only screen and (max-width: 640px) {
	.span_3_of_3 {
		width: 100%; 
	}
	.span_2_of_3 {
		width: 100%; 
	}
	.span_1_of_3 {
		width: 100%;
	}
}

/*  GRID OF FOUR   ============================================================================= */

	
.span_4_of_4 {
	width: 100%; 
}

.span_3_of_4 {
	width: 74.6%; 
}

.span_2_of_4 {
	width: 49.2%; 
}

.span_1_of_4 {
	width: 23.8%; 
}


/*  GO FULL WIDTH AT LESS THAN 640 PIXELS */

@media only screen and (max-width: 640px) {
	.span_4_of_4 {
		width: 100%; 
	}
	.span_3_of_4 {
		width: 100%; 
	}
	.span_2_of_4 {
		width: 100%; 
	}
	.span_1_of_4 {
		width: 100%; 
	}
}


/*  GRID OF FIVE   ============================================================================= */
	
.span_5_of_5 {
	width: 100%;
}

.span_4_of_5 {
  	width: 79.68%; 
}

.span_3_of_5 {
  	width: 59.36%; 
}

.span_2_of_5 {
  	width: 39.04%;
}

.span_1_of_5 {
  	width: 18.72%;
}


/*  GO FULL WIDTH AT LESS THAN 640 PIXELS */

@media only screen and (max-width: 640px) {
	.span_5_of_5 {
		width: 100%; 
	}
	.span_4_of_5 {
		width: 100%; 
	}
	.span_3_of_5 {
		width: 100%; 
	}
	.span_2_of_5 {
		width: 100%; 
	}
	.span_1_of_5 {
		width: 100%; 
	}
}

/* GRID OF SIX ================================================================================ */
.span_6_of_6 {
	width: 100%;
}

.span_5_of_6 {
  	width: 80%; 
}
.span_4_of_6 {
  	width: 65.4%; 
}

.span_3_of_6 {
  	width: 40%; 
}

.span_2_of_6 {
  	width: 28.2%;
}

.span_1_of_6 {
  	width: 15.67%;
}

/*  GO FULL WIDTH AT LESS THAN 640 PIXELS */

@media only screen and (max-width: 640px) {
	.span_6_of_6 {
		width: 100%; 
	}
	.span_5_of_6 {
		width: 100%; 
	}
	.span_4_of_6 {
		width: 100%; 
	}
	.span_3_of_6 {
		width: 100%; 
	}
	.span_2_of_6 {
		width: 100%; 
	}
	.span_1_of_6 {
		width: 100%; 
	}
}

/*  GRID OF SEVEN   ============================================================================= */


.span_7_of_7 {
	width: 100%;
}

.span_6_of_7 {
	width: 85.48%;
}

.span_5_of_7 {
  	width: 70.97%;
}

.span_4_of_7 {
  	width: 56.45%;
}

.span_3_of_7 {
  	width: 41.92%;
}

.span_2_of_7 {
  	width: 27.42%;
}

.span_1_of_7 {
  	width: 12.91%;
}


/*  GO FULL WIDTH AT LESS THAN 640 PIXELS */

@media only screen and (max-width: 640px) {
	.span_7_of_7 {
		width: 100%; 
	}
	.span_6_of_7 {
		width: 100%; 
	}
	.span_5_of_7 {
		width: 100%; 
	}
	.span_4_of_7 {
		width: 100%; 
	}
	.span_3_of_7 {
		width: 100%; 
	}
	.span_2_of_7 {
		width: 100%; 
	}
	.span_1_of_7 {
		width: 100%; 
	}
}

/*  GRID OF EIGHT   ============================================================================= */

	
.span_8_of_8 {
	width: 100%;
}

.span_7_of_8 {
	width: 87.3%; 
}

.span_6_of_8 {
	width: 74.6%; 
}

.span_5_of_8 {
	width: 61.9%; 
}

.span_4_of_8 {
	width: 49.2%; 
}

.span_3_of_8 {
	width: 36.5%;
}

.span_2_of_8 {
	width: 23.8%; 
}

.span_1_of_8 {
	width: 11.85%; 
}


/*  GO FULL WIDTH AT LESS THAN 640 PIXELS */

@media only screen and (max-width: 640px) {
	.span_8_of_8 {
		width: 100%; 
	}
	.span_7_of_8 {
		width: 100%; 
	}
	.span_6_of_8 {
		width: 100%; 
	}
	.span_5_of_8 {
		width: 100%; 
	}
	.span_4_of_8 {
		width: 100%; 
	}
	.span_3_of_8 {
		width: 100%; 
	}
	.span_2_of_8 {
		width: 100%; 
	}
	.span_1_of_8 {
		width: 100%; 
	}
}

/*  GRID OF TEN   ============================================================================= */


.span_10_of_10 {
	width: 100%;
}

.span_9_of_10 {
	width: 89.84%;
}

.span_8_of_10 {
	width: 79.68%;
}

.span_7_of_10 {
	width: 69.52%; 
}

.span_6_of_10 {
	width: 59.36%; 
}

.span_5_of_10 {
	width: 49.2%; 
}

.span_4_of_10 {
	width: 39.04%; 
}

.span_3_of_10 {
	width: 28.88%;
}

.span_2_of_10 {
	width: 18.72%; 
}

.span_1_of_10 {
	width: 8.56%; 
}


/*  GO FULL WIDTH AT LESS THAN 640 PIXELS */

@media only screen and (max-width: 640px) {
	.span_10_of_10 {
		width: 100%; 
	}
	.span_9_of_10 {
		width: 100%; 
	}
	.span_8_of_10 {
		width: 100%; 
	}
	.span_7_of_10 {
		width: 100%; 
	}
	.span_6_of_10 {
		width: 100%; 
	}
	.span_5_of_10 {
		width: 100%; 
	}
	.span_4_of_10 {
		width: 100%; 
	}
	.span_3_of_10 {
		width: 100%; 
	}
	.span_2_of_10 {
		width: 100%; 
	}
	.span_1_of_10 {
		width: 100%; 
	}
}


/*************** Overall Page Styles ***************/

body {
	/*background-color: #F4F4F4;   /* homepage background color */
	  /*background-image: url("/images/body_bg.png"); homepage background image */
	background-repeat: repeat;
	color: #2C2C2C;
	font: normal 100% verdana, helvetica, arial, sans-serif;
	max-width:1290px;
	margin:0 auto;
	overflow-x: hidden;
}

#wrapper {
	margin: 10px auto 0px; /* added 0 margin to bottom */
	width: 90%;
	background-color: #ffffff; /*  wrapper background color */
	padding-left:0px;  /*  wrapper padding */
	padding-right:10px;  /*  wrapper padding */
	-webkit-box-shadow: 3px 0px 10px 6px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 2px 0 10px 5px rgba(0, 0, 0, 0.5);
	box-shadow: 3px 0px 9px 3px rgba(0, 0, 0, 0.5);
}

#wrapper2 {
	margin: 10px auto 0px; /* added 0 margin to bottom */
	width: 100%;
	background-color: #ffffff; /*  wrapper background color */
	padding-left:0px;  /*  wrapper padding */
}

.trustpilot-widget {
	background-color:#eeeeee;
	padding:22px 1px 1px 1px;
}

.trustpilot-widget2 {
	background-color:#eeeeee;
	padding:22px 1px 1px 1px;
	margin-top: 1px;
	border:solid 2px #189F82;
	border-radius: .3em;
	-webkit-border-radius: .3em;
	-moz-border-radius: .3em;
}

.testimonial {
	font-style:italic;
	padding: 0px 30px 20px;
	border-left: 7px solid #eee;
	border-top:1 px solid #eee;
	border-bottom:0px solid #eee;
  margin: 1.5em 10px 3.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
}
.testimonial2{
	font-weight:bold;
	font-size:120%;
	text-transform: capitalize;
  margin: 0em 10px;

}

.testimonial:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}

.testimonial:after {
  color: #ccc;
  content: close-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-left: 0.05em;
  vertical-align: -0.6em;
}
.testimonial p {
  display: inline;
}

.testimonialSig {
	font-style:italic;
	padding: 20px 30px;
	float:right;
}


h1 {
	font-size: 160%;
	font-weight: 600;
	font-variant: condensed;
	line-height: 1.25em;
	color:#343434;
	text-align:left;
	text-shadow: 2px 2px 2px #cccccc;
	margin-bottom: .2em;
}

h4 {
	font-size: 100%;
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 1em;
}

h5 {
	font-size: 150%;
	font-weight: 600;
	font-variant: condensed;
	line-height: 98%;
	color:#343434;
	text-align:left;
	text-shadow: 2px 2px 2px #cccccc;
	margin-bottom: .2em;
	margin-top: .2em;
}

hr {
	height: 1px;
	color: #dddddd; 
	background-color: #dddddd;
	margin-top: 2em;
	margin-bottom: 2em;
	border: 0 none;
}

@media only screen and (max-width: 800px) {
	h1 {
		font-size: 150%;
	}
	
	
	h5 {
		font-size: 140%;
		margin-bottom: .2em;
		margin-top: .2em;
	}
	body {
		background-color:#eeeeee;
	}
	.trustpilot-widget { display:none;}
	.trustpilot-widget2 { display:none;}
}
	.headerPhoto {
		border: 1px solid #000;
		margin-bottom:10px;
		
	}

	.htd {
		font-size: 150%;
	}
@media only screen and (max-width: 640px) {

	h1 {
		font-size: 120%;
		line-height:1;
		text-align:center;
		margin-right:0px;
		margin-left:0px;
			text-shadow: none;
	}
	
	h5 {
		font-size: 120%;
		text-align:center;
		margin-right:10px;
		margin-bottom: .2em;
		margin-top: .2em;
	}
	
	p {
		margin-right: 10px;
		margin-left:10px;
		
	}
		body {
		background-color:#bcbcbc;
	}
	
	
.testimonial {
	font-style:italic;
	text-align:center;
	padding: 0px 4px 0px 0px;
	border-left: 0px solid #eee;
	border-top:0 px solid #eee;
	border-bottom:0px solid #eee;
  margin: 1.5em 25px 3.5em 0px;
  quotes: "\201C""\201D""\2018""\2019";
}
.testimonial2{
	font-weight:bold;
	font-size:120%;
	text-transform: capitalize;
  margin: 0em 0px;

}

.testimonial:before {
  color: #ccc;
  content: open-quote;
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -0.4em;
}

.testimonial:after {
  color: #ccc;
  content: close-quote;
  font-size: 3em;
  line-height: 0.1em;
  margin-left: 0.0em;
  vertical-align: -0.5em;
}
.testimonial p {
  display: block;
}

.testimonialSig {
	font-style:italic;
	padding: 4px 4px 0px 0px;
	float:right;
}
}

@media only screen and (max-width: 640px) {
	blockquote {
		font-size: 90%;
		padding-left:-2em;
	}
	#wrapper {
	margin: 10px auto 0px; /* added 0 margin to bottom */
	width: 90%;
	background-color: #ffffff; /*  wrapper background color */
	padding-left:0px;  /*  wrapper padding */
	padding-right:0px;
	-webkit-box-shadow: 3px 1px 3px 3px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: -2px 0 5px 5px rgba(0, 0, 0, 0.5);
	box-shadow: 3px 6px 9px 1px rgba(0, 0, 0, 0.5);
	z-index:50000000;
}
}

@media only screen and (max-width: 640px) {
	h3 {
		font-size: 100%;
	}
}

a:link {text-decoration: underline; color: #000099;}
a:visited {text-decoration: underline; color: #555599;}
a:active {text-decoration: underline; color:red;}
a:hover {text-decoration: underline; color: #0000FF;}

a.home:link {text-decoration: none; color: #000099;}
a.home:visited {text-decoration: none; color: #555599;}
a.home:active {text-decoration: none; color:#000;}
a.home:hover {text-decoration: underline; color: #0000FF;}

iframe,
img,
embed,
object,
video {
	max-width: 100%;
}

.left{
	float: left;
	margin-right: 1em;
	border: 1px solid #5d5d5d;
}

.leftborder{
	float: left;
	margin-right: 1em;
	border:1px solid #5d5d5d;
}

.leftnoborder{
	float: left;
	margin-right: 1em;
}

.right{
	float: right;
	margin-left: 1em;
	border: 1px solid #5d5d5d;
}

.right2{
	float: right;
	margin-left: 1em;
}

.rightborder{
	float: right;
	margin-left: 1em;
	border: 1px solid #5d5d5d;
}
.rightnoborder{
	float: right;
	margin-left: 1em;
}

.rightnoborder2{
	float: right;
	margin-left: 1em;
	border: 1px solid #BCBCBC;
	margin-right:7em;
	font-size:10px;
}
.rightnoborder3{
	float: right;
	margin-left: 1em;
	border: 1px solid #BCBCBC;
	margin-right:7em;
	font-size:10px;
}

.leftnoborder2{
	float: left;
	margin-left: 3em;
	border: 1px solid #BCBCBC;
	margin-right:1em
}
.leftnoborder3{
	float: left;
	padding-left: 3em;
	border: 1px solid #BCBCBC;
	margin-right:1em
}
.alignRight{
	text-align:right;
}

.center{ 
	text-align:center;
	background-color: #e6e6e6;
	align: center;
	font-size: 80%;
	width: 99%;
	padding: 10px;
	margin:25px 0px 25px 0px;
	vertical-align:middle;
	border: 1px solid #ccc;
}

.middle{
	vertical-align:middle;
	border:none;
}

.clear{
	clear:both;
	margin-top: 2em; /*was 110px - adjusts the padding between bottom of slide show and top of text in block*/
}

@media only screen and (max-width: 640px) {
	.left, .right{clear: both; float:none; display:block; margin-left:auto; margin-right:auto;}
}

.noshowlink:link{
	text-decoration:none;
	cursor: pointer;
	color: #505050;
}

.noshowlink:hover{
	text-decoration: none;
}

.noshowlink:visited{
	color: #505050;
}

.tinynav { display: none; }

.rightnoborder{
	text-align:middle;
}
.rightnoborder2{
	text-align:center;
	float:clear;
	margin-right:0;
}
.rightnoborder3{
	text-align:center;
	float:none;
	margin-right:0;
}

.leftnoborder3{
	float: left;
	padding-left: 3em;
	border: 1px solid #BCBCBC;
	margin-right:1em
}



/********** XMAS LIGHTS ***********/
.xmas{
	background-image:url("/img/animatedLightsBanner-w-t.gif");
	background-repeat:repeat-x;
	position:fixed;
	height:20px;
	width:100%;
	top:0;
	left:0;
	z-index:100000000000000;
}


/********** Home Styles ***********/
.slidingDiv {
    display:none; 
}

.intro {
/*	border-top: 3px double #c3c3c3;
	border-bottom: 3px double #c3c3c3;*/
	background: #fefefe;
	font-size: 1em;
	padding: .5em 0;
}
featuredItem{display:none;}

/******* Home Nav Styles *******/

#leftNav{
	background: #e8e8e8;
	padding:5px;
	font-size: 80%;
	line-height: 128%;
	border-raduis:8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	text-decoration:none;
}

#rightNav{
	background: #e8e8e8;
	padding: 5px;
	font-size: 80%;
	line-height: 128%;
	border-raduis:8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	font-family:arial;
}

/*removes underline */
#rightNav a{
	text-decoration:none;
}
#rightNav .head {
	font-size: 120%;
	background: #598152;
	padding:.3em 0;
	margin:-5px -5px 2px -5px;
	text-align:center;
	font-weight: bold;
	color: #fff;
	-webkit-border-top-left-radius: .3em;
	-webkit-border-top-right-radius: .3em;
	-moz-border-radius-topleft: .3em;
	-moz-border-radius-topright: .3em;
	border-top-left-radius: .3em;
	border-top-right-radius: .3em;
	border: 1px outset #999;
}



#leftNav .head{
	font-size: 120%;
	background: #715281;
	padding:.3em 0;
	margin:-5px -5px 2px -5px;
	text-align:center;
	font-weight: bold;
	color: #fff;
	-webkit-border-top-left-radius: .3em;
	-webkit-border-top-right-radius: .3em;
	-moz-border-radius-topleft: .3em;
	-moz-border-radius-topright: .3em;
	border-top-left-radius: .3em;
	border-top-right-radius: .3em;
	border: 1px outset #999;
}

	
#leftNav .hhome{
	font-family:arial;
}
/*removes underline */
#leftNav .hhome a{
	text-decoration:none;
}

a:link {text-decoration: underline; color: #565E7C; font-weight:700;}
a:visited {text-decoration: underline; color: #555599;}
a:active {text-decoration: underline; color:red; }
a:hover {text-decoration: underline; color: #0000FF; font-style: italic; }

a.hhome:link {text-decoration: none; color: #000099;}
a.hhome:visited {text-decoration: none; color: #555599;}
a.hhome:active {text-decoration: none; color:red;}
a.hhome:hover {text-decoration: underline; color: #0000FF;}

#cards{
	margin-top: .1em;
}

#imgPreview {
    background: #666;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    padding: 8px;
    z-index: 999;
    border: none;
}

#imgPreview span {
    color: white;
	font-weight:bold;
    text-align: center;
    display: block;
    padding: 8px 0 3px 0;
	font-family:arial;
}

.tinynav { display: none; }

.mobileBrowseHead{
	display: none;
}

/****** Search*****/
	.cse .gsc-control-cse,.gsc-control-cse {padding: 0em;  margin-top:0em; width: auto;
	}
	.cse .gsc-control-wrapper-cse,.gsc-control-wrapper-cse {width: 100%;
	}
	.cse .gsc-branding,.gsc-branding {display: none;
	}
	/* Selector for entire element. */
	.cse .gsc-control-cse,.gsc-control-cse {font-family: Arial, sans-serif;  background-color: #ffffff; border: 1px solid #ffffff;
	}
	.gsc-control-cse .gsc-table-result {font-family: Arial, sans-serif;
	}
	.cse .gsc-control-cse:after,.gsc-control-cse:after { content:"."; display:block; height:0; clear:both; visibility:hidden;
	}
	/* Search form */
	.cse form.gsc-search-box,form.gsc-search-box { padding: 0px 4px 2px 6px; margin-bottom: 6px;
	}
	.cse .gsc-branding-text,.gsc-branding-text {color: #000000;
	}
	/*** Table cell containing the search input. * 12 pixels added to account for the horizontal padding on the input. */
	.cse table.gsc-search-box td.gsc-input,table.gsc-search-box td.gsc-input {padding-right: 12px;
	}
	.cse .gsc-search-box,.gsc-search-box {border-collapse: collapse;
	}
	/* Search input */
	.cse input.gsc-input,input.gsc-input {font-family: inherit; border: 1px solid #BBB; padding: 3px 6px; width: 99%; font-size: 16px;
	}
	/* Search button */
	.cse input.gsc-search-button,input.gsc-search-button {font-family: inherit; font-size: 11px; color: #fff; font-weight: bold; padding: 0 8px; height: 27px; min-width: 54px; background-color: #357AE8; border: 1px solid #000; border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px;
	}
	/* Base tab selector styles */
	.cse .gsc-tabHeader,.gsc-tabHeader {font-weight: bold; font-size: 11px; text-transform: uppercase; padding: 2px 8px 0 8px;
	}
	/* Inactive tab */
	.cse .gsc-tabHeader.gsc-tabhInactive,.gsc-tabHeader.gsc-tabhInactive {background-color: #777777; border: 1px solid; font-weight: bold; border-color: #777777; border-bottom: none; color: #ffffff;
	}
	/* Active tab */
	.cse .gsc-tabHeader.gsc-tabhActive,.gsc-tabHeader.gsc-tabhActive {background-color: #000099; border: 1px solid; font-weight: bold; border-color: #777777; border-bottom: none; color: #FFFFFF;
	}
	/* This is the tab bar bottom border. */
	.cse .gsc-tabsArea,.gsc-tabsArea {margin-top: 1em; border-bottom: 1px solid #333333; padding: 0;
	}
	/* Inactive refinement */
	.cse .gsc-refinementHeader.gsc-refinementhInactive,.gsc-refinementHeader.gsc-refinementhInactive {color: #777777;
	}
	.cse .gsc-resultsHeader,.gsc-resultsHeader {margin: 0; border: block;
	}
	/* Wrapper for all results */
	.cse .gsc-results,.gsc-results {width: 100%; margin-top: 1em;
	}
	/* Uber-wrapper for a result. Add padding to elements within a result block */
	.cse .gs-result div.gs-title,div.gs-title,.cse .gs-result .gs-snippet,.gs-result .gs-snippet,.cse .gs-result .gs-visibleUrl,.gs-result .gs-visibleUrl,.cse .gs-spelling,.gs-spelling {padding: 2;
	}
	/* Font size */
	.cse .gs-result .gs-snippet,.gs-result .gs-snippet,.cse .gs-spelling-original,.gs-spelling-original {font-size: 14px; line-height: 18px;
	}
	/* Inner wrapper for a result */
	.cse .gsc-webResult.gsc-result,.gsc-webResult.gsc-result,.gsc-imageResult-classic,.gsc-imageResult-column {padding: .5em;
	  border-left: 3px solid; border-color: #ffffff; border-bottom: 0px solid; margin-bottom: 1em;
	  }
	/* Result hover event styling */
	.cse .gsc-webResult.gsc-result:hover,.gsc-webResult.gsc-result:hover,.gsc-webResult.gsc-result.gsc-promotion:hover,
	.gsc-results .gsc-imageResult-classic:hover,.gsc-results .gsc-imageResult-column:hover {border-left: 3px solid; border-color: #cccccc; background-color: #eee;
	}
	/* Set link colors. */
	.cse .gs-webResult.gs-result a.gs-title:link,.gs-webResult.gs-result a.gs-title:link,.cse .gs-webResult.gs-result a.gs-title:link b,
	.gs-webResult.gs-result a.gs-title:link b,.cse .gs-webResult.gs-result a.gs-title:visited,.gs-webResult.gs-result a.gs-title:visited,
	.cse .gs-webResult.gs-result a.gs-title:visited b,.gs-webResult.gs-result a.gs-title:visited b,.cse .gs-webResult.gs-result a.gs-title:hover,.gs-webResult.gs-result a.gs-title:hover,.cse .gs-webResult.gs-result a.gs-title:hover b,
	.gs-webResult.gs-result a.gs-title:hover b,.gs-imageResult a.gs-title:link,.gs-imageResult a.gs-title:link b,
	.gs-imageResult a.gs-title:visited,.gs-imageResult a.gs-title:visited b,.gs-imageResult a.gs-title:hover,
	.gs-imageResult a.gs-title:hover b,.cse .gsc-cursor-page,.gsc-cursor-page,.cse .gsc-trailing-more-results:link,
	.gsc-trailing-more-results:link,.cse .gs-spelling a,.gs-spelling a {color: #000099;
	}
	.cse .gs-webResult.gs-result a.gs-title:active,.gs-webResult.gs-result a.gs-title:active,.cse .gs-webResult.gs-result a.gs-title:active b,.gs-webResult.gs-result a.gs-title:active b,.gs-imageResult a.gs-title:active,.gs-imageResult a.gs-title:active b {color: #777777;
	}
	/* Snippet text color */
	.cse .gs-webResult .gs-snippet,.gs-webResult .gs-snippet,.gs-fileFormatType,.gs-imageResult .gs-snippet {color: #333333;
	}
	/* Size text color */
	.gs-imageResult .gs-size,.gs-imageResult .gs-size {color: #333333;
	}
	/* URL text color */
	.cse .gs-webResult .gs-visibleUrl,.gs-webResult .gs-visibleUrl,.cse .gs-webResult .gs-visibleUrl-short,.gs-webResult .gs-visibleUrl-short,.gs-imageResult .gs-visibleUrl,.gs-imageResult .gs-visibleUrl-short {color: #000099; font-weight: bold;
	}
	/* Pagination container centered */
	.cse .gsc-cursor-box,.gsc-cursor-box {border-top: 1px dotted; border-color: #333333; padding: .5em 0 0 .5em; text-align: left;
	}
	/* Selected pagination */
	.cse .gsc-results .gsc-cursor-page.gsc-cursor-current-page,.gsc-results .gsc-cursor-page.gsc-cursor-current-page {color: #fff;
	  background-color: #000099; text-shadow: 0 1px 1px #000; padding: 0 5px;
	  }
	/*Promotion Settings*/
	/* The entire promo */
	.cse .gsc-webResult.gsc-result.gsc-promotion,.gsc-webResult.gsc-result.gsc-promotion {background-color: #fff2cc; border-left: 3px solid; border-color:  #fff2cc;
	}
	/* Promotion links */
	.cse .gs-promotion a.gs-title:link,.gs-promotion a.gs-title:link,.cse .gs-promotion a.gs-title:link *,.gs-promotion a.gs-title:link *,
	.cse .gs-promotion .gs-snippet a:link,.gs-promotion .gs-snippet a:link {color: #0000CC;
	}
	.cse .gs-promotion a.gs-title:visited,.gs-promotion a.gs-title:visited,.cse .gs-promotion a.gs-title:visited *,.gs-promotion a.gs-title:visited *,.cse .gs-promotion .gs-snippet a:visited,.gs-promotion .gs-snippet a:visited {color: #0000CC;
	}
	.cse .gs-promotion a.gs-title:hover,.gs-promotion a.gs-title:hover,.cse .gs-promotion a.gs-title:hover *,
	.gs-promotion a.gs-title:hover *,.cse .gs-promotion .gs-snippet a:hover,.gs-promotion .gs-snippet a:hover {color: #444444;
	}
	.cse .gs-promotion a.gs-title:active,.gs-promotion a.gs-title:active,.cse .gs-promotion a.gs-title:active *,
	.gs-promotion a.gs-title:active *,.cse .gs-promotion .gs-snippet a:active,.gs-promotion .gs-snippet a:active {color: #000099;
	}
	/* Promotion snippet */
	.cse .gs-promotion .gs-snippet,.gs-promotion .gs-snippet,.cse .gs-promotion .gs-title .gs-promotion-title-right,
	.gs-promotion .gs-title .gs-promotion-title-right,.cse .gs-promotion .gs-title .gs-promotion-title-right *,.gs-promotion .gs-title .gs-promotion-title-right * {color: #333333;
	}
	/* Promotion url */
	.cse .gs-promotion .gs-visibleUrl,.gs-promotion .gs-visibleUrl {color: #000099;
	}
	/* Style for auto-completion table
	 * .gsc-completion-selected : styling for a suggested query which the user has moused-over
	 * .gsc-completion-container : styling for the table which contains the completions
	 */
	.gsc-completion-selected {background: #eee;
	}
	.gsc-completion-container {font-family: Arial, sans-serif; font-size: 16px; background: white; border: 1px solid #BBB; margin-left: 0; margin-right: 0; /* The top, left, and width are set in JavaScript. */
	}
	.gsc-completion-title {color: #0000CC;
	}
	.gsc-completion-snippet {color: #333333;
	}
	/* Full URL */
	.gs-webResult div.gs-visibleUrl-short,.gs-promotion div.gs-visibleUrl-short {display: none;
	}
	.gs-webResult div.gs-visibleUrl-long,.gs-promotion div.gs-visibleUrl-long {display: block;
	}
	.gsc-rating-bar {display: inline-block; width: 54px; height: 10px; background: transparent url(/cse/images/cse_snippets_stars.png) -52px -52px no-repeat; margin: 3px 0 0 0;
	}
	.gsc-rating-bar span {display: inline-block; height: 10px; background: transparent url(/cse/images/cse_snippets_stars.png) 0 -52px no-repeat; padding: 4px 0 0 0;
	}
	.gsc-reviewer {color: #222;
	}
	.gsc-author {color: #222;
	}
	.gsc-table-cell-thumbnail,.gs-promotion-image-cell {padding: 0 0 0 6px;
	}
	.gsc-option-menu-item-highlighted {background-color: #ff2cc;
	}
	/* Facet box css */
	.gsc-context-box {font-size: 83%; margin-top: 3px; border-collapse: collapse;
	}
	.gsc-context-box .gsc-col {padding:1px 0; white-space: nowrap; vertical-align: middle;
	}
	.gsc-context-box .gsc-facet-label {width: 65px; padding-left: 2px; text-decoration: underline; color: #333333; cursor: pointer;
	}
	.gsc-context-box .gsc-chart {width: 32em; padding: 3px; border-left: 3px solid #ffffff; border-right: 1px solid #777777;
	}
	.gsc-context-box .gsc-top {border-top: 1px solid #777777;
	}
	.gsc-context-box .gsc-bottom {border-bottom: 1px solid #777777;
	}
	.gsc-context-box .gsc-chart div {background: #777777;  height: 9px;
	}
	.gsc-context-box .gsc-facet-result {color: #333333; width: 30px; text-align: right; padding-right: 5px;}
	/* Universal one box css. */
	.gsc-usr-group-thumbnail {display: inline-block; max-width: 72px; max-height: 72px;
	}
	.gsc-usr-group-thumbnail img {max-height: 72px; overflow: hidden;
	}
	.gs-webResult .gs-title.gs-title.gsc-usr-group-heading {color: #333333; cursor: pointer;
	}
	.gsc-usr-group {min-height: 100px; zoom: 1; display: block; line-height: 1.24; margin-top: -7px; margin-bottom: -7px; margin-left: 20px;
	}
	.gsc-usr-group-content {padding-top: 1px; padding-bottom: 3px;
	}
	.gsc-usr-group-content-thumbnail {display: inline-block; vertical-align: top;
	}
	.gsc-usr-group-head-result {display: inline-block; padding-left: 6px;
	}
	.gsc-usr-group-snippet {width: 100%; height: 3.6em; overflow: hidden;
	}
	.gsc-usr-group-content-results {font-size: 12px; padding-left: 1px; width: 80%; padding-top: 7px;
	}
	.gsc-usr-group-head-results {display:inline-block; font-size: 13px; padding-left: 6px; width: 80%;
	}
	.gs-webResult .gs-title.gs-title.gsc-usr-group-all-results {font-size: 11px; line-height: 10px;
	}
	.gs-webResult .gs-title
	.gs-title.gsc-usr-group-all-results
	b {font-size: 14px; font-weight: 600;
	}
	.gs-webResult .gs-title.gs-title.gsc-usr-group-heading
	b {color: #333333;
	}

/*****End Search*****/

@media only screen and (max-width: 800px) {
	#leftNav, #rightNav {
		font-size: 60%;
	}
	#cards img{
		max-width:3em;
	}
	

}

@media only screen and (max-width: 640px) {
	
	.mobileBrowseHead{
		display: block;
		font-size: 1.3em;
		font-weight: bold;
		margin-bottom: .5em;
	}
	h1 {
		font-size:180%;
		padding-left:10px;
	}
	h5 {
		font-size:170%;
		margin-bottom: .2em;
		margin-top: .2em;
	}
	.normal {display:none }
	#leftNav, #rightNav {
		text-align:left;
		background: #715281;
		border-raduis:8px;
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		padding: 10px;
		color: #fff;
	}
	.leftnoborder3{
	float: none;
	padding-left: 0em;
	border: 1px solid #BCBCBC;
	margin-right:0em;
}
	
		.htd {
		font-size:180%;
		padding-left:10px;
	}
	#rightNav {
		margin-top:11em;
		background:#598152;
		clear: both;
		margin-right: 10px;
	}
	#proTip{ display:none; }
	
	#proTip .tipImg{ display:none; }
	
	.newsletter{ display:none; }
	
	/**** Experiment ***/
	#leftNav{
		clear:both;
		margin:21em auto auto auto;
		width: 86%;
		position: absolute;
	}
	

	
	
	#nav, #nav2, #leftNav .head, #rightNav .head {
		display:none;
	}
	
	#cards img{
		display:none;
	}

	#tinynav4{ display:none; }
	#tinynav5{ display:none; }
	#tinynav6{ display:none; }
}

/**************Search********/


/*********** Middle Features Styles ***********/

/* Top */
#featured{

	font-family: verdana, helvetica, sans serif;
	
	overflow:hidden;
	border-raduis:4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #ddd;
	height: 270px;  /*Change when height of feature changes*/
	font-size: 80%;
	padding: .3em;

	background: rgb(125,126,125); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(125,126,125,1) 0%, rgba(62,62,62,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(125,126,125,1)), color-stop(100%,rgba(62,62,62,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(125,126,125,1) 0%,rgba(62,62,62,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(125,126,125,1) 0%,rgba(62,62,62,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(125,126,125,1) 0%,rgba(62,62,62,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(125,126,125,1) 0%,rgba(62,62,62,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#3e3e3e',GradientType=0 ); /* IE6-9 */
}


#featured h3{
	background: rgb(50, 50, 50) transparent;
	background: rgba(50, 50, 50, 0.5);
	
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	width: 100%;
	
	letter-spacing:2px;
	text-shadow:2px 2px 2px rgba(0,0,0,.25);
	font-weight:normal;
	font-family: Impact, Haettenschweiler, Arial Narrow Bold, sans-serif;
	color:#efefef;
	font-size:220%;
	text-align:left;
	margin: 0em .3em;
	padding: .1em .5em .1em .3em;
}

#featured .featureList{
	
	background: rgb(50, 50, 50) transparent;
	background: rgba(50, 50, 50, 0.5);
	
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	max-width: 75%;
	min-width:25%;
	display: inline-block;
	text-align:center;
	font-weight:500;
	margin: .5em .5em;
	padding: .5em;
	font-size: 120%;
	color: #efefef;
	text-shadow:2px 2px 1px rgba(0,0,0,.6);
}

#featured .featureList2{
	
	background: rgb(50, 50, 50) transparent;
	background: rgba(50, 50, 50, 0.6);
	
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	max-width: 75%;
	min-width:25%;
	display: inline-block;
	text-align:left;
	font-weight:normal;
	margin: .5em .5em;
	padding: .5em;
	font-size: 130%;
	color: #efefef;
	text-shadow:2px 2px 1px rgba(0,0,0,.6);
}

#featured .check{
	vertical-align:text-bottom;
}

#featured .small{
	font-size: 80%;
}


#featured p{
	border-radius:4px;
	padding: .5em;
	width: 65%;
	background: rgb(50, 50, 50) transparent;
	background: rgba(50, 50, 50, 0.6);
	color: #efefef;
	text-shadow:2px 2px 3px rgba(0,0,0,1);
	font-size: 130%;
}

#featured a:link, #featured a:visited{
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #FF8919), color-stop(1, #fb9e25) );
	background:-moz-linear-gradient( center top, #FF8919 5%, #fb9e25 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF8919', endColorstr='#fb9e25');
	background-color:#FF8919;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	border:2px solid #eeb44f;
	display:inline-block;
	color:#ffffff;
	float: right;
	font-family:Impact;
	font-stretch: 130%;
	font-size:1.5em;
	font-weight:normal;
	font-style:normal;
	height:auto;
	width:auto;
	text-decoration:none;
	text-align:center;
	text-shadow:2px 2px 3px rgba(0,0,0,.6);
	letter-spacing:.05em;
	padding:0 .3em;
}

#featured a:hover{
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fb9e25), color-stop(1, #FF8919) );
	background:-moz-linear-gradient( center top, #fb9e25 5%, #FF8919 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fb9e25', endColorstr='#FF8919');
	background-color:#fb9e25;
}


/* Bottom */
#featureBottom{
	padding-left: 15%;
	overflow:hidden;
	text-align:center;
	margin-top: .5em;
	text-align:left;
	height: 150px;
	color: #ababab;
	border-top: 2px solid #b2b2b2;
}

#feature-bottom img{
	list-style-type:none;
	max-height:100%;	
}


@media only screen and (max-width: 1080px){
	#featureBottom{
		padding-left: 0;
	}
}

@media only screen and (max-width: 800px) {

	#featured{
		height: 300px; 
		font-size: 80%;
		clear:both;
		margin-right:10px;
	}
	
	#featured h3{
		font-size: 130%;
	}
	
	#featured .featureList, #featured p{
		font-size: 100%;
	}
	
	#featured .featureList2, #featured p{
		font-size: 100%;
	}
	
	#featured .check{
		height: 18px;
		width: 17px;
	}
	
	#featureBottom{
		max-width: 100%;
	}

}

@media only screen and (max-width: 640px) {
	
	/* #featured{
		margin-top:-.8em;
		max-height:100%;
		display: block;
		margin-right:10px;
	}*/
	#featured{
		margin-top:-.8em;
		height:100%;
		display: block;
	}
	
	#featured h3{
		font-size: 100%;
	}
	
	#featured a:link, #featured a:visited, #featured a:hover{
		font-size: 90%;
	}

	
	#featureBottom{
		display:none;
	}
	
	
}


/*********** Bottom Features Styles ***********/

.siteFeatures {
	color: #555;
	margin: .1em 10px 0em 0px; /* gave this some margin on the left side */
	border-top:.3em double #c3c3c3;
	/*border-bottom:.3em double #c3c3c3;*/
}

.siteFeatures .featureTitle{
	text-align:left;
	font-weight: bold;
	font-size: 85%;
	margin-bottom: 2px;
}

.siteFeatures .featuredItem{
	text-align:center;
	font-size: 80%;
}


@media only screen and (max-width: 800px) {
	
	.siteFeatures .featureTitle{
		text-align:center;
		font-size: 110%;
	}	
	.siteFeatures .featuredItem{
		text-align:center;
		font-size: 100%;
	}
	
	.featureHead{
		font-size: 70%;
	}
	
	.roundabout-moveable-item {
      height: 15.75em;
      width: 22em;
      cursor: pointer;
      background-color: #fff;
      border: 1px solid #999;
   }
	
}

@media only screen and (max-width: 640px) {
	.rr, .vs {
		display:none;
	}
	
	.siteFeatures .featuredItem{
		border-bottom: 1px solid #ddd;
	}
	
	.siteFeatures .featuredItem:last-child{
		border-bottom:1px solid #ddd;
	}	
	
}



/********************* Section Styles *********************/

/*********** Top NavBar Styles ***********/

#topNavWrapper{
	background: rgb(246,248,249); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y2ZjhmOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2U1ZWJlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2Q3ZGVlMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY3ZjkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(246,248,249,1) 0%, rgba(229,235,238,1) 50%, rgba(215,222,227,1) 51%, rgba(245,247,249,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(246,248,249,1)), color-stop(50%,rgba(229,235,238,1)), color-stop(51%,rgba(215,222,227,1)), color-stop(100%,rgba(245,247,249,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%,rgba(215,222,227,1) 51%,rgba(245,247,249,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%,rgba(215,222,227,1) 51%,rgba(245,247,249,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%,rgba(215,222,227,1) 51%,rgba(245,247,249,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%,rgba(215,222,227,1) 51%,rgba(245,247,249,1) 100%); /* W3C */
	position:relative;
	margin:-.9em -.2em 0em -.2em;
	width:101.5%;
	border: 1px solid #7f7f7f;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
	z-index:500;
}

.homeLogo{
	margin-top: 0;
}

#topNav,
#topNav ul {
    list-style: none;
	font-size: 90%;
	background:#eee;
	border:0px solid #B2B2B2;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

#topNav,
#topNav > ul {
    list-style: none;
	font-size: 90%;
	background:#eee;
	border:1px solid #eee;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

#topNav > li {
    float: left;
	border-right: 1px solid #B2B2B2;
	width: 11%;
	text-align:center;
}

#topNav > li:last-child{
	border-right:none;
	width:32%;
	display:block;
	margin-left:1em;
}


/*height(55), padding (1em 1.5 1 1.5) change for now */
#topNav>li a {
	display: block;
    line-height: 2em;
	height: 55px;
    padding: 1em 1.5em 1em 1.5em;
    text-decoration: none;
}

#topNav li a:hover { 
	background: rgb(252,255,244); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjZmZmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQwJSIgc3RvcC1jb2xvcj0iI2RmZTVkNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiM2JlYWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(252,255,244,1) 0%, rgba(223,229,215,1) 40%, rgba(179,190,173,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,255,244,1)), color-stop(40%,rgba(223,229,215,1)), color-stop(100%,rgba(179,190,173,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(252,255,244,1) 0%,rgba(223,229,215,1) 40%,rgba(179,190,173,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(252,255,244,1) 0%,rgba(223,229,215,1) 40%,rgba(179,190,173,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(252,255,244,1) 0%,rgba(223,229,215,1) 40%,rgba(179,190,173,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(252,255,244,1) 0%,rgba(223,229,215,1) 40%,rgba(179,190,173,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 ); /* IE6-8 */
 }

#topNav ul {
    position: absolute;
    display: none;
	z-index: 999;
	background: rgb(255,255,255); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNWU1ZTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-8 */
}

#topNav ul li a {
    width: 18em;
}

#topNav li:hover ul {
    display: block;
}

#search{
	padding: 1em 0 0 0em;
	width:auto;
	text-align:right;
	white-space: nowrap;
}

/*
#search input{
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #666;
	}

#search form{
	white-space: nowrap;
	}
*/

@media only screen and (max-width: 800px) {
	#topNavWrapper{
		font-size:85%;
	}
	
	#topNav>li a {
		padding: 1em 1em .5em 1em;
	}
	
	#search{
		padding: 1em 0;
		width:auto;
		text-align:right;
	}
}

@media only screen and (max-width: 640px) {
	#topNavWrapper{
		margin-left:0;
		margin-top: .1em;
		border:none;
		position:relative;
		background:none;
		-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	}
	
	.tinynav { 
		display: block; 
		margin: auto;
		width: 96%;
		}
	#topNav { display:none; }
	
	.homeLogo{
		width: 175px;
		height: 83px;
	}	
	#proTip{ display:none; }
	
	#proTip .tipImg{ display:none; }
	
	.newsletter{ display:none; }

}


/*********** Header Styles ***********/

.smLogoHead{
	display:none;
}

.topmenu{
	font-size: 70%;
}

.topmenu img {vertical-align: middle; margin-right: 8px;}


.upLogo{ 
		text-align:center;
		width:100%;
	}
	
.phoneNo{
	margin-left:0;
	margin-bottom:16px;
	margin-top: 16px;
	margin-right: 5px;
	text-align: center;
	font-size: 80%;
    text-decoration: none;
    background-color: #fab102;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;  
    border-top: 1px solid #CCCCCC;
    border-right: 1px solid #5d5d5d;
    border-bottom: 1px solid #5d5d5d;
    border-left: 1px solid #CCCCCC;
	width:45%;
	height:48px;	
	display:inline;
	float:right;	
	padding: .3em;
}


.upNewEq{ 
	margin-left: 5px;
	margin-bottom:16px;
	margin-top: 16px;
	vertical-align:middle;
	text-align: center;
	font-size: 90%;	
	text-decoration:none;
	background-color: #cad5b0;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;  
    border-top: 1px solid #CCCCCC;
    border-right: 1px solid #5d5d5d;
    border-bottom: 1px solid #5d5d5d;
    border-left: 1px solid #CCCCCC;
	height:48px;
	width:40%;
	float:left; 
	display:inline;
	padding: .6em;	
}

.upNewEq a{	color: #2C2C2C; }
.upNewEq a:hover{ text-decoration: none; }

.newsletter{
	margin-left:1.5em;
	margin-bottom:1.5em;
	font-size: 90%;
	text-align:center;
    text-decoration: none;
    background-color: #d7d8da;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;  
    border-top: 1px solid #CCCCCC;
    border-right: 1px solid #5d5d5d;
    border-bottom: 1px solid #5d5d5d;
    border-left: 1px solid #CCCCCC;
	width:170px;
	height:48px;	
	display:inline;
	float:right;	
	padding: .3em;
}
.newsletter2{
	margin-left:1.5em;
	margin-bottom:1.5em;
	height:20px;	
	display:inline;
	float:right;	
	padding: .2em;
}
.newsletter222{
	margin-left:1.5em;
	margin-bottom:1.5em;
	height:20px;	
	display:inline;
	float:right;	
	padding: .2em;
}
.newsletter3{
	margin-left:1.5em;
	margin-bottom:1.5em;
	font-family: sans-serif;
	font-size: 80%;
    text-decoration: bold;
    background-color: #d7d8da;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;  
    border-top: 1px solid #CCCCCC;
    border-right: 1px solid #5d5d5d;
    border-bottom: 1px solid #5d5d5d;
    border-left: 1px solid #CCCCCC;
	width:170px;
	height:20px;	
	display:inline;
	float:right;	
	padding: .2em;
}

#breadcrumb{
	height:auto;
	background:#ddd;
	font-size: 70%;
	padding: .4em .8em .4em .8em;
	border: 0px solid #7f7f7f;
	border-top:1px solid #9c9c9c;
	width:100.9%;
}
/*#breadcrumb{
	height:auto;
	background:#bcbcbc;
	font-size: 80%;
	padding: .2em;
	border: 1px outset #eee;
	border-top:1px solid #9c9c9c;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}*/

#breadcrumb span{ margin: 0; 
	overflow:visible; 
	white-space:nowrap;
}

.topchat{ text-align:right; }

.socials div{
	text-align:center;
}

#searchbutton{ vertical-align:middle; margin-bottom:3px; white-space: nowrap;}

.usedNew{
	display:none;
}

#phone{
	text-align:left;
}

@media only screen and (max-width: 800px) {
	.topmenu{
		font-size: 60%;
	}
	.intro {
		font-size:70%;
	}
	
	.socials, .rate{
		display:none;
	}
}

@media only screen and (max-width: 640px) {
	.search {
		text-align:left;
		display:none;
	}
	
	.topmenu{
		position:absolute;
		top: 10px;
		right: -200px;
	}
	
	.socials, .rate{
		display:none;
	}
	
	.topchat{ display:none; }
	
	.smLogoHead{
		display:inline;
	}
	
	#proTip{ display:none; }
	
	#proTip .tipImg{ display:none; }
	
	.newsletter{ display:none; }
	
	#breadcrumb{ display:none; }
	
	.usedNew{
		display:inline-block;
		text-align:left;
		background: #715281;
		border-radius:0px;
		-moz-border-radius: 0px;
		-webkit-border-radius: 0px;
		padding: .1em 0 .1em .5em;
		color: #fff;		
		margin-top: .5em;
		margin-bottom: .2em;
		font-size: 85%;
		width:100%;
		height:1.5em;
	}
	
	.usedNew a{
		color: #fff;
		padding:.1em 0em .1em 0;
	}
}

/*********** Right-Hand Navigation Styles ***********/

#mainNavHead{
	position: relative;
	background: #598152;
	padding:.3em 0;
	margin-bottom:-.1em;
	text-align:center;
	font-weight: bold;
	color: #fff;
	-webkit-border-top-left-radius: .3em;
	-webkit-border-top-right-radius: .3em;
	-moz-border-radius-topleft: .3em;
	-moz-border-radius-topright: .3em;
	border-top-left-radius: .3em;
	border-top-right-radius: .3em;
	border: 1px outset #999;
}


#rightCol {
	float:right;
	height:auto;
	text-align:left;
}

#rightColLoc {
	float:right;
	height:auto;
	text-align:left;
}

#mainNav {
	background:#DEDFDE;
	-moz-border-radius: 0em;
	-webkit-border-radius: 0em;
	border-radius: 0em;
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border: 0px outset #eee;
	padding: .3em 0 .3em .6em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
}

#mainNav ul {
	list-style-type:none;
	font-weight:normal;
	margin-left:.3em;
}

.currentPage {
	font-size: 85%;
	font-weight:bold;
	background: #565e7c;
	color: #ffffff;
	text-indent:2em;
	margin-left:-1.0em;
	margin-right:0em;
	margin-bottom:3px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom: 0px solid #999;
	border-top: 0px solid #999;
}

#mainNav .sub{
	margin-top:1em;
	font-size: 85%;
	color: #222222;
	font-weight: bold;
	}

#mainNav .sub2{
	margin-top:.5em;
	color: #222222;
	margin-left:30px;
}

#mainNav .sub33{
	color: #ffffff;
	background:#e5e6e5;
	margin-left:-.9em;
	text-indent:1em;
}


#mainNav dt{
	margin: 0;
	height: 1.4em;
	text-align: left;
	font-weight: normal;
	border-bottom: 0px solid #cfcfcf;
	font-size: 95%;
	font-weight:600;
	color: #333333;
	cursor:pointer;
}

#mainNav dt:hover{
	background:#B3BAD1;
	margin-left:-10px;
	padding-left:10px;
}

#mainNav li a {
	color: #0000FF;
	text-decoration: none;
	display: block;
	border: none;
	font-size:80%;
	margin-left:15px;
}

#mainNav li a:hover{
	text-decoration: none;
	background: #B3BAD1;
	margin-left:-14px;
	padding-left:25px;
}

#mainNav ul{
	padding: .7em 0;
	display: block;
}

#proTip{
	margin: 2em 0;
	padding: 0.6em;
	border:solid 2px #ffc59b;
	background-color: #fff;
	border-radius: .3em;
	-webkit-border-radius: .3em;
	-moz-border-radius: .3em;
	font-size: 80%;
	text-align:left;
}

#proTip .tipImg{
	margin-left: -1.6em;
	margin-top: -1.6em;
}




/*********** Cell Navigation ***********/

#cellNav, #cellNavHead{
	display:none;
	margin-bottom: .5em;
}

@media only screen and (max-width: 800px) {
	#mainNav{
		font-size: 80%;
	}
}


@media only screen and (max-width: 640px) {
	#proTip{ display:none; }
	
	#proTip .tipImg{ display:none; }
	
	.newsletter{ display:none; }
	
	#mainNav, #mainNavHead{ display:none; }
	
	#cellNavHead{ display:block; }

	#cellNavContainer{
		text-align:left;
		background:#598152;
		border-raduis:0px;
		color: #fff;
		-moz-border-radius: 0px;
		-webkit-border-radius: 0px;
		padding: 10px;
	}
}


/*********** Main Content Styles ***********/

#mainContent {
	float:left;
	padding-left: 10;
	padding-right:10;
}

/* block will be each article's class - npblock is for articles which do not require a quote/chat button*/
.block, .npblock{
	border: 1px solid #fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;  
	padding:5px;
	width: auto;
	overflow:visible;
	position:relative;
	margin-bottom: 25px;
	margin-top: 15px;
	color: #505050;
}

/* ClearFix */
.block:before, .block:after, .npblock:before, .npblock:after { content: ""; display: table; }
.block:after, .npblock:after { clear: both; }
.block, .npblock{ zoom: 1; }

/* H2 Banner Heads */
.block h2{
	text-align: left;
	font-size:120%;
	margin-bottom:0px;
	color: #222222;
	background:rgba(180,180,180, .5);
	font-weight:normal;
	position:relative;
	margin-right: 0px;
	border: #ccc solid 1px;
	text-shadow: 1px 1px 1px #a09f9f;
	filter: dropshadow(color=#eeeeee, offx=1, offy=1);
	
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	
	margin-left: -10px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	padding-right:43%;
}
.npblock h2{
	text-align: left;
	font-size:120%;
	color: #222222;
	background:rgba(180,180,180, .5);
	font-weight:normal;
	position:relative;
	margin-right: 0px;
	margin-bottom:18px;
	border: #ccc solid 1px;
	text-shadow: 1px 1px 1px #a09f9f;
	filter: dropshadow(color=#eeeeee, offx=1, offy=1);
	
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	
	margin-left: -10px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	padding-right:0%;
}

/*****************Buttons************************/

/* Green button*/
.chatBtn {
	-moz-box-shadow:inset 0px 1px 0px 0px #26792c;
	-webkit-box-shadow:inset 0px 1px 0px 0px #26792c;
	box-shadow:inset 0px 1px 0px 0px #26792c;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #03ae20), color-stop(1, #046013) );
	background:-moz-linear-gradient( center top, #03ae20 5%, #046013 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#03ae20', endColorstr='#046013');
	background-color:#03ae20;
	-webkit-border-top-left-radius:5px;
	-moz-border-radius-topleft:5px;
	border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-moz-border-radius-topright:5px;
	border-top-right-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-moz-border-radius-bottomright:5px;
	border-bottom-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius-bottomleft:5px;
	border-bottom-left-radius:5px;
	text-indent:0;
	border:1px solid #03A31E;
	display:inline-block;
	color:#ffffff !important;
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	height:32px;
	line-height:30px;
	width:120px;
	text-decoration:none!important;
	text-align:center;
	text-shadow:1px 1px 0px #990033;
}

.chatBtn:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #046013), color-stop(1, #03ae20) );
	background:-moz-linear-gradient( center top, #046013 5%, #03ae20 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#046013', endColorstr='#03ae20');
	background-color:#046013;
}.chatBtn:active {
	position:relative;
	top:1px;
}

/* Orange button */
	.quoteBtn {
	-moz-box-shadow:inset 0px 1px 0px 0px #fed897;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fed897;
	box-shadow:inset 0px 1px 0px 0px #fed897;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f6b33d), color-stop(1, #f68103) );
	background:-moz-linear-gradient( center top, #f6b33d 5%, #f68103 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6b33d', endColorstr='#f68103');
	background-color:#f6b33d;
	-webkit-border-top-left-radius:5px;
	-moz-border-radius-topleft:5px;
	border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-moz-border-radius-topright:5px;
	border-top-right-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-moz-border-radius-bottomright:5px;
	border-bottom-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius-bottomleft:5px;
	border-bottom-left-radius:5px;
	text-indent:0;
	border:1px solid #eda933;
	display:inline-block;
	color:#ffffff !important;
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	height:32px;
	line-height:30px;
	width:120px;
	text-decoration:none!important;
	text-align:center;
	text-shadow:1px 1px 0px #cd8a15;
}
.quoteBtn:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f68103), color-stop(1, #f6b33d) );
	background:-moz-linear-gradient( center top, #f68103 5%, #f6b33d 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f68103', endColorstr='#f6b33d');
	background-color:#f68103;
}.quoteBtn:active {
	position:relative;
	top:1px;
}

/* Blue button */
	.blueBtn {
	-moz-box-shadow:inset 0px 1px 0px 0px #b7bccd;
	-webkit-box-shadow:inset 0px 1px 0px 0px #b7bccd;
	box-shadow:inset 0px 1px 0px 0px #b7bccd;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #a5abc3), color-stop(1, #365899) );
	background:-moz-linear-gradient( center top, #a5abc3 5%, #365899 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a5abc3', endColorstr='#365899');
	background-color:#a5abc3;
	-webkit-border-top-left-radius:5px;
	-moz-border-radius-topleft:5px;
	border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-moz-border-radius-topright:5px;
	border-top-right-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-moz-border-radius-bottomright:5px;
	border-bottom-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius-bottomleft:5px;
	border-bottom-left-radius:5px;
	text-indent:0;
	border:1px solid #78809F;
	display:inline-block;
	color:#ffffff !important;
	font-family:Arial;
	font-size:16px;
	font-weight:bold;
	height:32px;
	line-height:30px;
	width:100%;
	text-decoration:none!important;
	text-align:center;
	text-shadow:1px 1px 0px #000000;

}
.blueBtn:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #4f587e), color-stop(1, #2873bd) );
	background:-moz-linear-gradient( center top, #4f587e 5%, #2873bd 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4f587e', endColorstr='#2873bd');
	background-color:#4f587e;
}.blueBtn:active {
	position:relative;
	top:1px;
}

.blueBtnWrap {
	padding-left: 10px;
	display: block;
	height: auto;	
	vertical-align:middle;
}

/* Rack Beam and Upright Dimensions Guide Image */
.dimensionG {
	padding-left: 10px;
	display: block;
	height: 100%;
	width: auto;	
	vertical-align:middle;
	text-align: center;
}
.dimensionGWrap {
	padding: 10px 0 20px 0;
	display: block;
	height: 100%;
	width: auto;
	vertical-align:middle;
	text-align:center;
	
}


@media only screen and (max-width: 800px) {
.chatWrap{
	display:none;
	}
.quoteWrap {width: 125px; height:25px; margin-top:-.1em;}
}
.blueBtnWrap {
	padding-left: 10px;
	padding-right:10px;
	display: block;
	height: 25px;	
	width:100%;
}

@media only screen and (max-width: 640px) {
.quoteWrap {width: 105px; height:20px; margin-top:-.1em; float:right; margin-right:-20px; }

	.quoteBtn {
	font-size:12px;
	font-weight:bold;
	height:28px;
	line-height:26px;
	width:100px;
}
}

/***************End Buttons****************/

@media only screen and (max-width: 640px) {
.block h2{
	background:#eee;
	font-weight:bold;
	margin-right: -25px;
	padding-right:35px;
}
.npblock h2{
	background:#eee;
	font-weight:bold;
	margin-right: 0px;
	padding-right:0px;
}

.block .disclaim, .npblock .disclaim{
	font-size:70%;
	font-style:italic;
}
}

.block h2:after, .npblock h2:after
{  
    content: ' ';  
    position: absolute;  
    width: 0;  
    height: 0;  
    left: 0;  
    top: 100%;  
    border-width: 7px 7px;  
    border-style: solid;  
    border-color: #555 #555 transparent transparent;  
	
}  

.block h3, .npblock h3{
	color: #4d4d4d;
	text-shadow: 1px 1px 0 #eee;
	margin:2em 0 .3em 0;
	font-weight:bold;
	text-decoration:underline;
}

.block p, .npblock p{
	line-height: 130%;
	text-align:justify;
}

.fqchat{
	top: -.6em;
	right: 1%;
	position:absolute;
	border:none;
	z-index:10;
}

.npblock ul, .block ul{font-size: 90%; margin-bottom: 1em;}



.fancy2col{
	background-color:#ddd;
	text-align:justify;
	
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	border-top-left-radius: 8px;

	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	border-bottom-right-radius: 8px;		
}

.fancy2col h2{
	font-size: 120%;
	color: #fff;
	background-color: #656565;
	padding: .5em;
	
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	border-top-left-radius: 8px;
}

.fancy2col img{
	margin: 0;
	width: 100%;
}

.fancy2col p{
	margin: 1em;
	font-size: 90%;
}


@media only screen and (max-width: 800px) {
	.fancy2col{
		font-size: 80%;
	}
}

@media only screen and (max-width: 640px) {
.fqchat{
	top: .7em;
}
	.fancy2col{
		font-size: 100%;
		}
		
	.bulletlist{ 
	margin-bottom:15px; 
	}
	
	.bulletlist li{
	list-style-type:disc;
	list-style-position: inside;
	font-size: 100%;
	margin-left: 0;
	padding-left: 1em;
}

.bulletlist2{ margin-bottom:15px; margin-left:2em; font-weight:bold;}
.bulletlist2 li:before {
	content: "";
    border-color: transparent #F7761F;
    border-style: solid;
    border-width: 0.65em 0 0.65em 0.75em;
    display: block;
    height: 0;
    width: 0;
    left: -1em;
    top: 1.4em;
    position: relative;
	font-size:90%;
}
.bulletlist2 ul{
	list-style:none;
	list-style-position: inside;
	font-size: 90%;
	margin: 0.75em 10em 0em 10em;
	padding: 0em 10em 0em 10em;
}
}

.bulletlist{ margin-bottom:15px; }
.bulletlist li{
	list-style-type:disc;
	list-style-position: inside;
	font-size: 100%;
	margin-left: 0;
	padding-left: 1em;
}

.bulletlist2{ margin-bottom:15px; margin-left:2em; font-weight:bold;}
.bulletlist2 li:before {
	content: "";
    border-color: transparent #F7761F;
    border-style: solid;
    border-width: 0.65em 0 0.65em 0.75em;
    display: block;
    height: 0;
    width: 0;
    left: -1em;
    top: 1.4em;
    position: relative;
	font-size:90%;
}
.bulletlist2 ul{
	list-style:none;
	list-style-position: inside;
	font-size: 90%;
	margin: 0.75em 10em 0em 10em;
	padding: 0em 10em 0em 10em;
}
.empDetails{ font-size: 105%; margin-bottom:15px; }

.empDetails li{
	list-style-type:none;
	line-height:150%;
}


.missionHeader {
	font-size: 130%;
	font-style: italic;
	font-weight: 600;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	text-align: center;
	margin-top: 2em;
	margin-left: 5em;
	margin-right: 5em;
	
}
.mission {
	font-size: 120%;
	font-style: italic;
	font-weight: 300;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	text-align: center;
	margin-top: .2em;
	margin-bottom: 2em;
	margin-left: 5em;
	margin-right: 5em;
	
}


@media only screen and (max-width: 800px) {
	.missionHeader{
		font-size: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	
	.mission{
		font-size: 90%;
		margin-left: 0;
		margin-right: 0;
	}
}



@media only screen and (max-width: 640px) {
	.missionHeader{
		font-size: 120%;
		margin-left: 0;
		margin-right: 0;
	}
	
	.mission{
		font-size: 90%;
		margin-left: 10px;
		margin-right: 10px;
	}
	
	#mainContent {
	float:left;
	margin-left: -10;
	margin-right:-10;
}
}

/* Product Table Classes */

.sectionHead{
    font-family:Helvetica, ?Helvetica Neue?, Arial, sans-serif ;
    cursor:pointer;
	font-weight: bold;
    font-size:90%;
	height: 2em;
	text-decoration:underline;
	color: #0000ff;
	margin-top:5px;
	vertical-align:top;
}

.sectionHead2{
    font-family:Helvetica, ?Helvetica Neue?, Arial, sans-serif ;
    cursor:pointer;
	font-weight: bold;
    font-size:120%;
	color: #000;
	margin-top:15px;
	height:1.5em;
	background:#fff;
	width:100%;
	
}


.arrow-right {
	float:left;
	width: 0; 
	height: 0; 
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 15px solid #f00;
	margin:6px 10px 5px 5px;
	clear:left;
	vertical-align:top;
}

.arrow-down {
	float:left;
	width: 0; 
	height: 0; 
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 15px solid green;
	margin: 10px 5px 5px 5px;
	clear:left;
	vertical-align:top;
}

/**************************************************/

/********* MAY HAVE TO READDRESS THIS!!! **********/

/**************************************************/

.tableWrapper, .tableWrapperCollapse{
	margin-bottom: 1em;
	width:100%;
	overflow:hidden;
	vertical-align:top;
}

.sectionHead{cursor: pointer; }

.sectionHead2{cursor: pointer; }

.productTable, .sortTable{
	width:100%;
	vertical-align:middle;
}
.productTable2, .sortTable2{
	width:100%;
	vertical-align:middle;
	font-size:80%;
}

.productTable td, .sortTable td{
	font-size: .8em;
	padding: 0 .3em 0 .1em;
	border: 1px inset #fff;
	vertical-align: middle;
	width:auto;
	text-align:left;
	white-space:normal;
}

.productTable th, .sortTable th{
	font-family:Helvetica, ?Helvetica Neue?, Arial, sans-serif ;
	padding: 5px;
	border: 1px inset;
	vertical-align: middle;
	text-align: left;
	font-size:80%;
	font-weight:bold;
	color:white;
	background:#333;
	white-space: nowrap;
}
.productTable2 th, .sortTable2 th{
	font-family:Helvetica, ?Helvetica Neue?, Arial, sans-serif ;
	padding: 5px;
	border: 1px inset;
	vertical-align: middle;
	text-align: left;
	font-size:100%;
	font-weight:bold;
	color:white;
	background:#999;
	white-space: nowrap;
}

.sortTable th.header{
    background-image: url("/images/small.gif");     
    cursor: pointer; 
    font-weight: bold; 
    background-repeat: no-repeat; 
    background-position: center left; 
	padding-left:15px;
	padding-right:4px;
}

.sortTable th.headerSortDown { 
    background-image: url("/images/desc.gif"); 
    background-color: #3399FF; 
} 

.sortTable th.headerSortUp { 
    background-image: url("/images/asc.gif"); 
    background-color: #3399FF; 
} 

.sortTable td{
	font-size: 70%;
	padding-right: 4px;
}

.even{background-color:#EFEFEF; border-bottom:solid 0px; border-top: solid 0px; padding-top:.1em; padding-bottom:.1px;}


.odd{background-color:#fff; padding-top:.1em; padding-bottom:.1px;}
.rowHover{background-color:#f3f4ae;}
.disclaim{ font-size: 60%; clear:both; }
.disclaimcenter{ font-size: 60%; clear:both; text-align:center;}

/* 
Generic Styling, for Desktops/Laptops 
*/

/*newTable, productTable { 
  width: 100%; 
  border-collapse: collapse; 
}
/* Zebra striping
tr:nth-of-type(odd) { 
  background: #eee; 
}
th { 
  background: #333; 
  color: white; 
  font-weight: bold; 
}
td, th { 
  padding: 6px; 
  border: 1px solid #ccc; 
  text-align: left;  */
}

@media only screen and (max-width: 640px) {
	.disclaim{ font-size: 30%; clear:both; text-align:center;}
	.disclaimcenter{ font-size: 30%; clear:both; text-align:center;}

}

@media only screen and (max-width: 800px) {
		.sectionHead{font-size: 80%;}
		
		.sectionHead2{font-size: 100%;}
	
	.bulletlist, .block ul li, .npblock ul li{
		font-size: 100%;
		margin-left: 0;
		padding-left: 1em;
	}

	.sectionHead{font-size: 90%;}
	
	.sectionHead2{font-size: 110%;}
	
	.bulletlist, .npblock ul li, .block ul li{
		font-size: 100%;
		margin-left: 0;
		padding-left: 1em;
	}
	.disclaim{ font-size: 60%; clear:both; text-align:center;}
	.disclaimcenter{ 
		font-size: 60%; 
		clear:both; 
		text-align:center;
	}
}

@media only screen and (max-width: 800px) {
	
	.tableWrapper, .tableWrapperCollapse{
		overflow:scroll;
		overflow-y:hidden;
	}
	
	.productTable, .productTable td{
		white-space:nowrap;
		font-size: 80%;
	}
		.productTable2, .productTable2 td{
		white-space:nowrap;
		font-size: 80%;
	}
	
	.sectionHead{font-size: 80%;}
	
		.sectionHead2{font-size: 100%;}
	
	.bulletlist, .block ul li, .npblock ul li{
		font-size: 100%;
		margin-left: 0;
		padding-left: 1em;
	}
}


@media only screen and (max-width: 640px) {






	.productTable, .productTable td, .sectionHead{
		font-size: 70%;
		padding-bottom:.5em;

	}
	
		.productTable2, .productTable2 td, .sectionHead2{
		font-size: 70%;
		padding-bottom:.5em;

	}
	
	.sectionHead{font-size: 70%;}
	
		.sectionHead2{font-size:90%;}

	
	.bulletlist, .npblock ul li, .block ul li{
		font-size: 100%;
		margin-left: 0;
		padding-left: 1em;
		line-height:1.5;
	}

}

/* 
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/

/*
@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {*/

	/* Force table to not be like tables anymore 
	table, thead, tbody, th, td, tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) 
	thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;



	}
	
	tr { border: 1px solid #ccc; }
	
	td { 
		/* Behave  like a "row" 
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 




	}
	
	td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		/*white-space: nowrap;
	}
	
	/*
	Label the data
	
	td:nth-of-type(1):before { content: "Description"; }
	td:nth-of-type(2):before { content: "New Cost"; }
	td:nth-of-type(3):before { content: "Price Each<br />(As Low As)"; }*/
}

/* ************ One-offs, custom content styles ************** */
.price{color: #cc0404; font-weight:bold; font-size: 100%; padding-top: 1px; padding-bottom: 1px;}
.blackprice{color: #505060; font-weight:bold; font-size:100%; padding-top: 1px;}
li.price{color: #cc0404; font-weight:bold; list-style-type:none; margin-bottom: 1em; font-size: 100%;}
li.blackprice{color: #505060; font-weight:bold; list-style-type:none; font-size: 100%;}
span.price{color: #cc0404; font-weight:bold; list-style-type:none; margin-bottom: 1em; font-size: 100%;}
span.blackprice{color: #505060; font-weight:bold; list-style-type:none; font-size: 100%;}
.contact{color: #505060; font-weight:bold; margin-bottom:10px; font-size: 90%; margin-top:30px;}
.byline{font-size: 60%;	clear:both; padding-bottom:1em;}
.note{font-size: 90%; font-style:italic;	margin-left: 30px; text-indent: -9px; margin-right: 30px; clear:both; text-align:justify; }
.guideLarge{margin: 1em 0;}
.question{ border-top: 1px dashed #ccc; color:red; padding: 10px 0 0 0;}
.answer{color:green;}
.bio{font-size: 60%; color: #777;}
.author{font-size: 70%; color:#990000; margin-top:5px; margin-left:12px;}
.highlight{background-color:#f5ffbc; display:inline-block;}
.sidearticle{background-color:#ddd; padding:10px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border:2px solid #eee;}
.numberedlist{list-style-type: decimal; list-style-position: inside; font-size: 90%; margin-top: 1em; 	margin-left: 0; padding-left: 2em;
}
.tipRight{text-align: right;}
.borderr{border: 1px solid rgba(0,0,0,.3); float: left; margin-right: 15px;}
.borderr2{border: 1px solid rgba(0,0,0,.3);}
.formm fieldset{
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border:3px solid #cccccc;
	padding: .5em;
	margin: .1em;
	overflow:auto;
	background-color:#F7F7F7;
}
.htd {
	font-size: 160%;
	font-weight: 600;
	font-variant: condensed;
	line-height: 1.25em;
	color:#DC1321;
	text-align:left;
	text-shadow: 2px 2px 2px #cccccc;
	margin-bottom: .2em;
}

/* ************* Infograph ***************** */
#infograph{
	font-size: 10px; 
	color: #9E9D9D; 
	text-align:center; 
	}

/* ************ Related Content Styles ************** */
#related{
	background:#d5f1ce;
	width:99%;
	padding:3px;
	margin:0 0 25px 0;
	vertical-align:middle;
	border: 1px dashed #666;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	overflow: auto;
}

#related p{
	text-align:left;
	font-size:80%;
	padding:3px;
	vertical-align:middle;
	border: none;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	overflow: auto;
}

#related h3{
	text-align:left;
	font-size:100%;
	padding:3px;
	vertical-align:middle;
}

#related img{
	border:none;
	margin-top:3px;
	margin-bottom: 6px;
	margin-left:6px;
	float:left;
}

@media only screen and (max-width: 800px) {
}

@media only screen and (max-width: 640px) {
	#related{
	text-align:center;
}
#related p{
	text-align:center;
}

#related h3{
	text-align:center;
}

#related img{
	display:none;
}
}
	

/* ************ Upsell Content Styles ************** */

.addOn{
	border: 1px solid #D7D7D7;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;  
	height:170px;
	width: auto;
	overflow:hidden;
	position:relative;
	margin-bottom: 20px;
	margin-top: 10px;
	color: #505050;
	background-size: 865px auto;
}

.addOn .overLay{
	bottom: 0;
	position:absolute;
	padding: 5px;
	background-color:rgba(30,30,30,0.8);
	height: auto;
	width: 100%;
	color: #FFF;
}

.overLay h2{
	color:#fcf252;
	font-weight:bold;
}

.overLay p{ margin:0 .5em; font-size: 90%;}

.darklink{color: #00CCCC !important;}
.lightLink{ color: #ababff !important;}
.lightLink:Hover{ color: #ababff; }
.lightLink:Visited{ color: #ababff; }

@media only screen and (max-width: 640px) {
	.addOn{ display:none; }


.addOn .overLay{ display:none; }

.overLay h2{ display:none; }

.overLay p{ display:none; }

.darklink{ display:none; }
.lightLink{ display:none; }
.lightLink:Hover{ display:none; }
.lightLink:Visited{ display:none; }
	
}

/**************** In Page Product Guide Styles */

#productGuide{
	text-align:left;
	margin:2em 0px 1em 0px; /* added 10px margin to left side */
	padding:10px;
	/* These two lines must be in any container where content is floated.  They  clear the float
	and force the border below the floated element. (see www.quirksmode.org/css/clearing.html)*/
	overflow: auto;	
	width: auto;
	background:#dfdfdf;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	border:0px solid #cccccc;
	position:relative;
}

#productGuide2{
	text-align:middle;
	margin:0em 0;
	padding:10px;
	/* These two lines must be in any container where content is floated.  They  clear the float
	and force the border below the floated element. (see www.quirksmode.org/css/clearing.html)*/
	overflow: auto;	
	width: 90%;
	background:#dfdfdf;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border:3px solid #cccccc;
	position:relative;
}

#productGuide h2{
	font-size: 100%;
	font-weight: 600;
	padding-bottom:5px;
	color:#555555;
}

#productGuide p{
	font-size: 80%;
	text-align:justify;
}

hideMe{
	margin-top: 1em;
}

.realContent p{
	text-align:justify;
	margin-bottom:1em;
}

.usefulTip{ display:none
	/*position: relative;
	top: 40px;
	left: 72%;
	z-index:300;
	margin-top:-2.5em;*/
}


@media only screen and (max-width: 800px) {
	
	.chatWrap{
		display:none;
	}
	
	.quoteWrap img{width: 125px; height:25px; margin-top:-.1em;}
	
	.block h2, .block h3{
		font-size: 120%;
		padding-right:33%;
	}
	.npblock h2, .npblock h3{
		font-size: 120%;
		padding-right:0%;
	}
	
	.block p, .npblock p, .addOn p{
		font-size: 90%;
		line-height: 150%;
	}

	.quickSheet{
		display:none;
	}	
	
	.usefulTip{ 
	display:none; 
	}
}

@media only screen and (max-width: 640px) {
	

	.block h2, .block h3{
		font-size: 100%;
		padding-right:35%;
	}
	.npblock h2, .npblock h3{
		font-size: 100%;
		padding-right:0%;
	}
		
	.block p, .npblock p, .addOn p{
		font-size: 95%;
		text-align:center;
		line-height:1.3;
	}
	

	
	
		.quoteWrap img{width: 125px; height:25px; margin-top:.1em; float:right; margin-right:-20px; }
		
	#productGuide{
	text-align:center;
	margin:0em 10px 0em 10px; /* added 10px margin to left side */
	padding:10px 10px 10px 10px;
	/* These two lines must be in any container where content is floated.  They  clear the float
	and force the border below the floated element. (see www.quirksmode.org/css/clearing.html)*/
	overflow: auto;	
	width: auto;
}

	#productGuide h2 {
		font-size: 100%;
		font-weight:bold;
		padding-bottom:5px;
		padding-top:5px;
	}

	#productGuide p{
		font-size: 90%;
		padding-top:10px;
		text-align:center;
	}
	
	.overLay h2, .overlay p{
		font-size:90%;
	}
	
	.price{font-size: 100%;}
	.blackprice{font-size: 100%;}
	
	.usefulTip{ 
	display:none; 
}
}


/*********** Form Styles ***********/
.contactForm fieldset{
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border:3px solid #cccccc;
	padding: .5em;
	margin: .1em;
	overflow:auto;
}


.contactForm legend{
	padding: .2em .5em 0 .5em;
	font-weight: bold;
}

.contactForm p{
	text-align:left;
}

.contactForm label.dist{
	width: 12em;
	margin-right: 1em;
	display:inline-block;
}


.contactForm label{
	font-size: 90%;
	text-decoration:none;
}

.contactForm input, .contactForm select, .contactForm textarea{
	display: block;
	padding: 3px;
	border: 2px solid #F1B720;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #333;
	transition: all 0.2s ease-out;
}

.contactForm input:hover, .contactForm select:hover, .contactForm textarea:hover{ border-radius: 10px; border-color: #ababab}

.contactForm input:focus, .contactForm input:focus, .contactForm textarea:focus{ 
	outline: none;
	border-radius: 10px; 
	border-color: #b5b5b5;
}

.contactForm input.noWrap{
	display:inline;
}

.contactForm textarea{
	resize: none; 
}

.contactForm label.error{
	color: #ea0000;
	font-style:italic;
	margin:-2px 0 0 15px;
	padding: 2px;
	background: #f1ff8f;
}


.submitButton[type="submit"] {
	-moz-box-shadow:inset 0 1px 0 0 #ffffff;
	-webkit-box-shadow:inset 0 1px 0 0 #ffffff;
	box-shadow:inset 0 1px 0 0 #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e9f2a2), color-stop(1, #f1b620) );
	background:-moz-linear-gradient( center top, #e9f2a2 5%, #f1b620 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9f2a2', endColorstr='#f1b620');
	background-color:#e9f2a2;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:2px solid #bababa;
	display:inline-block;
	color:#696969;
	font-family:arial;
	font-size:20px;
	font-weight:bold;
	padding:10px 40px;
	text-decoration:none;
	text-shadow:1px 1px 0 #dedede;
	width: 10em;
}

.submitButton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f1b620), color-stop(1, #e9f2a2) );
	background:-moz-linear-gradient( center top, #f1b620 5%, #e9f2a2 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1b620', endColorstr='#e9f2a2');
	background-color:#f1b620;
	cursor: pointer;
}

.submitButton:active {
	position:relative;
	top:1px;
}

.received {
	font-size:14px;
}

.received-header{
	font-size:18px;
}

/*********** Application Form Styles ***********/
.applyForm fieldset{
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border:3px solid #cccccc;
	padding: .5em 1em 1em 1em;
	margin: .1em;
	overflow:auto;
}

.applyForm legend{
	padding: .2em .5em 0em .5em;
	font-weight: bold;
	margin-left:-.5em;
}

.applyForm p{
	text-align:left;
	font-size:90%;
	padding:.5em 0em;
}

.applyForm label.dist{
	width: 12em;
	margin-right: 1em;
	display:inline-block;
}


.applyForm label{
	font-size: 100%;
	text-decoration:none;
	margin-left:0em;
}

.applyForm label.req{
	font-size: 100%;
	margin-left:-.7em;
	text-decoration:none;
}


.applyForm label.error{
	color: #ea0000;
	font-style:italic;
	margin:-2px 0 0 15px;
	padding: 2px;
	background: #f1ff8f;
}


.submitButton[type="submit"] {
	-moz-box-shadow:inset 0 1px 0 0 #ffffff;
	-webkit-box-shadow:inset 0 1px 0 0 #ffffff;
	box-shadow:inset 0 1px 0 0 #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e9f2a2), color-stop(1, #f1b620) );
	background:-moz-linear-gradient( center top, #e9f2a2 5%, #f1b620 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9f2a2', endColorstr='#f1b620');
	background-color:#e9f2a2;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:2px solid #bababa;
	display:inline-block;
	color:#696969;
	font-family:arial;
	font-size:20px;
	font-weight:bold;
	padding:10px 40px;
	text-decoration:none;
	text-shadow:1px 1px 0 #dedede;
	width: 10em;
}

.submitButton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f1b620), color-stop(1, #e9f2a2) );
	background:-moz-linear-gradient( center top, #f1b620 5%, #e9f2a2 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1b620', endColorstr='#e9f2a2');
	background-color:#f1b620;
	cursor: pointer;
}

.submitButton:active {
	position:relative;
	top:1px;
}

.received {
	font-size:14px;
}

.received-header{
	font-size:18px;
}

/*********** Email Us Form Styles ***********/
.emailForm fieldset{
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border:3px solid #cccccc;
	padding: .5em;
	margin: .1em;
	overflow:auto;
}


.emailForm legend{
	padding: 0em .5em 0 .5em;
	font-weight: bold;
	font-size:80%;
}

.emailForm p{
	text-align:left;
}

.emailForm label.dist{
	width: 12em;
	margin-right: 1em;
	display:inline-block;
}


.emailForm label{
	font-size: 80%;
	text-decoration:none;
}

.emailForm input, .emailForm select, .emailForm textarea{
	display: block;
	padding: 3px;
	border: 2px solid #F1B720;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #333;
	transition: all 0.2s ease-out;
}

.emailForm input:hover, .emailForm select:hover, .emailForm textarea:hover{ border-radius: 10px; border-color: #ababab}

.emailForm input:focus, .emailForm input:focus, .emailForm textarea:focus{ 
	outline: none;
	border-radius: 10px; 
	border-color: #b5b5b5;
}

.emailForm input.noWrap{
	display:inline;
}

.emailForm textarea{
	resize: none; 
}

.emailForm label.error{
	color: #ea0000;
	font-style:italic;
	margin:-2px 0 0 15px;
	padding: 2px;
	background: #f1ff8f;
}


.submitButton[type="submit"] {
	-moz-box-shadow:inset 0 1px 0 0 #ffffff;
	-webkit-box-shadow:inset 0 1px 0 0 #ffffff;
	box-shadow:inset 0 1px 0 0 #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e9f2a2), color-stop(1, #f1b620) );
	background:-moz-linear-gradient( center top, #e9f2a2 5%, #f1b620 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9f2a2', endColorstr='#f1b620');
	background-color:#e9f2a2;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:2px solid #bababa;
	display:inline-block;
	color:#696969;
	font-family:arial;
	font-size:20px;
	font-weight:bold;
	padding:10px 40px;
	text-decoration:none;
	text-shadow:1px 1px 0 #dedede;
	width: 10em;
}

.submitButton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f1b620), color-stop(1, #e9f2a2) );
	background:-moz-linear-gradient( center top, #f1b620 5%, #e9f2a2 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1b620', endColorstr='#e9f2a2');
	background-color:#f1b620;
	cursor: pointer;
}

.submitButton:active {
	position:relative;
	top:1px;
}

.received {
	font-size:14px;
}

.received-header{
	font-size:18px;
}

/*********** Footer Styles ***********/
footer{
	height: auto;
	background: #bcbcbc; /* previous color #efefer */
	position: relative;
	bottom: -1em;
	clear: both;
	margin-bottom: -3em;
	padding-left:3000px;
	margin-left:-3000px;
	padding-right:3000px;
	margin-right:-3000px;
	
}

.badge{
	text-align:center;
}

.cards{
	max-width:100%;
}

.fineprint {
	font-size: 60%;
	margin-left: 7em;
}
.fineprint2 {
	font-size: 60%;
	margin-left: -7em;
}

.reviews { display:none;
}
	 

.copyright{
	float: right;
	text-align:right;
	margin-left: 1em;
	margin-right:4em;
}	 

.footadd{
	font-size:90%;
	font-weight:600;
	text-align:left;
	margin-left:2em;
}

.footaddHome{
	font-size:90%;
	font-weight:600;
	margin-left:2em;
}

.socials .myaccount{
	margin-top: -1em;
	text-align:left;
}
#slideshow { 
    margin:10px 20px 10px -20px;
	position: relative; 
    width: 520px; 
    height: 130px; 
    padding: 0px 5px 0px 5px; 
	border:0px solid #000000;
}
#slideshow > div { 
    position: absolute; 
    top: 0px; 
    left: 10px; 
    right: 10px; 
    bottom: 0px; 
}

@media only screen and (max-width: 640px) {
footer {
	padding-left:30px;
	margin-left:-30px;
	padding-right:30px;
	margin-right:-30px;
}	
	.fineprint {
		text-align:center;
		width:100%;
		margin-left:0;
	}
	.fineprint2 {
		text-align:center;
		width:100%;
		margin-left:0;
	}
	.reviews {
		 text-align:center;
		 display:inline;
		 float:clear;
		 width:100%;
	 }
	 .copyright{
	text-align:center;
	float: clear;
	margin-left: 0em;
	width:100%;
	margin-right:0em;
}
	.footadd{
	font-size:100%;
	font-weight:600;
	text-align:center;
	margin-left:0em;
	width:100%;
}

.footaddHome{
	font-size:90%;
	font-weight:600;
	text-align:center;
	margin-left:0em;
	width:100%;
	}
}

@media only screen and (max-width: 800px) {
footer {
	padding-left:30px;
	margin-left:-30px;
	padding-right:30px;
	margin-right:-30px;
	}	
	.fineprint {
		text-align:center;
		width:100%;
	}
	
	 .reviews {
		 text-align:center;
		 display:inline;
		 float:clear;
	 }
	 .copyright{
	text-align:center;
	float: clear;
	margin-left: 0em;
	}	
	
	.footadd{
	font-size:100%;
	font-weight:600;
	text-align:center;
	margin-left:0em;
	width:100%;
	}

.footaddHome{
	font-size:90%;
	font-weight:600;
	text-align:center;
		margin-left:0em;
		width:100%;
	}
}
}

/**
 * Minimalist theme - Search style
 *
 */
/* Slight reset to make the preview have ample padding. */
.cse .gsc-control-cse,
.gsc-control-cse {
  padding: 0em;
  width: auto;
}
.cse .gsc-control-wrapper-cse,
.gsc-control-wrapper-cse {
  width: 100%;
}
.cse .gsc-branding,
.gsc-branding {
  display: none;
}
/* Selector for entire element. */
.cse .gsc-control-cse,
.gsc-control-cse {
  font-family: Arial, sans-serif;
  border: 1px solid #ffffff;
}
.gsc-control-cse .gsc-table-result {
  font-family: Arial, sans-serif;
}
.cse .gsc-control-cse:after,
.gsc-control-cse:after {
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}
/* Search form */
.cse form.gsc-search-box,
form.gsc-search-box {
  padding: 8px 4px 2px 6px;
  margin-bottom: 6px;
}
.cse .gsc-branding-text,
.gsc-branding-text {
  color: #000000;
}
/**
 * Table cell containing the search input.
 * 12 pixels added to account for the horizontal padding on the input.
 */
.cse table.gsc-search-box td.gsc-input,
table.gsc-search-box td.gsc-input {
  padding-right: 12px;
}
.cse .gsc-search-box,
.gsc-search-box {
  border-collapse: collapse;
}
/* Search input */
.cse input.gsc-input,
input.gsc-input {
  font-family: inherit;
  border: 1px solid #BBB;
  padding: 3px 6px;
  width: 99%;
  font-size: 16px;
}
/* Search button */
.cse input.gsc-search-button,
input.gsc-search-button {
  font-family: inherit;
  font-size: 11px;
  color: #fff;
  font-weight: bold;
  padding: 0 8px;
  height: 27px;
  min-width: 54px;
  background-color: #ffffff;
  border: 1px solid #000;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
/* Base tab selector styles */
.cse .gsc-tabHeader,
.gsc-tabHeader {
  font-weight: bold;
  font-size: 11px;
  text-transform: uppercase;
  padding: 2px 8px 0 8px;
}
/* Inactive tab */
.cse .gsc-tabHeader.gsc-tabhInactive,
.gsc-tabHeader.gsc-tabhInactive {
  background-color: #777777;
  border: 1px solid;
  border-color: #777777;
  border-bottom: none;
  color: #ffffff;
}
/* Active tab */
.cse .gsc-tabHeader.gsc-tabhActive,
.gsc-tabHeader.gsc-tabhActive {
  background-color: #333333;
  border: 1px solid;
  border-color: #333333;
  border-bottom: none;
  color: #ffffff;
}
/* This is the tab bar bottom border. */
.cse .gsc-tabsArea,
.gsc-tabsArea {
  margin-top: 1em;
  border-bottom: 1px solid #333333;
  padding: 0;
}
/* Inactive refinement */
.cse .gsc-refinementHeader.gsc-refinementhInactive,
.gsc-refinementHeader.gsc-refinementhInactive {
  color: #444444;
}
.cse .gsc-resultsHeader,
.gsc-resultsHeader {
  margin: 0;
  border: block;
}
/* Wrapper for all results */
.cse .gsc-results,
.gsc-results {
  width: 100%;
  margin-top: 1em;
}
/* Uber-wrapper for a result. Add padding to elements within a result block */
.cse .gs-result div.gs-title,
div.gs-title,
.cse .gs-result .gs-snippet,
.gs-result .gs-snippet,
.cse .gs-result .gs-visibleUrl,
.gs-result .gs-visibleUrl,
.cse .gs-spelling,
.gs-spelling {
  padding: 0;
}
/* Font size */
.cse .gs-result .gs-snippet,
.gs-result .gs-snippet,
.cse .gs-spelling-original,
.gs-spelling-original {
  font-size: 14px;
  line-height: 18px;
}
/* Inner wrapper for a result */
.cse .gsc-webResult.gsc-result,
.gsc-webResult.gsc-result,
.gsc-imageResult-classic,
.gsc-imageResult-column {
  padding: 0 0 0 .5em;
  border-left: 1px solid;
  border-color: #ffffff;
  border-bottom: 0px solid;
  margin-bottom: 1em;
}
/* Result hover event styling */
.cse .gsc-webResult.gsc-result:hover,
.gsc-webResult.gsc-result:hover,
.gsc-webResult.gsc-result.gsc-promotion:hover,
.gsc-results .gsc-imageResult-classic:hover,
.gsc-results .gsc-imageResult-column:hover {
  border-left: 1px solid;
  border-color: #000000;
  border-bottom: 0px solid;
}
/* Set link colors. */
.cse .gs-webResult.gs-result a.gs-title:link,
.gs-webResult.gs-result a.gs-title:link,
.cse .gs-webResult.gs-result a.gs-title:link b,
.gs-webResult.gs-result a.gs-title:link b,
.cse .gs-webResult.gs-result a.gs-title:visited,
.gs-webResult.gs-result a.gs-title:visited,
.cse .gs-webResult.gs-result a.gs-title:visited b,
.gs-webResult.gs-result a.gs-title:visited b,
.cse .gs-webResult.gs-result a.gs-title:hover,
.gs-webResult.gs-result a.gs-title:hover,
.cse .gs-webResult.gs-result a.gs-title:hover b,
.gs-webResult.gs-result a.gs-title:hover b,
.gs-imageResult a.gs-title:link,
.gs-imageResult a.gs-title:link b,
.gs-imageResult a.gs-title:visited,
.gs-imageResult a.gs-title:visited b,
.gs-imageResult a.gs-title:hover,
.gs-imageResult a.gs-title:hover b,
.cse .gsc-cursor-page,
.gsc-cursor-page,
.cse .gsc-trailing-more-results:link,
.gsc-trailing-more-results:link,
.cse .gs-spelling a,
.gs-spelling a {
  color: #444444;
}
.cse .gs-webResult.gs-result a.gs-title:active,
.gs-webResult.gs-result a.gs-title:active,
.cse .gs-webResult.gs-result a.gs-title:active b,
.gs-webResult.gs-result a.gs-title:active b,
.gs-imageResult a.gs-title:active,
.gs-imageResult a.gs-title:active b {
  color: #777777;
}
/* Snippet text color */
.cse .gs-webResult .gs-snippet,
.gs-webResult .gs-snippet,
.gs-fileFormatType,
.gs-imageResult .gs-snippet {
  color: #333333;
}

/* Size text color */
.gs-imageResult .gs-size,
.gs-imageResult .gs-size {
  color: #333333;
}

/* URL text color */
.cse .gs-webResult .gs-visibleUrl,
.gs-webResult .gs-visibleUrl,
.cse .gs-webResult .gs-visibleUrl-short,
.gs-webResult .gs-visibleUrl-short,
.gs-imageResult .gs-visibleUrl,
.gs-imageResult .gs-visibleUrl-short {
  color: #000000;
  font-weight: bold;
}
/* Pagination container centered */
.cse .gsc-cursor-box,
.gsc-cursor-box {
  border-top: 1px dotted;
  border-color: #333333;
  padding: .5em 0 0 .5em;
  text-align: left;
}
/* Selected pagination */
.cse .gsc-results .gsc-cursor-page.gsc-cursor-current-page,
.gsc-results .gsc-cursor-page.gsc-cursor-current-page {
  color: #fff;
  background-color: #333333;
  text-shadow: 0 1px 1px #000;
  padding: 0 5px;
}
/*Promotion Settings*/
/* The entire promo */
.cse .gsc-webResult.gsc-result.gsc-promotion,
.gsc-webResult.gsc-result.gsc-promotion {
  background-color: #E6E6E6;
  border-color: #CCCCCC;
}
/* Promotion links */
.cse .gs-promotion a.gs-title:link,
.gs-promotion a.gs-title:link,
.cse .gs-promotion a.gs-title:link *,
.gs-promotion a.gs-title:link *,
.cse .gs-promotion .gs-snippet a:link,
.gs-promotion .gs-snippet a:link {
  color: #0000CC;
}
.cse .gs-promotion a.gs-title:visited,
.gs-promotion a.gs-title:visited,
.cse .gs-promotion a.gs-title:visited *,
.gs-promotion a.gs-title:visited *,
.cse .gs-promotion .gs-snippet a:visited,
.gs-promotion .gs-snippet a:visited {
  color: #0000CC;
}
.cse .gs-promotion a.gs-title:hover,
.gs-promotion a.gs-title:hover,
.cse .gs-promotion a.gs-title:hover *,
.gs-promotion a.gs-title:hover *,
.cse .gs-promotion .gs-snippet a:hover,
.gs-promotion .gs-snippet a:hover {
  color: #444444;
}
.cse .gs-promotion a.gs-title:active,
.gs-promotion a.gs-title:active,
.cse .gs-promotion a.gs-title:active *,
.gs-promotion a.gs-title:active *,
.cse .gs-promotion .gs-snippet a:active,
.gs-promotion .gs-snippet a:active {
  color: #00CC00;
}
/* Promotion snippet */
.cse .gs-promotion .gs-snippet,
.gs-promotion .gs-snippet,
.cse .gs-promotion .gs-title .gs-promotion-title-right,
.gs-promotion .gs-title .gs-promotion-title-right,
.cse .gs-promotion .gs-title .gs-promotion-title-right *,
.gs-promotion .gs-title .gs-promotion-title-right * {
  color: #333333;
}
/* Promotion url */
.cse .gs-promotion .gs-visibleUrl,
.gs-promotion .gs-visibleUrl {
  color: #00CC00;
}
/* Style for auto-completion table
 * .gsc-completion-selected : styling for a suggested query which the user has moused-over
 * .gsc-completion-container : styling for the table which contains the completions
 */
.gsc-completion-selected {
  background: #eee;
}
.gsc-completion-container {
  font-family: Arial, sans-serif;
  font-size: 16px;
  background: white;
  border: 1px solid #BBB;
  margin-left: 0;
  margin-right: 0;
  /* The top, left, and width are set in JavaScript. */
}
.gsc-completion-title {
  color: #0000CC;
}
.gsc-completion-snippet {
  color: #333333;
}

/* Full URL */
.gs-webResult div.gs-visibleUrl-short,
.gs-promotion div.gs-visibleUrl-short {
  display: none;
}
.gs-webResult div.gs-visibleUrl-long,
.gs-promotion div.gs-visibleUrl-long {
  display: block;
}

.gsc-rating-bar {
  display: inline-block;
  width: 54px;
  height: 10px;
  background: transparent url(/cse/images/cse_snippets_stars.png) -52px -52px no-repeat;
  margin: 3px 0 0 0;
}

.gsc-rating-bar span {
  display: inline-block;
  height: 10px;
  background: transparent url(/cse/images/cse_snippets_stars.png) 0 -52px no-repeat;
  padding: 4px 0 0 0;
}

.gsc-reviewer {
  color: #222;
}

.gsc-author {
  color: #222;
}

.gsc-table-cell-thumbnail,
.gs-promotion-image-cell {
  padding: 0 0 0 6px;
}

.gsc-option-menu-item-highlighted {
  background-color: #eee;
}

/* Facet box css */
.gsc-context-box {
  font-size: 83%;
  margin-top: 3px;
  border-collapse: collapse;
}

.gsc-context-box .gsc-col {
  padding:1px 0;
  white-space: nowrap;
  vertical-align: middle;
}

.gsc-context-box .gsc-facet-label {
  width: 65px;
  padding-left: 2px;
  text-decoration: underline;
  color: #333333;
  cursor: pointer;
}

.gsc-context-box .gsc-chart {
  width: 32em;
  padding: 3px;
  border-left: 1px solid #777777;
  border-right: 1px solid #777777;
}

.gsc-context-box .gsc-top {
  border-top: 1px solid #777777;
}

.gsc-context-box .gsc-bottom {
  border-bottom: 1px solid #777777;
}

.gsc-context-box .gsc-chart div {
  background: #777777;
  height: 9px;
}

.gsc-context-box .gsc-facet-result {
  color: #333333;
  width: 30px;
  text-align: right;
  padding-right: 5px;
}

/* Universal one box css. */
.gsc-usr-group-thumbnail {
  display: inline-block;
  max-width: 72px;
  max-height: 72px;
}
.gsc-usr-group-thumbnail img {
  max-height: 72px;
  overflow: hidden;
}
.gs-webResult .gs-title
.gs-title.gsc-usr-group-heading {
  color: #333333;
  cursor: pointer;
}
.gsc-usr-group {
  min-height: 100px;
  zoom: 1;
  display: block;
  line-height: 1.24;
  margin-top: -7px;
  margin-bottom: -7px;
  margin-left: 20px;
}
.gsc-usr-group-content {
  padding-top: 1px;
  padding-bottom: 3px;
}
.gsc-usr-group-content-thumbnail {
  display: inline-block;
  vertical-align: top;
}
.gsc-usr-group-head-result {
  display: inline-block;
  padding-left: 6px;
}
.gsc-usr-group-snippet {
  width: 100%;
  height: 3.6em;
  overflow: hidden;
}
.gsc-usr-group-content-results {
  font-size: 12px;
  padding-left: 1px;
  width: 80%;
  padding-top: 7px;
}
.gsc-usr-group-head-results {
  display:inline-block;
  font-size: 13px;
  padding-left: 6px;
  width: 80%;
}
.gs-webResult .gs-title
.gs-title.gsc-usr-group-all-results {
  font-size: 11px;
  line-height: 10px;
}
.gs-webResult .gs-title
.gs-title.gsc-usr-group-all-results
b {
  font-size: 14px;
  font-weight: 600;
}
.gs-webResult .gs-title
.gs-title.gsc-usr-group-heading
b {
  color: #333333;
}

/* Back to top */

#back-top {
	position: fixed;
	bottom: 10px;
	margin-left: -150px;
	z-index:500;
}

#back-top a {
	width: 54px;
	display: block;
	text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif;
	line-height:1.2em;
	text-transform: uppercase;
	text-decoration: none;
	color: rgba(153,153,153,0.75);

	/* transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover {
	color: #333;
}

/* arrow icon (span tag) */
#back-top span {
	width: 54px;
	height: 54px;
	display: block;
	margin-bottom: 3px;
	background: rgba(153,153,153,0.75) url(/images/up-arrow2.png) no-repeat center center;

	/* rounded corners */
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;

	/* transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover span {
	background-color: #666;
}

@media only screen and (max-width: 640px) {
#back-top {
	position: fixed;
	bottom: 0px;
	margin-left: 0px;
	text-align: center;
	z-index:500;
}	
/* arrow icon (span tag) */
#back-top span {
	width: 34px;
	height: 34px;
	display: block;
	margin-bottom: 1px;
	background: rgba(153,153,153,0.75) url(/images/up-arrow3.png) no-repeat center center;
}
#back-top a {
	width: 30px;
	display: block;
	text-align: center;
	font: 8px/100% Arial, Helvetica, sans-serif;
	line-height:1.2em;
	text-transform: uppercase;
	text-decoration: none;
	color: rgba(153,153,153,0.75);
}
#back-top a:hover span {
	background-color: #666;
}
}