﻿@charset "utf-8";

/* Used in conjunction with the PopupContent pages template */
body {
    margin:0;
    padding:0;
    height:100%;
    max-height:100%;
    font: 14px Calibri, "Trebuchet MS", arial;
    overflow:hidden;
}

#header {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:89px;
    overflow:auto;
    border-bottom:1px solid #b5cebf;
}
#header div 
{
	position:absolute;
	right:25px;
	top:24px;
	float:right;
}

#footer {
    position:absolute;
    background-color:#c5d6de;
    height:35px;
    border-top:1px solid #b5cebf;
    bottom: 0;
    left:0;
    font-size:12px;
    width:100%;
}
#footer span{padding:6px 0px 4px 10px;float:left;}
#footer img{float:right;margin:4px 25px 4px 0;}

#content {
    position:fixed;
    overflow:auto;
    padding:10px; 
    height: auto;
    top:91px;
    left:0;
    right:0;
    bottom:35px;
}

/* for internet explorer */
* html body {padding:0 0 35px 0;}
* html #content {height:100%;width:80%;}

/* other */
h1 {font-size:20px;}
h2 {font-size:16px;}
h3 {font-size:15px;}
h4 {font-size:14px;}
p
{
	font-size:14px;
	line-height:18px;
	margin:0 0 18px 0;	
	padding:0;
}

/* tables */
caption 
{
	font-family: Calibri, "Trebuchet MS", Verdana, sans-serif;
	font-weight:normal;
	color:#01804E;
	text-transform:capitalize;
	padding:1em 15px 1em 15px;
	font-size:16px;
	line-height:18px;
}

/* Superscripts */
span.sup
{
	text-decoration:none;
	vertical-align: super;
	vertical-align:text-top;
	font-size:0.8em;
	font-weight:bold;
}

sup a,
sup a:link,
sup a:visited,
sup a:hover,
sup a:active
{
	color:#0033cc;
	cursor:pointer;
	text-decoration:underline;
}

/* lists */
ul
{
	list-style-type:square;
}
li
{
	padding-right:36px;
	padding-right:36px;
	font-size:14px;
	line-height:18px;
	margin-bottom:6px;
}

blockquote.pullquote
{
	margin:3px 6px 18px 18px;
	padding: 9px 2px 15px 2px;
	width: 175px;
	float:right;
	
	color:#d35a19;
	font-size:18px;
	font-weight:normal;
	font-style:oblique;
	line-height:24px;
	letter-spacing:0.05em;
	text-align:center;
	border-bottom:solid 3px #ff9966; /*F3905B*/
	border-top:solid 3px #ff9966;
}

tbody tr th
{
	font-size:13px;
}