/* CSS Document */

html, body {
	background-color: #EEF3F6;
	background-image: url(../images/nsr_bg.gif);
	background-repeat: repeat-x;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	height: 100%;
}
h1 {
	margin: 0;
	font-size: 24px;
	font-weight: normal;
	color: #0b6b5a;
}
h2 {
	font-size: 18px;
	color: #0b6b5a;
	text-decoration: underline;
	font-weight: normal;
}
#container {
	background: url(../images/nsr_mainBG.gif) repeat-y;
}
#top {
	height: 84px;
}
#shadowLeft {
	background: url(../images/nsr_shadowLeft.gif) no-repeat;
}
#shadowRight {
	background: url(../images/nsr_shadowRight.gif) no-repeat;
}
#header {
	height: 173px;
}
#logo {
	margin: 10px 0 0 10px;
	float: left;
}
#toolwrap {
	float: right;
	width: 400px;
}
#tools {
	margin: 0;
	padding: 0;
}
#tools ul {
	text-align: right;
	margin: 0;
	padding: 0;
	width: 157px;
	float: right;
}
#tools ul li {
	display: inline;
	margin: 0;
	padding: 0;
}
#tools ul li a:link, #tools ul li a:visited {
	padding: 16px 16px 0 5px;
	border-left: solid 1px #E6E6E6;
	color: #B1B1B1;
	text-decoration: none;
	float: left;
	font-size: 11px;
}
#tools ul li a img {
	margin: 0 3px 0 0;
}

/* self clearing rules */
#tools:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
#tools { display: inline-block; _height: 1%; }
/* Hides from IE-mac \*/
#tools { display: block; }
/* End hide from IE-mac */

#phone h2 {
	text-align: right;
	margin: 25px 15px 0 0;
	color: #0b6b5a;
	font-size: 19px;
	font-weight: normal;
	clear: both;
	text-decoration: none;
}

#nav {
	border: solid 1px #548199;
	margin-left: 10px;
	width: 215px;
	float: left;
}
#nav ul {
	padding: 0;
	margin: 0;
	text-align:left;
	list-style:none;
}
#nav ul li {
	padding: 0;
	margin: 0;
}
#nav ul li a:link, #nav ul li a:visited {
	text-decoration: none;
	color: #183b57;
	font-size: 16px;
	font-weight: bold;
	padding: 5px 0 0 12px;
	background: url(../images/nsr_navBG1.gif) repeat-y;
	display: block;
	margin: 0;
	height: 27px;
	border-top: solid 1px #dbe8f1;
	border-bottom: solid 1px #183b57;
}

#nav ul li a:hover {
	background:url(../images/nsr_navBG2.gif) repeat-y;
}

#nav ul li a.first:link, #nav ul li a.first:visited {
	border-top: none;
	height: 28px;
	padding: 6px 0 0 12px;
}

#nav ul li a.last:link, #nav ul li a.last:visited {
	border-bottom: none;
	height: 27px;
	padding: 6px 0 0 12px;
}

#nav ul li img {
	margin: 0;
	border: none;
}
#header img {
	float: right;
	margin: 0 10px 0 0;
	border: solid 1px #548199;
}
#contentContainer {
	padding: 10px;
}

/* self clearing rules */
#contentContainer:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
#contentContainer { display: inline-block; _height: 1%; }
/* Hides from IE-mac \*/
#contentContainer { display: block; }
/* End hide from IE-mac */

#content {
	width: 516px;
	float: left;
}
#content h3.green_house {
	font-size: 14px;
	color: #0B6B5A;
	font-weight: bold;
}
#content table#greenhouse_specs thead tr th {
	background-color: #0B6B5A;
	color: #FFF;
}
#content table#greenhouse_specs tbody tr td {
	background-color: #FFF;
}
#content h3.blue_house {
	font-size: 14px;
	color: #5883a9;
	font-weight: bold;
}
#content table#bluehouse_specs thead tr th {
	background-color: #5883a9;
	color: #FFF;
}
#content table#bluehouse_specs tbody tr td {
	background-color: #FFF;
}
#content h3.brown_house {
	font-size: 14px;
	color: #993300;
	font-weight: bold;
}
#content table#brownhouse_specs thead tr th {
	background-color: #993300;
	color: #FFF;
}
#content table#brownhouse_specs tbody tr td {
	background-color: #FFF;
}
#sideGraphic {
	float: right;
	border: solid 1px #548199;
}
#footer {
	background: url(../images/nsr_footerBG.gif) repeat-x;
	height: 74px;
	font-size: 11px;
	color: #5883a9;
}
#footer address {
	text-align: left;
	font-style: normal;
	margin: 8px 0 0 10px;
	float: left;
}

#footer div {
	float: right;
	text-align: right;
	margin: 23px 10px 0 0;
}

#footer p {
	margin: 0 0 0 0;
}
#footer a, #footer a:visited {
	color: #5883a9;
	text-decoration: none;
} 
#footer a:hover {
	text-decoration: underline;
}

#footer ul {
	margin: 0;
	padding: 0;
}
#footer ul li {
	display:inline;
}
#footer ul li a, #footer ul li a:visited {
	margin: 0 4px;
	color: #5883a9;
	text-decoration: none;
} 
#footer ul li a:hover {
	color: #5883a9;
	text-decoration: underline;
}
.tableHeader {
	background: #5883a9;
	color: white;
	font-weight: bold;
}
.tableCell {
	background: #FFFFFF;
}
.tableBorder {
	background: #415e7e;
}
.clear {
	clear: both;
	height: .01em;
	margin: 0;
	padding: 0;
}