﻿@charset "UTF-8";

/* ***** LAYOUT CSS ***** */
* { margin: 0; padding: 0; }

body  {
	text-align: center;

}

#Body 
{
	/* background: url(images/background1.jpg) top center no-repeat #000; */
	/*background: #FFF;*/
	background:#FFF url(images/body_bg.png) repeat-x top left; height:100%; margin:0px; padding:0px;

}

p{
	padding-bottom: 15px;
}

FckBody, .FckBody, #FckBody
{
	background:#FFFFFF;
	text-align:left;
}


/* Fixes the SubHead expand/collapse headers from floating to the center in Settings/Config pages
   on the site */
td div
{
	text-align: left;
}

#container { /* This div contains the header, middle (and all 3 columns) and footer */
	width: 975px;
	margin: 30px auto 0 auto;
	padding-left: 0px;
	text-align: left;
}

.twoColumns
{
	padding-left: 17px!important;
}

#header { 
	background: url(images/header.png) top center no-repeat transparent;
	height: 160px;
}

#middle { /* This div holds all 3 columns so the background extends all the way down to the longest column */
	background: url(images/body.png) top center repeat-y transparent;
	height: 100%;
	padding: 0px 0;
	z-index: 100;
}

#middle ul li 
{
	list-style-type: disc;
	margin-left: 30px;
	padding: 2px;
}

*html #middle { background-image: url(images/body_ie.png); } /* This is to fix the transparency issues in IE 6 and below WRT repeating PNGs */

/* *** SEARCH BOX *** */

/* *** SEARCH BOX *** */

#searchBox {
	border: none;
	color: #fff;
	margin-left: 640px;
	position: relative;
	top: -75px;
}

.sl {
	text-transform: uppercase;
	font-size: 12px;
	width: 50px;
}

.sfs {
	background: url(images/searchbox.png) right top no-repeat transparent;
	height: 36px;
	width: 271px;
}

input.searchField {
	border: none;
	font: 13px Arial, Helvetica, sans-serif;
	margin-left: 12px;
	padding: 2px;
	position: relative;
	width: 175px;
}


.searchButtonImage
{
	padding-top: 0px;
}


#homeBanner{
	padding-top: 1px;
	margin-left: 12px;
}
.Normal, .normal
{
	color: #666666;
	font-family: Arial,Helvetica;
	font-size: 12px;
	line-height: 18px;
}
.Normal p{
	padding-bottom: 15px;
}


/***** HOME PAGE LAYOUT *****/
.HomeContentPane
{
	position: relative;
	margin-left: 30px;
	float: left;
	width: 443px;
}

.HomeRightPane
{
	position: relative;
	margin-right: 25px;
	float: right;
	width: 442px;
}



/***** LEFT PANE 300PX LAYOUT *****/

.LeftPane300px
{
	position: relative;
	display: inline;
	float: left;
	width: 245px;
	margin-left: 30px;
}

.ContentPaneLeftPane300px
{
	position: relative;
	float: left;
	width: 655px;
	margin-left: 20px;
	margin-right: 0px;	
}



/***** RIGHT PANE 275PX LAYOUT *****/

.ContentPaneRightPane275px
{
	position: relative;
	margin-left: 30px;
	float: left;
	width: 620px;
}

.RightPane275px
{
	position: relative;
	margin-right: 25px;
	float: right;
	width: 275px;
}


/***** SINGLE CONTENT PANE LAYOUT *****/

.SingleContentPane
{
	position: relative;
	margin-left: 30px;
	float: left;
	width: 910px;
}


/** ------------------------------------------------------------------------- **/


#sidebar { /* used on all pages, it applies to the last narrow column */
	float: right;
	padding: 0 20px 0 0px;
	margin-left: -10px;
	width: 204px;
}

*html #sidebar { margin-top: -23px; }

#footer { 
	padding: 0 10px 0 20px;
	background: url(images/footer_sq.png) top center no-repeat transparent;
	height: 58px;
	position: relative; left: 1px;
	text-align: center;
}



.clearfloat { /* This is used under floated columns so the background goes all the way to the bottom. Also keeps the footer in it's place. */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}



/* STYLES */

/* *** GENERAL STYLES *** */

body  {
	font: 11px Arial, Helvetica, sans-serif;
	line-height: 1.3em;
	color: #666;
}


