/* @override http://www.metaclarity.com/css/mc_base.css */

@import url("mc_reset.css");
@import url("mc_layoutAndBG.css");
@import url("mc_links.css");

/* Base Appearance */
body
{
	background: #d7d7d7;
	color: #666;
}

/* **************************************************** */
/* Base Text Styles */
/* **************************************************** */
h1
{
	font-size: 1.5em;
	font-weight: bold;
	padding: 0;
	margin: 0 0 12px 0;
	line-height: 1.2em;
}

h2
{
	font-size: 1.1em;
	font-weight: bold;
	padding: 0;
	margin: 0 0 6px 0;
}

#bodyElem p
{
	margin: 0 0 6px 0;
	font-size: 0.9em;
	line-height: 1.6em;
}

#footElem p
{
	margin: 0 0 10px 0;
	font-size: 0.8em;
	line-height: 1.8em;
}

.subHeader
{
	font-size: 0.5em;
}

.smallText
{
	margin-top: 20px;
	font-size: 0.7em;
}

#bodyElem .blueBoldText
{
	font-weight: bold;
	color: #3366cc;
	margin-bottom:0;
}

/* **************************************************** */
/* Contained Layout Elements */
/* **************************************************** */
/* **************************************************** */
/* Header Navigation Style and Layout */
/* **************************************************** */
#headElem img.logo
{
	float: left;
}

#headElem ul
{
	padding: 65px 20px 10px 0;
	text-align: right;
}

#headElem li
{
	display: inline;
	color: #fff;
}

/* **************************************************** */
/* Body Elements Style and Layout */
/* **************************************************** */
#bodyElem ul
{
	margin-bottom: 8px;
}

#bodyElem #standardPageList li
{
	list-style-image: url(../img/tickMark_forLists.gif);
	list-style-position: inside;
	font-size: 0.9em;
	margin-bottom: 2px;
}

#bodyElem .standardPageListNoBull li
{
	list-style-position: inside;
	font-size: 0.9em;
	margin-bottom: 2px;
}

#bodyElem .standardPageListNoBullWide li
{
	list-style-position: inside;
	font-size: 0.9em;
	margin-bottom: 5px;
}

#footElem .cell
{
	width: 174px;
	height: 90px;
	padding: 15px;
	float: left;
	border-right: solid 1px #e1e1e1;
	border-left: solid 1px #e1e1e1;
	margin-right: -1px;
	background-repeat: no-repeat;
	background-position: left top;
}

#footElem .cellRight
{
	width: 173px;
	height: 90px;
	padding: 15px;
	float: left;
	border-right: solid 1px #e1e1e1;
	border-left: solid 1px #e1e1e1;
	background-repeat: no-repeat;
	background-position: left top;
}



/* **************************************************** */
/* Endnote Tweaks to cope with idiosyncracies */
/* **************************************************** */




