* { margin: 0; padding: 0; }
body {
  background: #00c4df url(../images/body-pattern.gif) repeat-x;
  font: normal 62.5% Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  color: #024444;
  font-weight: normal;
}

input, select, textarea {
  padding: 2px;
  font-size: 1em;
}

a {
  color: inherit;
  text-decoration: none;
}

#mid-column ul {margin-left: 15px}

a img { border: none; }
.center { text-align: center; }

#flag-en, #flag-el { padding: 3px 25px 3px 0; }
#flag-en { background: url(../images/flag-en.jpg) right no-repeat; }
#flag-el { background: url(../images/flag-el.jpg) right no-repeat; }

.float-left {
	float: left;
	margin: 5px 10px 5px 0;
}

#sxedio {
  position: absolute;
  width: 187px;
  height: 277px;
  top: -32px;
  left: -75px;
  z-index: -1;
  display: block;
}

#container {
  width: 960px;
  margin: 0 auto;
}

#top-area {
  font-size: 1.1em;
  color: #364949;
  padding: 10px 0;
  text-align: right;
}

#top-area form {
  display: inline;
  margin: 0 10px;
}

#search { 
  font-size: 1.1em;
  font-family: Arial;
  color: #717475;
  width: 175px;
}

#search-button { padding: 2px 4px; }

.image-button {
  background: #98df79 url(../images/img-button.gif) repeat-x;
  border: 1px solid #8cb1b9;
  color: #1a515c;
}

#page {
  width: 938px;
  border: 1px solid #00a7c2;
  background-color: #fff;
  margin: 0 auto;
  position: relative;
}

h1 {
  height: 177px;
  text-indent: -9999px;
}

#top-menu {
  list-style: none;
  background-color: #d6f1f4;
}

#top-menu li {
  display: block;
  float: right;
}

#top-menu li a {
  font: 1.6em Candara,"Trebuchet MS",Tahoma,Arial,Helvetica,sans-serif;
  color: #329b00;
  padding: 7px 12px;
  display: block;
}

#top-menu li a:hover, #top-menu li a.selected { color: #13546e; }
.notice { color: #ea001c; font-weight: bold; }
#left-column-top {
  height: 10px;
  background: url(../images/left-col-top.gif) no-repeat;
}

#left-column-bottom {
  height: 10px;
  background: url(../images/left-col-bottom.gif) no-repeat;
}

#left-column, #mid-column, #right-column { float: left; }

#left-column {
  width: 240px;
  position: relative;
  top: -33px;
  left: -10px;
}

#left-menu {
  list-style: none;
  background: url(../images/left-col-bg.gif) repeat-y;
   
}

#left-menu li {
  margin: 10px;

  display: block;
}

#left-menu > li:first-child {
  margin-top: 0;
  padding-top:10px;
}

#left-menu > li:last-child {
  margin-bottom: 0;
  padding-bottom: 10px
}

#left-menu li a {
  color: #005975;
  font: 1.4em Candara,Tahoma,Verdana,Arial,Helvetica,sans-serif;
  display: block;
}

#left-menu ul {
  margin: 10px 0;
  list-style: none;
}

#left-menu ul li { margin: 0.3em 0; }

#left-menu ul li a {
  font: 1.2em Tahoma,Verdana,Arial,Helvetica,sans-serif;
  color: #494949;
  padding: 0 10px; 
}

#left-menu li a:hover { color: #5fc8e9; }
#left-menu li a.selected {
	background: url(../images/menu-sel.gif) 2px 5px no-repeat;
}
	
#left-note {
  width: 199px;
  height: 104px;
  background: url(../images/left-note.gif) no-repeat;
  margin: 15px 0 0 20px;
  font: 1.4em/1.6 Candara,Tahoma,Verdana,Arial,Helvetica,sans-serif;
  padding: 18px 0 0 10px;
  color: #5f6061;
}

#left-note span {
  font-weight: bold;
  color: #2e2f30;
}

#mid-column {
  width: 458px;
  font-size: 1.2em;
  line-height: 1.4;
  padding: 10px 0;
  color: #666;
  text-align: justify;
}

#mid-column h2 {
  font-size: 1.5em;
  margin-bottom: 0.75em;
}

#mid-column h3 { font-size: 1.16em; }
#mid-column p { margin: 1em 0; }

