/* =General ---------------------*/

/* Remove padding and margin */
* {
  margin: 0;
	padding: 0;
}

/* Put it back on certain elements */
h2, h3, h4, h5, h6, p, pre, blockquote, form, fieldset, table, ul, ol {
  margin: .5em 0 1em;
}
blockquote {
  margin-left: 2em;
}

/* Remove border around linked images */
a img,:link img, :visited img {
	border: none;
}


/* =Typography ---------------------*/

html {
	font-size: 100.01%;
	}
body {
	background: #edebd5 url(/img/bg/bg-body.gif) 0 0 repeat-x;
	background-attachment: fixed;
	color: #404040;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 76%;
	line-height: 1.4;
	padding: 0 0 20px;
	text-align: center;
	}
body.s {
	font-size: 76%;
	}
body.m {
	font-size: 84%;
	}
body.l {
	font-size: 93%;
	}

body div, body table, body blockquote {
	font-size: 100%;
	}

sup, sub {
	font-size: 70%;
	}

/* =Headings ---------------------*/


h1 {
	font-size: .94em;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 1;
	text-transform: uppercase;
	}

h2 {
	color: #06628B;
	font-size: 1.8em;
	font-weight: normal;
	line-height: 1;
  margin: 0 0 1em;
	}

h3 {
	color: #06628B;
	font-size: 1.4em;
	font-weight: normal;
	line-height: 1.1;
  margin: 1.5em 0 .75em;
	}
h3 span {
	color: #404040;
	font-size: .85em;
	font-weight: normal;
	}

h4 {
	font-size: 1.2em;
	font-weight: normal;
	line-height: 1.1;
  margin: 1em 0 .75em;
	}


/* =Links ---------------------*/

a:link {
	color: #069;
	text-decoration: none;
	}
a:visited {
	color: #046;
	text-decoration: none;
	}
a:hover {
	color: #09C;
	text-decoration: underline;
	}
a:active {
	text-decoration: none;
	}


/* =Forms ---------------------*/

/* Removes fieldset borders. even on Opea 7 */
fieldset {
  border: 1px solid transparent;
}


/* =Tables ---------------------*/

table { 
  border-spacing: 0;
	border-collapse: collapse;
}
tr {
  vertical-align: top;
}

th {
  text-align: left;
}


/* =Lists ---------------------*/

ul {
	padding: 0 0 0 1.4em;
	}
ol {
	padding: 0 0 0 2em;
	}
li {
	padding: 0 0 .2em;
	}

dt {
	font-weight: bold;
	margin: 1em 0 .25em;
	}
dd {
	margin: 0 0 0 1em;
	}


/* =Forms ---------------------*/

form div {
	margin: .5em 0;
	}


/* =CLASSes ---------------------*/

.nowrap {
	white-space: nowrap;
	}
.clear {
	clear: both;
	height: 0 !important;
	line-height: 0 !important;
	margin: 0 !important;
	}
.clearnext {
	clear: both;
	}
.top_reset {
	margin-top: 0;
	}
div.error, p.error {
	font-weight: bold;
	color: #C30;
	}
input.error, textarea.error {
	border: 3px solid #C30 !important;
	}
.icon {
	position: relative;
	top: .3em;
	}
.textblock {
	margin: 1em 0;
	}
.docsize {
	color: #666;
	font-size: .85em;
	}
.float_right {
	float: right;
	margin: 0 0 10px 10px;
	}


/* =Layout ---------------------*/

#pagewrap {
	background: #d0ceba url(/img/bg/bg-page.gif) 0 0 repeat-x;
	margin: 0 auto;
	width: 768px;
	}
#page {
	background: #FFF;
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 750px;
	}
#main {
	clear: both;
	overflow: hidden;
	position: relative;
	width: 750px;
	}


/* =Header ---------------------*/

#header {
	padding: 0 0 20px;
	position: relative;
	width: 750px;
	z-index: 100;
	}
