@charset "UTF-8";

/* --------------------------------- */
/* General ------------------------- */
/* --------------------------------- */

* {
	margin: 0;
	padding: 0;
}
body, html {
	height: 100%;
}
body {
	background: #F2F1E8 url(../images/ioi/page_bg.png) repeat-x 0 0;
	color: #333;
	font: normal 62.5%/2em Verdana, sans-serif;
	text-align: center;
}

/* for reader only text */
.auralOnly {
	height:1em;
	left: -1000em;
	overflow: hidden;
	position: absolute;
	width: 600em;
}

/* basic styling */
br {
	clear: both;
	height: 0;
}
img {
	border: 0;
}
ul, ol {
	padding: 0.5em 0 0.5em 2em;
}
fieldset {
	border: 0;
}
p {
	padding-bottom: 1.5em;
}
a:link {
	color: #225749;
}
a:visited {
	color: #225749;
}
a:hover {
	color: #2E8973;
}
a:active {
	color: #003532;
}
.moreLink {
	background: transparent url(../images/ioi/more_link.png) no-repeat 0 5px;
    font-weight: bold;
    margin: -0.5em 0 1.5em;
	padding: 0 0 0 14px;
}

hr {
	border: 0;
	border-top: 1px solid #CECCBD;
	color: #CECCBD;
	margin: 1em 0 2em;
}

/* headings */
h1 {
	color: #666;
	font-size: 1.6666666666666667em;
	font-weight: normal;
	line-height: 1.2em;
	margin-bottom: 1.2em;
}
h2 {
	color: #572331;
	font-size: 1.5em;
	font-weight: normal;
	line-height: 1.3333333333333333em;
	margin-bottom: 1.3333333333333333em;
}
h3 {
	color: #572331;
	font-size: 1.3333333333333333em;
	font-weight: normal;
	line-height: 1.5em;
	margin-bottom: 1.5em;
}
h4 {
	color: #572331;
	font-size: 1.1666666666666667em;
	font-weight: normal;
	line-height: 1.7142857142857142em;
	margin-bottom: 1.7142857142857142em;
}

/* layout */
#logoLink {
	display: block;
	outline: none;
	height: 189px;
	margin: 40px 10px 54px;
}
#main {
	font-size: 1.2em;
	margin: 0 auto;
	padding: 110px 0 40px;
	position: relative;
	text-align: left;
	width: 750px;
}
#contentContainer {
	background-color: #F9F8F4;
	border: 1px solid #CECCBD;
	padding: 40px 30px 30px;
	position: relative;
}
#contentContainer .corner {
	background: transparent url(../images/ioi/corners.png) no-repeat 0 0;
	display: block;
	height: 32px;
	position: absolute;
	width: 32px;
}
#contentContainer .topleft {
	background-position: 0 0;
	left: -1px;
	top: -1px;
}
#contentContainer .topright {
	background-position: -50px 0;
	right: -1px;
	top: -1px;
}
#contentContainer .botleft {
	background-position: 0 -40px;
	bottom: -1px;
	left: -1px;
}
#contentContainer .botright {
	background-position: -50px -40px;
	bottom: -1px;
	right: -1px;
}
#Welcome #contentContainer .topleft {
	display: none;
}
#Contact #contentContainer .topright {
	display: none;
}

/* footer */
#footer {
	border-top: 1px solid #CECCBD;
	clear: both;
	margin-top: 40px;
	padding: 30px 0 0;
	position: relative;
}
#initiativeOfCambia {
	font-size: 0.9em;
	line-height: 1.5em;
	padding: 0;
}
#initiativeOfCambia img {
	margin: 15px 20px 0 0;
}
#initiativeOfCambia span {
	display: block;
	width: 30em;
}
#footerCopyright {
	position: absolute;
	right: 0;
	top: 52px;
}
#cambia_footer_logo {
}


/* main menu */
ul.navigation {
	display: block;
	height: 68px;
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 50px;
	z-index: 5;
}
ul.navigation li {
	display: block;
	float: left;
	font-size: 1.8em;
	height: 68px;
	list-style-type: none;
	text-align: center;
	width: 150px;
}
ul.navigation li a {
	background: transparent url(../images/ioi/menu_tabs.png) no-repeat 0 100px;
	display: block;
	font-weight: normal;
	height: 61px;
	line-height: 65px;
	text-decoration: none;
}
ul.navigation li.active-navnode a {
	background-position: 0 0;
}
ul.navigation li.active-navnode a:hover {
	background-position: 0 -120px;
}

/* content */
.patentLensImg {
	border:1px solid #CECCBD;
	float: right;
	margin: -0.5em 0 1em 2em;
	position: relative;
}

/* IAC Table */
.IACList td {
	border: 0;
	font-size: 0.9em;
	line-height: 1.2em;
	padding: 0 1.5em 0 0;
	vertical-align: top;
	width: 33%;
}
.IACList p {
	padding-bottom: 1.2em;
}
.IACList strong {
	color: #666;
	display: block;
}
.IACImage {
	float: right;
	margin: -2em 0 1em 2em;
	position: relative;
}

/* IAC Members */
#Support .editIncluded {
    clear: both;
}
#Support  {
    padding-bottom: 2em;
}
.person {
    clear: both;
    display: inline;
    float: left;
    padding-bottom: 1.8em;
}
.person .content {
    float: right;
    margin-left: 20px;
    width: 560px;
}
.person .hideBio .bioText, .person .hideBio .hideBioLink {
    display: none;
}
.person .hideBio .showBioLink {
    display:block;
}
.person .hideBio .showBioLink a {
    background: transparent url(../images/navnode_closed.gif) no-repeat 0 55%;
    padding-left: 12px;
}
.person .showBio .bioText, .person .showBio .hideBioLink {
    display: block;
}
.person .showBio .hideBioLink a {
    background: transparent url(../images/navnode_open.gif) no-repeat 0 55%;
    padding-left: 12px;
}
.person .showBio .showBioLink {
    display:none;
}
.person .personImage {
    border: 4px solid #CECCBD;
    float: left;
}

h4.IACMember {
    color: #333;
    font-weight: bold;
    margin: -0.2em 0 0;
}
.IACTitle {
    color: #666;
    font-weight: bold;
    padding-bottom: 1.5em;
}

/* slideshow (about page) */
.slideshow {
	background: transparent url(../images/ioi/slideshow_bg.png) no-repeat 0 0;
	float: right;
	height: 187px;
	margin: 0 0 1em 1em;
	padding: 0;
	position: relative;
	width: 260px;
	z-index: 1;
}
.slideshow img {
	margin: 17px 0 0 13px;
	zoom: 1;
}

.imgColumn {
	background-color: #fff;
	border: 1px solid #CECCBD;
	float: right;
	margin: 0 0 2em 2.5em;
	padding: 4em 0;
	text-align: center;
	width: 200px;
	position: relative;
}
.imgColumn .middleImage {
	margin: 5em 0;
}

/* Daisy Login */
#DaisyLogin {
	bottom: 0;
	height: 15px;
	left: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 200px;
}
#DaisyLogin a {
	display: block;
	text-indent: -1000em;
}
