
/*----------------------------------------
Name: global.css
Developed by:
Date Created:
Last Updated:
Copyright:
----------------------------------------*/


/* Elements
----------------------------------------*/

@CHARSET "UTF-8";
/******* GENERAL RESET *******/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em,
font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody,
 tfoot, thead, tr, th, td {
border: 0pt none;
margin: 0;
padding: 0;
vertical-align: baseline;
outline: 0;
}

html, input { -webkit-font-smoothing:antialiased; }Ê

* {
outline: none;
margin: 0;
padding: 0;
}

body
{
background-color: #4C3327;
_overflow: hidden;
*overflow: hidden;
overflow-x: hidden;
-webkit-text-size-adjust: none;
margin: 0;
padding: 0;
}

body, td, th, li
{
font-family: Times New Roman, serif;
font-size: 18px;
font-weight: normal;
line-height:1.2;
}


table, caption, tbody, tfoot, thead, tr, th, td {
padding: 0 10px 0 0;
}


p {
margin-bottom: 1.5em;
}

/* Indentation instead of line shifts for sibling paragraphs. */
   p + p { text-indent:2em; margin-top:-1.5em; }
   form p + p  { text-indent: 0; } /* Don't want this in forms. */

/*
#content p + p {
text-indent: 1.5em;
margin-top: 0;
}
*/

/*--- Link Styles ---*/
a:link, a:visited
{
text-decoration: none;
}

a:hover, a:active
{

text-decoration: none;
}

h3 a:link, a:visited
{
color: #ffffff;
text-decoration: none;
font-weight: normal;
}

h3 a:hover, a:active
{
color: #ffffff;
text-decoration: none;
font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
font-family: "minion-pro", Times New Roman, serif;
}

h1
{
color:#4c3327;
margin:.825em 0 .5em 0;
font-size:2.125em;
}

h2
{
color:#4c3327;
margin:.825em 0 .5em 0;
font-size:1.75em;
}

h3
{
color:#4c3327;
margin:.825em 0 .5em 0;
font-size:1.5em;
}

h4
{
color:#4c3327;
font-size: 24px;
font-weight: normal;
line-height:1.2;
}

/* Paying it Forward heading color */
.pif-heading {
color: #f5d7c1;
}

/* Achievements in Diversity heading color */
.aid-heading {
color: #eecdba;
}

/* RM heading color */
.rm-heading {
color: #ebc4b9;
}

.orange {
color: #e27839;
}


.dark-orange {
color: #e27839;
}

.darker-orange {
color: #c23820;
}

.repesentativematters .orange {
color: #c23820; 
}


h5
{
color:#4c3327;
margin:.825em 0 .5em 0;
font-size:1.125em;
}

h6
{
color:#4c3327;
margin:.825em 0 .5em 0;
font-size:1em;
}

ul
{
	margin-left:25px;
	margin-top: 10px;
	list-style-type: disc;
}

ol
{
	margin-left:25px;
	
}

sup 
{
	bottom: 1ex;
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
}

blockquote	{margin: 0 0 18px 18px; color:#666666; font-style: italic;}
strong		{font-weight:bold;}
em		{font-style:italic;}

/* Standard Definitions
----------------------------------------*/
.left 		{float:left;}
.right 		{float:right;}
.clearThis 	{clear:both;}
.small		{font-size:12px;}
.large		{font-size:1em;}
.soft		{color:#D3D3D3;}
.hide		{display:none;}
p.last		{margin-bottom:0px;}
