/***
	Global CSS - G77 Consortium on Science, Technology, and Innovation for the South (COSTIS)
	Copyright © 2011. Group of 77.
	All rights reserved.

	@email: g77off@unmail.org
***/

/*
		Overall Rules
*/
* {
	margin: 0;
	padding: 0;
	border: 0;
}

html {
	font-size: 100%;
	height: 100%;
	margin-bottom: 1px;
}

body {
	margin: 0;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	color: #06334c;
	/*background-color: #000000;*/
	background: #dbe6f9 url(images/bg.png) repeat-x top center;
}

img {
	border: none;
}

a {
	outline: none;
}

/*
		Layout
*/
#container {
	margin: 0;
	width: 100%;
}

#main {
	margin: auto;
	width: 800px;
	padding-top: 0px;
}

#header {
	margin: auto;
	width: 100%;
	text-align: left;
}

#logo {
	margin: auto;
	width: 800px;
	padding-top: 60px;
	padding-bottom: 0px;
	text-align: center;
}

#spacer {
	margin: auto;
	width: 100%;
	padding-bottom: 54px;
}

#left {
	margin: auto;
	margin-top: 20px;
	width: 200px;
	float: left;
}

#right {
	margin: auto;
	margin-top: 20px;
	width: 600px;
	float: right;
}

#right ul {
	padding-top: 4px;
}

#right ul li {
	padding-bottom: 6px;
}

#utility-box {
	padding-top: 20px;
	float: right;
}

#introcontent {
	margin: auto;
	margin-top: 80px;
	width: 800px;
	padding-bottom: 60px;
}

#content {
	margin: auto;
	margin-top: 0px;
	width: 100%;
	color: #06334c;
	text-align: left;
	padding: 20px;
}

#content a:link,
#content a:visited {
	color: #446aaf;
}

#content a:hover {
	color: #000000;
}

#content ul {
	list-style: square;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#content ol {
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.langselection {
	padding-bottom: 4px;
	font-size: 1.4em;
	color: #000000;
	text-align: center;
}

#header-box {
	height: 135px;
}

.sitetitle {
	padding-top: 30px;
	padding-bottom: 4px;
	font-size: 2em;
	font-weight: bold;
	color: #446aaf;
	text-shadow: 1px 1px 1px #293f69;
}

.sitedesc {
	padding-bottom: 30px;
	padding-left: 18px;
	font-size: 1.4em;
	color: #85a3da;
	text-shadow: 1px 1px 1px #294a87;
}

.sectiontitle {
/*	padding-top: 12px;*/
	padding-bottom: 2px;
	margin-bottom: 8px;
	font-size: 1.5em;
	color: #446aaf;
	text-shadow: 1px 1px 1px #293f69;
	border-bottom: 1px dashed #446aaf;
}

.section {
	padding: 8px;
	padding-bottom: 12px;
}

.section ul li,
.section ol li {
	padding-top: 5px;
	padding-bottom: 5px;
}

#footer {
	margin: 0;
	width: 100%;
/*	position: fixed;
	bottom: 0px;*/
	text-align: center;
	padding: 10px;
	clear: both;
}

#footer a:link,
#footer a:visited {
	color: #326b8b;
	text-decoration: underline;
}

#footer a:hover {
	color: #000000;
}

/*
		Form Elements
*/
#contact-form td {
	vertical-align: top;
	padding-right: 10px;
	padding-bottom: 5px;
}

label {
	color: #326b8b;
}

input {
	background-color: #ffffff;
	border: 1px solid #c7d8f8;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	outline: none;
}

input:focus {
	border: 1px solid #326b8b;
}

input:hover {
	border: 1px solid #446aaf;
}

textarea {
	background-color: #ffffff;
	border: 1px solid #c7d8f8;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	outline: none;
}

textarea:focus {
	border: 1px solid #326b8b;
}

textarea:hover {
	border: 1px solid #446aaf;
}

/*
		Navigation
*/
#navigation {
	margin: auto;
	width: 160px;
	font-size: 0.9em;
	font-weight: bold;
}

#navigation a:link,
#navigation a:visited {
	font-weight: bold;
	color: #adcaf2/*#446aaf*/;
	text-decoration: none;
}

#navigation a:hover {
	color: #ffffff/*#2f4877*/;
	text-decoration: none;
}

#navigation ul {
	margin: 0px 0px 15px;
	padding: 0px;
/*	background: url('images/navigation_bg.png') repeat-y top left;*/
/*	background-color: #c7d8f8;*/
/*	border: 1px #7394d1 solid;*/
}

#navigation ul li {
	margin-top: 0px;
	margin-bottom: 0px;
	height: 24px;
	line-height: 20px;
	list-style: none;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
/*	color: #326b8b;*/
	color: #446aaf;
	background: url('images/navigation_bg.png') no-repeat top left;
	cursor: default;
	text-shadow: 1px 1px 1px #2f4877;
}

#navigation ul li:hover {
	background: url('images/navigation_bg_hover.png') no-repeat top left;
/*	background-color: #a2b9e3;*/
	position: relative;
}


/* Sub Menu Lists */
#navigation ul ul {
	display: none;
	position: absolute;
	left: 160px;
	top: -2px;
	border: #7394d1 solid;
	border-width: 1px;
	background-color: #c7d8f8;
}

#navigation ul li:hover ul {
	display: block;
}

#navigation ul ul li {
	border: none;
	width: 150px;
	float: left;
	display: inline;
	font-size: 1em;
}

#navigation ul ul li:hover {
	text-decoration: none;
	border: none;
}

/*
		Intro Navigation
*/
.intronav {
	margin: auto;
	width: 180px;
	font-size: 0.8em;
	font-weight: bold;
}

.intronav a:link,
.intronav a:visited {
	font-weight: bold;
	color: #adcaf2/*#446aaf*/;
	text-decoration: none;
}

.intronav a:hover {
	color: #ffffff/*#2f4877*/;
}

.intronav ul {
	margin: 120px 0px 10px;
	padding: 0px;
}

.intronav ul li {
	margin-top: 5px;
	margin-bottom: 5px;
	height: 25px;
	line-height: 25px;
	list-style: none;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	background: url('images/intronav_bg.png') no-repeat top left;
/*	color: #326b8b;*/
	color: #446aaf;
/*	border: 1px #7394d1 solid;*/
/*	border-top: #edf3fe solid;
	border-bottom: #edf3fe solid;
	border-width: 1px;*/
	cursor: default;
	text-shadow: 1px 1px 1px #2f4877;
}

.intronav ul li:hover {
	position: relative;
	background: url('images/intronav_bg_hover.png') no-repeat top left;
}


/* Sub Menu Lists */
.intronav ul ul {
	display: none;
	position: absolute;
	left: 160px;
	top: -2px;
	border: #edf3fe solid;
	border-width: 2px;
	background-color: #d9e6fd;
}

.intronav ul li:hover ul {
	display: block;
}

.intronav ul ul li {
	border: none;
	width: 150px;
	float: left;
	display: inline;
	font-size: 1em;
}

.intronav ul ul li:hover {
	text-decoration: none;
	border: none;
}

/*
		Special Links
*/
.link-pdf {
	background: url(images/icon_pdf.png) no-repeat center right;
	padding-right: 20px;
}

.link-print {
	background: url(images/icon_print.png) no-repeat center right;
	padding-right: 20px;
}

/*
		Print
*/
@media print {
    * {
        background: #ffffff !important;
        color: #000000 !important;
      }

}