/* the CSS to control appearance */

/* note all the ways we try to get Mac/IE to center
   the page. Nothing works yet, it seems */
body {
background-color: #fff;
color: #000;
}

.center {
	text-align: center;
}

/* ensure table content left-aligned */
table {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

/* set default fonts */
body, h1, h2, p, td {
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 12px;
}

#topmenu tr { 
	background-color: #c6d8ec; 
}

#bottommenu table {
	padding-top: 0px;
	margin-top: 0px;
}

#bottommenu tr { 
	background-color: #ffffff;
	vertical-align: top;
}

h1 { 
	margin: 0; padding: 0; 
}

#thisPage li {
	color: #000000 !important;
}

/* top horizontal navigation */
ul#topNavi {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #c6d8ec;
}

#topNavi li {
	list-style: none;
	float: left;
	margin: 3px;
	padding: 3px;
	*padding: 4px;
	font-size: 10px !important;
	letter-spacing: 0.5px;
	color: #496684;
}

#topNavi a {
	text-decoration: none;
	display: block;
	padding-left: 8px;
	padding-right: 5px;
	*padding-left: 15px;
	*padding-right: 6px;
	padding-bottom: 2px;
}

#topNavi a:link {
	color: #496684;
}
#topNavi a:visited {
	color: #496684;
}
#topNavi a:hover {
	color: #10903b;
	background-color: #c6d8ec;
}
#topNavi a:active {
	color: #10903b;
}

/* bottom navigation */
ul#botNavi {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px !important;
}

#botNavi li {
	list-style: none;
	float: left;
	margin-left: 2px;
	margin-right: 2px;
	padding-left: 2px;
	padding-right: 2px;
	font-size: 10px !important;
	color: #496684;
}

#botNavi a {
	text-decoration: none;
	display: block;
	padding-left: 5px;
	padding-right: 2px;
	padding-bottom: 2px;
}

#botNavi a:link {
	color: #496684;
}
#botNavi a:visited {
	color: #496684;
}
#botNavi a:hover {
	color: #10903b;
}
#botNavi a:active {
	color: #10903b;
}

div#valign tr {
	vertical-align: top;
}

/* content area */

div#content {
	margin-bottom: 2px;
}

#indentpara p {
	text-indent: 20px;
}

.indent50 {
	margin-left: 50px;
}

.indent200 {
	margin-left: 200px;
}

.quote {
	padding: 28px;
}

.caption {
	float: right; 
	font-style: italic; 
	font-size: 11px; 
	padding-left: 200px;
	padding-right: 30px;
}

#content h2 {
	color: #007B84;
	font-size: 18px;
	margin-bottom: 0;
	margin-top: 18px;
}

/* fix the issue with lossy margins when following
    a table (IE, Opera) */

div#content > h2:first-child { margin-top: 8px; }

#content tr {
	vertical-align: top;
}

#content ul {
	list-style: none;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	margin-left: 0px;
}


/* define a default list to override the above */
ul.default {
	list-style: none;
	margin-bottom: 5px !important;
	margin-top: 5px !important;

}

ul.defaultsub {
	list-style: none;
	margin-bottom: 3px !important;
	margin-top: 3px !important;
}

ul.defaulttoc {
	list-style: none;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-left: 0;
	margin-bottom: 20px;
	margin-top: 6px;
}

ul.defaulttoc li.indent {
		padding-left: 4em;
}

ul.defaulttoc a {
	color: #5984bf;
	list-style: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}

.defaulttoc a:visited {
	color: #5984bf;
}
.defaulttoc a:hover {
	color: #10903b;
}
.defaulttoc a:active {
	color: #10903b;
}

div.buy_menu {
	margin-bottom: 1em !important;
	margin-top: 1em !important;
}

/* this is to get rid of the default outline on links in IE5.x/Mac and any other browsers that recognize the outline:none style rule. */
#content a {
	outline: none;
	text-decoration: none;
	color: #5984bf;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #5984bf;
}

