/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 


body{
	font-family: Arial, Helvetica, sans-serif;
	color: #696969;
	background-position: center;
	font: 80%/normal Tahoma, Arial, Helvetica, sans-serif;
	text-align: left;
/*	background:#333333 url(http://www.nhwebsitedesigns.com/images/body.jpg) 0 0;*/
	background:#333333;
	background-repeat: repeat-y;
}

p { margin-bottom: 1.2em; }

h2, h3, h4, h5, h6 {
 font-weight: normal;
 letter-spacing: 1px;
}

h1{
	font-family: Arial,Verdana,sans-serif;
	 letter-spacing: -1px;
	font-size: 140%;
	color: #798797;
	
}

h2{
	font-size: 120%;
	color: #798797;	
}

h3{
	font-size: 105%;
	color: #840000;
	font-weight: bold;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #798797;
}

h5{
 font-size: 100%;
 color: #798797;
}


a:link, a:visited {
	color: #333333;
	text-decoration: none;
}	

a:hover {
	color: #660000;
	text-decoration: none;
}					

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#wrapper{
	width: 854px;
	background-position: center;
	margin: 5px auto;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	text-align: left;
	background-color:#FFFFFF
}

#wrapper1{
	width: 854px;
	background-color: #ffffff;
	background-position: center;	
	margin: 5px auto;
	margin-left: auto;
    margin-right: auto;
	border: thin solid #ccc;
	padding: 0px;
	text-align: left;	
}

#header{
	margin: 0;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	background-image: url(http://www.nhwebsitedesigns.com/images/nh-website-design-header.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	height: 159px;
	width: 854px;
	text-align: right;
	font-size: 12px;
	
	
}

 #content {
	float: left;
	
}

#stdParagraph{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;	
}



.short_form {
        font-family: Arial, Helvetica, sans-serif;
        font-size: .9em;
        font-weight: normal;
}

INPUT {
	color: black;
	font-family: arial, verdana, ms sans serif;
	font-size: 1em;
	background-color: #E9E9E9;
}

TEXTAREA {
	background-color: #E9E9E9;
	font-family: arial, verdana, ms sans serif;
	font-size: 1em;
	font-weight: normal
}

#phone{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 125%;
	color: #660000;
}

/*- Vertical Menu--------------------------- */
	
#vert-menu {
	width: 200px;
	margin: 10px;
	border-style: solid solid none solid;
	border-color: #000;
	border-size: 1px;
	border-width: 1px;
	}
	
#vert-menu li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}	
	
#vert-menu li a:link, #vert-menu li a:visited {
	color: #CCC;
	display: block;
	background:  url(/images/menu4.gif);
	padding: 8px 0 0 10px;
	}
	
#vert-menu li a:hover {
	color: #FFF;
	background:  url(/images/menu4.gif) 0 -32px;
	padding: 8px 0 0 10px;
	}	
	
#vert-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

#vert-menu img {
    border: none;
} 


/***********************************************/
/*Component Divs                               */
/***********************************************/

.smallgray
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px; 
	color: #3B4851; 
}
.smallgray2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; 
	color: #3B4851; 
}
.box-bordering 
{
	background-color:#FFFFFF;
	border-style: solid;
	border-width: 1px;
	border-color:#8A939C;
	padding: 4px;
}
.padding-left
{
	padding-left: 10px;	
}

.padding
{

	padding-right: 5px;
	padding-top: 5px;	
}
.small-box
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;  
	padding-left: 5px;
	padding-right: 5px;	
}

