body {
	color: #333;
	background: #fff url("../graphics/bg_body.gif") repeat-x;
	margin: 0px; padding: 0px;
	font: 14px "Lucida Grande", Tahoma, Arial, sans-serif;
}

.hidden { display: none; }

a:link, a:visited {
	color: #36c;
}

a:active, a:hover {
	color: #c63;
}

h2 {
	color: #c00;
	font: 20px "Lucida Grande", Tahoma, Arial, sans-serif;
	border-bottom: 1px solid #ccc;
	margin: 0; padding: 4px;
	padding-right: 70px;
}

h3 {
	color: #333;
	font: bold 16px "Lucida Grande", Tahoma, Arial, sans-serif;
	margin: 20px 20px 10px 20px;
}

h4 {
	color: #333;
	font: bold 14px "Lucida Grande", Tahoma, Arial, sans-serif;
	margin: 20px 20px 10px 20px;
}

blockquote {
	color: #747474; 
	padding-left: 15px;
	background: transparent url("../graphics/bg_blockquote.gif") no-repeat 0 0px;
}

.dropcap {
		float: left;
		color:#D4D4C7;
		font-size: 7em;
		line-height: 0.7em;
		padding-top: 8px; padding-right: 5px;
		font-family: Times, serif, Georgia;
	}

.bordered {
	padding: 6px;
	background: #fff;
	border: 1px solid #ddd;
}

.left {
	float: left;
	margin-right: 10px;
}

.right {
	float: right;
	margin: 20px 10px 10px 10px;
}

.img-shadow {
  float:left;
  background: url("../graphics/shadowAlpha.png") no-repeat bottom right !important;
  background: url("../graphics/shadow.gif") no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
  }

.img-shadow img {
  display: block;
  background-color: #fff;
  border: 1px solid #cccccc;
  margin: -6px 6px 6px -6px;
  padding: 4px;
  }
 
.right .img-shadow img {
	padding: 10px;
}

b.term {
	color: #666;
}

a.popup {
	font-weight: bold;
}

.video {
	margin: 20px;
}

.note {
	margin: 10px;
	border: 1px solid #ccc;
	padding: 10px;
	background: #f4f4f4;
	color: #666;
	font: 12px "Arial Unicode MS", "Palatino Linotype", "Times New Roman", serif;
}

.legend {
	margin: 10px 0 0 0;
	text-align: center;
	padding: 10px;
	background: #f4f4f4;
	color: #666;
	font: 12px "Arial Unicode MS", "Palatino Linotype", "Times New Roman", serif;
}

.hnote {
	cursor: help;
	color: #333;
	background: transparent url("../graphics/apopup.gif") 100% 60% no-repeat;
	padding-right: 12px;
}

.author {
	text-align: right;
}

div.fnsep {
	width: 200px;
	border-bottom: 1px solid #999;
	margin-top: 30px;
}

div.fns p.fn {
	color: #666;
	font-size: 13px;
}
/* Navbar
----------------------------------------------- */

#navbar {
	float: right;
	overflow: hidden;
	margin: 0; padding: 0;
	margin-top: 10px;
	width: 68px; height: 18px;
}

#navbar i {
	display: none;
}

#navbar a {
	width: 18px;
	float: left;
	overflow: hidden;
	padding: 18px 0 0 0;
	height: 0px !important; 
	height /**/:17px; /* for IE5/Win only */
}

#navbar a:hover {
	background-position: 0 -18px;
}

#navbar a.disabled {
	background-position: 0 -36px;
}

#first a    { background: url("../graphics/nav_first.gif") no-repeat; }
#previous a { background: url("../graphics/nav_previous.gif") no-repeat; }
#nexti a     { background: url("../graphics/nav_next.gif") no-repeat; }
#last a     { background: url("../graphics/nav_last.gif") no-repeat; }
#group a    { background: url("../graphics/nav_group.gif") no-repeat; margin-left: 10px; }
#group a.selected { background-position: 0 -18px; }

#pages {
	margin: 20px 0 0 0;
	border-top: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
	font: 11px "Lucida Grande", Tahoma, Arial, sans-serif;
}

#pages td {
	font: 11px "Lucida Grande", Tahoma, Arial, sans-serif;
}


/* min-height simulation
   See: http://www.mezzoblue.com/archives/2004/09/16/minheight_fi/index.php
----------------------------------------------------------------------------- */

/* for Mozilla/Safari/Opera */
*>.min {
	padding-top: 400px;
	min-height: 1px;
}
*>.min .height {
	margin-top: -400px;
}
/* for IE, with IE5/Mac backslash filter \*/
* html .min {
	height: 400px;
}
/* end filter */

#center {
	width: 970px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

#content {
	padding-top: 36px;
}

#header {
	height: 125px;
}

#header h1, #header h2 {
	position: absolute;
	text-indent: -9999px;
	margin: 0; padding: 0;
}

#header h1 {
	top: 56px;
	left: 130px;
}

#header h2 {
	top: 13px;
	left: 0;
}

#menu ul {
	margin: 0; padding: 0;
	height: 28px;
	text-align: left;
	list-style-type: none;
	position: absolute;
	top: 86px; left: 0;
}

