/***** Page Formating ******/

body {
	margin: 0;
	text-align: center;
	background: url(/images/nu-home_back.gif); /*  Old browsers */
	background: url(/images/nu-home_back.gif); /* FF3.6+ */
	background: url(/images/nu-home_back.gif); /* Chrome,Safari4+ */
	background: url(/images/nu-home_back.gif); /*Chrome10+,Safari5.1+*/
	background: url(/images/nu-home_back.gif); /* Opera 11.10+ */
	background: url(/images/nu-home_back.gif); /* IE10+ */
	background: url(/images/nu-home_back.gif); /* W3C */

/*
	background: url(/images/13NuHome_Background.jpg) no-repeat center top fixed, #ffffff; 
	background: url(/images/13NuHome_Background.jpg) no-repeat center top fixed,-moz-linear-gradient(top, #ffffff 0%, #ffffff; 100%); 
	background: url(/images/13NuHome_Background.jpg) no-repeat center top fixed, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(61%,#ffffff;)); 
	background: url(/images/13NuHome_Background.jpg) no-repeat center top fixed, -webkit-linear-gradient(top,  #ffffff 0%,#ffffff; 61%); 
	background: url(/images/13NuHome_Background.jpg) no-repeat center top fixed, -o-linear-gradient(top,  #ffffff 0%,#ffffff; 61%);
	background: url(/images/13NuHome_Background.jpg) no-repeat center top fixed, -ms-linear-gradient(top,  #ffffff 0%,#ffffff; 61%); 
	background: url(/images/13NuHome_Background.jpg) no-repeat center top fixed, linear-gradient(to bottom,  #ffffff 0%,#ffffff; 61%);
	filter: url(/images/13NuHome_Background.jpg) no-repeat center top fixed, progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0); 
	font-family: Verdana, Arial, Helvetica, sans-serif;


	background-color: #990B34;*/
}
/*** #wrapper fixes the width of the page. Currently 1000 pixels.  ***/	   
#wrapper {
	text-align: left;
	width: 1000px;
	margin: 0 auto;
	margin-top: 20px;
	border: none;
	background-color: #FFFFFF;
	-webkit-box-shadow: 2px 2px 6px 2px #666;
	box-shadow: 2px 2px 6px 2px #666;
}

#header {
	text-align: center;
	/*border-top-color: #333;
	border-right-color: #333;
	border-left-color: #333;
	border-top-style: solid;
	border-right-style: outset;
	border-left-style: solid;
	border-top-width: 1px;
	border-right-width: 3px;
	border-left-width: 1px; */
	/* border-bottom-width: 3px; 
   border-bottom-style: solid;
	border-bottom-color:#5E414D;
*/
}

#content {
	overflow: hidden;
	background-color: #FFF;
	/*border-right-color: #333;
	border-right-style: outset;
	border-right-width: 3px;
	border-left-color: #333;
	border-left-style: solid;
	border-left-width: 1px; */
}

#buildertrend {
	overflow: hidden;
	background-color: #FFF;
	padding: 20px;
	min-height: 510px;
}

/*** #left fixes the width of the left column to 175 pixels -- 155px + 10px padding on each side. Change width and padding accrodingly for the site. ***/
#left {
	float:left;
	width: 158px;
	padding: 20px;
	background: url(/images/13_WoodLT.png) repeat-y top;
	/* background-color: #CCC;  */
	padding-bottom: 3000px;
	margin-bottom: -3000px;
	min-height: 510px;
}

/*** #right fixes the width of the left column to 605 pixels -- 585px + 10px padding on each side. Change width and padding accrodingly for the site. ***/
#right {
	float:right;
	width: 758px;
	padding: 20px;
	min-height: 510px;
}

#Apartment {
	float:left;
	width: 580px;
	padding: 10px;
}

#farright {
	float:right;
	width: 176px;
	padding: 10px;
	background-color: #CCC;
	padding-bottom: 3000px;
	margin-bottom: -3000px;
}




#footer {
	clear:both;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	visibility: visible;
	position: relative;
	/*border-top-style: solid;
	border-top-color: #333;
	border-top-width: 1px;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: solid;
	border-right-width: 3px;
	border-bottom-width: 4px;
	border-left-width: 1px; */
}

/****** Text Formatting ******/

/*********** Dan's custom styles from poorvu.css ***********/

