/********************************************************************************
Link Styling
*********************************************************************************/
a,
a:link,
a:visited
{ background-color: transparent; color: #07519a; text-decoration: none;}

a:hover,
a:hover span
{ text-decoration: underline;}

a:active
{ color: #090;}

a span,
a:link span
{ color: #e85f17;}


/********************************************************************************
Body styling
*********************************************************************************/

body
{
  color: #333;
  font-family: '‚l‚r ‚oƒSƒVƒbƒN',sans-serif;
  font-size: 75%;
  margin: 0;
  padding: 0;

}

big, 
body,
small 
{
  line-height: 1.2em;
}

input,
select,
textarea 
{
  font-size: 100%;
  padding: 0.2em;
}


#wrapper
{
  margin: 0 auto;
  text-align: left;
  width:784px;
}

#page:after,
.cf:after, 
ul.cf li:after
{ clear: both; content: "."; display: block; height: 0; visibility: hidden;}

/********************************************************************************
Headings
*********************************************************************************/
h1,
h2,
h3,
h4,
h5,
h6 
{ color: #666; font-size: 100%; margin: 0; padding: 0;}

/********************************************************************************
These slot templates have no layouts, per se, but they do require default style
so we just define them in general.css for ease and consistency.
*********************************************************************************/

.abs 
{ color: #333;}

.imgmap img
{ border: none;}

.linkedimg a:hover 
{ text-decoration: none;}

.linkedimg a img
{ border: 1px solid #07519a;}



/********************************************************************************
Rule around the page
*********************************************************************************/
#page 
{
  border: 1px solid #aacbee; 
  border-top: none;
  width:782px;
}



/********************************************************************************
New subfoot region that appears on all page types, spanning content areas
*********************************************************************************/
#subfoot
{
  clear: both;
  font-size:95%;
}
#subfoot p {
margin:0; padding: 0;
line-height:1;
color:#666;
}
#subfoot p.cprt {
margin-top:0.2em;
}

#subfoot p.disclaimer {
margin-top:1em;
margin-bottom:0.5em;
}

/* ------------------------------------------------------------------
Source File: page_layout\gtp_06.css 
---------------------------------------------------------------------*/
#foot
{
  clear: left;
}

.page6 #area1, 
.page6 #area2
{
  float: left;
}


/* ------------------------------------------------------------------
Source File: navigation_layout\gtl_03.css 
Horizontal, nested support
---------------------------------------------------------------------*/
.nav3 {}
.nav3 li a { background: url(../img/pipe-fff.gif) repeat-y 100% 0; color: #fff !important; padding: 0 10px 0 9px; }
.nav3 li.last a,.nav3 li.preselected a,.nav3 li.selected a { background-image: none;}
.nav3 li.selected a { color: #07519a !important; padding: 0 9px;}
.nav3 ul ul li a,.nav3 ul li.selected ul li a { background-image: none; color: #07519a !important; margin: 0; padding: 0 5px;}
.nav3 ul li ul li.first a { margin-left: 0; padding-left: 9px; padding-right: 5px;}
.nav3 li{ font-size:12px; display: inline; line-height: 20px; padding: 4px 0px 4px 1px; /*float:left;*/}
.nav3 li.first { margin-left: 2px;}
.nav3 li.expanded,.nav3 li.selected{ background-color: #ebf3fb; color: #07519a !important; font-weight: bold;}
.nav3 ul ul li{ font-weight: normal; margin: 0; padding: 0;}
.nav3 ul{ background-color: #06c; /*border-top: 2px solid #06c;*/ display: block; float: left; list-style-type: none; margin: 0; padding: 0; padding-top:2px;width: 100%;}
.nav3 ul ul{ background-color: #ebf3fb; border-bottom: 1px solid #aacbee; border-top: none;}

/* ------------------------------------------------------------------
maincontent
---------------------------------------------------------------------*/
#content {padding:6px;}
#maincontent p {margin:0; padding: 0; margin-bottom:1.5em; margin-top:0.5em; line-height:1.3;}
