/***** 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: #772448; /* Redish Purple = 895c6c... Poorvu **/
}

/*** #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: #5E414D;
	border-right-color: #5E414D;
	border-left-color: #5E414D;
	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: #5E414D;
	border-right-style: outset;
	border-right-width: 3px;
	border-left-color: #5E414D;
	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: #5E414D;
	border-top-width: 1px;
	padding-top: 5px;
	padding-bottom: 5px;
	visibility: visible;
	position: relative;
	border-right-color: #5E414D;
	border-bottom-color: #5E414D;
	border-left-color: #5E414D;
	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 ******/


/*********** #Apartment link styles ***********/

#Apartment{
	color: #333333;}

#Apartment a {
	color: #0000FF; text-decoration: underline}

#Apartment a:active {
	color: #0000FF}

#Apartment a:hover {
	background-color: #FFCC99;
	color: #FF0000}

#Apartment table {
	color: #333333;}

#Apartment h1 {
	font-size: 24px;
	color: #333333;}

#Apartment h2 {
	font-size: 16px;
	color: #333333;}

#Apartment h3 {
	font-size: 14px;
	color: #CC3333;}

#Apartment h4 {
	font-size: 12px;
	color: #333333;}

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

/*********** Dan's Pop-up styles from poorvu.css ***********/

.thumbnail_right{
position: relative;
z-index: 0;
}

.thumbnail_right:hover{
background-color: transparent;
z-index: 100;
}

.thumbnail_right span{ /*CSS for enlarged image*/
position: absolute;
background-color: #CCCCCC;
padding: 5px;
left: -1000px;
border: 1px solid red;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail_right span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail_right:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -75px;
left: -320px; /*position where enlarged image should offset horizontally */
}

.thumbnail_left{
position: relative;
z-index: 0;
}

.thumbnail_left:hover{
background-color: transparent;
z-index: 100;
}

.thumbnail_left span{ /*CSS for enlarged image*/
position: absolute;
background-color: #CCCCCC;
padding: 5px;
left: -1000px;
border: 1px solid red;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail_left span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail_left:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -100px;
left: 100px; /*position where enlarged image should offset horizontally */
}


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



/*** LEFT Text Formatting ***/

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

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

#left H1	{font-size: 18px;color:#000;}
#left H2	{font-size: 16px;color:#000;}
#left H3	{font-size: 14px;color:#333;}
#left H4	{font-size: 12px;color:#333;}
#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: #666666;
}

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

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

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

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

#right td.H3-like_text {
	color:#336666;
	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:#875C6C;
	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: #875C6C;
	font-style: italic;
}

/*** General Text Formatting ***/

H1, H2, H3, H4, H5, H6	{
	color: #875C6C;
	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: #666666;
}

.error {
	color: #FF0000;
}

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


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