.sectnhd {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bold}
.tiny {
	font-size: 8px;
	font-family: "Courier New", Courier, mono;
}
.big { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 24px ; font-weight: normal}
.error {color:#FF0000;}
.red {color:#CC0000;}
.white {color:#FFFFFF;}
.normal {font-size: 12px; color:#000000;}
.gray {color:#CCCCCC;}

.bkg_white {	background-color:#FFFFFF;}
.bkg_yellow {
	background-color:#FFFF99;
}
.bkg_grey {
	background-color:#999999;
}
.bkg_brown {
	background-color:#993300;
}
.bkg_green {
	background-color:#336600;
}



.imgborder {
	border-top: 4px;
	border-right: 4px;
	border-bottom: 4px;
	border-left: 4px;
	border-color: #000000;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}


/*** LEFT Text Formatting ***/

#left a:link {
	color:#00F;
	text-decoration: underline;
}
#left a:visited {
	color:#333;
	text-decoration: underline;
}
#left a:hover {
	color:#903;
	text-decoration: none;
}
#left p {
	color: #333;
}
#left ul li {font-size: 12px;list-style-type: square;}

#left H1	{font-size: 18px;color:#000;}
#left H2	{font-size: 16px;color:#000;}
#left H3	{
	font-size: 14px;
	color:#333;
	font-weight: bold;
}
#left H4	{
	font-size: 12px;
	color:#666;
	font-weight: bold;
}
#left H5	{font-size: 11px;font-weight: normal;color:#000;}
#left H6	{font-size: 9px;font-weight: normal;color:#000;}


/*** FARRIGHT Text Formatting ***/

#farright li {
	color:#000;
	margin-left:-16px
}


/*** RIGHT Text Formatting ***/

#right a:link {
	color:#875C6C;
	text-decoration: underline;
}

#right a:visited {
	color:#36F;
	text-decoration: underline;
}

#right a:hover {
	color:#C36;
	text-decoration: underline;
}

#right img {
	color:#FFFFE6;
	text-decoration: none;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
}

/**  #right p {
	color: #333;
}   Not needed... regular p sets this as drk grey **/

#right ul li {
	font-size: 12px;
	list-style-type: disc;
	color: #333;
}

#right ol li {
	font-size: 12px;
	list-style-type: decimal;
	color: #333;
}

#right td {
	font-size: 12px;
	color: #333;
}

#right td.form_text_shaded {
	color: #000000;
	text-decoration: none;
	background-color: #999;
	font-weight: bold;
}

#right td.H3-like_text {
	color:#333;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
}

#right H3 a:link {
	text-decoration: underline;
	color: #336666;
}

#right H3 a:visited {
	text-decoration: underline;
	color: #336666;
}

#right H3 a:hover {
	text-decoration: underline;
	color: #76B177;
}

/*** Footer Text Formatting ***/
#footer p {
	margin-top: 5px;
	color:#900;
	margin-bottom: 5px;
	font-size: 11px;
	font-weight: bold;
}

/* #footer a {
	font-size: 12px;
} */

#footer a:link {
	color:#00F;
	text-decoration: underline;
}

#footer a:visited {
	color:#999;
	text-decoration: underline;
}

#footer a:hover {
	color:#F00;
	text-decoration: underline;
}

#footer .copyright {
	font-size: 9px;
	color: #900;
	font-style: italic;
}

/*** General Text Formatting ***/

H1, H2, H3, H4, H5, H6	{
	color: #900;
	font-style: normal;
	font-weight: bold;
}

H1	{font-size: 20px;}
H2	{font-size: 17px;}
H3	{font-size: 14px;}
H4	{font-size: 12px;font-weight: normal;}
H5	{font-size: 11px;font-weight: normal;}
H6	{font-size: 9px;font-weight: normal;}

p, td, li {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #333;
}

.error {
	color: #FF0000;
}

.H3-like_text {
	color:#333;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
}

/*** Contact Text Formatting ***/
.FormText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	background-color: #CCCCCC;
}

.error {
	color: #FF0000;
}


/*** Ticker Text Formatting
#tickertext, #tickertext p, #tickertext td{
	color: #fff;
	background-color: #875C6C;
}
#tickertext a:link{
	color: blue;
	background-color: gold;
}
#tickertext a:hover{
	color: gray;
	background-color: white;
}
#tickertext a:visited{
	color: #3E4A15;
	background-color: #F4E42A;
} ***/


