/*IBREA CSS File*/

/*-------------------------------------------------------------------------------*/
/* Basic page building blocks ---------------------------------------------------*/
/*-------------------------------------------------------------------------------*/
body 
{
  /* background: #dddddd;*/
}

#container
{  
  align:center;
  width:951px;
  /*border: 1px solid #888888;*/
/*  background-image:url(../images/mid_bg.gif);*/
  /*background-color:#eeeeee;*/
  overflow:auto;
  margin:auto;
}


#head
{
  background-color:#ffffff;
  width:950px;
  height:90px;
}

#logo
{
   width:300px;
   height:80px;
   padding: 5px;
}

#nav
{
  width:950px;
  height:24px;
  float:left;
}

#flash
{
  width:950px;
  height:155px;
  float:left;
}

#language
{
  padding:5px;
  width:40px;
  height: 20px;
  float:right;
}

#left
{
   width:170px;
   float:left;
   background-color:#eeeeee;
  /* ;background-image:url(../images/mid_bg.gif)*/
}

#leftHome {
	width:170px;
	float:left;
	padding-top:41px;
}

#signin{
   width:160px;
   height: 120px;
   padding: 20px 0px 0px 10px;
   font-family: Verdana,Arial,Sans-serif;
   font-size:10px;color:#666666; 
}

div#signin a, a:link, a:active, a:visited, a:hover
{font-family: Verdana,Arial,Sans-serif;
font-size:12px;color:#666666;}
div#signin ul {list-style:none; margin-left: 0; padding-left: 1em; text-indent: -.5em;}
div#signin ul li a:hover {color:#0a70b2;}

div#signin .submitbutton{
 background-color:#0a70b2;
 color:white;font-family: Verdana,Arial,Sans-serif;
font-size:10px;
}

#content{
   background-color:white;
   width:781px;
   font-family: "Trebuchet MS",Verdana,Arial,Sans-serif;
   font-size:12px;
   color:#666666;
   float:left;
}


div#content h1 {
font-family: "Trebuchet MS",Verdana,Arial,Sans-serif;
font-size:16px;
line-height:16px;
color:#0a70b2;
}

div#content h2 {
font-family: "Trebuchet MS",Verdana,Arial,Sans-serif;
font-size:14px;
line-height:16px;
color:#0a70b2;
}

div#content h3 {
font-family: "Trebuchet MS",Verdana,Arial,Sans-serif;
font-size:14px;
line-height:16px;
color:#0a70b2;
}

#center {padding: 20px 5px 10px 10px;width:734;float:left;}

#content_center {padding: 20px 10px 10px 10px;}
#col1 {width: 290px;float:left;font-family: "Trebuchet MS",Verdana,Arial,Sans-serif;
font-size:12px;
color:#666666; 
}

#col2 {padding: 0px 0px 0px 10px;width: 235px;float:left;font-family: "Trebuchet MS",Verdana,Arial,Sans-serif;
font-size:12px;
color:#666666;}

#col3 {width: 225px;float:right;clear:right;font-family: "Trebuchet MS",Verdana,Arial,Sans-serif;
font-size:12px;
color:#666666;}

div#col1 h1 {
font-family: "Trebuchet MS",Verdana,Arial,Sans-serif;
font-size:16px;
line-height:16px;
color:#666666;
}

div#col2 h1 {
font-family: "Trebuchet MS",Verdana,Arial,Sans-serif;
font-size:16px;
line-height:16px;
color:#666666;
}

div#col3 h1 {
font-family: "Trebuchet MS",Verdana,Arial,Sans-serif;
font-size:16px;
line-height:16px;
color:#666666;
}


div#col1 a, a:link, a:active, a:visited, a:hover {color:#ffffff;}
div#col2 a, a:link, a:active, a:visited, a:hover {color:#ffffff;}
div#col3 a, a:link, a:active, a:visited, a:hover {color:#ffffff;}

#right{
      float:right;
      margin: 20px 10px 10px 10px;
      padding: 0px 0px 0px 0px;
      width:134px;
      text-align: center;
      font-family: Verdana, Arial, Helvetica, sans-serif;
      font-size: 12px;
      color: #666666; 
      height:218px;
      border:2px solid silver;
      -moz-border-radius: 0em 0em 1em 1em;
      border-radius-bottomleft: 1em;
      border-radius-bottomright: 1em;
      padding: .5em;
      position: relative;
      z-index: 101;
      }

/*-------------------------------------------------------------------------------*/
/* Bottom Menu - currently static --------------------------------------------*/
/*-------------------------------------------------------------------------------*/
#footer{  
      padding:0px 0px 0px 20px;
      margin:0px 0px 0px 0px;
      font-family: Verdana, Arial, Helvetica, sans-serif;
      font-size: 12px;
      /*background-image:url(../images/main_footer.png);*/
      height:20px;
      width:930px;
      float:left;
	}

div#footer a:hover {
	text-decoration: none;
	color: #003399;
font-family: Verdana, Arial, Helvetica, sans-serif;
      font-size: 12px;
}

