@charset "utf-8";
/* Design for side columns of 200px
body          {text-align:center; font:100% tahoma, verdana, sans-serif; background-color:#e0e0e0; color:#303030;}
.main	      {width:980px;}
.columns      {width:195px; float:left; padding:10px; position:relative; z-index:100; overflow:auto;}
.float        {float:left; display:inline;}
.topBottomBdr {border:#d8d8d8 solid; border-width:1px 0px 1px 0px;}
.leftRightBdr {border:#d8d8d8 solid; border-width:0px 1px 0px 1px;}
.content      {margin:15px;}

#wrap   {margin-left:auto; margin-right:auto; text-align:left;}
#float  {background-color:#fff;}
#center {margin-left:220px; margin-right:220px; width:540px; background-color:#FFF;}
#left   {margin-left:-220px;}
#right  {margin-right:-220px; float:right;}
#header {width:100%; height:169px; background-color:#FFF; border: solid 1px blue;}
#footer {width:100%; height:40px; background-color:#FFF; text-align:center;}
*/

/* Design for side columns of 240px
body          {text-align:center; font:100% tahoma, verdana, sans-serif; background-color:#e0e0e0; color:#303030;}
.main	      {width:980px !important; width:982px;}
.columns      {width:215px; float:left; padding:10px; position:relative; z-index:100; overflow:auto;}
.float        {float:left; display:inline;}
.topBottomBdr {border:#d8d8d8 solid; border-width:1px 0px 1px 0px;}
.leftRightBdr {border:#d8d8d8 solid; border-width:0px 1px 0px 1px;}
.content      {margin:15px;}

#wrap   {margin-left:auto; margin-right:auto; text-align:left;}
#float  {background-color:#fff;}
#center {margin-left:240px; margin-right:240px; width:500px!important; width:; background-color:#FFF;}
#left   {margin-left:-240px;}
#right  {margin-right:-240px; float:right;}
#header {width:100%; height:169px; background-color:#FFF; border: solid 1px blue;}
#footer {width:100%; height:40px; background-color:#FFF; text-align:center;}
*/

/*** Design for side columns of 220px ***/
body          {text-align:center; font:100% tahoma, verdana, sans-serif; background-color:#e0e0e0; color:#303030;}
.main	      {width:980px !important; width:982px;}
.columns      {width:205px; float:left; padding:10px; position:relative; z-index:100; /* overflow:auto; */ }
.float        {float:left; display:inline;}
.topBottomBdr {border:#d8d8d8 solid; border-width:1px 0px 1px 0px;}
.leftRightBdr {border:#d8d8d8 solid; border-width:0px 1px 0px 1px;}
.content      {margin:15px; .margin:7.5px;}

#wrap   {margin-left:auto; margin-right:auto; text-align:left;}
#float  {background-color:#fff;}
#center {margin-left:230px; margin-right:230px; width:520px!important; width:; background-color:#FFF;}
#left   {margin-left:-230px;}
#right  {margin-right:-230px; float:right;}
#header {width:100%; height:169px; background-color:#FFF;}
#footer {width:100%; height:40px; background-color:#FFF; text-align:center;}


.topbar {
	position: relative;
	width: 100%;
	height: 30px;
	background-color: #425985;
	padding: 0;
	color: #fff;	
}
.topbar h2 {
	display: inline; 
/*	position:fixed;
	top: -4px;
	#top: 18px;	*/
	padding-left: 1.3em;
	font-size: 1.2em;
}
#masthead {
	position: relative;
	height: 90px;
	padding: 10px;
}
.logo { /* this class is to position the FOB logo in the header */ 
	width: 168px;
	height: 69px;
	margin-top: 10px;
	float:left;
}
.bannertop { /* this class is to position the FOB logo in the header */ 
	float: right;
	width: 728px;
	height: 90px;
} 

/* Main navigation horizontal menu rules
--------------------------------------------------------------- */
#navigation {
	background: #233f6f url(img/design/franja.gif) top left repeat-x; 
/*	float: left; */
	width:100%;
	height: 28px;
	border: 0;
	color: #fff;
 	text-align: center;
 	padding: 0;
 	margin: 0;
 	font-size:0.8em;

}
#nav {
	width: 968px;
	margin: 0; /* updated by Greg Maloney on 09/09/08 */
	padding: 5px 0 0 22px;
	.padding-top: 5px 0 0 11px;
	float: left;
	display: inline;
	list-style: none;
/*	background: #a5be0e; */
	font-size: 0.95em;
}
#nav li {
	float: left;
	display: inline;
/*	margin: 0 6px 0 0; */
	margin: 0 12px 0 0;
	padding: 0;
	line-height: normal;
}
#nav li a {
	position: relative;
	display: block;
	margin: 0;
	padding: 3px 10px 9px 10px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	border-bottom:0 dotted #505050;
}
/* Hovers & Current Tab: sfhover class added with JS (for old IE)
--------------------------------------------------------------- */
#nav li:hover, #nav li.sfhover, #nav li.current {
	background: #fff url(img/design/nav_on_left2.gif) no-repeat left top;
}
#nav li:hover a, #nav li.sfhover a, #nav li.current a {
	color: #476591;
	background: url(img/design/nav_on_right2.gif) no-repeat right top;
}

