* {
  margin: 0;
  padding: 0;
}

body {
  color: #333333;
  font-family: arial;
  font-size: 12px;
  line-height: 1.5em;
}

p {
margin: 16px 0px;
}

h1 {
  font-family: georgia;
  font-size: 28px;
  letter-spacing: -1px;
  font-weight: normal;
  line-height: 1.2;
}

h3 {
  font-size: 14px;
  margin-bottom: 8px;
}

h4 {
  margin-bottom: 8px;
}

a {
	color: #2B53A8;
}

#header {
  background-image: url(/images/hdr-shade.png);
  background-repeat: repeat-x;
  height: 130px;
  border-bottom: 1px solid #666666;
}

.headerwrap {
  width: 900px;
  margin: 0px auto;
}

.marginwrap {
  width: 900px;
  margin: 0px auto;
  overflow: hidden;
}

.clear {
  clear: both;
}

#logo {
  float: left;
  margin-top: 30px;
  height: 67px;
}

#logo img {
	border: none;
}

#tagline {
  float: right;
  font-family: georgia;
  font-size: 13px;
  font-style: italic;
  font-weight: bold;
  margin-top: 50px;
  margin-right: 5px;
}

#leader {
	background-image: url('/images/leader.png');
	background-repeat: no-repeat;
	width: 897px;
	height: 203px;
	margin-bottom: 20px;
}

#leader #message {
	width: 515px;
	padding-top: 25px;
	padding-left: 30px;
	font-size: 16px;
	line-height: 1.5;
}

#leader h1 {
	font-size: 24px;	
}

/*** MENU STYLES ***/
.sf-menu, .sf-menu * {
	margin:     0;
  padding:    0;
  list-style:   none;
 font-family: georgia;
 font-size: 13px;
}

.sf-menu li {
  float:      left;
  position:   relative;
  width: 223px;
  height: 33px;  
  float: left;
  background-image: url(/images/nav-shade.png);
  background-repeat: repeat-x;  
  border-left: 1px solid #666666;
  border-top: 1px solid #666666;
  text-align: center;
  list-style-type: none;
  padding-top: 0px;
  color: #ffffff;
  cursor: pointer;
}

.sf-menu li:hover {
  visibility:   inherit; /* fixes IE7 'sticky bug' */
  background-color: #8D1803;
}

.sf-menu a {
  display: block;
  position: relative;
  text-decoration: none;
  color: #FFFFFF;
  height: 27px;
  padding: 6px 0px 0px 0px;
  outline: none;
}

.sf-menu ul li a {
  display: block;
  color: #3366CC;
 }

.sf-menu ul li:hover a{
  visibility:   inherit; /* fixes IE7 'sticky bug' */
  color: #FFFFFF;
}

.sf-menu ul {
  position:   absolute;
  top:      -999em;
  width:      224px; /* left offset of submenus need to match (see below) */
}

.sf-menu ul li {
  width: 208px;
  height: 32px;
  background-color: #FFFFFF;
  background-image: none;
  border-left: 1px solid #666666;
  border-right: 1px solid #666666;
  border-top: 0;
  position:   relative;  
  left: -1px;
  padding-top: 0px;
  padding-left: 15px;
  text-align: left;
}

.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
  left:     0;
  top:      33px; /* match top ul list item height */
  z-index:    99;
}


/*** shadows for all but IE6 ***/
.sf-shadow ul {
  background: url('/images/shadow.png') no-repeat bottom right;
  padding: 0 8px 9px 0;
  -moz-border-radius-bottomleft: 17px;
  -moz-border-radius-topright: 17px;
  -webkit-border-top-right-radius: 17px;
  -webkit-border-bottom-left-radius: 17px;
}

.sf-shadow ul.sf-shadow-off {
  background: transparent;
}

/** Breadcrumb **/

#crumb {
  padding: 15px 0px;
  font-size: 11px;
  color: #999999;
}

#crumb a {
  font-size: 11px;
  color: #999999;
}

.sectionheader {
  overflow: hidden;
}

.sectionheader p {
  width: 660px;
}

#sectionmain {
  float: left;
  width: 660px;
  margin-bottom: 15px;
}

.card {
  width: 608px;
  border: 1px solid #DDDDDD;
  padding: 15px 25px;
  margin-bottom: 20px;
  overflow: hidden;
}

.reviewbg {
  background-image: url(/images/leaf-bg.png);
  background-repeat: no-repeat;
  background-position: 50px 335px;
}


.card .title { 
  font-size: 20px; 
  padding-bottom: 20px;
}

.card .links { 
  float:left; 
  width:150px;
  text-align: center;
}

.card .links img {
  padding-bottom: 15px;
  border: none;
}

.card .data { 
  float: right;
  width:430px;
}

.card .detail {
  background-image:url(/images/detail-shade.gif);
  background-repeat:repeat-x;
  background-color: #FFFFFF;
  border:1px solid #CCCCCC;
  height: 55px;
  margin-bottom: 15px;
  line-height: 1.5em;
}

.detail table {
  width: 430px;
  margin-top: 8px;
}

.detail table th {
  font-size: 11px;
  font-weight: normal;
}

.detail table td {
  text-align: center;
  font-size: 12px;
  font-weight: bold;
}

.detail table .middlecell {
  border-left: 1px solid #E2E1DD;
  border-right: 1px solid #E2E1DD;
}