div#footer a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
        color:#2a2a2a;
}


/*-------------------------------------------------------------------------------*/
/* Tab box layout ----------------------------------------------------------*/
/*-------------------------------------------------------------------------------*/

div.tabBox {}

div.tabArea {
  font-size: 12px;
  padding: 0px 0px 3px 0px;
/*background-image:url(../images/news_bg.jpg);*/
background-repeat:x-repeat;
}

a.tab {
  background-color: #21b24b;
  border: 2px solid #000000;
  border-bottom-width: 0px;
 /* border-color: #f0d0ff #b090e0 #b090e0 #f0d0ff;*/
  border-color: #3fc91f #107f28 #107f28 #3fc91f;
  -moz-border-radius: 0em 0em 0em 0em;
  border-radius-topleft: 0em;
  border-radius-topright: 0em;
  padding: 2px 1em 2px 1em;
  position: relative;
  text-decoration: none;
  top: 3px;
  z-index: 100;
  color:#ffffff;
  font-size:11px;
}

a.tab, a.tab:visited {
  color: #ffffff;
}

a.tab:hover {
  background-color: #107f30;
  border-color: #3fc91f #107f28 #107f28 #3fc91f;
  color: #ffffff;
}

a.tab.activeTab, a.tab.activeTab:hover, a.tab.activeTab:visited {
  background-color: #107f30;
  border-color: #3fc91f #107f28 #107f28 #3fc91f;
  color: #ffffff;
}

a.tab.activeTab {
  padding-bottom: 4px;
  top: 1px;
  z-index: 102;
  colorL#ffffff;
}

div.tabMain {
/*  background-color: #9070c0;*/
  border: 2px solid;
/*  border-color: #b090e0 #7050a0 #7050a0 #b090e0;*/
  border-color: silver;
  -moz-border-radius: 0em 0em 1em 1em;
  border-radius-bottomleft: 1em;
  border-radius-bottomright: 1em;
  padding: .5em;
  position: relative;
  z-index: 101;
/*background-image:url(../images/news_bg.jpg);*/
background-repeat:x-repeat;
}

div.tabIframeWrapper {
  width: 100%;
}

iframe.tabContent {
  width: 100%;
  height: 36ex;
}


/*-------------------------------------------------------------------------------*/
/* Iframe layout ----------------------------------------------------------*/
/*-------------------------------------------------------------------------------*/

div#iframe_content { 
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height:12px;
color:#666666;
background-image:url(../images/news_bg.jpg);
background-repeat:x-repeat;
width:274px;
height:100%;
overflow:hidden;
}

div#iframe_content a, a:link, a:active, a:visited, a:hover {color:#666666;}

div#iframe_content ul {
font-family: Verdana,Arial,Sans-serif;
font-size:12px;
line-height: 14px;
color:#666666;
margin-left: 0; padding-left: 20px;
}

div#iframe_content h1 {
font-family: "Trebuchet MS",Verdana,Arial,Sans-serif;
font-size:16px;
line-height:16px;
color:#0a70b2;
}

div#iframe_content h2 {
font-family: "Trebuchet MS",Verdana,Arial,Sans-serif;
font-size:14px;
line-height:16px;
color:#0a70b2;
}

div#iframe_content h3 {
font-family: "Trebuchet MS",Verdana,Arial,Sans-serif;
font-size:14px;
line-height:16px;
color:#0a70b2;
}

div.quickItem {
	width: 170px;
	height: 24px;
	clear: left;
	background-color:#21b24b;
}

div.quickItem a {
	font-size: 10px;	
	line-height: 24px;	
	color: #ffffff;
	text-decoration: none;
	padding: 0px 0px 0px 10px;
}

 div.box div.boxDivider {
	/* margin: 2px 0px 2px 0px; */
	clear: left;
	height: 3px;
	background-image: url(images/construction/boxDividerDotted.gif);
	line-height: 0%;
	font-size: 0px;
}

 div.box div.boxImageCenter{
	padding: 4px 0px 4px 0px;
	clear: left;
	text-align: center;
}

 div.box div.boxImageCenter img {
	border: 1px;
	border-style: solid;
	border-color: #999999;	
}

 div.box div.boxCenter{
	padding: 2px 0px 2px 0px;
	clear: left;
	text-align: center;
	padding: 4px 4px 4px 4px;
}

 div.box div.boxContent p,  div.box div.boxContent p strong, div.boxContent a{
	font-size: 12px;
	line-height: 13px;
	color: #333333;
}

div.box div.boxContent p {
	margin: 2px 2px 4px 6px;
	margin: 0px;
	padding: 4px;
}

div.button{
	clear: left;
	padding: 1px;
}

div.buttonleft{
	clear: left;
	padding: 4px;
}

.calendarHeader { font-size:12px;font-weight: bolder; color: #0a70b2;} .calendarToday { font-size:12px;background-color: #FFFFFF; } 
.calendar {font-size:12px;border:1px solid gray;}

#breadcrumbs {font-size: 8px; color:#0a70b2;}
#breadcrumbs a {font-size: 8px; color:#0a70b2;}