@charset "ISO-8859-1";
/* Set the selected node's font family to Verdana. */
.headerClass {font-size:77%;
color:#393939;
background-color: #FFF;/*#393939Dev. only*/
text-align: right;
float: right;
padding-top: 40px;/* same level has nav version 01*/
padding-right: 20px;/*same padding has footer version 01*/
}

.footerClass {font-size:77%;
color:#999999;
/*background-color: #393939;/*Dev. only*/
text-align: right;
height:20px;
padding-top: 40px;
padding-right: 20px;
}
/*Dev. only ref. size*/
.test10 {font-size:77%;} /* for setting 10px */
.test11 {font-size:85%;} /* for setting 11px */
.test12 {font-size:93%;} /* for setting 12px */
.test13 {font-size:100%;} /* for setting 13px */
.test14 {font-size:108%;} /* for setting 14px */
.test15 {font-size:116%;} /* for setting 15px */
.test16 {font-size:123.1%;} /* for setting 16px */
.test17 {font-size:131%;} /* for setting 17px */
.test18 {font-size:138.5%;} /* for setting 18px */
.test19 {font-size:146.5%;} /* for setting 19px */
.test20 {font-size:153.9%;} /* for setting 20px */
.test21 {font-size:161.6%;} /* for setting 21px */
.test22 {font-size:167%;} /* for setting 22px */
.test23 {font-size:174%;} /* for setting 23px */
.test24 {font-size:182%;} /* for setting 24px */
.test25 {font-size:189%;} /* for setting 25px */
.test26 {font-size:197%;} /* for setting 26px */
html {
/*background-color: #99ccff #66cc33 #ecd380;#99ccff;Dev. only*/
background-color: #99ccff;
background: url(../assets/orange_bg.png) repeat-x;
}
body {
	/*background-color: #444;Dev. only*/
	/*background: url(../assets/grey_bg.png) repeat-x;*/
}
#doc2 { 
	background: url(../assets/bg_brain.jpg) no-repeat;
	background-color: #FFF; /*Dev. only*/
	height:100%;/*Dev. only*/
		
}

A {
	color:#3080CB;
	text-decoration:none;
}
A:hover {
	text-decoration:underline;
	color:#E97E00;
}
.floatLogo {
	padding:20px 0 0 20px;
	background-color: #FFF;/*Dev. only*/
	letter-spacing:5px;
	font-size:297%;
	color:#E97E00;
	float: left;
	text-decoration:none;
}
/*CONTENT-DEV*/
.yui-u h1 {
	margin:0;
	padding:0;
	padding-top: 20px;
	font-size:138.5%;
	color:#E97E00;
}
.yui-u p {
	margin:0;
	padding:0;
	padding-top: 20px;
	padding-right: 40px;
	font-size:100%;
	color: #444;
	/*height:625px;Dev. only*/
}
#content {
	padding-top: 5px;
	padding-right: 150px;
	font-size:100%;
	color: #444;
}	
h2 {
	padding-top: 10px;
	font-size:108%;
	color:#E97E00;
}


#nav {
	padding: 45px 0px 0px 70px;
	background-color: #fff;/*393939Dev. only*/
	color:#3080CB;
}
#nav UL{
	margin:0px;
	padding:0;

}
#nav LI{
	display: inline;
	list-style-type:none;
	margin: 0px 0px 0px 20px;
	cursor: pointer;
	/*font-weight: bold;*/
}
#nav2 {
	float: left; /* since this element is floated, a width must be given */
	width: 130px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 40px 10px 0px 20px;
	color:#3080CB;
}
#nav2 UL{
	margin:0;
	padding:0;
}
#nav2 LI{
	list-style-type:none;
	cursor: pointer;
	/*font-weight: bold;*/
}
.adressBox {
	float:left;
	width:280px;
	margin-top:70px;
	margin-left:20px;
	font-style:italic;
	font-size:108%;
	font-family:Georgia;	
	color:#999999; 
	/*background-color: #F8F8F8; */

}
.googleMaps a {
	float:left;
	width:280px;
	margin-top:70px;
	margin-left:20px;
	font-size:77%;	 
	/*background-color: #F8F8F8; */

}

.rowHover {
text-decoration:none;
color:#E97E00;
}
.rowSelected {
	color:#E97E00;
}


.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#contentDesc
{ 
  padding:1em 15em 0em 0em; 
  line-height:1.4em;
  text-align:justify;
  color:#3080CB;
}

#tagCloud
{ 
  /*padding:1em 1em 0em 0em; */
  line-height:1.4em;
  text-align:justify;
}

#tagCloud a:visited {
color:#5FB5E1;
}
#tagCloud a:hover {
color:#E97E00;
}

#tagCloud a,span
{ 
  padding:0.1em; 
  border-bottom:0px;
  color:#3080CB;
/*  cursor:pointer; version 02 activate links*/
text-decoration:none;
}

#tagCloud a.cloud4,span.cloud4
{ 
  font-size:70%;/* for setting 9px */
/*  font-weight:bold; */
}
#tagCloud a.cloud3,span.cloud3
{ 
  font-size:77%;/* for setting 10px */
  color:#E97E00; 
}
#tagCloud a.cloud2,span.cloud2
{ 
  font-size:93%;/* for setting 12px */
  color:#E97E00;
}
#tagCloud a.cloud1,span.cloud1
{ 
  font-size:100%;/* for setting 13px */
  color:#E97E00;
}
#tagCloud a.cloud0,span.cloud0
{ 
  font-size:108%;/* for setting 14px */
  color:#E97E00;
}

#tagCloud a.cloud00,span.cloud00
{ 
  font-size:161.6%;/* for setting 14px */
  color:#E97E00;
}