/* CSS-positioning for fused networks */
/* Created 07-09-2007 */
/* Author: Sharon Lee - poptech/cyonix */

/****** general ******/
body {
	font-size: 97%;
    color: #6F7278;
    font-family:Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family:  Tahoma, Verdana, Arial, serif;
}

h1 { font-size: 1.1em; font-weight: bold;}
h2 {  font-size:1.05em;}
h3 {  font-size:.99em;}
h4 {  font-size:.95em;}
h5 {  font-size: .90em;}
h6 {  font-size: .83em;}

li, blockquote { 
  margin-left: 40px; 
  }

p, blockquote, label, li, dd{
	font-size: .87em;
}

a {
	color: #002F59;
	text-decoration: none;
	border-bottom: 1px dotted;
}

a:hover {
	text-decoration:none;
    color: #00A2D9;
	border-bottom: 1px solid;
}

/****** containers ******/
#header {
	background: #fff;
}

#header ul#utility li a {
	color: #002F59; 
	font-size: 70%;   border-bottom: none;
}

#header ul#utility li a:hover {
	color: #00A2D9; 
	font-size: 70%;

}

#header ul#utility li a.noborder {
	border: none;
}

/****** search ******/
form.search {
  font-size: 88%;
 }

form.search .submit, form.genForm .submit {
	color: #fff;	
    font-size: 90%;
   font-weight: bold;
}


#mid-content p {
font-size: 93%;
}

#mid-content h2 {
    color: #fff;
    font-weight: bold;
   font-size: 93%;
}

#footer ul li a {
	color: #002F59; 
	font-size: 70%;
	border-bottom: none;
}


#footer ul li a:hover {
  color: #00A2D9;
}
#footer ul li a.noborder {
	border: none;
}

#feature-content1 h1, #feature-content2 h1 {
   font-weight: normal;
   font-size: 110%;
   color: #002F59;
 
}


#feature-content1 a, #feature-content2 a {
	border-bottom: none;
}

#feature-content1 a:hover, #feature-content2 a:hover {
  text-decoration: underline;
}

#feature-content1 p, #feature-content2 p {
	font-size: 88%;
}

/***** site map ******/
.sitemap {
	list-style:none;
}

ul.sitemap li {
 list-style:none;
}

.sitemap li {
	font-size:.9em;
}

.sitemap li {
	list-style:none;
}

/***** sub nav *******/

dl.feature dt  {
    font-weight: bold;
	font-size: 80%;
}

ul.subnav {
	list-style-type:none;
    font-size: 1em;
    font-family: Helvetica, Verdana, Arial, sans-serif;
}

ul.subnav li {
   list-style:none;
	font-size: 90%;
}

ul.subnav li a {
    list-style:none;
	font-size: .92em;
}

.subnav li a:hover {
    text-decoration:none;
}


div.footernav li {
	display:inline;	   
    font-size: 65%;
}
/****** main nav ******/

#navigation a {
	color: #000;
	text-decoration: none;
    border-bottom: none !important;
	color: #fff;
    font-family:Arial, Helvetica, sans-serif;
}

#navigation a:hover, #navigation li.selected a{
	color: #006FA3;

}

#navigation ul {
	list-style: none;
}

#navigation li {
	float: left;
	list-style-type: none;
    font-size: .78em;
}

/****** subnav ******/

.subnav{
	font-size: 90%;
}

.subnav .navbar li {
	list-style-type: none;
	font-size: .95em;
}

.subnav ul.navbar li.first {
	font-weight: bold;
}

.subnav ul.navbar li a, ul.navbar a:visited {
	text-decoration:none;
}

.feature-box h4, .feature-box .title  {
    font-size: .8em;
	font-weight: bold;
}

.feature-box p{
    font-size: .8em;
}

div.feature-box a {
	font-weight: bold;
	text-decoration: none;
}


/***** site map ******/

/***** news and product list ******/

.news-list dt {
	font-size: 83%;
}


.news-list dt a { 
font-weight: bold; 
 }

.genForm .notes h3 {
	font-size:1em;
}
.genForm legend {
	font-size:.86em;
}


.genForm fieldset  fieldset input {
	border:none;
}



