﻿body  {
    background-image: url('../images/bkgr.jpg');
    background-repeat: repeat-x;
    font-size: 13px; 
    line-height:18px;
    font-family: Arial, Helvetica, Geneva, Swiss, Sans-Serif; 
    color: #5e5f65;
    margin:0;
}
td, table, tr {
    font-size: 13px;     
    line-height:18px; 
    font-family: Arial, Helvetica, Geneva, Swiss, Sans-Serif;   
    color: #5e5f65; 
    background:#FFF;
}
/*site border */
table.noborder{
	border: 0;
}
.mborder {
    border-top: 0;
    border-right: 2px solid #FFF;
    border-bottom: 10px solid #FFF;
    border-left: 10px solid #FFF;
}
/*header box borders and shadows */
.hborder {
    border-top: 0px;
    border-right: 1px solid #8a8888;
    border-bottom: 1px solid #8a8888;
    border-left: 1px solid #8a8888;
}
.shadrt {
    background-image: url('../images/shadrt.jpg');
    background-repeat: repeat-y;
    width:10px;
}
.shadbtm {
    background-image: url('../images/shadbtm.jpg');
    background-repeat: repeat-x;
    height:10px;
}
.shadcrn {
    background-image: url('../images/shadcrn.jpg');
    background-repeat: no-repeat;
    height:10px;
    width:10px;
}
/*top menu - no dropdowns */ 
#topmenu {
    margin:0;
    padding:0;
}
.menu ul{
    font: normal 12px Arial, Helvetica, Geneva, Swiss, Sans-Serif;
    margin:0;
    padding:0;
    list-style:none;
}
.menu li {
    display:inline;
    margin:0;
    padding:0;
    text-transform:lowercase;
}
.menu a {
    float:left;
    color: #5e5f65;
    background: transparent;
    margin:0;
    padding:0;
    text-decoration:none;
    border-right: 1px solid #bcbbbb; 
}
.menuend a {
    border-right:0px;
}
.menu a span {
    float:left;
    display:block;
    background: transparent url(media/color_tabs_right.gif) no-repeat right top;
    padding: 1px 10px 1px 11px;
}
.menu a span {
    float:none;
}
.menu a:hover {
    background-color: #ed1c24;
    color: #FFF;
    text-decoration:none;
}
.menu a:hover span {
    background-color: #ed1c24;
    color: #FFF;
    text-decoration:none;
}
/* USE THESE 2 for currently selected tab*/
.menu .selected a, .selected a span { 
    background-color: #ed1c24;
    color: #FFF;
    border-width:0px 1px 0px 0px;
}
.menu .highlighted a, .highlighted a span {
    background-color: #ed1c24;
    color: #FFF;
    border-width:0px 1px 0px 0px;
}
/* content border */
#container {
    width:800px;
    margin: 12px 0px 4px 0px; /* margin around body below top banner */
    padding: 0;
    background-color: #FFF;
}
#contain_body {
    float: left;
    background-color: #FFF;
    border: 1px solid #8a8888;
}
/* content styles */
h1 {
    color: #ed1c24; 
    font-size: 11px; 
    line-height: 20px; 
    font-weight: bold; 
    text-decoration: none;
    margin: 5px 0 10px 0;
    padding: 0;
}
h2 {
    color: #787676; 
    margin: 0 0 20px 0;  
    padding: /* 5px 0 5px */ 0; /* Removed padding for accordion */
    font-size: 25px; 
    line-height: 29px; 
    font-weight: normal; 
    text-decoration: none;
}
h3 {
    color: #787676; 
    margin:0;
    padding: 0 0 10px 0;
    font-size: 20px; 
    line-height: 24px; 
    font-weight: normal; 
    text-decoration:none;
}
h4 {
    color: #393B42;
    font-size:14px;
    font-weight: bold;
    line-height:19px;
    margin:0 0 10px 0;
    padding:0;
}
h5 {
    color: #ed1c24;
    font-size:13px;
    font-weight: bold;
    line-height:18px;
    margin:0;
    padding: 5px 0px 0px 0px;
}
h6 {
    color: #787676; 
    margin:0;
    padding: 3px 0px 5px 3px;
    font-size: 11px; 
    line-height: 16px; 
    font-weight: normal; 
    text-decoration:none;
}
/* For list with links */
ul {
    list-style-image: url('../images/bullet_red.gif');
    list-style-position: outside;
    padding: 0;
    margin: 0;
}
ul li {
    margin: 0 0 7px 16px;
    color: #787676; 
    font-size: 11px; 
    line-height: 14px; 
    font-weight: normal; 
    text-decoration:none;
}
ul li a {
    color: #787676; 
    font-size: 11px; 
    line-height: 14px; 
    font-weight: normal; 
    text-decoration:none;
    margin: 0;
    padding: 0;
}
ul li a:hover {
    color: #ed1c24; 
    font-size: 11px; 
    line-height: 14px; 
    font-weight: normal; 
    text-decoration:underline; /* Comment this out to removed underline from tooltips */ 
    margin: 0;
    padding: 0;
}
/* Link in paragraph */
a.linksm {
    color: #ed1c24;
    font-size: 11px; 
    line-height: 16px; 
    text-decoration:none;
}
a.linksm:hover {
    color: #ed1c24;
    font-size: 11px; 
    line-height: 16px; 
    text-decoration:underline;
}
/* Link in paragraph */
a.linkmed {
    color: #ed1c24;
    font-size: 12px; 
    line-height: 32px;
    text-decoration:none; 
}
a.linkmed:hover {
    color: #ed1c24;
    font-size: 12px; 
    line-height: 32px; 
    text-decoration:underline;
}
/* For list with paragraph font and no links */
.grlist {
}
.grlist ul {
    list-style-image: url('../images/bullet_gray.gif');
    list-style-position: outside;
    padding: 0;
    margin: 0;
}
.grlist ul li {
    color: #5e5f65;     
    font-size: 12px; 
    line-height: 17px; 
    font-weight: normal; 
    text-decoration:none;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 15px;
}
.grlist ul li a {
    color: #5e5f65; 
    font-size: 12px; 
    line-height: 17px;
    font-weight: normal; 
    text-decoration:none;
    margin: 0;
    padding: 0;
}
.grlist ul li a:hover {
    color: #5e5f65; 
    font-size: 12px; 
    line-height: 17px;
    font-weight: normal; 
    text-decoration:underline;
    margin: 0;
    padding: 0;
}
/* For list with link font and no link */
.nllist {
}
.nllist ul {
    list-style-image: url('../images/bullet_gray.gif');
    list-style-position: outside;
    padding: 0;
    margin: 0;
}
.nllist ul li {
    margin: 0 0 7px 16px;
    color: #787676; 
    font-size: 11px; 
    line-height: 14px; 
    font-weight: normal; 
    text-decoration:none;
}
/*new left nav */
#navleft { 
    padding-top:10px;
    color: #5e5f65;
}
#navleft ul.nav{
    list-style-image: url('../images/bullet_red.gif');
    list-style-position: outside; 
    color: #5e5f65; 
    margin: 0; 
    font-size:12px; 
    line-height:16px; 
    padding:0; 
    text-decoration:none; 
    font-weight:normal; 
}
#navleft ul.nav li{
    list-style-image: url('../images/bullet_red.gif');  
    list-style-position: outside; 
    color: #5e5f65; 
    margin-bottom:3px; 
    padding:0px 0px 10px 0px;
}
#navleft ul.nav li.current_page a{
    list-style-image: url('../images/bullet_red.gif');
    list-style-position: outside; 
    cursor:pointer; color: red; 
    font-weight:bold; 
    margin-bottom:3px; 
    padding:0px 0px 10px 0px;
}
#navleft ul.nav li.current_page a:hover {
    list-style-image: url('../images/bullet_red.gif');
    list-style-position: outside; 
    cursor:pointer; 
    color: red; 
    font-weight:bold; 
    margin-bottom:3px; 
    padding:0px 0px 10px 0px; 
    text-decoration:underline;
}
#navleft ul.nav a {
    list-style-image: url('../images/bullet_red.gif');
    list-style-position: outside; 
    text-decoration:none; 
    color: #5e5f65; 
}
#navleft ul.nav a.nav-selected {
    color: #ed1c24; 
    font-weight:bold; 
}
#navleft ul.nav a:hover {
    color: #ed1c24; 
    text-decoration: underline;
}
#navleft ul.nav ul {
    list-style: none; 
    margin-left: 0px; 
    padding: 0px; 
}
#navleft ul.nav ul li {
    list-style: none; 
    margin-bottom: 3px; 
}
p { 
    margin: 0 0 25px 0; 
    padding: 0;
}
p.homePg {
	margin: 0 0 10px 0;
	padding: 0;
}
.homePg {
	margin: 0 0 10px 0;
	padding: 0;	
}
img.bpic {
    border: 1px solid #bcbbbb;
    padding:2px 2px 2px 2px;
    margin:7px 14px 4px 1px;
} 
img.video {
    float:left;
    border: 1px solid #bcbbbb;
    padding:2px 2px 2px 2px;
    margin:7px 14px 4px 1px;
} 
.video {
    color: #5e5f65; 
    font-size: 11px; 
    line-height: 16px; 
    text-decoration:none;
    margin: 7px 0px 0px 0px;
}
.mainsm {
    color: #5e5f65; 
    font-size: 11px; 
    line-height: 16px; 
    text-decoration:none;
}
.mainsm a {
    color: #ed1c24;
    text-decoration:none;
}
.mainsm a:hover {
    color: #ed1c24;
    text-decoration:underline;
}
.mainsm td{
	padding-left:0px;
}
.rightsm {
    color: #5e5f65; 
    font-size: 11px; 
    line-height: 16px; 
    text-decoration:none;
}
.rightsm a {
    color: #ed1c24;
    text-decoration:none;
}
.rightsm a:hover {
    color: #ed1c24;
    text-decoration:underline;
}
.rightsm p { 
    margin: 0 0 5px 0; 
    padding: 0;
}
/* start FOOTER style */
#footer {
    width: 795px;
    margin: 0 0 3px 0;  
    padding: 0;
    color: #7b7c7f;
    font-size: 10px; 
    text-decoration:none;
    font-weight: normal;
    text-align:left;
    z-index:-9999;
}
#footer p {
    margin:0;
    padding:0;
    text-align:left;
    z-index:-9999;
}
#footer a {
    color: #7b7c7f;
    text-decoration: none;
    font-weight: normal;
    padding: 0 10px 0 10px;
    z-index:-9999;
}
#footer a:link { 
    color: #7b7c7f;  
    text-decoration:none;
    z-index:-9999; 
}
#footer a:visited { 
    color: #7b7c7f;  
    text-decoration:none;
    z-index:-9999; 
}
#footer a:hover { 
    color: #7b7c7f;  
    text-decoration:underline;
    z-index:-9999;
}
#footer a:active { 
    color: #7b7c7f;
    text-decoration:none;
    z-index:-9999; 
}
#footer_left {
    float: left;
    margin:0;
    padding: 0px 10px 3px 0px;
    width: 433px;
    z-index:-9999;
}
#footer_right {
    float:right; 
    margin:0;
    padding: 0px 0px 20px 5px;
    z-index:-9999;
}
#pdf_display table {
    z-index:9999;
}
#pdf_display {
    z-index:9999;
}
#pdf_doc {
    z-index:9999;
}

