/* Style sheet  */


body {
	background-color: #BEC2CB;
	
}
#main {
	background-color: #FFFFFF;
	border: 10px solid #FFFFFF;
	min-width:900px;
	-moz-box-shadow: 0 2px 3px rgba(0,0,0,.5);
	-webkit-box-shadow: 0 2px 3px rgba(0,0,0,.5);
	box-shadow: 0 2px 3px rgba(0,0,0,.5);
	behavior: url(/css/PIE.htc);
}

/* SKIP TO NAVIGATION AND SKIP TO TEXT*/
 
#skiplink, #skiplink a {
	color:#BEC2CB;
}

/* LANGUAGES */

#languages {
	background-color: #F2F7FD;
	height: 1.7em;
}

#languages ul li#russian  {
	color: #003366;
	text-decoration: none;
}	
#languages ul li a:link, #languages ul li a:visited, #languages ul li a:hover, #languages ul li a:active {
	color:#0033CC;
	text-decoration:none;
}
#languages ul li a:hover {
	text-decoration: underline;
}
	
	
/* TOP BANNER */

#topbanner {
	height: 125px;
	background-repeat: no-repeat;
	background-color: #B3DAEB;
}

/* Use margin-top:26px for two-line title */
#topbanner h1 {
	margin-left: 185px;
	margin-top: 38px;
	margin-bottom: 2em;
	font-size: 2.4em;
	color: #272A2B;
	text-align: left;
	font-family:Arial, Helvetica, sans-serif
}
#topbanner .line2 {
	margin-top: -5px;
}
#topbanner    .date  {
	font-size: 78%;
	font-weight: normal;
}
#topbanner #unlogo img {
	margin-left: 25px;
	margin-top: 15px;
}



/* PAGE CONTENT ATTRIBUTES */

#content {
	
	width: 70%;
	float: left;
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 1em;
	padding-left: 3em;
	background-color:#FFFFFF
}
#content p {
	color: #333333;


}

	
#content  p.toppara {
	padding-top: 2em;
}

#content a:link {
	color:#5E3D26;
	text-decoration: underline;
}
#content a:visited {
	color: #5E3D26;
}
#content a:hover {
	color: #003399;
}
#content a:active {
	color: #5E3D26;
}
#content ul ul li  {
	background-position: 0px 10px;
	background-image: url(images/bullet2.jpg);
	background-repeat: no-repeat;
/*	font-size: 120%; */
}
#content ul ul ul li {
	background-image: url(images/bullet3.jpg);
	background-repeat: no-repeat;
	background-position: 0px 10px;
}


#content h2 {
	color: #1C438C;
	font-size: 140%;
	font-weight: normal;
	font-size: 170%;
	font-weight: normal;
	}

#content h3 {
	color: #1C438C;
	font-size: 130%;
	background-color: #F7F5F2;
	font-weight: normal;
	padding-top: 0.1em;
	padding-bottom: 0.1em;
}

#content h4 {
	color: #6D4E03;
	font-size: 115%;
	font-weight: normal;
}

#content ul{
	
	margin-bottom:6px;
	margin-top: 0px;
}
#content ul ul{
	margin-bottom:0px;
	margin-top: 5px;
}
#content ul li {
	color: #333;
	padding: .3em 0 1% 1.4em;
	list-style-type: none;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 6px 9px;
}
#content ol{
	margin-top: 0px;
	margin-left: 25px;
}
#content ol li{
	padding: .3em 0 1% 1.4em;
}
#content ol.sub li{
	list-style-type: lower-alpha;
	padding-top: 1em;
	padding-right: 0;
	padding-bottom: 1%;
	padding-left: 1.4em;
}

/* QUOTES */
blockquote {
	font-size: 106%;
	margin-top: 1em;
	margin-right: 1em;
	margin-bottom: 1em;
	margin-left: 0px;
	width: 95%;
	background-image: url(images/blockquotegrad.jpg);
	background-repeat: repeat-x;
	background-color: #f3f8fc;
	border: 1px solid #D4E2ED;
	padding-top: 1em;
	padding-right: 0.7em;
	padding-bottom: 1.5em;
	padding-left: 0.7em;
}

blockquote .credit {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	padding-right: 0.6em;
	color: #003366;
	text-align: right;
}
blockquote     .text  {
	width: 95%;
	padding-right: 1.2em;
	padding-top: 0.2em;
	padding-bottom: 0.6em;
	margin: 0px;
	color: #003366;
}
#imgright {
	font-size: 100%;
	float:right;
	color:#333333;
	padding-top: 0%;
	padding-right: 1%;
	padding-bottom: 2%;
	padding-left: 10%;
	width: 250px;
	}


/* MAIN NAVIGATION */

#mainnav {
	float: left;
	width: 20%;
	font-size: 0.96em;
	background-color: #F3F8FC;
	padding-bottom: 1em;
}
#mainnav ul {
	margin: 0px;
}

#mainnav ul li {
	list-style-type: none;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D7D7D2;
}


#mainnav ul li a {
	text-decoration: none;
	color: #003366;
	display:block;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	padding-left: 0.7em;
	padding-right: 0.5em;
}
	

#mainnav ul li#home {
	display: block;
}
#mainnav ul li#home a {
	padding-left: .7em;
}


#mainnav ul li a:hover  {
	text-decoration: none;
	background-color: #246B9F;
	display: block;
	color: #FFFFFF;
}

#mainnav  a:link, #mainnav  a:active, #mainnav  a:visited    {
	color:#333333;
}



/* FOOTER BAR */

#footer {
	background-color: #003366;
	color: #FFFFFF;
}

#footer ul {
	margin-top: 0em;
}
#footer ul li  {
	display: inline;
}
#footer ul li a {
	color: #fff;
	text-decoration: none;
}
#footer ul li a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#footer ul li a:hover {
	text-decoration: underline;
	color: #E1D7C1;
}
#wsscredit {
	font-size: 90%;
	color: #000033;
	text-align: center;
}
.sm {
	font-size: 0.9em;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: left;
	padding-left: 0.7em;
}
/* Quick facts */
div.facts {
	background-color:#E9EDF0;
	float:right;
	margin-left:10px;
	margin-bottom:5px;
	border: 1px solid #1C438C;
	border-right: 2px solid #1C438C;
	border-bottom: 2px solid #1C438C;
	width: 20em;
}
#content div.facts h3 {
	background-color:#1C438C;
	color:#fff;
	margin:0;
	padding:3px 10px;
	font-size:1em;
	font-weight:bold;
}
#content div.facts ul, #content div.facts p {
	margin:8px
}
#content div.facts ul li {
	background-image:url(/en/events/images/genericdays/pin.gif);
	background-position: 0px 0px;
}

.medal img {
	float: left;
	margin-right: 10px;
	margin-left: 30px;
}

.medal h4 {
	float: left;
	padding-left: 2em; 
	margin-top: 5em;
	width: 300px;
}
	
.sepbottom {
	background: url(/ru/aboutun/medals/images/sep_bottom.jpg) center no-repeat;
	height: 5px;
	line-height: 5px;
	clear: both;
}