@charset "utf-8";
/*----------------------------------- BODY ---------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------*/
/*The styles to set the background for each of the four categories of the site and the default pages*/
#pageDefault {
	background-image: url(../images/gui/bg/bg_default.png);
	background-repeat: repeat-x;
	background-position: left top;
}
#pageOne {
	background-image: url(../images/gui/bg/bg_one.png);
	background-repeat: repeat-x;
	background-position: left top;
}
#pageTwo {
	background-image: url(../images/gui/bg/bg_two.png);
	background-repeat: repeat-x;
	background-position: left top;
}
#pageThree {
	background-image: url(../images/gui/bg/bg_three.png);
	background-repeat: repeat-x;
	background-position: left top;
}
#pageFour {
	background-image: url(../images/gui/bg/bg_four.png);
	background-repeat: repeat-x;
	background-position: left top;
}
/*----------------------------------- WRAPPER ------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------*/
/*This is the wrapper div that includes everything and sets it in the center */
#wrapper {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
/*----------------------------------- LOGO ---------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------*/
/*This hides the top logo div that is used only for mobiles and when css is deactivated*/
#logoHidden {
	display: none;
}
/*----------------------------------- MAIN NAVIGATION TABS -----------------------------------------*/
/*--------------------------------------------------------------------------------------------------*/
/*This sets the Main Navigation Div properties to accomodate the Tabs*/
#mainNav {
	height: 29px;
	margin-left: 141px;
	margin-top: 20px;
}
/*This hides the title before the main navigation links that is used only for mobiles and when css is deactivated*/
#mainNav h2 {
	display: none;
}
/*These styles are to style the Main Navigation Tabs*/
#mainTabs li {
	display: inline;
}
#mainTabs a:link, #mainTabs a:active, #mainTabs a:visited {
	display: block;
	float: left;
	font-family: "Courier New", Courier, monospace;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: 3px;
	padding-left: 20px;
	padding-top: 2px;
	width: 180px;
	height: 25px;
	background-image: url(../images/gui/navtabs/main_nav_default.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-bottom: 2px;
}
#tabOne a:hover, #tabOne a.current:link, #tabOne a.current:visited {
	background-image: url(../images/gui/navtabs/main_nav_one.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#tabTwo a:hover, #tabTwo a.current:link, #tabTwo a.current:visited {
	background-image: url(../images/gui/navtabs/main_nav_two.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#tabThree a:hover, #tabThree a.current:link, #tabThree a.current:visited {
	background-image: url(../images/gui/navtabs/main_nav_three.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#tabFour a:hover, #tabFour a.current:link, #tabFour a.current:visited {
	background-image: url(../images/gui/navtabs/main_nav_four.png);
	background-repeat: no-repeat;
	background-position: left top;
}
/*----------------------------------- THE MAIN CONTENT ---------------------------------------------*/
/*--------------------------------------------------------------------------------------------------*/
/*The style for the main content panel that sets its background and paddings*/
#mainContent {
	background-image: url(../images/gui/panels/main_content_panel.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
/*The style to set the background and accomodate the google map*/
#mapGoogle {
	height: 380px;
	background-image: url(../images/gui/panels/main_map_panel.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 10px;
}
/*----------------------------------- SUB CONTENT --------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------*/
/*The style for the sub content panel that sets its background and paddings*/
#subContent {
	background-image: url(../images/gui/panels/main_content_panel.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-top: 15px;
	height: 1%;
}
/*The left container in the subcontent div*/
#subLeft {
	float: left;
	width: 250px;
}
/*The style for logo on the right of the sub content*/
#subRight {
	float: right;
	width: 115px;
	background-image: url(../images/logos/logo_en.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 80px;
	padding-right: 135px;
	text-align: right;
	color: #999999;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-top: 30px;
}
/*The center part of the subcontent*/
#subCenter {
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #999999;
	border-left-color: #999999;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	height: 110px;
	float: left;
	width: 360px;
	height: 1%;
}
/*This hides the H3 title for the subnavigation */
#subLeft h3 {
	display: none;
}
/*The styles for the sub navigation */
#subNav li {
	display: inline;
}
#subNav a:link, #subNav a:active, #subNav a:visited {
	display: block;
	margin-bottom: 8px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #999999;
	text-decoration: none;
	font-size: 14px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	margin-right: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
}
#subNav a:hover, #subNav a.current:link, #subNav a.current:visited {
	color: #666666;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #666666;
	border-bottom-color: #666666;
}
/*The H3 title that goes in the center column */
#subCenter h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-bottom: 3px;
	color: #999999;
	font-size: 16px;
}
/*The floated elements that form the list of entries */
.listEntries {
	float: left;
	width: 180px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.listEntries a:link, .listEntries a:visited, .listEntries a:active {
	color: #666666;
	text-decoration: none;
}
.listEntries a:hover {
	color: #333333;
	text-decoration: underline;
}

/*------------------- HACKS ------------------------ */
/*Some extra care for the floating containers in the subcontent and subcenter divs */
#subContent:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* Hides from IE-mac \*/
* html #subContent {
	height: 1%;
}
/* End Hide from IE-mac */
#subCenter:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* Hides from IE-mac \*/
* html #subCenter {
	height: 1%;
}
/* End Hide from IE-mac */