#nav li.first { /* margin-right: 25em; */ margin-left:11.5em;} 


/* Left side bar vertical menu rules
--------------------------------------------------------------- */
.sidelink {
 text-align:left;
 display:block;
 width:180px;
 background:#f0f0f0 url(img/design/corner.gif) top right no-repeat;
 padding:3px 4px 3px 8px;
 margin:5px 10px 0 0;
 border:none;
 font-size:0.8em;
}

.sidelink:hover {
 background:#e0e0e0 url(img/design/corner.gif) top right no-repeat;
 text-decoration:none;
 border:none;
}

.activesidelink {
 color:#ffffff;
 text-align:left;
 display:block;
 width:180px;
 padding:3px 4px 4px 8px;
 margin:5px 10px 6px 0;
 text-decoration:none;
 background:#999 url(img/design/corner.gif) top right no-repeat;
 font-size:0.8em;
}

.activesidelink:hover {
 text-decoration:none;
 color:#ffffff;
 background:#999 url(img/design/corner.gif) top right no-repeat;
 border:none;
}


/* Rules for the content of the left sidebar
--------------------------------------------------------------- */
.leftcol a {
 margin-left:auto;
 margin-right:auto;
 border-bottom:0px solid;
}
.leftcol h3 {
 margin-left:0.7em;
 margin-top:0.6em;
 #margin-top:1.2em;
 margin-bottom:0.3em;
 font-size:1em;
}


/* Advertisment rules for the sidebars
--------------------------------------------------------------- */

.square200 {
 position: relative;
 /* width: 196px;
 height: 196px; */
 width: 200px;
 height: 200px;
 margin: 50px auto 0 auto; 
 text-align: center;
 padding: 2px;
 background-color: #f0f0f0;
 border: 1px solid #d8d8d8;
}
/* 
#left .square200 {
 margin-left: 2px; 
 #left: 0;
 _left: 0; 
}*/

#right .square200 {
 left: -3px;
 #left: 3px;
 _left: 3px;
}

.rectangle160x600 {
 position: relative;
 width: 160px;
 height: 600px;
 margin: 50px auto 0 auto;
 text-align: center;
 padding: 2px;
 background-color: #f0f0f0;
 border: 1px solid #d8d8d8;
}

#right .rectangle160x600 {
 left: -3px;
 #left: 3px;
 _left: 3px;
}

	
/*** Right banner ads ***/ /*
#rightcol {
 width:100%;
 text-align: center;
 border: 1px solid orange;
}
.rightad {
 width: 200px;
 height: 200px;
 margin: 50px auto 0 auto;
 padding:2px;
 background-color:#f0f0f0;
 border:1px solid #d8d8d8;
}
*/


#footer a {
 color:#808080;
}

#footer a:hover {
 color:#303030;
}

#footer p {
 padding-top: 1em;
 color:#808080;
 font-size:0.7em;
}


/* Links rules for the pages
--------------------------------------------------------------- */
a {
 color:#303030;
 text-decoration:none;
 border-bottom:1px dotted #505050;
}
a:hover {
 color:#303030;
 text-decoration:none;
 border-bottom:1px solid #505050;
}


/* Rules for hiding elements of the pages
--------------------------------------------------------------- */
.hide {
 display:none;
}


/* Content column rules for inside elements
--------------------------------------------------------------- */
#content h1 {
 font-size:1.4em;
}

#content h2 {
 font-size:1.2em;
}

#content h3 {
 font-size:1em;

}

#content p {
 font-size:0.9em;
 line-height:1.2em;
}

.block {
 background:#f0f0f0;
 padding:10px;
}

#content ul {
 font-size:0.8em;
 font-style:italic;
}

#content ul.faqs {
 padding-right: 10px; 	
 list-style-type:square;
 font-size:0.8em;
 font-style:italic;
 padding-top: 0px;
}

#content ul.faqs li {
 padding-top: 4px; 
}

div.texter {
 font-size:0.75em;
 font-style:italic;
}

.mainExpand {
  cursor:hand;
  cursor:pointer;
  font: bold .8em verdana, arial, helvetica, sans-serif;
  margin-bottom: 7px;
}

/* Content column rules for pictures
--------------------------------------------------------------- */

.photo {
 padding:2px;
 margin:8px 0;
 background-color:#f0f0f0;
 border:1px solid #d8d8d8;
}

.floatleft {
 float:left;
 margin-right: 8px;
}

.floatright {
 float:right;
 margin-left: 8px;
}

.floatcenter
{
margin: 0 auto;
text-align: center;
}

.floatcenter_nofra
{
margin: 0 auto -20px auto;
text-align: center;
}