#mid-column a { color: #329B00; }
#mid-column a:hover {
	color: #13546e;
	text-decoration: underline;
}

#mid-column blockquote {
	background: url(../images/lquote.gif) no-repeat left top;
	float: left;
	font: 1.4em/1.5 Georgia, Tahoma, Verdana, Arial;
	margin: 8px 15px 8px 0;	
}

#mid-column blockquote p {
	background: url(../images/rquote.gif) no-repeat right bottom;
	width: 240px;
	text-align: left;
	margin: 0;
	padding: 0 10px 0px;
	color: #727272;
	text-indent: 1.5em;
}

.list { margin: 0 20px; }
.list li { padding: 3px 0;}

.home-article {
  width: 220px;
  margin: 25px 0 0 0;
  float: left;
}

.home-article h3 {
  height: 2.8em;
  margin-bottom: 0.6em;
}

.home-article.odd {
  clear: left;
  margin-right: 18px;
}

.home-article img {
  width: 100px;
  height: 100px;
  padding: 5px;
  border: 1px solid #fdd7d7;
  margin: 0 5px 5px 0;
  float: left;
}

.home-article .more {
  text-align: right;
  margin-top: 1em;
}

.more a {
  color: #00b1d4;
  padding-left: 12px;
  background: url(../images/more-bullet.gif) left bottom no-repeat;
}

.more a:hover { color: #329B00; }
.images { text-align: center; }
.images img {
	border: 1px solid #C8DD9E;
	padding: 4px;
	margin: 10px;
}

#right-column {
  position: relative;
  left: 10px;
  width: 240px;
}

.right-box {
  display: block;
  margin-top: 15px;
}

#subscribe-box {
  padding: 10px;
  height: 62px;
  background: url(../images/subscribe-bg.gif) right no-repeat;
  color: #364949;
  font-size: 1.4em;
}

#subscribe-box p { margin: 0.4em 0; }
#subscribe-box input#subscribe {
  font: 0.83em Arial;
  width: 170px;
}
#subscribe-box input {
  vertical-align: middle;
  padding: 2px;
}

#faq-box {
  padding: 10px 0 0 0;
  background-color: #e9f8e1;
  width: 220px;
}

#faq-box h3 {
  color: #364949;
  margin: 0 10px 10px 10px;
  font-size: 1.4em;
}

#faq-list {
  list-style: none;
  line-height: 1.33;
}

#faq-list li {
  font-size: 1.1em;
  padding: 10px;
  border-bottom: 1px dashed #ccc;
}

#faq-list li:last-child {
  border-bottom: none;
}

#faq-list li a {
  color: #000;
  display: block;
}

#faq-list li a:hover { color: #666; }
.search-results { padding-left: 2.5em; }
.search-results li { margin-bottom: 1em; }

#footer { background-color: #96e073; padding: 10px; color: #fff; }
  #generation-logo { float: left; width: 300px; }
    #generation-logo img { margin-left: 10px; margin-top: 2px; }
  #footer-details { float: left; width: 618px; text-align: right; font-size: 1.1em; line-height: 1.6em;} 
  #footer-details a:hover { text-decoration: underline; }

#contact-form label {
  clear: left;
  width: 120px;
  text-align: right;
  margin: 3px 6px;
}

#contact-form .required:before {
  content: "*";
  font-weight: bold;
  color: #f00;
}

#contact-form label, #contact-form textarea, #contact-form input {
  display: block;
  float: left;
  margin: 3px 0;
  padding: 2px;
  font-family: Verdana, Arial, sans-serif;
  font-size: 1em;
}

.editorial-person {
	padding-bottom: 10px;
	border-bottom: 1px dashed #ccc;
	margin-bottom: 10px;
}

.workshop-video { margin-left: 35px; }
.ppt-button { width: 140px; margin: 10px 30px; float: left; display: block; padding-top: 68px; background: url(../images/icon_powerpoint.png) top center no-repeat; text-align: center; }
.doc-button { width: 140px; margin: 10px 30px; float: left; display: block; padding-top: 68px; background: url(../images/icon_word.png) top center no-repeat; text-align: center;}

.images { text-align: center; }
.images img { margin: 5px; padding: 4px; border: 1px solid #C8DD9E; background-color: #fff; }


.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix {display: inline-block;}
* html .clearfix {height: 1%;}
.clearfix {display: block;}
.clear { clear: both; }