#embedded {
    margin: 0 0 0 0;
}
#embedded h3 {
	
	margin: 35px 0 0 35px;
}
#embedded p {
	margin: 0 0 0 35px;	
}
#embedded ul {
	margin: 0 0 0 65px;	
}
iframe {
	border-color:#FFFFFF;
	border-style:hidden;
	margin: 0;
	padding: 0;
	
}
h1.pmkb {
    color: #ed1c24; 
    font-size: 11px; 
    line-height: 20px; 
    font-weight: bold; 
    text-decoration: none;
    margin: 15px 20px 0 35px;
    padding: 0;
}
h2.pmkb {
    color: #787676; 
    margin: 0 0 20px 0;  
    padding: /* 5px 0 5px */ 0; /* Removed padding for accordion */
    font-size: 25px; 
    line-height: 29px; 
    font-weight: normal; 
    text-decoration: none;
    margin: 20px 20px 20px 35px;
}
p.pmkb { 
    margin: 0 20px 25px 35px; 
    padding: 0;	
}
td.pmkb {
	border-top:1px solid #8a8888; 
	border-bottom:1px solid #8a8888;
	padding: 0 0 0 35px;
}
.pmkb img {
	padding-right:5px; 
	vertical-align:middle; 
	border:0;
	width:24px;
	height:24px;
} 
td.pmkb2 {
	border:none;
	padding: 0 0 0 35px;
}
.pmkb2 img {
	padding-right:5px; 
	vertical-align:middle; 
	border:0;
	width:24px;
	height:24px;
} 

.pmkb2 a {
	padding-right:5px; 
	vertical-align:middle; 
	border:0;
	background-image:none;
}
.pmkb2 ul {
	list-style-type:none;
	list-style-image: none;
	margin:-10px 0 0 -20px;
}
a.link_img {
    color: #5e5f65;
    font-size: 12px; 
    line-height: 32px;
    text-decoration:none; 
}
a.link_img:hover {
    color: #ed1c24;
    font-size: 12px; 
    line-height: 32px; 
    text-decoration:underline;
}
a.link_img img {
	margin:10px 5px 10px 0;
}