#content a:visited {
	color: #5984bf;
}
#content a:hover {
	color: #10903b;
}
#content a:active {
	color: #10903b;
}


#sidebar b {
	font-size: 10px;
}

#inline_menu a {
	display: inline;
	margin-bottom: 0px;
	margin-left: 0px;
    margin-top: 5px;
	text-align: center;
	font-weight: bold;
	font-size: 11px;
	color: #5984bf;
	font-style: italic;
	text-decoration: none;
}

#inline_menu a:visited {
	color: #5984bf;
}
#inline_menu a:hover {
	color: #10903b;
}
#inline_menu a:active {
	color: #10903b;
}

#resources_menu a {
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: bold;
	font-size: 14px;
	color: #5984bf;
	text-decoration: none;
}

.special {
	font-size: 14px
}

#resources_menu a:visited {
	color: #5984bf;
}
#resources_menu a:hover {
	color: #10903b;
}
#resources_menu a:active {
	color: #10903b;
}

.headlines_red {
	font-weight: bold;
	color: #f33131;
}

.headlines_green {
	font-weight: bold;
	color: #008e2f;
}

.headlines_white {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #ffffff;
}

.headlines_greysm {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #707070;
}

.headlines_greensm {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #008e2f;
}

.headlines_redsm {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #f33131;
}

.headlines_black {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #333333;
}

.headlines_redlg {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #f33131;
}

.headlines_greenlg {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #008e2f;
}

.headlines_blacksmlupper {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #333333;
	text-transform: uppercase;
}

.redscore {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #f33131;
}
.greenscore {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #008e2f;
}
.greyscore {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #707070;
}

/*-------------------------------------------------
Table
-------------------------------------------------*/

table.layout {
  margin-bottom: 10px;
  margin-top: 0px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  border: 1px solid #000000;
}

table.layout td.banner {
	padding: 3px;
	font-size: 10px;
	color: #ffffff;
	font-weight: bold;
	border-right: none;
	border-left: none;
	border-bottom: 1px solid #000000;
	text-align: left;
	background-color: #008f30;
}

table.layout th.biz {
	background-image: url(images/sub_scorebground.gif);
	background-repeat: repeat-x;
	padding-top: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	font-size: 18px;
	color: #ffffff;
	text-transform: uppercase;
	border-bottom: 1px solid #000000;
}

table.layout th.biz_header {
	background-image: url(images/sub_scorebground.gif);
	background-repeat: repeat-x;
	padding-top: 6px;
	padding-bottom: 4px;
	padding-left: 4px;
	font-size: 18px;
	color: #ffffff;
	text-transform: uppercase;
	border-bottom: 1px solid #000000;
	border-left: none;
	background-color: #8AA4BF;
}

table.layout th.biz_ctr {
	background-image: url(images/sub_scorebground.gif);
	background-repeat: repeat-x;
	padding-top: 6px;
	padding-bottom: 4px;
	padding-left: 4px;
	font-size: 18px;
	color: #ffffff;
	border-bottom: 1px solid #000000;
	text-align: center;
	background-color: #8AA4BF;
}

table.layout th.biz_total {
	background-color: #2f2f2f;
	padding-top: 0px;
	padding-bottom: 2px;
	padding-left: 4px;
	font-size: 18px;
	color: #ffffff;
	border-bottom: 1px solid #000000;
	border-right: none;
	text-align: center;
}

table.layout th.biz_totalsml {
	background-color: #2f2f2f;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
	font-size: 11px;
	color: #ffffff;
}

table.layout td.biz_total {
	background-color: #eaf2e6;
	padding-top: 6px;
	padding-bottom: 4px;
	padding-left: 4px;
	font-size: 18px;
	color: #ffffff;
	border-bottom: none;
	border-right: 1px solid #000000;
	text-align: center;
}

