﻿/* -------------------------------------------------------------- */
/*	RESET
/* -------------------------------------------------------------- */
@import url('reset.css');
/* -------------------------------------------------------------- */
/*	GLOBAL
/* -------------------------------------------------------------- */
html {font-size:62.5%;}
body {font-family:"Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;background:white;}
p {padding-bottom:15px;font-size:1.3em;}
strong {font-weight:bold;}
em {font-style:italic;}
hr {border:0;height:2px;color:#ddd;background-color:#ddd;}
img.right {float:right;padding:4px;display:inline;}
img.center {display:block;margin-left:auto;margin-right:auto;}
.strong {font-weight:bold;}
.left {float:left;}
.right {float:right;}
.clear {clear:both;}
.noshow {display:none;}
.col2 {float:left;width:49%;}
.col3 {float:left;width:33%;}
.text-center {text-align:center;}
.text-right {text-align:right;}
.footnote{font-size:0.9em;line-height:15px;}

#header {display:none;}
.border-top {display:none;}
.border-bottom {display:none;}
#sub-nav {display:none;}
#breadcrumbs {display:none;}
.print img {display:none;}
/* -------------------------------------------------------------- */
/*	HEADINGS
/* -------------------------------------------------------------- */
h2, h3, h4, h5, h6 {font-family:Helvetica, Arial, Sans-Serif;font-weight:bold;}
h2 {font-size:1.8em;line-height:24px;letter-spacing:-1px;color:#000;}	/* content heading */
h3 {font-size:1.6em;line-height:22px;font-style:italic;color:#000;margin-bottom:15px;}	/* content sub-heading */
h4 {font-size:1.4em;color:#000;margin-bottom:5px;}	/* content section heading */
h5 {font-size:1.2em;color:#000;margin-bottom:5px;}	/* content section heading */
h6 {font-weight:bold;margin-bottom:5px;}
/* -------------------------------------------------------------- */
/*	LISTS
/* -------------------------------------------------------------- */
.list_arrow {margin:0 0 15px 15px;font-size:1.3em;}
.list_arrow li {padding:0 0 5px 10px;background:url(/Content/images/bullet_right-arrow.gif) no-repeat 0 5px;}
/* -------------------------------------------------------------- */
/*	STRUCTURE
/* -------------------------------------------------------------- */
#container {margin:10px auto 0 auto;width:968px;background:transparent; color:Black;}
#content_col1, #content_col2, #content_col3 {padding:0 5px;line-height:21px;margin-top:10px;min-height:600px;}
#content_col1 {width:100%;}
#content_col2 {width:755px;}
#content_col3 {width:600px;}
/* -------------------------------------------------------------- */
/*	LIST ITEMS C
/* -------------------------------------------------------------- */
.list-items-c li { line-height:25px; clear:left; }
.list-items-c label { width:125px; margin-right:5px; text-align:right; font-size:1.2em;font-weight:bold;}
.list-items-c .value {  max-width:575px; font-size:1.3em; }
/* -------------------------------------------------------------- */
/*	TABLE A
/* -------------------------------------------------------------- */
.table-a { font-family:"Lucida Sans Unicode", "Lucida Grande", Sans-Serif;background:#fff; width:100%; border-collapse:collapse; text-align:left; }
.table-a th { font-size:1.3em; font-weight:normal;background-color:#000;color:#fff; padding:6px 8px; }
.table-a td { font-size:1.1em;border-bottom:1px solid #ccc;	color:#000; padding:6px 8px; }
.table-a .first-col {width:125px;font-weight:bold;}
/* -------------------------------------------------------------- */
/*	SHOW/HIDE A
/* -------------------------------------------------------------- */
.show-hide-a dt { clear:both;}
.show-hide-a dt .content {font-size:1.6em;font-weight:bold;}
.show-hide-a dd {font-size:0.9em;border:1px solid black;padding-bottom:25px;margin-bottom:15px;}
