@charset "UTF-8";
/* CSS Document */


ul.pointer {
	list-style-image:url(../images/nav-pointer.gif);
	padding-left: 15px;
	font-size: 13px;
	font-style: italic;
	margin-right: 18px;
}

ul.pointer li {
	margin-bottom: 6px;
}

.pointer ul li a {
	text-decoration: none;
	color: #5d5e5f;
	display: block;
}

.pointer ul li a:hover {
	color: #002B5C;
}

p.top a {
	text-decoration: none;
	font-weight: bold;
	background-image: url(../images/top-pointer.gif);
	background-position: right;
	padding-right: 12px;	
	background-repeat:no-repeat;
	}

p.team {
	padding-top: 20px;
	margin-top: 10px;
	margin-right: 18px;
	color: #002B5C;
	padding-bottom: 6px;
	border-bottom: 1px solid #dfdfe0;
}
p.img {
	padding-top: 20px;
	margin-top: 10px;
	border-top: 1px solid #dfdfe0;
	margin-right: 18px;
}

p.img img {
	float: left; 
	margin: 0px 20px 10px 0px;
}

h3 {
	font-weight: bold;
	font-size: 11px;
	margin-top: 10px;
	margin-bottom: 3px;
}

ul.normal {
	padding-left: 15px;
	margin-right: 18px;
	margin-bottom: 20px;
}

h1.faq {
	font-size: 16px;
	color: #002B5C;
	margin-top: 30px;
	border-bottom: 1px solid #ffffff;
	padding-bottom: 10px;
	margin-bottom: 10px;
	line-height: 1.2em;
	margin-right: 18px;
	font-weight: bold;

}

.faq{display:block}
.faq *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#eaedf4}
.faqfg{
  padding: 10px;
  }
.faqfg p{
  /*padding-bottom: 6px;*/
  border-bottom: 1px solid #b3b5ba;
  }
.faqfg a{
  text-decoration: none;
  }

div div.round {
	height: 1px;
} 

div > div.round {
	height: auto;
}

div#body-content blockquote, div#body-content ul, div#body-content ol {
	margin: 24px;
}

h5.loc {
	font-size: 16px;
	color: #FFFFFF;
	border-bottom: 1px solid #bdc6d8;
	padding-bottom: 10px;
	margin-bottom: 10px;
	line-height: 1.2em;
	margin-right: 18px;
	font-weight: bold;

}

.loc{display:block}
.loc *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#7a8cb0}
.locfg{
  color: #ffffff;
  padding: 10px;
  }
.locfg p{
  padding-bottom: 0px;
  margin-left: 4px;
  }
.locfg a{
  text-decoration: underline;
  color:#FFFFFF;
  }
p.locfg img {
	float: right; 
	margin: 0px 20px 10px 0px;
}

 table.type1 th {
	background-color: #7A8CB0;
	text-align: left;
	color: #FFFFFF;
	padding: 3px 6px;
}
table.type1 th.left {
	background-image: url(../images/corners/blue_tl.gif);
	background-repeat:no-repeat;
}
table.type1 th.right {
	background-image: url(../images/corners/blue_tr.gif);
	background-repeat:no-repeat;
	background-position: top right;
}
table.type1 td {
	padding: 3px 6px;
	border: 1px solid #7A8CB0;
	border-top: none;
}
table.type1 td.right {
	border-left: none;
}
table.type1 td.center {
	border-left: none;
	border-right: none;
}
table.type1 td.top {
	padding: 3px 6px; 
	border-top: 1px solid #7A8CB0;
}
table.blank td{
	border-right:none; 
	border-bottom:none; 
	border-left:none;
	padding: 3px 0px;
}

div.corners-light-blue {
	background-color: #e5e7f0;
}

div.corners-light-blue div.tr {
	background-image: url(../images/corners/ltblue_tr.gif);
	background-position: top right;
	background-repeat: no-repeat;	
}

div.corners-light-blue div.tl {
	background-image: url(../images/corners/ltblue_tl.gif);
	background-position: top left;
	background-repeat: no-repeat;	
}

div.corners-light-blue div.br {
	background-image: url(../images/corners/ltblue_br.gif);
	background-position: bottom right;
	background-repeat: no-repeat;	
}

div.corners-light-blue div.bl {
	background-image: url(../images/corners/ltblue_bl.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}

div.corners-blue {
	background-color: #7a8cb0;
}

div.corners-blue div.tr {
	background-image: url(../images/corners/blue_tr.gif);
	background-position: top right;
	background-repeat: no-repeat;	
}

div.corners-blue div.tl {
	background-image: url(../images/corners/blue_tl.gif);
	background-position: top left;
	background-repeat: no-repeat;	
}

div.corners-blue div.br {
	background-image: url(../images/corners/blue_br.gif);
	background-position: bottom right;
	background-repeat: no-repeat;	
}

div.corners-blue div.bl {
	background-image: url(../images/corners/blue_bl.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}




