@charset "utf-8";

div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

::-webkit-scrollbar {
  height: 4px;
  width: 7px;
  background: #FFFFFF;
  -webkit-border-radius: 1ex;
  
}

::-webkit-scrollbar-thumb {
  background: #DDDDDD;
  -webkit-border-radius: 1ex;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.6);
}

::-webkit-scrollbar-corner {
  background: #1A1A1A;
}



/* SITE CSS */

body  {
	color:#333333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:1.5em;
	
	background-image: url(/images/white_wall_hash_light.jpg);
	background-repeat: repeat;
	background-position: left top;
}

.pics {  
    position: absolute;
    top: 75px;
    height:  230px;  
    width:   1000px;  
    padding: 0;  
    margin:  0;  
} 
 
.pics img {  
/* 			    padding: 15px;   */
/* 			    border:  1px solid #ccc;   */
/*     background-color: #eee;   */
    width:  1000px; 
    height: 230px; 
    top:  0; 
    left: 0;
    max-width: 1000px;
    max-height:230px;
} 


.uniserviceholding #container { 
	
	position: relative;
	width: 1000px;
	margin: 30px auto; 
 
	text-align: left; 	
}

#headerblock{
	position: absolute;
	margin:0 auto;
	top: 0;
	width: 1000px;
}
#contentblock{
	position: absolute;
	margin:0 auto;
	top: 300px;
	left:30px;
	width: 966px;
	height: 460px;
	
	text-align: left;
	background-image: url(/images/world_background2.png);
	background-repeat: no-repeat;
	background-position:center top;
	overflow: auto;
}

#contentblock h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#EA5D0B;
	padding-left: 30px;
	line-height:20px;
}

#contentblock h2 {
	margin-top:50px;
	margin-bottom:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: bold;
	color: #EA5D0B;
	
}
#contentblock h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: bold;
	color: #333333;
	margin: 0;
	padding: 0;
}

#footerblock{
	position: absolute;
	margin:0 auto;
	top: 680px;
	left:30px;
	width: 966px;
	
}
#footerblock #separation img{
	position: absolute;
	margin:0 auto;
	top: 0px;
	left: 0px;
	max-width: 950px;
    max-height:100px;
}

#footerblock #copyright {
	position: absolute;
	margin:0 auto;
	top:40px;
	right:30px;
	text-align: right;
	right: 30px;
	width: 966px;
	color: #666666;
	font-size: 7pt;
}
#header{
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	margin-top: 20px;
	line-height: 45px;
	vertical-align: middle;				
}

#header div{
	float: left;
}

#header div#logo{
	margin-left: 30px;
}

#header div#menu{
	float: right;
	margin-right: 10px;
}

#header div#flags{
	float: right;
	margin-right: 30px;
}

#header div#flags img{
	margin-left: 10px;
}

#slogan{
	position:absolute;
	top: 265px;
	width:100%;
	z-index: 99999;
/* 				background: #EA5D0B; */
	background-image: url(/images/orange.png);
	background-repeat: repeat-y;
	background-position: left top;
	text-align: left;
}

#slogan h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12pt;
	font-weight:bold;
	color:#FFFFFF;
	padding: 10px 0 10px 30px;
	line-height:20px;
	
}

#menu{
	font-weight:bold;
	color:#666666;
}
#menu a,#menu a:visited{
	font-weight:bold;
	color:#666666;
	text-decoration: none;
}

#menu a:hover, #menu a:active{
	color: #EA5D0B;
	text-decoration: underline;
}

