/* @override http://childofgodministry.cpmpreview.com/css/homepage.css */
* {
	margin: 0;
	padding: 0;
}

/* @group ROTATOR */
#rotator {
	width: 546px;
	height: 240px;
	position: relative;
	margin-bottom: 10px;
	overflow:hidden; 
}

#rotator-images			{ position:absolute; top:0; left:0; width:1284px; height:240px; overflow:hidden; }
#rotator-images .item 	{ float:left; width:428px; position:relative; }
#rotator-images img		{ display:block; width:428px; height:240px; }


#rotator .last {
	border-bottom: none !important;
}

#rotator #rotator-links {
	position: absolute;
	top: 0;
	right: 0;	
}

#rotator #rotator-links ul {
	margin: 0;
	padding: 0;
	background: url(../img/rotator-trans.png) repeat-y 11px 0;
}

#rotator #rotator-links li {
	width: 126px;
	list-style-type: none;
	padding-left: 17px;
}

#rotator #rotator-links li.current {
	background: url(../img/rotator-current.png) no-repeat;
}

#rotator #rotator-links li.current a {
	background: #f2f2e9 url(../img/rotator-border.png) repeat-x 0 100%;
}

#rotator #rotator-links li a {
	display: block;
	width: 106px;
	height: 55px;
	color: #6a6a60;
	background: #e2e1d2 url(../img/rotator-border.png) repeat-x 0 100%;
	font: bold 12px Arial, sans-serif;
	text-decoration: none;
	padding: 25px 0 0 20px;
}

#rotator #rotator-links li a:hover, #rotator #rotator-links li.current a {
	color: #e02024;
}

#rotator #rotator-links li a strong {
	display: block;
	color: #97978c;
	font: 11px Arial, sans-serif;
}

#rotator-images .item p.caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(../img/rotator-caption-bg.png) repeat;
	width: 418px;
	height: 28px;
	font: italic 12px Georgia, serif;
	color: #fff;
	padding: 10px 0 0 10px;
}

#rotator-images .item p.caption strong {
	color: #f98717;
	padding-right: 6px;
	font-size: 14px;
	font-weight: normal;
}
/* @end ROTATOR */


#latest-articles {
	overflow: hidden;
	background: url(../img/latest-articles-bg.gif) no-repeat;
	position: relative;
	width: 550px;
}

#latest-articles ul {
	margin: 0;
	padding: 0 0 0 8px;
}

#archive {
	display: block;
	text-indent: -9999px;
	background: url(../img/archive-btn.gif) no-repeat;
	position: absolute;
	top: 0px;
	left: 280px;
	width: 73px;
	height: 22px;
}

#archive:hover {
	opacity: .75;
}

#latest-col1 {
	float: left;
	width: 350px;
	padding: 45px 15px 0 0;
}

#latest-col1 .last {
	border: none;
}

#latest-col1 li {
	list-style-type: none;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #b2b2b6;
}

#latest-col1 a.title {
	font: bold 16px Arial, sans-serif;
	text-decoration: none;
	color: #4f4424;
}

#latest-col1 a.title span {
	padding-left: 6px;
	color: #bfbeac;
	font: 12px Georgia, serif;
}

#latest-col1 p {
	font: 13px Arial, sans-serif;
	color: #858476;
	line-height: 19px;
	margin-top: 5px;
}

#latest-col1 a {
	display: block;
	color: #e02024;
	font: 11px Arial, sans-serif;
	margin-top: 10px;
}

#latest-col2 {
	float: left;
	width: 135px;
	padding: 55px 0 0 15px;
}

#latest-col2 li {
	list-style-type: none;
	margin-bottom: 20px;
}

#latest-col2 a {
	color: #4f4424;
	font: bold 11px Arial, sans-serif;
	display: block;
	margin-bottom: 6px;
}

#latest-col2 p {
	font: 11px Arial, sans-serif;
	color: #888674;
	line-height: 14px;
}
