/* @override http://cda.dev/assets/css/homepage.css */
/*  */
body {
	background: url(../img/homepage_bg.gif) repeat-y 150px;
}

#main {
	margin: 0;
	padding: 0;
	width: 832px;
}

#contentWrap {
	width: 682px;
}

#homeMain {
	width: 400px;
	float: left;
	border-right: 1px solid #878d93;
}

#homeContent {
	background: #fff;
	overflow: hidden;
	padding: 0;
	padding-bottom: 2px;
}


#secondary {
	margin: 0;
	padding: 0;
	width: 682px;
	clear: both;
}


ul.special li {
	background: #84a453 url(../img/cda-ul-links.gif) no-repeat 1px 50%;
	padding-left: 10px;
	width: auto;
	margin-bottom: 6px;
	font: 1.3em "Times New Roman", Times, Georgia, serif;
	border-bottom: 1px solid #fdead1;
}

div.vcard {
	padding: 10px;
	border: 1px solid #f0f0f0;
	margin-bottom: 10px;
}

div.half, #homeContent p, #homeContent h3  {
	display: none;
}