.copy {
  margin-bottom: 25px;
}

.copy ul {
  list-style-type: square;
  list-style-position: outside;
  margin-left: 12px;
  color: #EC1E24;
  font-size: smaller;
}

.copy li {
  margin-bottom: 5px;
}

.copy li span {
  color: #333333;
  font-size: 12px;
}

.cardtable {
	border: 1px solid #ddd;
}

.cardtable thead th {
	font-weight: bold;
	text-align: center;
	background-color: #EEEEEE;
	padding: 5px;
}

.cardtable td {
	border-left: 1px solid #ddd;
}

.cardtable th, .cardtable td {
	border-bottom: 1px solid #ddd;
}

.cardtable th {
	font-weight: normal;
	text-align: left;
	padding: 15px 5px 15px 0px;
}

.cardtable th img {
	width: 80px;
}

.cardtable td {
	width: 80px;
	text-align: center;
}

.cardtable img {
	padding-left: 15px;
	padding-right: 10px;
}

.cardtable .even th,
.cardtable .even td {
	background-color: #EEEEEE;
}

.review {

}

.applytext {
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  background-color: #EEEEEE;
  padding: 15px;
  text-align: center;
  margin: 25px 0px;
  line-height: 2em;
}

.applytext a {
  font-size: 18px;
}


#cardscroll {
  margin: 0 auto;
  height: 100px;
  width: 560px;
}

#cardscroll .left {
  float: left;
  padding-top: 25px;
  width: 30px;
}

#cardscroll .right {
  float: right;
  padding-top: 25px;
  width: 30px;
  text-align: right;
}

#cardscroll .featured {
  float: left;
  height: 100px;
  width: 500px;
  overflow: hidden;
}

#cardscroll .item {
	width: 500px;
}

#cardscroll .item span {
	margin-left: 28px;
	width: 125px;
}


#cardscroll img {
  border: none;
}

.issuer {
	border-bottom: 1px dashed #DDDDDD;
	margin: 25px 0px;
	overflow: hidden;
}

.issuer img {
	float: right;
	padding: 0px 15px 0px 25px;
}

.category {
	border-bottom: 1px dashed #DDDDDD;
	margin: 25px 0px;
	overflow: hidden;
}

.category img {
	float: right;
	padding: 0px 35px;
}

.pageblock {
	border: 1px solid #dddddd;
	background-color: #eeeeee;
	padding: 15px;
	margin-bottom: 15px;
}

.disclaimer {
  font-size: small;
  font-style: italic;
  color: #c0c0c0;
  margin: 15px;
}

.tip {
	margin: 25px 0px;
	font-size: 16px;
	line-height: 1.5;
}

.tip img {
	float: right;
	padding-left: 15px;
}

#tdform {
	padding: 10px 0px;
}

#tdform fieldset {
	border: 1px solid #DDDDDD;
	background-color: #EEEEEE;
	padding: 20px 30px;
}

#tdform #formtag {
	border-bottom: 1px dashed #ccc;
}

#tdform h2 {
	margin: 0;
	padding: 0px 0px 10px 0px;
}

#tdform label {
	width: 200px;
	float: left;
	font-weight: bold;
}

#tdform div {
	margin-bottom: 20px;
}

#tdform .hidden {
	visibility: hidden;
}

fieldset p {
	color: #CC0000;
}

.customer_service {
	margin-bottom: 20px;
}

.customer_service td {
	width: 165px;
	text-align: center;
	padding: 12px 0px 12px 0px;
	border-bottom: 1px dashed #ccc;	
}

.pages {

}

.pages ul {
	margin: 20px 40px;
}

.pages li {
	list-style-type: square;
}

#sidebar {
  width:225px;
  float:right;
}

.sbbox {
  border:1px solid #DDDDDD;
  padding: 12px;
  margin-bottom: 15px;
}

.sbbox ol {
	margin-left: 23px;
	margin-top: 10px;
}

.sbbox li {
  list-style-type: decimal;
  list-style-position: outside;
  padding: 3px 0px 3px 0px;
  color: #666666;
  font-size: 11px;
 }

.sbbox .categoryicon {
	float: left;
	padding: 0px 10px 0px 5px;
}

.ads {
	margin-bottom: 15px;
}

.top5 {
	background-image: url(/images/top5.png);
	background-repeat: no-repeat;
	background-color: #eee;
	background-position: 5px 50%;
	border: 1px solid #ddd;
	text-align: center;
	padding: 5px 0px 5px 63px;
	margin-top: 25px;
}

.sitemap {
	padding-left: 100px;
}

.sitemap ul {
	padding-left: 40px;
	padding-bottom: 15px;
}

.sitemap ul ul{
	padding-left: 40px;
	padding-bottom: 0px;
}

.sitemap li {
	margin: 5px;
}

.sitemap ul li {
	font-weight: bold;
	padding-top: 10px;
}

.sitemap ul ul li{
	font-weight: normal;
	padding-top: 0px;
}


#footer {
  background-image: url(/images/ftr-shade.png);
  background-repeat: repeat-x;

  border-top: 1px solid #666666;
  margin-bottom: 35px;
}

.footercol {
  width: 210px;
  float: left;
  margin-top: 15px;
}

.padleft {
  padding-left: 15px;
  border-left: 1px dashed #333333;
}

#footer li {
  list-style-type: none;
  padding: 3px 0px;
}