/*----------------------------------- LANGUAGES ----------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------*/
/*The Language div */
#languages {
	margin-top: 10px;
	height: 14px;
	margin-left: 10px;
}
/*This removes the H3 title from display when css is active or viewing on screen */
#languages h3 {
	display: none;
}
/*The styles to lit the flags and hover them */
#flags li {
	display: inline;
}
#flags a:link, #flags a:visited, #flags a:active {
	text-indent: -9999px;
	display: block;
	float: left;
	height: 14px;
	width: 24px;
	margin-right: 10px;
	background-repeat: no-repeat;
	background-position: left top;
}
#english a {
	background-image: url(../images/languages/uk.gif);
}
#greek a {
	background-image: url(../images/languages/gr.gif);
}
#french a {
	background-image: url(../images/languages/fr.gif);
}
#german a {
	background-image: url(../images/languages/de.gif);
}
#italian a {
	background-image: url(../images/languages/it.gif);
}
#russian a {
	background-image: url(../images/languages/ru.gif);
}
#english a:hover, #english a.current:link, #english a.current:visited {
	background-image: url(../images/languages/uk_over.gif);
}
#greek a:hover, #greek a.current:link, #greek a.current:visited {
	background-image: url(../images/languages/gr_over.gif);
}
#french a:hover, #french a.current:link, #french a.current:visited {
	background-image: url(../images/languages/fr_over.gif);
}
#german a:hover, #german a.current:link, #german a.current:visited {
	background-image: url(../images/languages/de_over.gif);
}
#italian a:hover, #italian a.current:link, #italian a.current:visited {
	background-image: url(../images/languages/it_over.gif);
}
#russian a:hover, #russian a.current:link, #russian a.current:visited {
	background-image: url(../images/languages/ru_over.gif);
}
/*----------------------------------- FOOTER -------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------*/
/*The styles for the copyright and creator notes*/
#footer {
	text-align: center;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
#footerNote {
	font-size: 7px;
}

/*----------------------------------- DETAIL PAGES -------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------*/
/*This i sonly for the container of the left and right along with the s*/
#detailContent {
	background-image: url(../images/gui/panels/detail_content_panel.png);
	background-repeat: repeat-y;
	background-position: left bottom;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	height: 1%;
}
#detailContent:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* Hides from IE-mac \*/
* html #detailContent {
	height: 1%;
}
/* End Hide from IE-mac */
#detailLeft {
	float: left;
	width: 380px;
	margin-left: 20px;
}
#detailRight {
	float: left;
	width: 475px;
	margin-left: 20px;
	background-image: url(../images/gui/bg/bg_detail_one.png);
	background-repeat: repeat-y;
	background-position: left top;
}
#detailRight2 {
	float: left;
	width: 475px;
	margin-left: 20px;
}
#detailLeft2 {
	float: left;
	width: 380px;
	margin-left: 20px;
	background-image: url(../images/gui/bg/bg_detail_two.png);
	background-repeat: repeat-y;
	background-position: right top;
}

