
/****************************************
 *
 * place footer
 *
 ***************************************/
#doc #ft {
	top: 725px;
}

/****************************************
 *
 * modules
 *
 ***************************************/
div#bd div.modules {
	height: 163px;
	width: 909px;
	margin: 5px 0;
	background-repeat: none;
}

div#bd div.modules div.module {
	width: 218px; /* image is 224 but subtract 6 for padding on left */
	height: 163px;
	float: left;
	margin-left: 4px;
	padding-left: 6px;
}

div#bd div.modules div.first {
	margin-left: 0;
}

div#bd div.modules div.double {
	width: 446px; /* image is 452 but subtract 6 for padding on left */
	background-image: url('../../image/stylesheet/index/double_bg.png');
}

div#bd div.modules div.single {
	background-image: url('../../image/stylesheet/index/single_bg.png');
}

div#bd div.modules div.urgent {
	background-image: url('../../image/stylesheet/index/urgent.single_bg.png');
}

/****************************************
 *
 * module content
 *
 ***************************************/
div#bd div.modules div.image {
	/* this ensures that there will never be an image in the wrong module */
	width: 0;
}

div#bd div.modules h2,
div#bd div.modules div.c {
	width: 196px;
	padding-left:7px;
	padding-right:7px;
	height: 38px;
}

div#bd div.modules h2 {
	font-size:129%;
	line-height:36px;
	margin-top:7px;
	text-align: center;
}

div#bd div.modules h2 a {
	color: #FFF;
}

div#bd div.modules h2 a:hover {
	text-decoration: underline;
}

div#bd div.modules div.c { /* c = content area */
	height: 103px;
	width: 178px;
	padding-bottom:7px;
	padding-right: 25px;
	overflow: auto;
	color: #FFF;
}

div#bd div.modules div.urgent div.c {
	color: #FFF;
}

div#bd div.modules div.c p {
	margin: 5px 0;
	line-height: 17px;
}

div#bd div.modules div.c ul {
	padding-left: 3px;
}

div#bd div.modules div.c li {
	background: transparent url('../../image/stylesheet/base/star.png') no-repeat scroll 0pt 0.4em;
	padding: 1px 0 1px 13px;
}

div#bd div.modules div.urgent div.c li {
	background-image: url('../../image/stylesheet/base/star_white.png');
}

div#bd div.modules div.c a {
	color: #FFF;
	text-align: center;
}

div#bd div.modules div.urgent div.c a {
	color: #E6E6E6;
}

div#bd div.modules div.c a:hover {
	text-decoration: underline;
}

/****************************************
 *
 * double module / image of the day
 *
 ***************************************/
div#bd div.modules div.double div.c {
	width: 216px;
}

div#bd div.modules div.double div.image {
	background-color: #3875D7;
	width: 184px;
	height: 131px;
	left: 250px;
	position: relative;
	top: -134px;
}

div#bd div.modules div.double div.image img {
	border: none;
	width: 184px;
	height: 131px;
}

/****************************************
 *
 * department coverflow
 *
 ***************************************/
div#bd div#departmentCoverFlow {
	
}
