body.home .page_content {
	background:url(../images/page_content_home_background.gif) top left repeat-y;
}

body.home .page_content_footer {
	display:none;
}
body.home .bread_crumb {
	display:none;				/* hide for homepage ... section classes will display it */
}
body.home .left_column {
	display:none;				/* hide for homepage ... center column will stretch */
}
body.home .center_column {
	width:704px;				/* center column stretches to cover left column */
}
body.home .right_column {
	width:264px;				/* right column is wider and has blue background */
	background:url(../images/right_column_home_background.gif) top left no-repeat;
	/*background-color:#bdd9ed;*/
}

/* styles for the center column */
.center_column .placement {
	float:left;
	width:314px;
}
.center_column h2 {
	font-size:12px;
	font-weight:bold;
	line-height:20px;
	color:#706466;
	text-decoration:none;
}
.center_column .placement .placement_image{
	width:314px;
	height:81px;
}
.center_column .home_placement_text {
	padding:3px 6px;
	background:url(../images/placement_text_home_background.gif) top left repeat-x;
}

.center_column .featureSeparator {
	float:left;
	width:35px;
	height:200px;
}


/* styles for the right column on the homepage */
.right_column .content_padding {
	padding:10px 15px 10px 15px;
}
.breaker_right_column {
	width:100%;
	height:1px;
	background-color:#fff;
	margin:8px 0px;
}
.right_column h2,
.right_column h2 a {
	font-size:12px;
	font-weight:bold;
	line-height:20px;
	color:#2a5b7b;
	text-decoration:none;
}
.right_column h2 a:hover { 
text-decoration:underline;
color:#0F3852;
}
.right_column ul {
	padding-bottom:7px;
	padding-left:15px;
	list-style: disc url(../images/bullet_blue_square.png) outside;
	text-indent:0em;
}
.right_column ul li {
	margin-top:3px;
	margin-left:0px;
	padding-left:0px;
}
.right_column ul li p,
.right_column ul li p a {
	font-size:11px;
	font-weight:normal;
	line-height:15px;
	color:#2a5b7b;
	text-decoration:none;
}
.right_column ul li p a:hover {
	color:#0f3852;
}


/* to set the bullets as arrows */
.right_column ul.arrow {
	list-style: disc url(../images/bullet_white_chevron.png) outside;
}
/* to set the bullets as bullets */
.right_column ul.square {
	list-style: disc url(../images/bullet_white_square.png) outside;
}
/* to hide the bullets from a list */
.right_column ul.nobullet {
	list-style:none;
	list-style-type: none;
	list-style-image: none;
	padding-left:5px;
}

