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

body {
	text-align: center;
	margin: 20px 0;
	background-image: url(/images/bkgrnd_noise01.jpg); /* Change the xxx in url(xxx) to a link to the background image.  */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #990B34; /* Deep Red for NuHome **/
}

/*** #wrapper fixes the width of the page. Currently 1000 pixels.  ***/	   
#wrapper {
	text-align: left;
	width: 1000px;
	margin: 0 auto;
	border: none;
	background-color: #FFFFFF;
}

#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-bottom-width: 3px; 
   border-bottom-style: solid;
	border-bottom-color:#5E414D;
*/
	border-top-width: 1px;
	border-right-width: 3px;
	border-left-width: 1px;
}

#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;
}

/*** #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-color: #CCC;
	padding-bottom: 3000px;
	margin-bottom: -3000px;
}

/*** #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;
}

#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;
	border-top-style: solid;
	border-top-color: #333;
	border-top-width: 1px;
	padding-top: 5px;
	padding-bottom: 5px;
	visibility: visible;
	position: relative;
	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;}

.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;
} ***/


