/* home.css */



#home #plugins {
	margin-left			: 0px;
	margin-top			: 200px;
	padding				: 0;
	border-top			: 0;
}

#home #plugins .home {
	margin-left			: 144px;
}

#home #menu_home {
	top:211px;
	height				: 134px;
	width				: 884px;
	background-color	: #11145c;
	margin-left			: -0px;;
	position			: absolute;
}

#home #menu_home ul {
	margin-left			: 145px;
	list-style			: none;
	position			: absolute;
}

#home #menu_home ul li ul {
	margin-left			: 0;
	background-color	: #11145c;
	width				: 134px;
	margin-top			: -28px;
	display				: none;
}

#home #menu_home ul li:hover ul {
	display				: block;
}

#home #menu_home li {
	margin				: 0;
	padding				: 0;
	float				: left;
	margin-right		: 20px;
	background-repeat	: no-repeat;
	background-position	: 0px 30px;
	text-align			: center;
}

#home #menu_home ul li ul li {
	float				: none;
	margin-right		: 0;
	text-align			: left;
	overflow			: hidden;
	padding-left		: 3px;
}

#home #menu_home li a,
.home_menu_normal {
	font-family			: Trebuchet MS;
	font-size			: 1.7em;
	text-transform		: uppercase;
	letter-spacing		: 2px;
	text-decoration		: none;
	width				: 134px;
	padding-top			: 170px;
	display				: block;
}

#home #menu_home .home_menu_selected {
	padding-top			: 5px;
	padding-bottom		: 165px;
	color				: #ffffff;
}


#home #menu_home li ul li a {
	font-size			: 1.1em;
	text-transform		: none;
	letter-spacing		: 0px;
	width				: auto;
	padding-top			: 0;
	color				: #ffffff;
	border-top			: 1px solid #56588b;
	padding				: 2px 0;
}


#home #menu_home li ul li a:hover {
	padding				: 2px 0;
	text-decoration		: underline;
}

.home .box {
	float				: left;
	width				: 288px;
	margin-right		: 20px;
}
.home .box a h1 {
	text-decoration:none;
}
.home .box h1 {
	text-transform		: uppercase;
	color				: #cccccc;
	font-size			: 0.9em;
	font-family			: Trebuchet MS;
	font-weight			: bold;
	margin-bottom		: 0px;
}

.home .box .date {
	font-size			: 0.8em;
	color				: #808080;
	font-family			: Trebuchet MS;
}

.home .box .item {
	border-top			: 1px solid #d9d9d9;
	padding-top			: 5px;
	padding-bottom		: 8px;
}

.home .box h2 {
	font-family			: Trebuchet MS;
	font-size			: 1.3em;
	font-weight			: normal;
	color				: #11145c;
	margin-bottom		: 5px;
}
.home .box p {
	font-family			: Trebuchet MS;
	font-size			: 0.9em;
}

.home .box a.more {
	color				: #b7b7b7;
	float				: right;
	font-family			: Trebuchet MS;
	font-size			: 0.9em;
	background-image	: url(/dsg/more.gif);
	background-repeat	: no-repeat;
	background-position : right 7px;
	padding-right		: 5px;
	text-decoration		: none;
}

.home .box a.more:hover {
	text-decoration		: underline;
}

.border {
	border-bottom		: 1px solid #d9d9d9;
	margin-bottom		: 15px;
	width				: 596px;
}

.home #banners {
	margin-left			: -37px;
	margin-bottom		: 10px;
}

.home #banners img {
	margin-right		: 3px;
}