.head0 { background: #FFF url(/img/visual-0.jpg) 0 0 no-repeat; }
.head1 { background: #FFF url(/img/visual-1.jpg) 0 0 no-repeat; }
.head2 { background: #FFF url(/img/visual-2.jpg) 0 0 no-repeat; }
.head3 { background: #FFF url(/img/visual-3.jpg) 0 0 no-repeat; }
.head4 { background: #FFF url(/img/visual-4.jpg) 0 0 no-repeat; }
.head5 { background: #FFF url(/img/visual-5.jpg) 0 0 no-repeat; }

#header #logo {
	padding: 30px 0 54px 10px;
	}
#header #parent {
	background: #F6F5EA;
	border: 1px solid #DDD;
	color: #404040;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1;
	padding: 2px 4px;
	position: absolute;
	top: 122px; left: 15px;
	z-index: 100;
	}
#header #parent a {
	color: #404040 !important;
	}
#header #parent a:hover {
	color: #069 !important;
	text-decoration: none;
	}

#header #parent b {
	position: absolute;
	width: 4px; height: 4px;
	}
#header #parent b#ptl {
	background: transparent url(/img/bg/bg-parent-tl.gif) top left no-repeat;
	top:-1px; left:-1px;
	}
#header #parent b#ptr {
	background: transparent url(/img/bg/bg-parent-tr.gif) top right no-repeat;
	top:-1px; right:-1px;
	}
#header #parent b#pbl {
	background: transparent url(/img/bg/bg-parent-bl.gif) bottom left no-repeat;
	bottom:-1px; left:-1px;
	}
#header #parent b#pbr {
	background: transparent url(/img/bg/bg-parent-br.gif) bottom right no-repeat;
	bottom:-1px; right:-1px;
	}


/* =Main Nav ---------------------*/

#menuwrap {
	margin: 0 9px;
	}
#menu {
	background: #028FC5 url(/img/bg/bg-menu-top.gif) 0 0 no-repeat;
	float: left;
	width: 732px;
	}
#menu ul {
	background: transparent url(/img/bg/bg-menu-btm.gif) left bottom no-repeat;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0 0 1px;
	width: 732px;
	}
#menu li {
	display: inline;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.17em;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 10;
	}
#menu li.first {
	margin: 0 0 0 2px;
	}
#menu li a {
	background: transparent url(/img/bg/bg-menu-sep.gif) right top repeat-y;
	color: #FFF !important;
	float: left;
	display: block;
	padding: 3px 12px 2px 9px;
	text-decoration: none;
	}
#menu li a:hover, #menu li.select a {
	}

#menu-shadow {
	background: transparent url(/img/bg/bg-menu-shadow.png) 0 0 no-repeat;
	clear: both;
	height: 6px;
	width: 732px;
	}


/* subnav formatting */

#menu ul ul {
	background: #028FC5;
	border-right: 1px solid #147092;
	border: 1px solid #147092;
	border-bottom: none;
	display: none;
	padding: 0;
	position: absolute;
	top: 1.75em; left: -1px;
	width: 175px; height: auto;
	z-index: 1000;
	}

#menu ul li:hover ul, #menu ul li.over ul {
	display: block;
	}

#menu ul ul li {
	border-bottom: 1px solid #147092;
	display: block;
	font-size: .95em;
	width: 100%;
	}
#menu ul ul li a {
	background: none;
	float: none;
	padding: 5px 10px;
	line-height: 1;
	}
#menu ul ul li a:hover {
	background: #069;
	}
/* Hides from IE-mac \*/
* html #menu ul ul li a {height: 1%;}
/* End hide from IE-mac */


/* subsubnav formatting */

#menu ul ul ul {
	background: none;
	border: none;
	position: relative;
	top: 0px;
	width: auto;
	}
#menu ul ul ul li {
	border-bottom: none;
	}
#menu ul ul ul li a {
	padding-left: 20px;
	}




/* =Util Nav ---------------------*/

#util {
	position: absolute;
	top: 5px; right: 10px;
	width: 750px;
	}
#util ul {
	float: right;
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
	text-align: right;
	width: 750px;
	}
#util li {
	color: #666;
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .94em;
	margin: 0;
	padding: 0 0 0 7px;
	}
/* Hides from IE-mac \*/
* html #util li {height: 1%;}
/* End hide from IE-mac */

#util li a {
	color: #069 !important;
	text-decoration: none;
	}
