/*--- Homepage Modules ---*/
#contentLeft {
	width: 459px;
	/*background:url(images/leftbg.png) repeat-y;*/
	float:left;
	padding-top: 15px;
}

#contentRight {
	float:left;
	margin-left:9px;
	margin-top:16px;
	width:300px;
}

/*#topImage {
	background-image:url(images/pagebgTop.png);
	height:15px;
}
#leftBottom{
	background-image:url(images/pagebgBtm.png);
	height:15px;
}*/

h3.sectionTitle {
	border-bottom:1px solid #CDE5FE;
	color:#A91D1C;
	font-size:22px;
	font-weight:bold;
	line-height:22px;
	margin:0;
	padding-bottom:4px;
}

#welcomeVideoWrap {
	float:left;
	padding-right: 10px;
}

#mostRecentMembersWrap {
	clear:left;
	padding-top: 10px;
}

#welcome, #mostRecentMembersWrap, #highestRatedBlogsWrap {
	margin-left: 10px;
	margin-right: 10px;
}

h4.rightHeading {
	text-indent: -9990px;
	overflow: hidden;
	height: 30px;
	width: 300px;
	margin-top: 15px;
	
}

h4#recentVideoHead {
	background: url(./images/recentVideoHead.gif) top left no-repeat;
}
h4#groupsHeading {
	background: url(./images/groupsHead.gif) top left no-repeat;	
}

/*- KA nav -*/
#ka_headerTopNav {
	background: url(./images/navBG.gif) top left repeat-x;
	height: 30px;
	width: 800px;
	margin-top: 10px;
}

#ka_headerTopNav_ul {
	margin:0;padding:0;
	height: 30px;	
	text-align: center;
	}

#ka_headerTopNav #ka_headerTopNav_ul li {
	float:left;
	list-style-type: none;
	height: 30px;
}
#ka_headerTopNav #ka_headerTopNav_ul li a{
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	height: 30px;
	text-decoration: none;
	padding: 4px 10px 0;
	display:block;
}

* html #ka_headerTopNav #ka_headerTopNav_ul li a{
	display: inline;
}

#ka_headerTopNav #ka_headerTopNav_ul li a:hover {
	background: url(./images/navBG-hover.gif) top left repeat-x;	
}

#footer {
	height: 56px;
	width: 960px;
	margin: 0 auto;
	position: relative;
	background: url(./images/foot-bg.gif) no-repeat center top;
}

/* @group Footer */
p#copyright {
	position: absolute;
	left: 170px;
	top: 30px;
	color: #cad8eb;
}

p#copyright strong, p#copyright a {
	color: #fff;
}

/* @end */

/* self-clear floats */

.group:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
    }