@charset "utf-8";
body {
	background-image: url(../images/background.jpg); /** Link to the image you created **/
	background-repeat: repeat-y; /** Repeats the image vertically **/
	background-position: center; /** Centers the Background image **/
	background-color: #f7f4ee; /** Website BG colour (matches canvas colour in Step 1) **/
}
#container {
	position: relative;
	width: 750px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes 
	background: #FFFFFF;*/
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
     top: -10px;
} 
#header {
	width: 750px;
	padding-top: 0px;

} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0 0 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color:#CCCCCC;
	font-size: 8pt;
	font-family:"Times New Roman", Times, serif;
	font-weight:bolder;
	text-align: center;
}
 #header h1.mainlogo{
    width:750px;
	background: url(images/header-nhres.jpg) no-repeat;
	text-indent: -9999px;
	/*margin: 2em auto 0 4em;*/
}
 #header h3 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
    color: #0000FF;
    font-size: 16pt;
}
/* Tips for sidebar1:
1. Be aware that if you set a font-size value on this div, the overall width of the div will be adjusted accordingly.
2. Since we are working in ems, it's best not to use padding on the sidebar itself. It will be added to the width for standards compliant browsers creating an unknown actual width. 
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the " #sidebar1 p" rule.
*/

 #sidebar1 {
    padding-top:5px ;
	margin-top: 10px;
	font-family: "Times New Roman", Times, serif;
	color: #0033FF;
	font-size: 12px;
}
 #sidebar1 h1{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
		color:#FF0000;
	/*color: #0000FF;*/
	font-weight: bold;
	/*margin: 2em auto 0 4em;*/
}

 #sidebar2 {
	/*background:#ffffff url(../images/MIDBAR.jpg) no-repeat center;*/
    padding-top:5px ;
	margin-top: 2px;
	font-family: "Times New Roman", Times, serif;
	color: #0033FF;
	font-size: 12px;
}
 #sidebar2 h4{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
		color:#FF0000;
	/*color: #0000FF;*/
	font-weight: bold;
	/*margin: 2em auto 0 4em;*/
}

#sidebar3 p {
	background:#ffffff url(../images/regclick2.jpg) no-repeat center;
	height:95px;
	padding-top:5px;
	margin-top: 8px;
	font-family: "Times New Roman", Times, serif;
	color:#FFFFFF;
	font-size: 18px;
	}	
 #mainContent1{
  font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;

} 
 #mainContent1 lu{
	list-style:none;
}
 #mainContent1  li{
	list-style:none;
}

 #mainContent {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 0 0 0 5px;
} 

 #mainContent h2{
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #0000FF;
	font-family: "Times New Roman", Times, serif;
	font-size: 20pt;

} 
.guarant{
  background:#ffffff url(../images/nte-100percent-.jpg) no-repeat bottom right ;
}
.imleft {
	float:left;
	padding:10px 5px 0 2px;
	display:inline-block;
 text-decoration:none; 
}
 #mainContent h3{
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #0000FF;
	font-family: "Times New Roman", Times, serif;
	font-size: 16pt;
	
} 
.salesign {
margin:0;
padding:0;
background: url(../images/HomesaleSignonly.jpg) no-repeat right;

}
 #mainContent2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 0 0 0 5px;
}
 #mainContent2 h2{
	color:#0000FF;
     font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	display:inline
}
 #mainContent2 h3{
	color:#0000FF;
     font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	display:inline
}
ul {
list-style-type:square;

} 
 #mainContent2 h6{
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #0000FF;
	font-family: "Times New Roman", Times, serif;
	font-size: 20pt;
}
 #mainContent3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 0 0 0 5px;
}
 #mainContent3 h2{
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #0000FF;
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
}
 #mainContent3 h3{
	
     font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	display:inline;
}
 
 #footer {
	padding: 0 5px;

}

 #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */

font-size: 10px;
color: #666666;
font-family: Arial, Helvetica, sans-serif;
}
 #footer1 {
	padding: 0 5px;

}

 #footer1 p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
font-size: 10px;
color: #666666;
font-family: Arial, Helvetica, sans-serif;
}
/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.style6 {
	font-size: 18px;
	font-weight: bold;
}
.style2 {
	font-size: 12px
}

.style1 {
	font-size: 36px
}
.style7 {font-size: 10%}

.style4 {color: #FF0000}

.style3 {
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	font-size: 16px;
	font-weight: bold;
}
.style8 {
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	font-size: 10px;

}
.signupframe {
  border: 1px solid #cccccc;
  background: #eeeeee;
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  }


.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: .9px;
    line-height: 0px;
}
/* side box nice shadowing*/
.sidebox {
	margin: 0 auto; /* center for now */
	width: 16.5em; /* ems so it will grow */
	background: url(../images/sbbody-r.gif) no-repeat bottom right;
	font-size: 100%;
}
.boxhead {
	background: url(../images/sbhead-r.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
}
.boxhead h3 {
	background: url(../images/sbhead-l.gif) no-repeat top left;
	margin: 0;
	padding: 22px 30px 5px;
	color: white; 
	font-weight: bold; 
	font-size: 1em; 
	line-height: 1em;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
}
.boxbody {
	background: url(../images/sbbody-l.gif) no-repeat bottom left;
	margin: 0;
	padding: 5px 45px 31px;
	font-family: Arial, Helvetica, sans-serif;
    text-decoration:none; 
	font-size: 12px;
}
 #telereg {
	background:#ffffff url(../images/regclick.jpg) no-repeat center;
    padding-top:5px ;
	margin-top: 8px;
	font-family: "Times New Roman", Times, serif;
	color: #0033FF;
	font-size: 12px;
}
 #telereg h1{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
		color:#FF0000;
	/*color: #0000FF;*/
	font-weight: bold;
	/*margin: 2em auto 0 4em;*/
}
.telereg a:link {
text-decoration: none;
	color:#FFFFFF;
}
.telereg a:hover {
text-decoration: none;
	color:#FF0000;
}
.telereg a:visited {
text-decoration: none;
} 

.imgbox {
background:#ffffff url(../images/box_bg.jpg) bottom  repeat-x;

}
.bimgbox {
padding-bottom: 20px;
background:#ffffff  url(../images/box_bottom.jpg)  bottom no-repeat ;

}
.linkbutton {
     margin: 0;
    padding-top: 10px;
   	background:#ffffff url(../images/linkbg.jpg) no-repeat top;
    text-decoration:none; 
  }

.min100px {
   	height: 85px;
  }
  
.BORD {
	border-color:#cccccc;
 
}


/* News RSS Header Styles */
.header_BIG_green {
	font-family : Arial, Helvetica, sans-serif;
	color : #8ab925;
	font-size : 40px;
	font-weight : bold;
	line-height : 30px;
}


#newsrss {
	font-family : Arial, Helvetica, sans-serif;
	color : #000000;
	font-size : 12px;
	/*	font-weight : bold; */
	line-height : normal;
    padding: 0 0 0 5px;
}

#newsrss h2 {
	font-family : Arial, Helvetica, sans-serif;
	color : #6b8289;
	font-size : 16px;
	font-weight : bold;
	line-height : 20px;
}
#newsrss h3{
	font-family : Arial, Helvetica, sans-serif;
	color : #6b8289;
	font-size : 12px;
	font-weight : bold;
}