﻿/* global baseline */
html 
{
    overflow-y: scroll; /* This line is used to always show the scroll bar in firefox */
	font-family: Verdana, Arial;
	font-size: 11px;
	color: black;
}

body
{
    margin: 0;
    padding-top: 10px;
    background: #FFFFFF;
}

h1,h2,h3,h4,h5,h6,p { margin: 0 0 8px 0; }
h1,h2,h3,h4,h5,h6 { color: #819f17; }

a, a:link, a:visited, a:hover, a:active
{
	color: #276db4;
	text-decoration: none;
}
span.arrow
{
    font-family: Fixedsys, Monospace;
    padding-top: 0;
    margin-top: -1px;
    padding-right: 2px;
    float: left;
    display: block;
    cursor: pointer;
}

h2 span.arrow
{
    margin-top: 0px;
}

/* Set H1-H6 sizes */
h1 { font-size: 18px; }
h2 { font-size: 16px; }
h3 { font-size: 14px; }
h4 { font-size: 12px; }
h5 { font-size: 10px; }
h6 { font-size:  8px; }

h2.titleOrange 
{
   	background: url(/images/highlights/titleOrange.png) repeat-x;
	font-size: 12px;
	min-height: 18px;
	height: auto !important;
	height: 20px;
	vertical-align: middle;
	margin: 0; padding: 2px 0px 0px 15px;
	color: #ffffff; 
}
h2.titleBlue
{
   	background: url(/images/highlights/titleBlue.png) repeat-x;
	font-size: 12px;
	min-height: 18px;
	height: auto !important;
	height: 20px;
	vertical-align: middle;
	margin: 0; padding: 2px 0px 0px 15px;
	color: #ffffff; 
}
h2.titleYellow
{
   	background: url(/images/highlights/titleYellow.png) repeat-x;
	font-size: 12px;
	min-height: 18px;
	height: auto !important;
	height: 20px;
	vertical-align: middle;
	margin: 0; padding: 2px 0px 0px 15px;
	color: #ffffff; 
}
h2.titleGreen
{
   	background: url(/images/highlights/titleGreen.png) repeat-x;
	font-size: 12px;
	min-height: 18px;
	height: auto !important;
	height: 20px;
	vertical-align: middle;
	margin: 0; padding: 2px 0px 0px 15px;
	color: #ffffff; 
}
h2.titleRed
{
    background: url(/images/highlights/titleRed.png) repeat-x;
	font-size: 12px;
	min-height: 18px;
	height: auto !important;
	height: 20px;
	vertical-align: middle;
	margin: 0; padding: 2px 0px 0px 15px;
	color: #ffffff; 
}

.smallBoxMiddle
{
    padding-top: 10px;
    width: 120px;
    vertical-align: top;
    float: left;
    padding-left: 11px;
    padding-right: 11px;
    position: relative;
}
.smallBox
{
	padding-top: 10px;
	width: 120px;
	vertical-align: top;
	float: left;
	position: relative;
}
.smallBox p,
.smallBoxMiddle p
{
	padding-left: 3px;
	padding-right: 3px;
	text-align: left;
}

/******************************************************************************
 * All Layout settings relating to the header
 ******************************************************************************/
#headerSpacer
{
    display: none;
}
#header
{
   	display: none;
}
#rightQuickLinks
{
    display: none;
}
#headerPrint
{
    display: block;
    margin-bottom: 25px;
}

/******************************************************************************
 * Top Navigation styles
 ******************************************************************************/
#top-navigation
{
	display: none;
}

/******************************************************************************
 * Content Top styles
 ******************************************************************************/
#contentTopImage
{
	display: none;
}

/******************************************************************************
 * Content Container styles
 ******************************************************************************/
#contentContainer
{
	width: 776px;
	padding: 0;
	margin: 0;
	position: relative;
	float: left;
}

/******************************************************************************
 * Left Navigation styles
 ******************************************************************************/
#leftNavContainer
{
	display: none;
}

/*
 * Content styles
 */
#content
{
	margin: 0;
	padding: 0;
	padding-left: 50px;
	width: 600px;
	float: left;
}
#print-email-textsize
{
    display: none;
}

/*
 * Right navigation styles
 */
#rightNavContainer
{
    display: none;
}

/* 
 * FOOTER STYLES 
 */
#footer_container
{
	display: none;
}