/*The styles for the text*/
#detailContent h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 60px;
	display: block;
	margin-bottom: 10px;
	text-align: right;
}
#detailContent h5 {
	font-size: 14px;
	color: #666666;
	font-style: oblique;
	margin-bottom: 20px;
	text-align: right;
	font-variant: small-caps;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
#detailText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: justify;
	margin-bottom: 10px;
}
#detailLeft h2, #detailLeft2 h2, #detailRight h2, #detailRight2 h2 {
	font-variant: small-caps;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 5px;
	margin-top: 10px;
	margin-left: 5px;
	color: #666666;
}
/*The styles for the video player*/
#detailVideo {
	border: 1px solid #000000;
	margin-top: 20px;
	padding: 10px;
	width: 320px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	margin-left: 35px;
}
#detailVideo p {
	margin: 2px;
}
#detailImage1 {
	padding: 10px;
	margin-bottom: 10px;
	text-align: right;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
}
#detailImage2and3 {
	margin-bottom: 10px;
	border: 1px solid #999999;
	padding: 10px;
	height: 1%;
	margin-right: 10px;
	margin-left: 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
/* End Hide from IE-mac */
#detailImage2and3:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* Hides from IE-mac \*/
* html #detailImage2and3 {
	height: 1%;
}
/* End Hide from IE-mac */
#detailImage2 {
	float: left;
	width: 210px;
}
#detailImage3 {
	float: right;
	width: 210px;
	text-align: right;
}
#detailImage22 {
	float: left;
	width: 46%;
	text-align: right;
	padding: 2%;
}
#detailImage33 {
	float: right;
	width: 50%;
}
#detailImage4 {
	padding: 10px;
	margin-bottom: 10px;
	text-align: right;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.gallery {
	margin-bottom: 10px;
}
/* End Hide from IE-mac */
.gallery:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* Hides from IE-mac \*/
* html .gallery {
	height: 1%;
}
/* End Hide from IE-mac */
.galleryThumb {
	width: 88px;
	margin-left: 5px;
	margin-bottom: 5px;
	height: 66px;
	overflow: hidden;
	float: left;
}
.detailDesc {
	margin-bottom: 20px;
	height: 1%;
}
/* End Hide from IE-mac */
.detailDesc:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* Hides from IE-mac \*/
* html .detailDesc {
	height: 1%;
}
/* End Hide from IE-mac */
.detailDesc ul {
	margin-top: 10px;
	margin-bottom: 10px;
}
.detailDesc li {
	list-style-type: disc;
	margin-left: 20px;
}
.detailDesc h4 {
	font-weight: bold;
	text-align: left;
}
.detailDesc p {
	text-align: left;
}
.chartTable {
	margin-top: 10px;
	margin-bottom: 10px;
}
.chartTable td {
	width: 25px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #999999;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	height: 25px;
}
.chartTable th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.chartLine {
	background-color: #EEE;
}
#map h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	font-weight: bold;
	color: #666666;
}
.textBlocks {
	width: 450px;
	margin-left: 225px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.textBlocks p {
	margin-bottom: 5px;
}
.textBlocks li {
	list-style-type: disc;
	margin-left: 30px;
	margin-bottom: 5px;
}
.textBlocks h2 {
	text-align: center;
	font-weight: bold;
}
#ulLinkCat li {
	display: inline;
}
#ulLinkCat a:link, #ulLinkCat a:visited, #ulLinkCat a:active {
	display: block;
	height: 30px;
	padding-top: 5px;
	margin-top: 10px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	border: 1px dashed #FFFFFF;
	text-align: center;
}
#ulLinkCat a:hover {
	color: #666666;
	background-color: #FFFFFF;
}
.linkConteiner {
	margin-top: 20px;
	height: 1%;
}
/* End Hide from IE-mac */
.linkConteiner :after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* Hides from IE-mac \*/
* html .linkConteiner  {
	height: 1%;
}
/* End Hide from IE-mac */

.linkConteiner h3 {
	display: block;
	text-align: center;
	background-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.ulLink li {
	display: block;
	width: 50%;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	font-size: 12px;
	font-weight: bold;
}
.linkLong {
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
