body
{
	margin: 0;
	/* background: #EAE068; - yellow
	background : #1D4289; - blue 
	background: #878787; - grey */
	background: #999;
	font-family: Verdana;
	font-size: 12px;
}

a, a:visited
{
	color: #1D4289;
	text-decoration: none;
}

a:active, a:hover
{
	color: #1D4289;
	text-decoration: underline;
}

#navigation_background
{
	position: absolute;
	width: 100%;

	background: #1D4289;
	height: 2.7em;
	
	top: 168px;
	left: 0;
}

#container
{
	width: 1000px;
	background: #FFF;
	margin: 0 auto;
}

#header
{
	width: 996px;
	background: #ffffff;
	height: 164px;
	margin: 0 2px 2px 2px;
	padding-top: 2px;
}

#image
{
	width: 996px;
	height: 164px;
	overflow: hidden;
	
	/*background: url(../images/background_image.jpg) 170px -20px no-repeat;*/
        background: url(../images/eujs3.jpg) 280px -95px no-repeat;
}

#image_summeru
{
	width: 996px;
	height: 164px;
	overflow: hidden;
	
	background: url(../images/summeru_background.jpg) 20px 0px no-repeat;
}

#gradient
{
	float: left;
	background: url(../images/gradient.png);

	width: 200px;
	height: 164px;
}

#logo
{
	float: left;
	background: #ffffff url(../images/logo.png) 10px 15px no-repeat;

	width: 265px;
	height: 164px;
}

div.image_slideshow
{
	border: 1px solid #CCCCCC;
	float: left;
	margin: 0 1em 1em 0;
	padding: 2px;
	overflow: hidden;
	position: relative;
}


div.image
{
	border: 1px solid #CCCCCC;
	float: left;
	margin: 0 1em 1em 0;
	overflow: hidden;
	position: relative;
}

div.image img
{
	border: 2px solid #FFFFFF;
	display: block;
}

div#right_content div.section div.photo img
{
	width: 240px;
}

ul.news_container,
ul.events_container,
ul.galleries_container,
ul.photos_container,
ul.side_container,
ul.images,
ul.team
{
	padding: 0;
	margin: 0;
	list-style: none;
}

ul.photos_container li
{
	float: left;
	width: 170px;
	height: 170px;
}

ul.international_offices
{
	position: relative;
	padding: 0;
	margin: 1em 0 0 0;
	list-style: none;
	overflow-x: hidden;
	overflow-y: scroll;
	height: 410px;
}

ul.international_offices a, ul.international_offices a:visited
{
	color: #000;
	text-decoration: none;
}

ul.international_offices a:hover
{
	text-decoration: underline;
}

ul.news_container li
{
	display: block;
	width: 100%;
	margin: 0 0 2em 0;
	padding: 0;
	clear: both;
	height: 106px;
}

ul.team li
{
	float: left;
	width: 475px;
	margin: 0 0 2em 0;
	padding: 0;
}

ul.international_offices li
{
	display: block;
	width: 230px;
	clear: both;
	margin-bottom: 2.5em;
	height: 51px;
}

h2,
ul.team li h2,
ul.news_container li h2,
div.details h2
{
	font-size: 14px;
	font-weight: normal;
	font-family: Verdana;
	color: #000;

	margin: 0 0 0.5em 0;
}

h2 a, h2 a:visited
{
	color: #000;
	text-decoration: none;
}

h2 a:hover
{
	color: #000;
	text-decoration: underline;
}

ul.team li p,
ul.news_container li p,
ul.galleries_container li p
{
	font-size: 12px;
	color: #333;
	line-height: 1.4em;
	margin: 0 0 0.5em 0;
	padding: 0;
}

.details p
{
	color: #333;
}

ul.team li p a, ul.team li p a:visited
{
	color: #1D4289;
	text-decoration: none;
}

ul.team li p a:active, ul.team li p a:hover
{
	color: #1D4289;
	text-decoration: underline;
}

#full_content
{
	float: left;
	width: 950px;
	margin: 25px;

	/* IE6 hack for minimum height */
	
	min-height:350px;
	height:auto !important;
	height:350px;
}