table.layout td.bl {
	border-bottom: 1px solid #f0f0f0;
	padding-top: 2px;
	font-size: 10px;
	font-weight: bold;
	background-color: #eaf2e6;
	border-left: none;
	text-align: left;
	vertical-align: middle;
	padding-left: 2px;
}

table.layout td.br {
	border-bottom: 1px solid #f0f0f0;
	padding: 2px;
	font-size: 12px;
	font-weight: bold;
	background-color: #eaf2e6;
	border-right: 1px solid #000000;
	text-align: center;
	vertical-align: middle;
}

table.layout td.br_right {
	border-bottom: 1px solid #f0f0f0;
	padding: 2px;
	font-size: 12px;
	font-weight: bold;
	background-color: #eaf2e6;
	border-right: none;
	text-align: center;
	vertical-align: middle;
}

table.layout td.brinput {
	border-bottom: 1px solid #f0f0f0;
	padding: 2px;
	font-size: 12px;
	font-weight: bold;
	background-color: #eaf2e6;
	border-right: 1px solid #000000;
	text-align: left;
	vertical-align: middle;
}

table.layout td.al {
	border-bottom: 1px solid #f0f0f0;
	padding: 2 2 2 10;
	padding-left: 12px;
	font-size: 10px;
	font-weight: bold;
	background-color: #ffffff;
	border-left: none;
	text-align: left;
	vertical-align: middle;
	font-style: italic;
}

table.layout td.alodd {
	border-bottom: 1px solid #f0f0f0;
	padding-top: 2px;
	font-size: 10px;
	font-weight: bold;
	background-color: #ffffff;
	border-left: none;
	text-align: left;
	vertical-align: middle;
	padding-left: 2px;
}

table.layout td.ar {
	border-bottom: 1px solid #f0f0f0;
	padding: 2px;
	font-size: 12px;
	font-weight: bold;
	background-color: #ffffff;
	border-right: 1px solid #000000;
	text-align: center;
	vertical-align: middle;
}

table.layout td.ar_right {
	border-bottom: 1px solid #f0f0f0;
	padding: 2px;
	font-size: 12px;
	font-weight: bold;
	background-color: #ffffff;
	border-right: none;
	text-align: center;
	vertical-align: middle;
}

table.layout td.arinput {
	border-bottom: 1px solid #f0f0f0;
	padding: 2px;
	font-size: 12px;
	font-weight: bold;
	background-color: #ffffff;
	border-right: 1px solid #000000;
	text-align: left;
	vertical-align: middle;
}

table.lines td {
	border-bottom: 1px solid #E3DFDF;
	padding: 3px;
	font-size: 9px;
	border-right: 1px solid #E3DFDF;
	border-left: 1px solid #E3DFDF;
	text-align: center;
}

table.lines td.banner {
	background-color: #008f30;
	color: #fff;
	font-size: 9px;
	font-weight: bold;
}

table.layout td.footer {
  border: none;
  text-align: right;
  font-size: 9px;
  color: #999;
}

.spw { 
	margin-top: 2px;
	border-right: 1px #228B22;
}


table.form_board td.board {
	border: 1px solid #000000;
	vertical-align: middle;
	background-color: #efefef;
}

.marg_top {
	margin-top: 10px;
}

#leftcolumn {
	font-size: 11px !important;
	margin-top: 10px;
	margin-bottom: 10px;
}

#leftcolumncalc {
	font-size: 11px !important;
	margin-top: 2px;
	margin-bottom: 6px;
	margin-left: 2px;
}

#leftcolumnscore {
	font-size: 11px !important;
	margin-top: 2px;
	margin-bottom: 6px;
	margin-left: 2px;
}

#rightcolumn {
	font-size: 11px !important;
	margin-top: 0px;
	margin-bottom: 6px;
	margin-left: 5px;
}

#leftcolumn ul {
	font-size: 11px !important;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 6px;
	padding-left: 6px;
}




