﻿/* Show only to IE PC \*/
* html .boxhead h2 {height: 1%;} /* For IE 5 PC */

.boxhead .boxhead h2
{
	margin: 0;
	padding: 0;
}

/*-------------BLUE-------------------*/
.roundedBoxBlue {
	margin: 0 auto; /* center for now */
	background: url(images/boxImages/blue_sbbody-r.gif) no-repeat bottom right;
	font-size: 100%;
}
.roundedBoxBlue .boxhead {
	background: url(images/boxImages/blue_sbhead-r.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
}
.roundedBoxBlue .boxhead h2 {
	background: url(images/boxImages/blue_sbhead-l.gif) no-repeat top left;
	margin: 0;
	padding: 10px;
	color: white;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1em;
}
.roundedBoxBlue .boxbody {
	background: url(images/boxImages/blue_sbbody-l.gif) no-repeat bottom left;
	margin: 0;
	padding: 5px 10px 10px;
}

/*-------------BLUE No HEADER-------------------*/
.roundedBoxBlueNoHeader {
	margin: 0 auto; /* center for now */
	background: url(images/boxImages/blue_sbbody-r.gif) no-repeat bottom right;
	font-size: 100%;
}
.roundedBoxBlueNoHeader .boxhead {
	background: url(images/boxImages/blue_sbhead-r_noheader.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
}
.roundedBoxBlueNoHeader .boxhead h2 {
	background: url(images/boxImages/blue_sbhead-l_noheader.gif) no-repeat top left;
	margin: 0;
	padding: 8px;
	color:#FFFFFF;
	font-weight: bold;
	font-size: 0px;
	line-height: 0px;
}
.roundedBoxBlueNoHeader .boxbody {
	background: url(images/boxImages/blue_sbbody-l.gif) no-repeat bottom left;
	margin: 0;
	padding: 5px 10px 10px;
}

/*-------------YELLOW-------------------*/
.roundedBoxYellow {
	margin: 0 auto; /* center for now */
	background: url(images/boxImages/yellow_sbbody-r.gif) no-repeat bottom right;
	width:100%;
}
.roundedBoxYellow .boxhead {
	background: url(images/boxImages/yellow_sbhead-r.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
}
.roundedBoxYellow .boxhead h2 {
	background: url(images/boxImages/yellow_sbhead-l.gif) no-repeat top left;
	margin: 0;
	padding: 10px;
	color: white;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1em;
}
.roundedBoxYellow .boxbody {
	background: url(images/boxImages/yellow_sbbody-l.gif) no-repeat bottom left;
	margin: 0;
	padding: 5px 10px 10px;
}
.roundedBoxYellow  .boxbody p {
	padding:2px 0px 3px;
	margin: 0px;
}
.roundedBoxYellow .boxbody a {
	color:#000000;
	text-decoration:none;
}
.roundedBoxYellow .boxbody a:hover {
	color:#2C6EAA;
	text-decoration: underline;
}


/*-------------YELLOW No Header-------------------*/
.roundedBoxYellowNoHeader {
	margin: 0 auto; /* center for now */
	background: url(images/boxImages/yellow_sbbody-r.gif) no-repeat bottom right;
	width:100%;
}
.roundedBoxYellowNoHeader .boxhead {
	background: url(images/boxImages/yellow_sbhead-r.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
}
.roundedBoxYellowNoHeader .boxhead h2 {
	background: url(images/boxImages/yellow_sbhead-l.gif) no-repeat top left;
	margin: 0;
	padding: 6px;
	color:#FEE7A3;
	font-weight: bold;
	font-size: 0px;
	line-height: 0px;
}
.roundedBoxYellowNoHeader .boxbody {
	background: url(images/boxImages/yellow_sbbody-l.gif) no-repeat bottom left;
	margin: 0;
	padding: 5px 10px 10px;
}
.roundedBoxYellowNoHeader  .boxbody p {
	padding:2px 0px 3px;
	margin: 0px;
}
.roundedBoxYellowNoHeader .boxbody a {
	color:#000000;
	text-decoration:none;
}
.roundedBoxYellowNoHeader .boxbody a:hover {
	color:#2C6EAA;
	text-decoration: underline;
}

/*-------------TEAL-------------------*/
.roundedBoxTeal {
	margin: 0 auto;
	background: url(images/boxImages/teal_sbbody-r.gif) no-repeat bottom right;
	width:100%;
}
.roundedBoxTeal .boxhead {
	background: url(images/boxImages/teal_sbhead-r.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
}
.roundedBoxTeal .boxhead h2 {
	background: url(images/boxImages/teal_sbhead-l.gif) no-repeat top left;
	margin: 0;
	padding: 10px;
	color: white;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1em;
}
.roundedBoxTeal .boxbody {
	background: url(images/boxImages/teal_sbbody-l.gif) no-repeat bottom left;
	margin: 0;
	padding: 5px 10px 10px;
}


/*-------------TEAL No Header-------------------*/
.roundedBoxTealNoHeader {
	margin: 0 auto;
	background: url(images/boxImages/teal_sbbody-r.gif) no-repeat bottom right;
	width:100%;
}
.roundedBoxTealNoHeader .boxhead {
	background: url(images/boxImages/teal_sbhead-r_noheader.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
}
.roundedBoxTealNoHeader .boxhead h2 {
	background: url(images/boxImages/teal_sbhead-l_noheader.gif) no-repeat top left;
	margin: 0;
	padding: 8px;
	color:#FEE7A3;
	font-weight: bold;
	font-size: 0px;
	line-height: 0px;
	
}
.roundedBoxTealNoHeader .boxbody {
	background: url(images/boxImages/teal_sbbody-l.gif) no-repeat bottom left;
	margin: 0;
	padding: 5px 10px 10px;
}


/* --- Rent Control Blue ---*/
.roundedBoxRentControlBlue {
	margin: 0 auto;
	background: url(Images/boxImages/RCBlue_sbbody-r.gif) no-repeat bottom right;
	font-size: 95%;
	color: #FFFFFF;
}
.roundedBoxRentControlBlue .boxhead {
	background: url(Images/boxImages/RCBlue_sbhead-r.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
}

.roundedBoxRentControlBlue .boxhead h2 {
	background: url(Images/boxImages/RCBlue_sbhead-l.gif) no-repeat top left;
	color: #FFFFFF;
	margin: 0px;
	padding: 6px 10px 0px;
	font-weight: bold;
}
.roundedBoxRentControlBlue .boxbody {
	background: url(Images/boxImages/RCBlue_sbbody-l.gif) no-repeat bottom left;
	margin: 0;
	padding: 1px 10px 5px;
	line-height:125%;
}
.roundedBoxRentControlBlue .boxbody a {
	color:#FFFFFF;
	text-decoration:underline;
}
.roundedBoxRentControlBlue .boxbody a:hover
{
    color: #CCCCCC;
    text-decoration: underline;
}

/*--- Rent Control Orange ---*/
.roundedBoxRentControlOrange {
	margin: 0 auto;
	background: url(Images/boxImages/RCOrange_sbbody-r.gif) no-repeat bottom right;
	font-size: 95%;
	color: #000000;
	line-height:125%;
}
.roundedBoxRentControlOrange .boxhead{
	background: url(Images/boxImages/RCOrange_sbhead-r.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
}
.roundedBoxRentControlOrange .boxhead h2 {
	background: url(Images/boxImages/RCOrange_sbhead-l.gif) no-repeat top left;
	color: #000000;
	margin: 0px;
	padding: 6px 10px 0px;
	font-weight: bold;	
}
.roundedBoxRentControlOrange .boxbody {
	background: url(Images/boxImages/RCOrange_sbbody-l.gif) no-repeat bottom left;
	margin: 0;
	padding: 1px 10px 5px;
}
.roundedBoxRentControlYellow .boxbody a {
	color:#000000;
	text-decoration:underline;
}
.roundedBoxRentControlYellow .boxbody a:hover
{
    color: #666666;
    text-decoration: underline;
}

/*--- Rent Control Yellow ---*/
.roundedBoxRentControlYellow {
	margin: 0 auto;
	background: url(Images/boxImages/RCYellow_sbbody-r.gif) no-repeat bottom right;
	font-size: 95%;
	color: #000;
	line-height:125%;
}
.roundedBoxRentControlYellow .boxhead {
	background: url(Images/boxImages/RCYellow_sbhead-r.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
}
.roundedBoxRentControlYellow .boxhead h2 {
	background: url(Images/boxImages/RCYellow_sbhead-l.gif) no-repeat top left;
	color: #000;
	margin: 0px;
	padding: 6px 10px 0px;
	font-weight: bold;	
}
.roundedBoxRentControlYellow .boxbody {
	background: url(Images/boxImages/RCYellow_sbbody-l.gif) no-repeat bottom left;
	margin: 0;
	padding: 1px 10px 5px;
}
.roundedBoxRentControlYellow .boxbody a {
	color:#000000;
	text-decoration:underline;
}
.roundedBoxRentControlYellow .boxbody a:hover
{
    color: #666666;
    text-decoration: underline;
}
