@charset "utf-8";
/* Reset */
*{
	margin:0;
	padding:0;
}
ul, ol, dl, li { 
	position: relative; 
}
img {
	border:0;
	display: block; /*needed to avoid alignment with baseline of text*/
	max-width:100%;
}
#workImg img {
	border:0;
	width:100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size:100%;
	line-height: 1.5em;
}
h1 {
	font-size: 1.5em;  /* 24/ 16  */
}
h2 {
	font-size: 1.25em;  /* 20/ 16  */
}
h3 {
	font-size: 1.0em;
}
p {
	font-size: 0.75em;  /* 12/16 */
	padding: 0.5em;
}
a:hover {
	text-decoration: underline
}
ol,
ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}
.rounded-corners {
	behavior: url(/css/PIE.htc);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
}
/* used for pop up overlay */
.overlay{
    background: black;
    opacity: .5;
    position:fixed;
    top:0px;
    bottom:0px;
    left:0px;
    right:0px;
    z-index:100;
}
.box{
    position:fixed;
    top:-500px;
    left:30%;
    right:30%;
    background-color:#fff;
    color:#7F7F7F;
    padding:20px;
    border:2px solid #ccc;
    -moz-border-radius: 20px;
    -webkit-border-radius:20px;
    -khtml-border-radius:20px;
    -moz-box-shadow: 0 1px 5px #333;
    -webkit-box-shadow: 0 1px 5px #333;
    z-index:101;
}
a.boxclose{
    float:right;
    margin-top:-30px;
    margin-right:-30px;
    cursor:pointer;
    color: #fff;
    border: 1px solid #AEAEAE;
    border-radius: 30px;
    background: #605F61;
    font-size: 31px;
    font-weight: bold;
    display: inline-block;
    line-height: 0px;
    padding: 11px 3px;       
}

.boxclose:before {
    content: "x";
}

.box h1{
    border-bottom: 1px dashed #7F7F7F;
    margin:-20px -20px 0px -20px;
    padding:10px;
    background-color:#0066FF;
    color:white;
    -moz-border-radius:20px 20px 0px 0px;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -khtml-border-top-left-radius: 20px;
    -khtml-border-top-right-radius: 20px;
}

/* end pop up overlay  */
#special {
 	display:none;	/* Remove for Special Announcement	*/
	font-size:85%;
	background-color:#0066FF;
	padding:2px;
}
#special a {
	color:white;
	font-weight:bold;
}
#special a:hover {
	color:black;
	font-weight:bold;
}
#specialG {
 	display:none;	 Comment out for Special Announcement  */
	font-size:85%;
/*	background-color:#0066FF;  */
	background-color:red;
	padding:2px;
}
#specialG a {
	color:white;
	font-weight:bold;
}
#specialG a:hover {
	color:black;
	font-weight:bold;
}
/* Primary Settings  */
#content {
	overflow: hidden;
}
/* header section  */
#header {
	z-index:1;
	width:  95%;
	margin:  2px auto;
	overflow: auto;
	padding: 1% 1% 0 1%;
}
.line {
	float:left;
	width:100%;
	display:block;
	position:relative;
}
.item {
	position:relative;
	float:left;
	overflow: hidden;
	left:100%
}
#hartsLogo {
	margin-left:-100%;
	width:30.077369%;
}
#hartsPhoto {
	margin-left:-69.62890600%;
	width:60.029014%;
}
#upperRightEdit {
	margin-left:-10.4%;
	width:10.000%;
}
.bestNH {
	float:right;
	margin-top:5%;
}

/* end Header section  */
/* begin Center section  */
#centerSection {
	z-index:1;
	height:auto;
	width: 1024px;
	width: 95%;
	margin-left:5px;
	margin-left:.483559%; /* 5/1034 */
	margin-top: 4px;
}
#leftCenter {
	float:left;
	width: 311px;
	width: 30.077369%  /*  311/1034  */

}
#leftNav {
	margin-left: 15px;
	margin-left: 5.00000%;
	z-index:10;
}
/********Start Left Menu Nav Styles********/
#navlistLeftMenu {
	font-weight:bold;
}
.navLeftMenu { 
	margin:0 ;
	margin-top: 8px ;
	padding-bottom:0px;
	padding-right: 0px;
	padding-left: 0px;
	list-style: none;
	width: 130px;
	width: 59.360731%;	/* 130/219  */
	line-height: .90em;
}

