﻿span 
{
	margin: 0;
	padding: 0;
}

img
{
	border: 0;
}

a:link
{
    color: #008393;  /* M Drew */
    text-decoration: underline;
}
a:visited
{
    color: #008393;  /* M Drew */
}
a:hover
{
    color: #00b6cc;  /* M Drew */
    /* text-decoration: none; */  /* M Drew */
}
a:active
{
    color: #000;  /* M Drew */
}
p
{
	line-height: 1.5em;  /* M Drew */
	margin: 0 0 8px 0;
}
#main #content h2
{
	line-height: 1.35em;  /* M Drew */
	font-size: 1.2em;  /* M Drew */
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    color: #008393;
}

h1
{
	margin-bottom: 2em;
}

#maincontent > h1
{
	margin-bottom: 1em;
}

h2
{
	color: #666666;
	font-size: 1.2em;
}

.box .content .text > h2
{
	font-size: 1.6em;
	color: #008393;
	margin: 6px 0 0 0;  /* M Drew */
}

.tablettext > h2
{
	background: url(../Images/Layout/tablet-bullet.gif) no-repeat 0 0;  /* M Drew */
	color: #008393;
	font-size: 1.45em;  /* M Drew */
	padding-left: 26px;
	padding-top: 0px;
	padding-bottom: 2px;
	letter-spacing:-0.02em;
	margin-bottom: 6px;
}

.tablettext > h2 a, .tablettext > h2 a:link, .tablettext > h2 a:hover, .tablettext > h2 a:visited
{
	text-decoration: none;
	color: #008393;
}

.tablettext > h2 a:hover
{
	text-decoration: none;
	color: #00b6cc;
}

.box .content .text > h3
{
	background: url(../Images/Layout/news-bullet.gif) no-repeat 0 5px;  /* M Drew */
	padding-left: 10px;
	font-size: 1.2em;  /* M Drew */
	line-height: 1.4em;  /* M Drew */
	margin: 5px 0 5px 0;  /* M Drew */
	color: #666;
}



.box .content .text > h3 a, .box .content .text > h3 a:link, .box .content .text > h3 a:visited
{
	color: #666;
	text-decoration: none;
}

.box .content .text > h3 a:hover   /* M Drew */
{
	color: #222;  /* M Drew */
	text-decoration: none;  /* M Drew */
}


#helpwrapper > h3
{
	color: #666666;
	font-size: 1.2em;
	margin: 4px 0 0 0;  /* M Drew */
	padding: 0;
}
.box .content .text div  /* M Drew */
{
	line-height: 1.6em;  /* M Drew */
}


/* TABLES
----------------------------------------------------------*/
table
{
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	border-spacing: 0;
}

table tr th
{
	background: #008393;
	text-align: left;
	color: #fff;
}

table tr th, table tr td
{
	vertical-align: top;
	padding: 0.5em 0.5em;
}

table tr td
{
	border-bottom: solid 1px #ccc;
	background: #fff;
}

/* CLASSES
----------------------------------------------------------*/
.box
{
	background: #e0dfdf;
	width: 294px;
}

.box.top
{
	background: url(../Images/Layout/box-top.gif) no-repeat 0 0;
	height: 16px;
}

.box.content
{
	color: #666;
}

.box.content .text
{
	padding: 0 20px 15px 20px;  /* M Drew */
}

.box.bottom
{
	background: url(../Images/Layout/box-bottom.gif) no-repeat 0 0;
	height: 15px;
}

.clear
{
	clear: both;
}

.highlight
{
	font-weight: bold;
}