/* layout bcg */
#envelope-home-top {
	margin: 0;
	width: 100%; height: 375px;
	background-color: #73b0d9;
	background-image: url('../img/bcg/homepage/top.gif');
	background-repeat: no-repeat;
	background-position: center;
}
#envelope-home-content {
	margin: 0;
	width: 100%;
	background-color: #73b0d9;
	background-image: url('../img/bcg/homepage/content.gif');
	background-repeat: repeat-y;
	background-position: top center;
}
#envelope-home-footer {
	margin: 0;
	width: 100%;
	background-color: #374752;
	background-image: url('../img/bcg/homepage/footer.gif');
	background-repeat: repeat-y;
	background-position: top center;
}
/* layout main */
#home-top-main {
	width: 960px; height: 375px;
	margin: 0 auto;
	background-color: #fbfeff;
	background-image: url('../img/bcg/homepage/top-main.png');
	background-repeat: no-repeat;
	background-position: top center;
}
#home-content-main {
	width: 960px;
	margin: 0 auto;
	background-color: #ffffff;
	background-image: url('../img/bcg/homepage/content-main.png');
	background-repeat: repeat-y;
	background-position: center;
}
#home-footer-main {
	width: 960px;
	margin: 0 auto;
	background-color: #717170;
	background-image: url('../img/bcg/homepage/footer-main.png');
	background-repeat: repeat-y;
	background-position: center;
}

#home-top-main-space-1 {
	font-size: 0px;
	width: 960px; height: 8px
}
#home-menu-main {
	width: 960px; height: 44px;
	background-color: #f4faff;
	background-image: url('../img/bcg/homepage/menu-main.png');
	background-repeat: no-repeat;
	background-position: top left;
}

#home-top-logo {
	font-size: 0px;
	width: 960px; height: 247px;
	position: relative;
}
a#home-logo-left {
	position: absolute;
	top: 0px; left: 0px;
	width: 480px; height: 247px;
	_margin-right: -3px;
}
a#home-logo-right {
	position: absolute;
	top: 0px; left: 480px;
	width: 480px; height: 247px;
}

#home-top-slogan {
	width: 960px; height: 76px;
	text-align: left;
	font-size: 14px;
}

#home-top-slogan-left {
	float: left;
	width: 480px; height: 76px;
	_margin-right: -3px;
	text-align: right;
}
#home-top-slogan-left-padding {
	padding-top: 22px;
	padding-right: 22px;
	font-family: Arial, sans-serif;
	color: #708699;
}
#home-top-slogan-right {
	float: left;
	width: 480px; height: 76px;
	_margin-right: -3px;
	text-align: left;
}
#home-top-slogan-right-padding {
	padding-top: 22px;
	padding-left: 22px;
	font-family: Arial, sans-serif;
	color: #857858;
}

.home-slogan-left {
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #174690;
	font-weight: bold;
}
.home-slogan-right {
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #c46108;
	font-weight: bold;
}

/* home-content */
#home-content-intro {
	width: 960px;
	text-align: left;
	font-size: 12px;
}

#home-content-intro-left {
	float: left;
	width: 480px;
	_margin-right: -3px;
	text-align: right;
}
#home-content-intro-left-padding {
	padding: 22px 22px 5px 90px;
	color: #5d7384;
}
#home-content-intro-right {
	float: left;
	width: 480px;
	text-align: left;
}
#home-content-intro-right-padding {
	padding: 22px 90px 5px 22px;
	color: #937639;
}
#home-content-intro-left-padding p, #home-content-intro-right-padding p {
	font-size: 11px;
}
#home-content-articles {
	width: 960px;
	text-align: left;
}
#home-content-articles-padding {
	padding: 0px 10px 10px 36px;
}
h2.home-content-title {
	padding: 0px;
	margin: 0px 0px 5px 0px; 
}
h2.home-content-title a {
	color: #2e4552;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}
h2.home-content-title a:hover {
	text-decoration: underline;
}
div.hca-article {
	border: 0px;
	padding: 0px;
	margin: 0px 0px 15px 0px;;
}
div.hca-item, div.hca-item-last {
	float: left;
	margin: 0px 43px 0px 0px;
	text-align: center;
}
div.hca-item-last {
	margin: 0px 0px 0px 0px;
}
div.hca-photo-left {
	font-size: 0px;
	margin: 0px;
	background-color: #97ccef;
	background-image: url('../img/bcg/img-1.gif');
	background-repeat: no-repeat;
	background-position: top left;
	padding: 4px 4px 4px 4px;
	width: 180px; /* bugfix for Xubuntu Firefox */
}
div.hca-photo-left img, div.hca-photo-right img {
	width: 180px;
	padding: 0px;	margin: 0px;
	text-align: center;
	vertical-align: middle;
}
div.hca-descr-left {
	margin-top: 5px;
	color: #005ca2;
	font-size: 12px;
	font-weight: bold;
}
div.hca-descr-left a, div.hca-descr-right a{
	color: #626a70;
	text-decoration: none;
	font-weight: normal;
}
div.hca-descr-left a:hover, div.hca-descr-right a:hover{
	text-decoration: underline;
}
div.hca-photo-right {
	font-size: 0px;
	margin: 0px;
	background-color: #f1cf25;
	background-image: url('../img/bcg/img-2.gif');
	background-repeat: no-repeat;
	background-position: top left;
	padding: 4px 4px 4px 4px;
	width: 180px; /* bugfix for Xubuntu Firefox */
}
div.hca-descr-right {
	margin-top: 5px;
	color: #cd4100;
	font-size: 12px;
	font-weight: bold;
}

/* footer-menu2 */
#home-footer-menu2 {
	width: 960px;
	text-align: left;
	background-image: url('../img/bcg/homepage/m2.gif');
	background-repeat: no-repeat;
	background-position: bottom center;
	vertical-align: bottom;
}
#home-footer-menu2-left {
	width: 480px;
	float: left;
	margin: 0px; padding: 0px;
	_margin-right: -3px;
}
#home-footer-menu2-padding-left {
	padding: 10px 25px 0px 36px;
	text-align: right;
	vertical-align: bottom;
}
#home-footer-menu2-padding-right {
	padding: 10px 36px 0px 25px;
}
#home-footer-menu2-right {
	width: 480px;
	float: left;
	padding: 0px;
	_margin-right: -3px;
}