.navLeftMenu a { 
	text-decoration: none;
	display: block;
	width: 160px;
	color: black;
}
.navLeftMenu a span {
	display: block;
	padding: 3px;
}
.navLeftMenu li { 
	background-color: white;
	line-height: 1.3em;
	border-top: none;
	position: relative;
	display: block;
	width: 160px;
}
.navLeftMenu li a:hover { 
	background-color: #aaaaaa;
	color: black;
}
.navLeftMenu ul {
	z-index:11;
	border-color:black;
	border-style:solid;
	border-width:1px;
	visibility: hidden;
	width: 160px;
	position: absolute;
	top: -5px;
	left: 140px;
	line-height: 0.60em;
	list-style: none;
	margin: 0;
	padding: 0;
	padding-left: 2px;
}

.navLeftMenu .stub { background: url(../css/img/arrow.gif) 120px center no-repeat; }
/* end Nav Left section */
/* begin Left Edit Area  */
#leftEditArea {
	float: left;
	max-width:75%;
	width:75%;
	margin-top: 5px;
	margin-top: 3%;
	margin-left: 20px;
	margin-left: 6.80%;
	line-height: 1.2em;
}
.redBold {
	color:#990000;
	font-weight:bold;
}
.redBold a {
	color:#990000;
	font-weight:bold;
}

