html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
	vertical-align: baseline;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1em;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}



/*clearfix class (instead of adding cleared divs to all elements that contain floaters)*/

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/*some browsers do not correctly display (all) disabled form elements, use this to fix that*/
/*CSS3 would let us use the following, but do we really want to exclude internet*/
/*explorer for another decade?*/
/**:disabled { background-color: #ccc; color: gray; }*/
/*use this instead for css2 capable browsers:*/
*[disabled] { background-color: #ccc; color: gray; }

/*clearfix class (instead of adding cleared divs to all elements that contain floaters)*/

.clearfix:after {
      content: ".";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
    * html .clearfix {height: 1%;}
    .clearfix {display: block;}
/* End hide from IE-mac */

/*some browsers do not correctly display (all) disabled form elements, use this to fix that*/
/*CSS3 would let us use the following, but do we really want to exclude internet*/
/*explorer for another decade?*/
/**:disabled { background-color: #ccc; color: gray; }*/
/*use this instead for css2 capable browsers:*/
*[disabled] { background-color: #ccc; color: gray; }

/* Fluvia Stylesheet */
/* Elevated Internet & Mobility */
/* 2008 */
html, body {
	height: 100%;
	margin: 0px;
	padding: 0px;
}

html {
	overflow-y: scroll;
}

* {
	margin: 0px;
	padding: 0px;
}
body {
  font-family: Verdana, Arial, Helvetica, sans-serif, serif;
  font-size: 0.7em;
  background-image: url(/images/background.gif);
  background-repeat: repeat-y;
  background-position: center;
}
.containers {
  font-family: Verdana, Tahoma, Arial;
  font-size: 11px;
  width: 290px;
  float:left;
  border-spacing: 2px;
}
.containers td {
  padding: 5px;
}
.containers_list {
  font-family: Verdana, Tahoma, Arial;
  font-size: 11px;
  width: 98%;
  border-spacing: 2px;
  margin-left: auto;
  margin-right: auto;
}
.containers_list th {
  border-bottom: 1px solid #0055A0;
  padding: 5px;
  text-align: right;
}
.containers_list td{
  padding: 2px;
  text-align: right;
}
.containers_list th.title {
  border-bottom: 1px solid #0055A0;
  padding: 5px;
  text-align: left;
}
.containers_list td.title {
  padding: 2px;
  text-align: left;
}
.photo_holder_team {
  float:left;
}
.photo_holder_team img {
	border: 1px solid #0055A0;
}
.photo_holder {
  float:right;
}
.photo_holder img {
	border: 1px solid #0055A0;
}
.back_path {
	margin-top: 10px;
}
.odd {
  background-color: #E1E1E1;
}
strong, b {
	font-weight: bold;
}
em, i {
	font-style: italic;
}
a:link, a:visited {
	color: #015FB1;
	text-decoration: underline;
}
a:active, a:hover {
	color: #000000;
	text-decoration: none;
}
#wrapper {
	width: 747px;
        top: 0px;
	margin-left: auto;
	margin-right: auto;
}
#topbar {
	background-color: #67A5DB;
	border-bottom: 1px solid #F9DF16;
	height: 26px;
}
ul#language {
	padding-left: 8px;
	padding-top: 8px;
	margin-left: 0;
	float: left;
	width: 40%;
}
ul#language li {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	padding-right: 8px;
}
ul#language .flag {
	margin-top: -2px;
}
ul#action {
	padding-right: 8px;
	padding-top: 8px;
	margin-left: 0;
	float: right;
	width: 40%
}
ul#action li {
	float: right;
	list-style: none;
	margin: 0px;
	padding: 0px;
	padding-left: 8px;
	margin-left: 6px;
}
ul#action img {
	padding-right: 4px;
}
ul#action li a:link, ul#action li a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
ul#action li a:hover, ul#action li a:active {
	color: #5071A5;
	text-decoration: underline;
}
#header {
	border-bottom: 1px solid #F9DF16;
	background-color: #FFFFFF;
}
#mainmenu {
	background-image: url(/images/menu-bg.gif);
	background-repeat: repeat-x;
	height: 30px;
	font-size: 0.9em;
}
#mainmenu ul, #submenu ul {
	margin-left: 16px;
	padding-top: 9px;
}
#mainmenu ul li, #submenu ul li {
	margin: 0px;
	padding: 0px;
	padding-right: 10px;
	list-style: none;
	float: left;
	border-right: 1px dotted #FFFFFF;
	margin-right: 10px;
}
#mainmenu ul li a:link, #mainmenu ul li a:visited, #submenu ul li a:link, #submenu ul li a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#mainmenu ul li a:hover, #mainmenu ul li a:active, #submenu ul li a:hover, #submenu ul li a:active {
	color: #F9DF16;
	text-decoration: none;
}
#submenu {
	background-image: url(/images/submenu-bg.gif);
	background-repeat: repeat-x;
	height: 20px;
	font-size: 0.9em;
}
#submenu ul {
	margin-left: 8px;
	padding-top: 2px;
}
#contentbar {
	height: 18px;
	padding: 4px 0;
	background-color: #E1E1E1;
}
#location {
	font-size: 0.8em;
	float: left;
	width: 500px;
	padding-top: 2px;
	padding-left: 4px;
}
#location a:link, #location a:visited {
	color: #0055A0;
	text-decoration: underline;
}
#location a:hover, #location a:active {
	color: #0055A0;
	text-decoration: none;
}
ul#location_left {
	float: left;
}
ul#location_left li, ul#location_right li {
	margin: 0px;
	padding: 0px;
	padding-right: 5px;
	list-style: none;
	float: left;
	margin-right: 5px;	
}
ul#location_right {
	float: right;
	margin-top: 0px;
	margin-right: -44px;
}
#search {
	width: 173px;
	border-left: 1px dotted #0055A0;
	float: right;
	padding-left: 24px;
}
#search input {
	border: 1px solid #0055A0;
	padding: 1px;
	color: #0055A0;
	font-family: Verdana, Arial, Helvertica, sans-serif, serif;
	font-size: 1em;
	margin-left: -8px;
}
#search #submit {
	vertical-align: top;
	padding-left: 8px;
	margin-top: 1px;
}
#maincontent {
	margin-top: 10px;
	clear: both;
}
#content {
	background-color: transparent;
	width: 504px;
        padding-top: 10px;
	padding-left: 16px;
	padding-right: 29px;
	border-right: 1px dotted #0055A0;
	padding-bottom: 80px;
        text-align: justify;
	color: #0055A0;
	line-height: 1.4em;
}
#content h1 {
	color: #0055A0;
	font-weight: bold;
	font-size: 1.4em;
	padding: 2px 0 6px 0;
	border-bottom: 1px dotted #0055A0;
	margin-bottom: 6px;
}
/* obsolete !!
#content p {
	text-align: justify;
	margin: 6px 0;
	color: #0055A0;
	line-height: 1.4em;
}*/
#content .img_left {
	float: left;
	border: 1px solid #0055A0;
	margin: 8px 8px 8px 0;	
}
#content .img_right {
	float: right;
	border: 1px solid #0055A0;
	margin: 8px 0 8px 8px;	
}
#content ul li {
        list-style-type: circle;
        margin-left: 25px;
        padding-bottom: 5px;
}
#snippets {
  	padding-top: 10px;
	background-color: transparent;
	width: 185px;
        float: right;
}
#snippets ul {
	width: 170px;
        top: 2px;
}
#snippets ul li.module_top {
	padding: 0;
	height: 15px;
	background-image: url(/images/module_top.gif);
}
#snippets ul li.module_bottom {
	padding: 0;
	height: 10px;
	background-image: url(/images/module_bottom.gif);
}
#snippets ul li {
	padding: 4px 6px;
	background-image: url(/images/module_middle.gif);
	background-repeat: repeat-y;
        line-height: 1.2em;
}
.team {
  font-family: Verdana, Tahoma, Arial;
  font-size: 11px;
  width: 290px;
  float:left;
  border-spacing: 2px;
  margin-left: 10px;
}
.team_holder {
	padding: 10px 15px;
}
#teammembers {
  background-color: transparent;
  float: left;
}
#teammembers ul {
  top: 2px;
  bottom: 2px;
  margin-bottom: 8px;
}
#teammembers ul li.name {
	padding: 0;
	height: 15px;
        font-style: normal;
        font-weight: bold;
        font-variant: small-caps;
}
#teammembers ul li {
        list-style-type: none;
        padding: 4px 6px;
        line-height: 1.2em;
}
#footer {
        background-image: url('/images/footer.gif');
        height: 86px;
        width: 747px;
        font-size: 0.8em;
        color: #FFFFFF;
        margin-left: auto;
        margin-right: auto;
        bottom: 0pt;
        clear: both;
}
#footer a:link, #footer a:visited {
	text-decoration: none;
	color: #FFFFFF;	
}
#footer a:active, #footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer a:active, #footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer p {
        text-align: middle;
	color: #FFFFFF;
        padding-top: 70px;
        padding-left: 250px;
}

input {
	font-family: Verdana, Arial, Helvetica, sans-serif, serif;
	font-size: 1.0em;
	color: #0055A0;
	height: 16px;
	width: 240px;
	border: 1px solid #0055A0;
}

textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif, serif;
	font-size: 1.0em;
	color: #0055A0;
	width: 450px;
	border: 1px solid #0055A0;
}

th{
  font-weight:bold;
  padding:5px;
  vertical-align: top;
}

#warning {
	position: relative;
	height: 25px;
	width: 500px;
	text-indent: 28px;
	text-align: left;
	vertical-align: 50%;
	background: #FFFFFF url('/images/warning.gif') no-repeat;
}
.warning {
	position: relative;
	top: 3px;
}

.fieldWithErrors {
  border: 2px solid red;
}