h3.home-menu2-left, h3.home-menu2-right {
	margin: 5px 0px 0px 0px;
	padding: 0px;
}
#home-menu2-left, #home-menu2-right {
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

#home-menu2-left li {
	vertical-align: middle;
	background-image: url('../img/line-dotted.gif');
	background-repeat: no-repeat;
	background-position: top right;
	padding-top: 3px;
}

#home-menu2-left li a, h3.home-menu2-left a {
	line-height: 28px;
	text-decoration: none;
	font-size: 11px;
	color: #cbe5f7;
	font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif;
	font-weight: bold;
}
#home-menu2-left a:hover, h3.home-menu2-left a:hover {
	text-decoration: underline;
	color: #6ab7ea;
}
#home-menu2-right li {
	vertical-align: middle;
	background-image: url('../img/line-dotted.gif');
	background-repeat: no-repeat;
	background-position: top left;
	padding-top: 3px;
}

#home-menu2-right li a, h3.home-menu2-right a {
	line-height: 28px;
	text-decoration: none;
	font-size: 11px;
	color: #ffeb96;
	font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif;
	font-weight: bold;
}
#home-menu2-right a:hover, h3.home-menu2-right a:hover {
	text-decoration: underline;
	color: #ffdb4a;
}
h3.home-menu2-left a, h3.home-menu2-right a{
	text-transform: uppercase;
	letter-spacing: 1px;
}

/* footer-main */
#home-footer-articles {
	width: 960px;
	text-align: left;
	margin-top: 15px;
	margin-bottom: 20px;
}
#home-footer-articles-left {
	width: 480px;
	float: left;
	margin: 0px; padding: 0px;
	_margin-right: -3px;
}
#home-footer-articles-padding-left {
	padding: 0px 10px 0px 36px;
}
#home-footer-articles-padding-right {
	padding: 0px 10px 0px 21px;
}
#home-footer-articles-right {
	width: 480px;
	float: left;
	padding: 0px;
	_margin-right: -3px;
}
h2.home-footer-title {
	padding: 0px;
	margin: 5px 0px 7px 0px; 
}
h2.home-footer-title a {
	color: #ffffff;
	font-family: "Trebuchet MS", "Geneva CE", lucida, sans-serif; 
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}
h2.home-footer-title a:hover {
	text-decoration: underline;
}
div.hfa-article {
	border: 0px;
	padding: 0px;
	margin: 0px 0px 15px 0px;
}
div.hfa-item, div.hfa-item-last {
	width: 200px;
	float: left;
	margin: 0px 30px 0px 0px;
	text-align: left;
	color: #ffffff;
}
div.hfa-item-last {
	margin: 0px 0px 0px 0px;
}
div.hfa-article h3 {
	margin: 0px 0px 5px 0px;
}
div.hfa-article h3 a {
	font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif;
	font-size: 10px;
	color: #ffffff;
}
div.hfa-article p a {
	font-size: 10px;
	color: #b2b2b2;
}
div.hfa-article a {
	text-decoration: none;
}
div.hfa-article a:hover {
	text-decoration: underline;
}

/* footer-copyright-powered */
#home-footer-copyright-powered {
	width: 960px;
	text-align: left;
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	color: #b5b5b5;
}
#home-footer-copyright a {
	color: #b5b5b5;
	text-decoration: none;
}
#home-footer-copyright a:hover {
	text-decoration: underline;
}
#home-footer-copyright {
	float: left;
	width: 480px;
	_margin-right: -3px;
	text-align: left;
}
#home-footer-copyright-padding {
	padding: 10px 22px 0px 40px;
}
#home-footer-powered {
	float: left;
	width: 480px;
	_margin-right: -3px;
	text-align: right;
}
#home-footer-powered-padding {
	padding: 5px 40px 0px 22px;
}
img.powered {
	border: 0px;
	width: 145px; height: 21px;
}