/* ------------------------------ Home Page Specific Styles ------------------------------ */
.left_content{
	float:left;
	margin:0;
	padding:0;
	width:360px;
}
.right_content{
	float:right;
	margin:0;
	padding:0;
	text-align:left;
	width:250px;
}
.right_box{
	float:right;
	margin:25px 0 0 0;
	width:250px;
	padding-bottom:2px;
	background: url("../build/left_round_buttom.jpg") no-repeat bottom left;
}
#home #main_content .right_box h3 {
	font-size: 16px;
	color: #558B00;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight:normal;
	text-align: left;
	margin:0;
	padding:5px 3px 5px 10px;
	border-bottom: 1px solid #C7E198; 
	background: url("../build/right_box_top_bg.gif") no-repeat top left;
}
.right_box .box_content {
	margin:0;
	padding:10px;
	background: url("../build/right_box_content_bg.gif") no-repeat top left;
}
.right_box .box_content p {
	font-size: 10px;
	/* color: #9a9a9a; */
    color:#5f5f5f;
}
.right_content #whats_new {
	margin-top: 0px;
}

.right_content #whats_new p {
	margin-top: 0px;
}

.right_content #latest_reports .box_content p {
	margin:0 0 3px 0;
}
.right_content #latest_reports .box_content img {
	padding: 2px;
	border: 1px solid #b5d875;
}
.right_content #latest_reports .box_content a:hover img {
	border: 1px solid #72ad00;
}
#home #main_content .right_content .right_align{
	width:240px; 
	text-align:right;
	padding:0;
	margin:0;
}
#home h2.home_title {
	background: url("../build/home_title.gif") no-repeat;
	height: 19px;
	text-indent: -3000px;
	margin: 0px 0 8px 0;
}
#home .intro {
	/* color: #9a9a9a; */
    color:#5f5f5f;
	padding-bottom: 25px;
}
.box {
	margin-bottom: 30px;
	width:360px;
	overflow:hidden;
}
.box .box_content {
	margin-top:-.4em;
	padding-top:6px;
	text-align:center;
	background: url("../build/box_home_bg.gif") no-repeat top left;
}
#home #box_whats_hot h3 {
	background: url("../build/box_whats_hot_title.gif") no-repeat;
	height: 16px;
	margin: 0;
	text-indent: -3000px;
}
#home #box_campaigns h3 {
	background: url("../build/box_campaigns_title.gif") no-repeat;
	height: 16px;
	margin: 0;
	text-indent: -3000px;
}
#home #box_campaigns h4 { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 5px 4px 8px 4px;
	font-size: 11px;
	color: #6fafff; 
	font-weight:bold;
	line-height: 1.2em;
	text-align: left;
}
#home #box_campaigns a { 
	text-decoration: none;
}

#home #box_campaigns a:hover h4 { 
	color: #4d93e1;
}
#home #box_campaigns p {
	margin:0 4px 0 4px;
	font-size:10px; 
	color: #5f5f5f;
	line-height: 1.3em;
}
#home #box_campaigns img {
	padding: 2px;
	border: 1px solid #9bc7ff;
}
#home #box_campaigns a:hover img {
	border: 1px solid #4d93e1;
}