#menu li {
	float: left;
	display: inline;
	margin: 0; padding: 0;
	font-size: 13px;
	font-weight: bold;
	height: 26px;
	padding: 8px 10px 0 10px;
	border-right: 1px solid #333;
}

#menu li.selected {
	background: #c00;
}

#menu li a {
	color: #ddd;
	text-decoration: none;
}

#menu li.selected a {
	color: #fff;
}

#colL {
	position: absolute;
	top: 150px;
	left: 0;
	width: 200px;
}

#colM {
	margin-left: 220px;
	margin-bottom: 40px;
}

#footer {
	color: #ccc;
	height: 100px;
	padding: 10px;
	background: #333;
	font-size: 10px;
	border-top: 5px solid #c00;
}

#footer img {
	padding: 2px;
	background: #f4f4f4;
	border: 2px solid #000;
}

/* =-=-=-=-=-=-=-[Menu Three]-=-=-=-=-=-=-=- */
	
#menu3 {
	width: 195px;
	border: 1px solid #ccc;
	margin: 10px;
	}
	
#menu3 li a {
  	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}	
	
#menu3 li a:link, #menu3 li a:visited {
	color: #888;
	display: block;
	background: url(../graphics/menu3.gif);
	padding: 8px 0 0 20px;
	}
	
#menu3 li a:hover, #menu3 li a:active {
	color: #283A50;
	background: url(../graphics/menu3.gif) 0 -32px;
	padding: 8px 0 0 20px;
	}
	
#menu3 ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	font-size: 80%;
	font-weight: bold;
	}

/* =-=-=-=-=-=-=-[Styles]-=-=-=-=-=-=-=- */

#colM ul.thematic_areas {
	list-style: none;
	clear: left;
}

ul.thematic_areas li {
	background: url("../graphics/glinks.gif") 0 3px no-repeat;
	color:#636363;
	line-height:140%;
	margin:0 0 16px;
	padding:0 0 0 28px;
}

ul.thematic_areas li li {
	background: none;
	margin:0; padding:0;
}

#colM p {
	margin-left: 20px;
	line-height:140%;
}

#prev_next {
	overflow: hidden;
	position: absolute;
	top: 171px;	right: 0;
	margin: 0; padding: 0;
	width: 40px; height: 18px;
}

#colM ul#prev_next li {
	display: inline;
	margin: 0; padding: 0;
}

#prev_next i {
	display: none;
	}

#prev_next a {
	width: 18px;
	float: left;
	overflow: hidden;
	padding: 18px 0 0 0;
	height: 0px !important; 
	height /**/:18px; /* for IE5/Win only */
}

#prev_next a:hover {
	background-position: 0 -18px;
}

#prev_next a.disabled {
	background-position: 0 -36px;
}

#prev a {
	background: url("../graphics/prev.gif") no-repeat;
}

#next a {
	background: url("../graphics/next.gif") no-repeat;
}

/* Top Navigation
----------------------------------------------- */

#unav {
	width: 200px;
	position: absolute;
	top: 14px; right: 10px;
}

#unav ul {
	float: right;
	list-style: none;
	margin: 0; padding: 0;
}

#unav li {
	float: left;
	list-style: none;
	padding-right: 5px;
}

#unav a {
	width: 16px;
	float: left;
	overflow: hidden;
	padding: 16px 0 0 0;
	height: 0px !important; 
	height /**/:16px; /* for IE5/Win only */
}

#unav a:hover { background-position: 0 -16px; }

#unav_home   { background: url("../graphics/unav_home.gif") no-repeat; }
#unav_login   { background: url("../graphics/unav_login.gif") no-repeat; }
#unav_help    { background: url("../graphics/unav_help.gif") no-repeat; }
#unav_sitemap { background: url("../graphics/unav_sitemap.gif") no-repeat; }
#unav_contact {	background: url("../graphics/unav_contact.gif") no-repeat; }

/* Flags
----------------------------------------------- */

#flags {
	width: 200px;
	position: absolute;
	top: 10px; right: 120px;
}

#flags a {
	float: left;
	border: 1px solid #ccc;
	padding: 1px;
	margin-right: 4px;
	filter:alpha(opacity=50);-moz-opacity:.50;opacity:.50;
}

#flags a:hover {
	filter:alpha(opacity=100);-moz-opacity:1.0;opacity:1.0;
}

#flags a img {
	display: block;
}

#trireme {
	position: absolute;
	top: 160px; left: 0;
	width: 350px; height: 360px;
	background: url("../graphics/trireme.jpg") no-repeat;
	z-index: -1;
}


#bc {
	margin: 0; padding: 0;
	height: 15px;
	text-align: left;
	list-style-type: none;
	position: absolute;
	top: 135px; left: 0;
}

#bc li {
	float: left;
	display: inline;
	margin: 0; padding: 0;
	font-size: 11px;
	height: 26px;
	padding: 0 0 0 10px;
}

ol li {
	line-height: 140%;
}

ul.videos {
	list-style: none;
}

ul.videos li {
	text-align: center;
	list-style: none;
	float: left;
	width: 160px;
	height: 160px;
}