﻿/*
Should contain all Default Styles that are used in the HTML Editor in Agility
This Sytle Sheet should be uploaded to Agility and used as the Editor Style when completed.
*/

body, p, input, textarea
{
	font-family: Calibri;
	font-size: 12px;
	color: #231f20;
	line-height: 1.5em;
}

ul, ol
{
    margin: 0;
    padding: 0;
    list-style-position: outside;
    margin-left: 25px;
    margin-bottom: 5px;
}

ul li, ol li
{
    
}

p
{
    margin-bottom: 10px;
}

h1
{
	font-family:Trebuchet MS;
	font-size:37px;
	color:Black;
	text-transform:uppercase;
}

h2
{
	font-family:Trebuchet MS;
	font-size:27px;
	color: Black;
	margin: 0px;
	text-transform:uppercase;
}

h3
{
	font-family:Trebuchet MS;
	font-size:14px;
	color:#FF7710;
	text-transform:uppercase;
}

h5
{
	font-family:Trebuchet MS;
	font-size:18px;
	color:Black;
	text-transform:uppercase;
	line-height: 24px;
}

a
{
	color:#FF7710;
	text-decoration:underline;
    outline: none;
}

input
{
    outline: none;
}

.Clear
{
    clear: both;
    font-size: 0;
    line-height:0;
}

.Right
{
    float: right;
}

.Left
{
    float: left;

}
   
.Footer a,.Footer p
{
	font-family:Trebuchet MS;
	font-size:11px;
    color: #909598;
}

.Footer .CorusLogo
{
	margin-left: 30px;
	margin-right: 20px;
	margin-top: 15px;
}

.Footer .CorusWomen
{
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 15px;
}

.Footer .Disclaimer
{
	margin-left: 20px;
	width: 700px;
	padding-top: 10px;
	text-align: center;
}

.Footer .Content .HLine
{
    background-image: url(../../Images/HeaderFooter/bkgFooterHDiv.png);
    background-repeat: no-repeat;
    margin-top: 5px;
    width: 996px;
    min-height: 15px;
    height: 15px;
}

.Footer .Content .VLine
{
    background-image: url(../../Images/HeaderFooter/bkgFooterVDiv.png);
    background-repeat: no-repeat;
    width: 10px;
    min-height: 75px;
    height: 75px;
    float: left;
}

.Footer .OtherCorusSites
{
	float:left;
	margin-left:264px;
	text-align:center;
	margin-top: 0px;
}

.Footer .OtherCorusSites p
{
	margin-top:5px;
	margin-bottom:0px;
}

.Footer p
{
	margin-top:0px;
	margin-bottom:0px;
	font-family:Trebuchet MS;
	font-size:11px;
    color: #909598;
}

table.FooterTable, table.FooterTable a, table.FooterTable p
{
	font-family:Trebuchet MS;
	font-size:11px;
    color: #909598;
}

table.FooterTable td
{
    margin: 0;
}

.Hand
{
    cursor: pointer; cursor: hand;
}



