/* CSS Document */

/* HOMEPAGE 3 COLUMN CONTAINER 01
------------------------------------*/
.columncontainer01 {
	width: 794px;
	margin-top: 10px;
	background: url(../images/assets/bgrpt_3columns01.gif);
}

.columncontainer01 p {
	padding: 0px 20px 10px 10px;
}

/* HOMEPAGE 3 COLUMN CONTAINER 02
------------------------------------*/
.columncontainer02 {
	width: 794px;
	margin-top: 10px;
	background: url(../images/assets/bgrpt_3columns02.gif);
}

.columncontainer02 p {
	padding: 0px 20px 10px 10px;
}

/* HOMEPAGE 3 COLUMNS
------------------------------------*/
.threecolumn01 {
	float: left;
	text-align: left;
	width: 291px;
}
.threecolumn02 {
	float: left;
	text-align: left;
	width: 291px;
}
.threecolumn03 {
	float: left;
	text-align: left;
	width: 212px;
}
.quickpoll {
	background: url(../images/assets/bgimg_quickpoll.jpg) no-repeat bottom left;
}


/* HOMEPAGE 2 COLUMN CONTAINER 01
------------------------------------*/
.columncontainer03 {
	width: 794px;
	margin-top: 10px;
	background: url(../images/assets/bgrpt_2columns01.gif);
}
/* HOMEPAGE 2 COLUMNS
------------------------------------*/
.twocolumn01 {
	float: left;
	text-align: left;
	width: 582px;
}
.twocolumn01 p {
	padding: 5px;
	margin: 0px;
}

.twocolumn02 {
	float: left;
	text-align: left;
	width: 212px;
}
.twocolumn02 p {
	padding: 0px 20px 10px 10px;
}

/* HOMEPAGE 2 COLUMNS - the 4 columns to the left
-------------------------------------------------*/
.logo01 {
	float: left;
	text-align:center;
	width: 142px;
	margin: 10px 2px 0px 0px;
}
.logo02 {
	float: left;
	text-align: center;
	width: 142px;
	margin: 10px 2px 0px 0px;
}
.logo03 {
	float: left;
	text-align: center;
	width: 142px;
	margin: 10px 2px 0px 0px;
}
.logo04 {
	float: left;
	text-align: center;
	width: 142px;
	margin: 10px 0px 0px 0px;
}

/* HOMEPAGE random image and copy
-------------------------------------------------*/
#d_rnd_image{
}
#d_rnd_image h1{
  height:180px;
  width:212px;
}
.rnd_image1 h1{
  background: url(../images/home/hm_image1.jpg) no-repeat;
  margin:0;
}
#d_rnd_image span{
  display:none;
}
#d_rnd_copy{
}
#d_rnd_copy h1{
  height:180px;
  width:582px;
margin:0;
}
.rnd_copy1 h1{
  background: url(../images/home/hm_copy1.gif)no-repeat;
  margin:0;
}
#d_rnd_copy span{
  display:none;
}