#content
{
	float: left;
	width: 680px;
	margin: 25px 12.5px 25px 25px;
	/* IE6 hack for minimum height */
	
	min-height:350px;
	height:auto !important;
	height:350px;
}

#right_content
{
	float: left;
	width: 245px;
	margin: 25px 25px 25px 12.5px;
}

.section
{
	display: block;
	
	margin-bottom: 1em;
}

.clear
{
	clear: both;
}

#right_content h1,
#content h1,
#full_content h1
{
	clear:both;
	font-family: Verdana;
	font-size: 14px;
	color: #1D4289;
	text-align: left;
	font-weight: normal;
	margin: 0 0 15px 0;
	padding: 0 0 4px 0;
	line-height: 1em;
	text-transform: uppercase;
	
	border-bottom: 1px #ccc solid;
}

.date, .country
{
/*	color: #444; */
    color: #1D4289;
	font-style: italic;
	font-size: 11px;
}

.date a, .date a:visited, .date a:hover
{
	color: #1D4289;
}

ul.events_container li
{
	display: block;
	width: 100%;
	clear: both;
	margin-bottom: 2em;
	height: 66px;
}

ul.events_container li h2
{
	font-weight: normal;
}

ul.side_container li
{
	display: block;
	width: 100%;
	clear: both;
	margin-bottom: 2em;
}

ul.side_container li h2
{
	font-weight: normal;
}

ul.side_container label
{
	float: left;
	display: block;
	line-height: 2em;
	width: 75px;
	margin-bottom: 5px;	
}

ul.side_container input, ul.side_container select
{
	width: 150px;
	margin-bottom: 5px;
	display: block;
}

ul.events_container a, ul.events_container a:visited, ul.side_container a, ul.side_container a:visited,
ul.events_container a:hover, ul.side_container a:hover
{
	color: #000;
}

#footer
{
	line-height: 3em;
	text-align: center;
	font-size: 11px;
	color: #222;
}

div.details
{
	float: left;
	width: 370px;
	margin: 0 10px 0 0;
	padding: 5px;
}

/*
div.details:hover
{
	cursor: pointer;
}

div.details:hover h2
{
	text-decoration: underline;
}
*/

ul.images
{
	float: left;
	margin-top: 10px;
}

ul.images li
{
	float: left;
	display: block;
	height: 106px;
	vertical-align: middle;
}

div.image_horizontal
{
	border: 1px solid #CCCCCC;
	padding: 2px;
	margin: 20px 1em 1em 0;
}

div.image_vertical
{
	border: 1px solid #CCCCCC;
	padding: 2px;
	margin: 0 1em 1em 0;
}

ul.galleries_container li
{
	margin-bottom: 1em;
}

ul.galleries_container
{
	margin-bottom: 0;
}

div.play_button {
	background:url(../images/play.png) no-repeat;
	width:50px;
	height:50px;
	position:relative;
	top:70px;
	left:100px;	
	opacity:0.8;
	margin-bottom:-50px;
}

div.play_button:hover {
	opacity:1.0;		
	cursor: pointer;
}

#feedback_form label
{
	float: left;
	margin: 0 0 15px 0; 
	padding: 0;
	width: 200px;
}

#feedback_form input, 
#feedback_form select, #feedback_form textarea, #feedback_form button
{
	margin: 0 0 15px 0;
}

#video_player
{
	float: left;
	width: 500px;
	height: 375px;
	margin: 0 40px 20px 0;
}

.pages
{
	float: right;
}

.pages a, .pages a:visited
{
	text-decoration: none;
	color: #1D4289;
}

.pages a:hover
{
	text-decoration: underline;
	color: #1D4289;
}

.videos_container
{
	float: left;
	margin-right: 20px;
}

.videos_container div
{
	float: left;
	width: 200px;
}

hr
{
	border-bottom: 1px #ccc solid;
	border-top: 0px;
	margin: 10px 0 10px 0;
	color: #fff;
	height: 0px;
}

ul.error_list
{
	list-style: none;
	color: red;
	margin: 0 0 0 200px;
	padding: 0;
}

label
{
	font-weight: normal;
}

/* forms */

#feedback_form ul
{
	list-style: none;
}

#feedback_form ul li
{
	display: block;
	clear: both;
}

