body {
	color: #666666;
	font-size: 80%;
	font-family: 'Arial CE', 'Helvetica CE', Arial, helvetica, sans-serif;
	margin: 0; padding: 0;
}

h1 {
	font-family: 'Times New Roman CE', 'Times New CE', 'Times CE', 'Times New Roman', times, serif;
	font-weight: normal;
	font-size: 210%;
	width: 280px; height: 150px;
	text-align: center;
	margin: 0; padding: 10px;
	color: white;
	background-color: #87a5d6;
	background-image: url(index_logo.gif);
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	top: 10px; left: 245px;
}
h2 {
	font-family: 'Times New Roman CE', 'Times New CE', 'Times CE', 'Times New Roman', times, serif;
	font-size: 160%;
	font-weight: normal;
	margin: 0 0 0.5em;
}
address {
	font-style: normal;
	margin: 0 0 0.5em;
}
a {
	color: #728db8;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;	
}
td {
	padding: 0 0.5em 0.2em 0;
}
ul {
	margin: 0;
	padding: 0;
	list-style: disc inside;
}
li {
	padding: 0 0 0.5em;
}
img {
	border: none;
}

#container {
	width: 790px;
	margin: auto;
	position: relative;
	background-color: white;
}

#slideshow {
	width: 300px; height: 400px;
	position: absolute;
	top: 180px; left: 245px;
}

#leftbox {
	width: 18em; height: 200px;
	padding: 10px 1em;
	overflow: auto;
	color: white;
	background-color: #637797;
	position: absolute;
	top: 180px; right: 545px;
}
#leftbox p {
	text-align: right;
}

#rightbox {
	width: 18em; height: 200px;
	padding: 10px 1em;
	overflow: auto;
	color: white;
	background-color: #728db8;
	background-image: url(index_maria.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	position: absolute;
	top: 180px; left: 545px;
}
#rightbox a, #leftbox a {
	color: white;
}
#rightbox .tellmemore {
	text-align: left;
}

#leftcol {
	width: 18em;
    height: 14em;
	padding: 1em;
	overflow: auto;
	position: absolute;
	top: 400px; right: 545px;
}
#rightcol {
	width: 18em;
    height: 14em;
	padding: 1em;
	overflow: auto;
	position: absolute;
	top: 400px; left: 545px;
}
#leftcol h2, #rightcol h2 {
	color: #728db8;
}

#submenu {
	position: absolute;
	top: 10px;
    left: 545px;
	width: 19em;
	padding: 0.5em;
	text-align: right;
}
#submenu a{
	color: #666666;
}

#menu1 {
	font-size: 133%;
	color: #728db8;
	width: 14em;
	padding: 0 0.5em;
	text-align: center;
	position: absolute;
	top: 140px; right: 545px;
}
#menu2 {
	font-size: 133%;
	color: #728db8;
	width: 14em;
	padding: 0 0.5em;
	text-align: center;
	position: absolute;
	top: 140px; left: 545px;
}
#menu1 a, #menu2 a {
	font-weight: bold;
	text-decoration: none;
}
#menu1 a:hover, #menu2 a:hover {
	color: #637797;
}

#footer {
	font-size: 90%;
	width: 100%;
	text-align: center;
	border-top: solid 1px #728db8;
	padding: 0.5em;
	position: absolute;
	top: 605px; left: 0;
}

#hot_news {
	width: 220px;	/* 150px*/
	position: absolute;
	top: 10px; left: 0;
	z-index: 10;
}

@font-face {
	font-family: 'fontello';
	src: url('font/fontello.eot?23934174');
	src: url('font/fontello.eot?23934174#iefix') format('embedded-opentype'),
	url('font/fontello.woff?23934174') format('woff'),
	url('font/fontello.ttf?23934174') format('truetype'),
	url('font/fontello.svg?23934174#fontello') format('svg');
	font-weight: normal;
	font-style: normal;
}

#social {
	font-family: "fontello";
	font-size: 170%;
	width: 30px;
	position: fixed;
	top: 10px; right: 10px;
	z-index: 10;
}
#social em {
	display: none;
}
#social a {
	display: block;
	margin-bottom: 0.5em;
}
#social a:hover {
	text-decoration: none;
}

.icon-gplus:before { content: '\e805'; }
.icon-rss:before { content: '\e800'; }
.icon-twitter:before { content: '\e801'; }
.icon-email:before { content: '\e804'; }
.icon-facebook:before { content: '\e802'; }
.icon-youtube:before { content: '\e803'; }

a:hover .icon-facebook { color: #3B5998; }
a:hover .icon-twitter { color: #00aced; }
a:hover .icon-youtube { color: #CD332D; }
a:hover .icon-rss { color: #EE802F; }
a:hover .icon-email { color: #4D883E; }

.hidden {
	display: none;
}
.tellmemore {
	font-style: italic;
	text-align: right;
	display: block;
}
.small {
	font-size: 90%;
}