#util li a:hover, #util li a.select {
	text-decoration: underline;
	}

#util #s {
	font-size: 10px !important;
	}
#util #m {
	font-size: 12px !important;
	}
#util #l {
	font-size: 15px !important;
	}


/* =Content ---------------------*/

#content {
	overflow: hidden;
	margin: 0 10px;
	position: relative;
	width: 730px;
	}

.w2col {
	background: transparent url(/img/bg/bg-sectionmenu.gif) 0 0 repeat-y;
	}

.w2col #text {
	float: right;
	width: 560px;
	}

#text .col1 {
	float: left;
	width: 50%;
	}
#text .col2 {
	float: right;
	width: 50%;
	}

#databar {
	border: 2px solid #EDEBD5;
	float: right;
	line-height: 1;
	margin: 0 0 20px 10px;
	width: 160px;
	}
#databar h4 {
	margin: 0 0 .5em;
	}
#databar .databox {
	padding: 5px 10px;
	}
#databar ul {
	margin: 0;
	}
#databar li {
	padding-bottom: .5em;
	}


/* =Section Menu ---------------------*/

#sectionmenu {
	float: left;
	width: 150px;
	padding: 0 0 10px;
	}

#sectionmenu ul {
	list-style: none;
	margin: 0;
	padding: 10px;
	}
#sectionmenu li {
	line-height: 1.1;
	margin: 0 0 .75em;
	padding: 0;
	}
#sectionmenu li a {
	color: #06628B;
	}
/* Hides from IE-mac \*/
* html #sectionmenu li a {height: 1%;}
/* End hide from IE-mac */

#sectionmenu li a:hover {
	color: #09C;
	}
#sectionmenu li.select a {
	color: #09C;
	}
#sectionmenu li.select li a {
	color: #06628B;
	}

#sectionmenu ul ul {
	padding: 0 0 0 10px;
	}
#sectionmenu ul ul li {
	margin: .5em 0 0;
	font-size: .95em;
	}

#sectionmenu .docs {
	background: #09C;
	margin: 1em 10px 0;
	padding: 6px 10px 0 6px;
	}
#sectionmenu .docs ul {
	padding: 0;
	}
#sectionmenu .docs li {
	color: #FFF;
	margin: 0;
	padding: 0 0 6px;
	}
#sectionmenu .docs li a {
	color: #FFF !important;
	}
#sectionmenu .docs .docsize {
	color: #DDD;
	}


/* =Footer ---------------------*/

#footer {
	background: #d0ceba;
	color: #6a695f;
	font-size: .85em;
	margin: 10px 0 0;
	padding: 9px 0;
	text-align: center;
	}
#footer a {
	color: #6a695f !important;
	text-decoration: underline;
	}


/* =Misc 1 ---------------------*/


table.indications th, table.indications td {
	padding: 0 1.5em 0 0;
	width: 33%;
	}

ul.pagemenu {
	line-height: 1.1;
	list-style: none;
	margin: 0;
	padding: 0;
	}
ul.pagemenu li {
	margin: 0 0 .5em;
	}

table.manager th {
	padding: 0 0 10px;
	width: 95px;
	}
table.manager td {
	padding: 0 10px 10px;
	width: 165px;
	}

table.data {
	width: 100%;
	}
table.data th {
	background: #028FC5;
	color: #FFF;
	font-weight: normal;
	padding: 3px 6px;
	}
table.data .section th {
	background: none;
	color: #06628B;
	font-size: 1.4em;
	padding: 6px 0 2px;
	}
table.data td {
	border: 1px solid #EEE;
	padding: 3px 6px;
	}

select#year {
	width: 5em;
	}

.eventlist dd strong {
	font-weight: normal;
	font-size: 1.2em;
	line-height: 1.2;
	}

table#infoscles {
	font-size: .94em;
	margin: 0;
	}
table#infoscles th {
	padding: 4px 0 3px;
	border-bottom: 1px solid #999;
	}
table#infoscles td {
	padding: 4px 0 3px;
	text-align: right;
	border-bottom: 1px solid #999;
	}
table#infoscles td.note {
	font-size: .9em;
	font-weight: normal;
	text-align: left;
	color: #999;
	border-bottom: none;
	}