a { color: #326ea1; padding: 1px 2px;}

a:hover {
	text-decoration: underline;
}

#middle a { color: #326ea1;}


b, strong { color: #333; }

#middle p { margin: 4px 0; }

.headerText, .webPartHeaderText, .fixedWebPartHeaderText, .webPartSidebarHeaderText, .fixedWebPartSidebarHeaderText {
	color: #333;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
}

h3.headerText 
{
	border-bottom: 1px solid #c8d8e6; 
	margin-bottom: 4px; 
}

.lm {
	font-size: 11px;
	text-decoration: none;
}

/* *** HEADER STYLES *** */
/* *** Main menu *** */

#header h1 a.mmLogo {
	background: url(images/logo.png) no-repeat transparent;
	display: block;
	height: 111px;
	width: 271px;
	position: relative;
	top: 17px;
	left: 20px;
	text-decoration: none;
}

#header h1 a.mmLogo em {
	visibility: hidden;
}

#mainMenu 
{
	width: 921px;
	position: relative;
	font-size: 12px;
	top: 17px;
	line-height: 1em;
	left: 30px;
	z-index: 999;
}

#mainMenu a {
	color: #999;
	margin-left: 25px;
	text-decoration: none;
}

#mainMenu a.activeItem { color: #fff; }

#mainMenu a:hover {
	background: none;
	color: #fff;
}

#subMenuStrip
{
	background: url(images/submenu_bg.gif) repeat;
	width: 951px;
	z-index: 9999;
	position: relative;
	font-size: 12px;
	line-height: 1em;
	left: 12px;
	padding-top: 1px;
	height: 25px;
}


#breadCrumbStrip
{
	float: left;
	width: 500px;
	margin-top: 5px;
	margin-left: 28px;
	margin-bottom: 5px;
}

#breadCrumbStrip, #breadCrumbStrip .SkinObject
{
	font-size: 11px;
	font-weight: normal;
}

.login 
{
	float: right;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 5px;
	width: 420px;
	text-align: right;
}


.tabAdjust 
{
	position: relative;
	top: -10px;
	left: -2px; /* For IE this should be 0 or +2 */
}



/* *** HOME PAGE CONTENT STYLES *** */
/* *** TODAY'S ANNOUNCEMENTS *** */


/* *** MODULE STYLES *** */


h4.headerText {
	background: url(images/module_label.png) top left no-repeat;
	height: 31px;
	padding: 10px 6px 0 10px;
	margin-top: 10px;
}

#sidebar h4.headerText {
	background: url(images/module_label_sb.png) top left no-repeat;
}

h4.headerText img { padding-right: 10px; float: left; }

.moduleContent {
	background: url(images/module_content.png) bottom left no-repeat;
	padding: 10px 96px 20px 15px; /* IE Value 71px for right padding */
	position: relative;
	top: -10px;
}

.moduleContent li
{
	/* list-style: none; */
}

#sidebar .moduleContent {
	background: url(images/module_content_sb.png) bottom left no-repeat;
	padding: 10px 15px 20px 15px;
}

.moduleContent h4 a { text-decoration: none; padding: 0; font-weight: normal; font-size: 11px; }

.moduleContent h4 a:hover { text-decoration: underline; background: none; color: #326ea1; }

.controlCluster {
	font-size: 10px;
	font-weight: normal;
	text-align: right;
	text-transform: none;
}

h4.headerText .controlCluster img, h4.headerText .controlCluster span.editBut {
	position: relative;
	top: -15px;
	float: right;
	padding-right: 4px;
}

h4.headerText .controlCluster img:first-of-type, 
h4.headerText .controlCluster span.editBut:first-of-type { top: 0; } /* this is a Safari only hack */

h4.headerText a img, h4.headerText a:hover { background: none; border: none; text-decoration: none; }


/* *** FOOTER STYLES *** */

#footer p {
	margin: 0;
	padding: 10px 0;
}

#footer a {
	color: #666;
	text-decoration: none;
}

#footer a img {
	border: none;
	position: relative;
	top: 3px;
	padding-right: 4px;
}

#footer a:hover {
	background-color: transparent;
	color: #999;
}

h1, .horizontalline
{
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #aaaaaa;
}

.Can_News_HeadlineBlock{
	margin-bottom: 14px;
}
.Can_News_ItemLink {
	font-size: 13px;
	font-weight: bold;
}

.Can_News_ItemDate 
{
	font-size: 9px;
	font-style: none;
}


