@charset "utf-8";
/* CSS Document */
@import url(http://fonts.googleapis.com/css?family=Armata&subset=latin,latin-ext);
body { 
	background: url(bg.jpg) top no-repeat;
	background-attachment: fixed; 
	font-family: 'Armata', sans-serif;
	font-size: 12px; 
}
.clr { 
	clear: both;
	margin: 0px;
	padding: 0px;
}
a, a:link, a:active, a:visited { color: #000; text-decoration: none; }
a:hover, a:focus { color: #00618D; text-decoration: underline; }
.container { 
	width: 800px; 
	height: 500px; 
	left: 50%; 
	top:50%;
	margin-left: -400px; 
	margin-top: -250px; 
	position: absolute;  
}
.main { background: #00618D; 
	width: 780px; 
	height: 430px; 
	border-radius: 10px; 
	margin: 0 0 14px 0;
	padding: 10px; 
	box-shadow: 0px 0px 10px #999999;  
} 
.content { 
	background: rgb(224,224,224); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(224,224,224,1) 0%, rgba(241,241,241,1) 51%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(224,224,224,1)), color-stop(51%,rgba(241,241,241,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(224,224,224,1) 0%,rgba(241,241,241,1) 51%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(224,224,224,1) 0%,rgba(241,241,241,1) 51%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(224,224,224,1) 0%,rgba(241,241,241,1) 51%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(224,224,224,1) 0%,rgba(241,241,241,1) 51%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e0e0', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	padding: 0px;
	margin: 0px; 
	border-radius: 10px; 
	width: 780px; 
	height: 430px;   
}
.top { height: 260px; margin: 0px; padding: 10px; }
.top h1 { margin: 0px; padding: 0px; text-align: center; font-size: 24px; font-weight: normal; } 
.bottom { height: 150px; width: 780px; }
.webportal { width: 370px; height: 130px; padding: 10px; float: left; }
.webportal h3 { font-size: 14px; margin: 0px 0px 25px 0px; padding: 0px; white-space: nowrap; }
.webportal p { font-size: 12px; font-weight: normal; white-space: nowrap; margin: 0px 0px 5px; padding: 0px; }
.info { height: 130px; width: 370px; padding: 10px; background: #00618D; border-radius: 10px 0px 0px 0px; float: right; color: #FFF; text-align: center; line-height: 130px; font-size: 28px; white-space: nowrap; letter-spacing: 0px;  }

.footer { background: #fff; border: 1px solid #e0e0e0; box-shadow: 0px 0px 10px #999999; padding: 10px; height: 16px; line-height: 16px; border-radius:10px; color: #000; }
.footer ul { list-style: none; float: right; margin: 0px; padding: 0px; }
.footer ul li { display: inline; padding-left: 15px;  }

.media { width: 60%; float: right}