/* end Left Edit Area  */
/*  begin Left Bottom Section  */
#leftBottom {
	float:left;
	max-width: 90%;
	width: 90%;
	margin: 0 0 2% 6.10%;
}
#socialMedia {
	width:80%;
	max-width:80%;
	margin-top:10px;
	margin-top:5%;
	margin-left:18px;
	margin-left:7.1%;
}
#socialMedia img {
	display:inline-block;
	margin-left:1px;
	margin-left:0.75%;
}
.sMedia2Display {
	float:left;
}
/* end left Bottom section  */
/* begin rightCenter  */
#rightCenter {
	float:right;
	height:100%;
	width: 705px;
	width: 69.0000%;  /*  709/1024  */
	border:2px solid #555555;
}
#rightCenterNB {
	float:right;
	height:100%;
	width: 705px;
	width: 69.0000%;  /*  709/1024  */
	padding:2px;

}
/* end rightCenter  */
/* end Center section  */
/* begin right Bottom section */
#rightBottom {
	height:auto;
	border:1px solid black;
	background-color: #99cc99;
	float:right;
	margin: 2px 0 4px 0;
	padding:0;
	width: 69.0%;
}
#rightBottomEditArea {
	height:auto;
	float:left;
	width: 518px;
	width: 71.751412%;  /*  518/708  */
}
#rightBottomAddress {
	height:auto;
	padding: 2px;
	float:right;
	width: 176px;
	width: 25.423729%;  /*  180/708  */
	text-align:center;
	line-height: 1.2em;
	font-weight:bold;
	border:1px solid black;
	margin: 4px 4px 3px 0;
}
.rblNorm {
	font-size:0.8em;
	font-size:85%;
	line-height:1em;
}
.rblGCard {
	background-color:white;
	color: red;
	font-size:0.8em;
	font-size:80%;
	line-height:1em;
	font-weight:bold;
}
.rbaBig {
	font-size:1.10em;
	font-size:110%;
}
.rbaBig a {
	font-size:1.10em;
	font-size:110%;
}
.rbaNorm {
	font-size:0.8em;
	font-size:90%;
}
.rbaBiggest {
	font-size:1.25em;
	font-size:120%;
}
/*  end right Bottom section  */
/*  begin footer section  */
/* turn off footer2 until 590w  */
#footer2 { 
	display:none;
}
#footer {
	float:left;
	z-index:1;
	height:auto;
	height:auto;
	width: 1024px;
	width: 95%;
	margin-left:5px;
	margin-left:.483559%; /* 5/1034 */
	margin-bottom:3%;
}
#botMenuBorder {
	border:1px solid black;
	background-color: #bbbbbb;
	float:right;
	width:97.7%;
	margin:0;
	padding:0px;
}
#botMenu {
	text-align:left;
	margin:5px 25px 5px 25px;
}
.botMnuTxt {
	font-size:.75em;
	font-weight:bold;
}
#botMenu ul li {
	display:inline;
	margin-left:5px;
}
#botMenu li a:hover {
	background-color: #333333;
	color: white;
}
/*  end footer section  */
/*  begin  SA  */
#SA {
	float:left;
	text-size:80%;
	text-align:center;
	width:93%;
	margin:0 0 4px 0;
}
#SA a{
	color:#7f7f7f;
	text-decoration:none;
	font-style:italic;
}
#SA a:hover {
	color:black;
}
/*  end SA  */
/* end Bottom section  */
/* 1050 W                  */
@media only screen and (min-width:1050px) {
	#content {;
		width:1034px;
		margin-left:3%;
	}
}
/* end 1050 W                  */
@media only screen and (min-width:1100px) {
	#content {;
		margin-left:7%;
	}
}
/* end 1100                 */
/* 1300 W                  */
@media only screen and (min-width:1300px) {
	#content {;
		margin-left:10%;
	}
}
/* end 1300              */
/*  950 w                 */
@media only screen and (max-width:950px) {
	#socialMedia {
		width:80%;
		max-width:80%;
		margin-top:10px;
		margin-top:5%;
		margin-left:16px;
		margin-left:7%;
	}
	#socialMedia img {
		display:inline-block;
		margin-left:0px;
		margin-left:0%;
		width:15%;
	}
}
/* end 950 W              */
/* 800 W                  */
@media only screen and (max-width:800px) {
	.rblNorm, 
	.rblGCard {
		font-size:0.9em;
		font-size:95%;
		line-height:1em;
	}
	.rbaBig {
		font-size:0.90em;
		font-size:90%;
	}
	.rbaNorm {
		font-size:0.8em;
		font-size:90%;
	}
	.rbaBiggest {
		font-size:110%;
	}
	#special {
		font-size:100%;
		text-align:center;
		padding:0;
		margin:0;
		line-height:10px;	
	}
}
/* end 800 W                  */
/* 630 W                       */
@media only screen and (max-width:630px) {
	#navlistLeftMenu {
		display:inline;
		width:100%;
		font-size:90%;
		line-height:0.9em;
	}
	.navLeftMenu li { 
		background-color: white;
		line-height: 1.0em;
		border-top: none;
		position: relative;
		display: block;
		width: 120px;
		font-size: 1em;
	}
	#footer {
		float:right;
		z-index:1;
		height:auto;
		margin:0;
		padding:0;
		margin-right:4.45%;
		width: 400px;
		width: 67.5%;
	}
	#botMenuBorder {
		border:1px solid black;
		background-color: #bbbbbb;
		float:right;
		width:97.7%;
		margin:0;
		padding:0px;
	}
	#botMenu {
		text-align:left;
		margin:5px 25px 5px 5px;
	}
	.botMnuTxt {
		font-size:.75em;
		font-weight:bold;
	}
	#botMenu ul li {
		margin-left:5px;
	}
	#botMenu li a:hover {
		background-color: #333333;
		color: white;
	}
	#rightBottomAddress {
		line-height: 1em;
	}
	#rightBottomEditArea {
		height:auto;
		float:left;
		width: 475px;
		width: 67.090395%  /*  475/708  */
	}
	.sMedia2Display {
		width:50%;
	}
}
/* end 630 W              */
/* 630 W                  */
@media only screen and (max-width:630px) {
	#navlistLeftMenu {
		display:none;
	}
	#rightBottomEditArea {
		height:auto;
		float:left;
		width: 100%  /*  450/708  */
	}
	#rightBottomAddress {
		float:left;
		height:auto;
		margin: 3px 0 4px 3px;
		margin: 3% 0 3% 3%;
		width: 90%;
		text-align:center;
		line-height: 1.2em;
		font-weight:bold;
	}
	#footer {
		display:none;
	}
	#footer2 {
		display:block;
		float:left;
		z-index:10;
		height:auto;
		margin:0;
		padding:0;
		margin-left:8.0%;
		width:122px;
		width:85%;
	}
	#botMenuBorder2 {
		border:1px solid black;
		background-color: #bbbbbb;
		width:97.7%;
		margin:0;
		padding:0px;
	}
	#botMenu2 {
		text-align:left;
		line-height:1.4em;
		margin:5px 25px 5px 2px;
	}
	.botMnuTxt2 {
		font-size:.70em;
		font-weight:bold;
	}
	#botMenu2 ul li {
		display:block;
		margin-left:5px;
	}
	#botMenu2 li a:hover {
		background-color: #333333;
		color: white;
	}
	#rightCenter {
		width:68.50%;
		float:right;
	}
	#rightCenterNB {
		width:68.50%;
		float:right;
	}
	.box{
		left:15%;
		right:15%;
}

}
/* end 630 W              */
/* 480 W                  */
@media only screen and (max-width:480px) {
	.sMedia2Display {
		float:left;
	}
	.box{
		left:10%;
		right:10%;
}
}

/* print output            */
@media only printer {

}
a:link {color:black; text-decoration:none; }
a:visited {color:black; text-decoration:none; }
a:hover {color:#003300; text-decoration:none; }
a:active {color:black; text-decoration:none; }
