/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font: 100% Arial, Helvetica, sans-serif;
}
body {
  line-height: 1;
  background: #C8CFC7;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing=0' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
strong { font-weight: bold; }

	
/* LAYOUT TOOLS */
.floatLeft 			{ float: left; }
.floatRight			{ float: right; }
.clear				{ clear: both; }
.layoutCenter			{ margin: 0 auto; }
.textCenter			{ text-align: center; }
.textRight			{ text-align: right; }
.textLeft			{ text-align: left; }


#wrapper {
  background: #FFFFFF;
  margin: 10px auto;
  width: 960px;
}
.header {
  background: url(images/bg-header.jpg) no-repeat;
  height: 106px;
  width: 960px;
  padding-top: 45px;
  text-align: center;
  font: bold .75em Geneva, Arial, Helvetica, sans-serif;
  padding-left: 45px;
}
.header img { margin-top: 6px; }
.liner {
  background: url(images/bg-headbottom.jpg) no-repeat;
  height: 52px;
  color: #8A9A1E;
  font-weight: bold;
  padding: 10px 5px 5px 10px;
  border-bottom: 4px solid #B7C733;
  border-right: 1px solid #FFFFFF;
  border-left: 1px solid #FFFFFF;
}
.liner h1 {
  font: italic bold 1.75em Arial, Helvetica, sans-serif;
  color: #5E438F;
}

.main {
  font-size: 0.9em;
  background: url(images/bg-main.gif) repeat-y;
  clear: both;
}
.main  h2 {
  font-size: 1.75em;
  color: #5E438F;
}

.navigation {
  float: left;
  width: 160px;
  padding-left: 10px;
  padding-right: 10px;
}
.columnr {
  float: left;
  width: 155px;
  margin-left: 10px;
}
.columnr .quote {
  padding: 20px 5px;
  width: 145px;
}
.columnr img {
  margin-top: 10px;
  margin-bottom: 10px;
  border: 1px solid #333333;
}
.quote em {
  font-style: italic;
  font-size: .9em;
}




.column {
  float: left;
  width: 280px;
  margin: 5px 5px 5px 12px;
}
.column img { border: 1px solid #666666; }

.column em {
  font-size: .90em;
  font-weight: bold;
}
.fullcolumn {
  float: left;
  width: 580px;
  padding: 10px;
}


.topic {
  background: #F9FAF1;
  padding: 5px;
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 0.875em;
  border: 1px solid #CDD599;
}
.topic h3 {
  color: #677317;
  font-size: 1.35em;
}
.topic strong {
  font-style: italic;
  font-size: 0.95em;
}
.topic p {
  margin-top: 5px;
  margin-bottom: 5px;
}
.topic ul {
  margin: 5px;
  padding-left: 10px;
}
.topic li {
  list-style-image: url(images/dot.gif);
  margin-bottom: 3px;
  margin-top: 3px;
}
.columnr li {
  text-align: center;
  font-size: .85em;
  margin-bottom: 5px;
}
.footer {
  font: 0.75em Verdana, Arial, Helvetica, sans-serif;
  color: #5A6228;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  background: #EEF1D8;
  margin-top: 10px;
}

.fees th {
  font-size: 0.85em;
  text-align: left;
  font-weight: bold;
  border-bottom: 1px solid #BBB7C8;
  padding: 2px 5px;
}
.fees td {
  font-size: 0.85em;
  text-align: right;
  border-bottom: 1px solid #BBB7C8;
  padding-right: 10px;
  font-weight: 500;
}
.fees { background: #F3F3F5; }
.fees .top {
  border-bottom-width: 0px;
  text-align: center;
}
.fees .nm { background: #D6D3DE; }

.fees em {
  font-weight: normal;
  font-size: .85em;
  padding-top: 2px;
  padding-right: 5px;
  padding-bottom: 2px;
}
.navigation dt {
  font: 1em Arial, Helvetica, sans-serif;
  background: #E1E7B8;
  padding: 3px;
  border: 1px solid #8D9C27;
  margin-top: 2px;
  margin-bottom: 2px;
}
.navigation dd {
  padding: 1px 5px;
  background: #EFF2D9;
  margin: 2px 10px;
  border: 1px solid #E1E7B8;
}
.navigation  a:link, .navigation a:visited {
  color: #000000;
  text-decoration: none;
  width: 100%;
}
.navigation  a:hover {
  color: #401F8A;
  text-decoration: underline;
}
.main .fullcolumn img {
  border: 1px solid #333333;
  margin-top: 10px;
  margin-bottom: 10px;
}
