﻿/*
© Copyright 2007 The Nelson Family of Companies
Revision: 1.0
*/

/**************************************************************************************
MASTER BODY
**************************************************************************************/	

body 
	{
		position: relative;
		background-color: #94a5bb;
		background-position: center center;
		text-align: center;
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		font-family:	Verdana, Helvetica, sans-serif;
	}
	
/**************************************************************************************
MAIN CONTAINER STYLE ID's
**************************************************************************************/	
	
#top {
		position: relative;
		background-color: Transparent;
		background-image: url(../ThemeImages/NHR_bkg_top.gif);
		background-repeat: no-repeat;
		background-position: top center;
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		height: 14px;
	}


#frame
	{
		position: relative;
		margin: 0 auto;
		width: 782px;
		background-image: url(../ThemeImages/NHR_bkg_middle.gif);
		background-repeat: repeat-y;
		background-position: top center;
		padding: 0 0 0 0;
		text-align: left;
	}

	
#frameHome
	{
		position: relative;
		margin: 0 auto;
		width: 782px;
		background-image: url(../ThemeImages/NHR_bkg_middle_home5.gif);
		background-repeat: repeat-y;
		background-position: top center;
		padding: 0 0 0 0;
		text-align: left;
	}
	
#base {
		position: relative;
		background-color: Transparent;
		background-image: url(../ThemeImages/NHR_bkg_base.gif);
		background-repeat: no-repeat;
		background-position: center bottom;
		margin: -6px 0 0 0;
		padding: 0 0 0 0;
		height: 10px;
	}
	
#header
	{
		position: relative;
		height: 82px;
		padding: 0 0 0 0;
		margin: -6px 14px 0 14px;
		background-color: #FFFFFF;
		border-bottom: solid 6px #FFFFFF;
	}

	
#navigation
	{
		position: relative;
		 text-align:center;
		height: 23px;
		margin:  0 14px 0 14px;
		padding: 0 0 0 0;
		background-color: #2f5373;
		border-top: solid 1px #4d8abe;
		border-bottom: solid 6px #FFFFFF;
	}

#photoHome
	{
		position: relative;
		CLEAR: both;
		padding: 0 0 0 0;
		margin: 0 14px 0 14px;
		/* background-image: url(../ThemeImages/NHR_photoHome1_temp.jpg); */
		background-repeat: no-repeat;
		background-color: #FFFFFF;
		width: 754px;
		height: 205px;
		border-bottom: solid 4px #FFFFFF;
	}
	
#photoHomeShadow
	{
		position: relative;
		padding: 0 0 0 0;
		margin: 0 14px 0 14px;
		background-image: url(../ThemeImages/NT_photoShadowHome.gif);
		background-repeat: no-repeat;
		background-color: #be674d;
		background-position: top center;
		height: 18px;
		border-bottom: solid 4px #FFFFFF;
	}

	
#main
	{
		position: relative;
		background-color: Transparent;
		width: 766px; 
		margin: 0 8px 0 8px;
		padding: 0 0 0 0;
	}

#mainHome
	{
		position: relative;
		background-color: transparent;
		width: 754px; 
		margin: 0 14px 0 14px;
		padding: 0 0 0 0;
	}

#navColumn
	{
		position: relative;
		float: left;
		margin:  0 0 0 0;
		padding: 0 0 0 0;
		width: 173px;
		background-color: transparent;
		border: 0;
	}

#contentColumn	
	{
		position: relative;
		float: left;
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		width: 592px;
	}
	
#footer	
	{
		position: relative;
		clear: both;
		height: 24px;
		padding: 0 0 0 0;
		margin: 10px 14px 0 14px;
	}
	
#legal	
	{
		position: relative;
		height: 26px;
		padding: 0 0 0 0;
		margin: 0 10px 0 10px;
		background-color: #94a5bb;
	}
	
img
	{
		border-style: none;
	} 
	