﻿html, body {
	margin:0; padding:0;
	width: 100%; height: 100%; 
	font-family: arial, sans-serif;
}
body {
	background-color: rgb(107,107,108);
}
#fence {
	width: 952px; height: 100%;
	margin: 0 auto;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	background-color: white;
	
}
#header {
	height: 202px;
	background: url(/images/interior_header_bg.jpg) center center no-repeat;
}
#header_nav {
	margin: 18px 12px 0px 0px;
	float:right;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
}
#header_nav ul {}
#header_nav li {
	display:inline;
}
#header_nav li a
{
    color:White;
    text-decoration:none;
}
#header_nav li a:hover, #header_nav li a.ON
{
    text-decoration:underline;
}
li.header_nav_spacer {
	padding: 0px 5px 0px 5px;
}
#navigation {
	height: 26px;
	text-align: center;
	border-top: 1px solid rgb(254,0,0);
	border-bottom: 1px solid rgb(254,0,0);
}
#main_nav {
	margin:0; padding:0;
	line-height: 25px;
	height: 26px;
	background-color:#02223f;
}
#main_nav li {
	display:inline;
	padding-right: 20px;
	padding-left: 20px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	background-image: url(/images/nav_bullet_rob.gif);
	background-repeat: no-repeat;
	background-position: -1px -4px;
}
#main_nav li a
{
    color:White;
    text-decoration:none;
}
#main_nav li a.ON, #main_nav li a:hover
{
    text-decoration:underline;
}
#left {
	width: 193px;
	float:left;
	background: rgb(57,102,142) url(/images/interior_blueprint_bg.jpg) top center repeat-y;
	position:relative;
	border-right: 1px solid #000;
}
#right {
	width: 949px;
	/*float:right;*/
	background-color: #fff;
	/*border-left: 1px solid #000;*/
	position:relative;
}
#page_title {
	padding-bottom: 18px;
	color: rgb(11,66,116);
	font-weight: bold;
	font-size: 14px;
}
#side_nav { 
	margin:0px 10px; padding:0;
	color: #fff;
	font-size: 11px;
}
#side_nav li {
	padding-bottom: 5px;
	list-style-type: none;
}
.side_nav_header {
	margin: 10px 0px 10px 0px;
	font-size: 13px;
	font-weight: bold;
}
#side_nav li a
{
    color:White;
    text-decoration:none;
}
#side_nav li a:hover, #side_nav li a.ON
{
    text-decoration:underline;
}
.side_nav_subitem {
	text-indent: 9px;
}	
#content {
	padding: 18px;
	font-size: 12px;
	color: #000;
}
#footer {
	margin-top: 18px;
	text-align: center;
	font-size: 10px;
	color: #fff;
	background-color:#02223f;	
}
#footer a
{
    color:White;
    text-decoration:none;
}
#footer a:hover
{
    text-decoration:underline;
}
.clear {
	clear: both;
}
*:first-child+html .clear {
	clear: none;
}
.prop {
	height: 445px;
	width: 1px;
	float: right;
	position: relative;
}

#newsYears a.ON
{
    font-weight:bold;
}
