@charset "UTF-8";
/* CSS Document */
#content {
	padding:25px 20px 0px 20px;	
}
h1 {
	font-size:14px;
	color:#ffffff;
	padding:3px 0px 0px 10px;
}
/**********************************************************************************/
/*FAMILY MODULE*/
/**********************************************************************************/
#family_module {
/*	margin:0px 14px 0px 14px;*/
	float:left;
}
#family_module a, #public_module a, #foundation_module a {
	text-decoration:none;
	cursor:pointer;
	outline:0;
}
#family_module .titlebar {
	background-image:url(../img/portal/titlebar-family.png);
	width:300px;
	height:24px;
}
#family_module .img {
	background-image:url(../img/portal/family.jpg);
	width:300px;
	height:136px;
	margin-top:5px;
}
#family_module .bg {
	background-image:url(../img/portal/bg_family.jpg);
	width:300px;
	height:86px;
}
#family_module .bg .content {
	font-size:9px;
	color:#ffffff;
	padding:10px;
	text-align:justify;
	position:relative;
}
#family_module .bg .content .enter {
	position:absolute;
	left:230px;
	top:65px;
	width:60px;
	height:14px;
	font-weight:bold;
	font-size:11px;
}
#family_module .bg .content .enter a {
	text-decoration:none;
	color:#ffffff;
}
#family_module .bg .content .enter a:hover {
	background:none !important;
}
/**********************************************************************************/
/*PUBLIC MODULE*/
/**********************************************************************************/
#public_module {
	/*margin:0px 14px 0px 14px;*/
	margin:0px 14px 0px 14px;
	float:left;
}
#public_module .titlebar {
	background-image:url(../img/portal/titlebar-public.png);
	width:300px;
	height:24px;
}
#public_module .img {
	background-image:url(../img/portal/public.jpg);
	width:300px;
	height:136px;
	margin-top:5px;
}
#public_module .bg {
	background-image:url(../img/portal/bg_public.jpg);
	width:300px;
	height:86px;
}
#public_module .bg .content {
	font-size:9px;
	color:#ffffff;
	padding:10px;
	text-align:justify;
	position:relative;
}
#public_module .bg .content .enter {
	position:absolute;
	left:230px;
	top:65px;
	width:60px;
	height:14px;
	font-weight:bold;
	font-size:11px;
}
#public_module .bg .content .enter a {
	text-decoration:none;
	color:#ffffff;
}
#public_module .bg .content .enter a:hover {
	background:none !important;
}
/**********************************************************************************/
/*FOUNDATION MODULE*/
/**********************************************************************************/
#foundation_module {
	float:left;
}
#foundation_module .titlebar {
	background-image:url(../img/portal/titlebar-foundation.png);
	width:300px;
	height:24px;
}
#foundation_module .img {
	background-image:url(../img/portal/foundation.jpg);
	width:300px;
	height:136px;
	margin-top:5px;
}
#foundation_module .bg {
	background-image:url(../img/portal/bg_foundation.jpg);
	width:300px;
	height:86px;
}
#foundation_module .bg .content {
	font-size:9px;
	color:#ffffff;
	padding:10px;
	text-align:justify;
	position:relative;
}
#foundation_module .bg .content .enter {
	position:absolute;
	left:230px;
	top:65px;
	width:60px;
	height:14px;
	font-weight:bold;
	font-size:11px;
}
#foundation_module .bg .content .enter a {
	text-decoration:none;
	color:#ffffff;
}
#foundation_module .bg .content .enter a:hover {
	background:none !important;
}
