/* =INITIAL 
   v2.1, by Faruk Ates - www.kurafire.net
   Addendum by Robert Nyman - www.robertnyman.com 
   Addition by Christian Montoya - www.christianmontoya.net */

/* Neutralize styling: 
   Elements we want to clean out entirely: */
html, body, form, fieldset {
	margin: 0;
	padding: 0;
	font: 100%/120% Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* Neutralize styling: 
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	margin: 1em 0;
	padding: 0;
}

/* Apply left margin:
   Only to the few elements that need it: */
li, dd, blockquote {
	margin-left: 1em;
}

/* Miscellaneous conveniences: */
form label {
	cursor: pointer;
}
fieldset {
	border: none;
}
input, select, textarea {
	font-size: 100%;
	font-family: inherit;
}

/* Page */
body {
	background: white url(../images/background.png) repeat-x top;
	min-width: 42em;
}

#main {
	margin: 0 45px;
	position: relative;
}

/* Logo */
h1 {
	position: relative;
	width: 292px;
	height: 83px;
	overflow: hidden;
	font-size: 1.8em;
	margin: 0;
	padding: 0;
}

h1 a {
	color: white;
}

h1 span {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	cursor: pointer;
	width: 292px;
	height: 83px;
	background: transparent url(../images/logo.png) no-repeat;
}

h1.igi {
	width: 508px;
}

h1.igi span {
	width: 508px;
	background-image: url(../images/logo-igi.png);
}

/* Headings */
h2, h3, h4, h5, h6 {
	margin: 0.8em 0 0.4em 0;
	font-family: Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif;
	color: #0d3a64;
	line-height: 1em;
}

h2 {
	margin-top: 1em;
}

h2 a, h3 a, h4 a, h4 a, h6 a {
	color: #0d3a64;
}

h2 {
	font-size: 1.6em;
	margin-bottom: 0.3em;
}

h3 {
	font-size: 1.4em;
}

h4 {
	font-size: 1.1em;
}

h5, h6 {
	font-size: 1.0em;
}

h2.inline, h3.inline, h4.inline, h5.inline, h6.inline {
	display: inline;
}

/* Links */
a {
	color: #0a2945;
	text-decoration: underline;
	cursor: pointer;
}

a:hover, a.hover {
	color: #0d355a;
	text-decoration: none;
}

a img {
	border: none;
}

/* lists */
ul {
	list-style: square;
}

/* definition lists */
dt {
	font-weight: bold;
}

dd {
	margin-bottom: 0.4em;
}

/* Menu */
#mainmenu {
	position: absolute;
	top: 30px;
	right: 0;
	overflow: hidden;
	list-style: none;
	font-size: 1.25em;
}

#mainmenu li {
	display: block;
	float: left;
	margin: 0 0.5em;
	padding: 0 4px;
	padding: 5px;
}

#mainmenu li:hover, #mainmenu li.active {
	background: #dee9f3;
	-moz-border-radius: 5%;
	border-radius: 5px;
}

#mainmenu li a {
	color: #0d355a;
	text-decoration: none;
	border: none;
}

#mainmenu li:hover a, #mainmenu li.active a {
	color: #18436b;
}

/* Submenu */
#submenu {
	position: absolute;
	top: 66px;
	right: 0;
	overflow: hidden;
	list-style: none;
	font-size: 1.05em;
}

#submenu li {
	display: block;
	float: left;
	margin: 1px 0.5em 0 0.5em;
	padding: 5px 4px 13px 5px;
}

#submenu li.active {
	background: transparent url(../images/active.png) no-repeat center bottom;
}

#submenu a {
	color: white;
	text-decoration: none;
	border: none;
}

/* Language selection */
#jflanguageselection {
	position: absolute;
	top: 5px;
	right: 10px;
	
	margin: 0;
	padding: 0;
}

label.jflanguageselection {
	display: none;
}

/* Breadcrumb navigation */
#breadcrumbs {
	margin-top: 40px;
}

#breadcrumbs strong {
	font-weight: normal;
	font-variant: small-caps;
}

/* Content area */
#content {
}

#content p {
	line-height: 1.3em;
}

#content li {
	margin-bottom: 0.2em;
}

/* Columns */
#columns {
	overflow: auto;
	position: relative;
}

#columns #content-container {
	width: 100%;
	float: left;
	margin-right: -180px;
}

#columns #content {
	margin-right: 180px;
}

#columns #sidebar {
	width: 180px;
	float: right;
}


/* Forms */
textarea {
	border: 1px solid #CCC;
	width: 99%;
	padding: 0.25em;
}

textarea:focus {
	border-color: #0d3a64;
}

input.text {
	width: 80%;
	padding: 0.25em;
	border: 1px solid #CCC;
}

input.text:focus {
	border-color: #0d3a64;
}

fieldset {
	padding: 0.5em;
	margin: 0.6em 0;
}

fieldset legend {
	font-weight: bold;
	padding: 0 0.5em;
}

label {
	display: block;
	font-weight: bold;
	margin: 1em 0 0.1em 0;
	color: #0d3a64;
}

label.inline {
	display: inline;
}

/* Footer */
#footer {
	background: #5187bc url(../images/background-footer.png) repeat-x;
	padding: 1em 0;
	text-align: center;
	color: white;
	margin-top: 3em;
	position: relative;
}

#footer a {
	color: white;
	border-bottom-color: #EEE;
}

#footer a:hover {
	border: none;
}

/* simple version of the body */
body.simple {
	background: url(../images/background-simple.png) repeat-x top;
	padding: 0 1em;
}

body.simple h1 {
	position: static;
	font-size: 2.5em;
	line-height: 1em;
	height: inherit;
	width: inherit;
	overflow: inherit;
	margin: 1.3em 0 0.2em 0;
	padding: 0;
	font-family: Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif;
	color: #0d3a64;
}

/*
Fluid Variable Grid
Based on 960 Grid System - http://960.gs/
Licensed under GPL and MIT.
*/

.grid {
	margin-left: 0px;
	margin-right: 0px;
	width: 99.99996%;
}

.grid .first {
	margin-left: 0 !important;
}

.grid .last {
	margin-right: 0 !important;
}

.grid .box_1,.grid .box_2,.grid .box_3,.grid .box_4,.grid .box_5,.grid .box_6,.grid .box_7,.grid .box_8,.grid .box_9,.grid .box_10,.grid .box_11,.grid .box_12 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 0.5%;
	margin-right: 0.5%;
}

.grid .box_1{
	width:7.33333%;
}

.grid .box_2{
	width:15.66666%;
}

.grid .box_3{
	width:23.99999%;
}

.grid .box_4{
	width:32.33332%;
}

.grid .box_5{
	width:40.66665%;
}

.grid .box_6{
	width:48.99998%;
}

.grid .box_7{
	width:57.33331%;
}

.grid .box_8{
	width:65.66664%;
}

.grid .box_9{
	width:73.99997%;
}

.grid .box_10{
	width:82.3333%;
}

.grid .box_11{
	width:90.66663%;
}

.grid .box_12{
	width:98.99996%;
}

.grid .clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html  .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

#content .grid h2 {
	margin-top: 0.3em;
}

#content .grid h2 .editsection, #content .grid h3 .editsection {
	display: none;
}

#content .grid ul {
	margin-left: 0;
	margin-top: 0;
}
