/* css for main community page */

body {
	background-image:url('/images/home-public-bg-gradient.jpg');
	background-repeat:repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:white;
}

#community_container {
	width:784px;
	height:860px;
	background-image:url(../images/gdi_community_bg.jpg);
	background-repeat:no-repeat;
	position:relative;
	margin: 0 auto;
	text-align:left; /* counter the body centre */
}

#in_the_community {
	position:absolute;
	left:100px;
	top:124px;
	width:650px;
	height:55px;
	padding:0;
	margin:0;
	font-size:10px;
}

#community_sub_menu {
	position:relative;
	float:left;
	width:20%;
	color:black;
	padding:5px 0;
	vertical-align:middle;
	text-align:center;
}

#community_sub_menu_container {
	position:absolute;
	left:38px;
	margin:0px;
	top:210px;
	width:710px;
	height:30px;
}

#community_news_box_container {
	position:absolute;
	left:38px;
	margin:0px;
	height:370px;
	top:236px;
	width:710px;
}

#community_news_box {
	position:relative;
	float:left;
	width:20%;
	height:100%;
	color:black;
}

#community_news_box p{
	padding:5px;
}
a.not_selected {
	color:#cf9700;
	padding:0;
	margin:0;
	font-size:11px;
	font-weight:600;
	text-transform:uppercase;
}

/* bounding container for the ad placement area */
#ad_box_container {
	position:absolute;
	top:630px;
	left:0px;
	width:100%;
	height:110px;
}

/* formatting for the list of hot topics */
.hot_topic {
	width:98%;
	font-size:10px;
	padding:5px;
	border-bottom:1px solid #CCCCCC;
}
.hot_topic a {
	 font-weight:700;
}