/* 
Name:			corporate.css
Author:			Kevin Mauer
Created:		08/26/2009
Description:	Redefines only those properties for styles from default.css needed to create the look and feel for 
                the Corporate Connection subsite.
*/

 
/* original background color
	background: #435664;	
*/

/* ************ RIGHT COLUMN TEASERS ************** */

/* Teaser containers first used in the 2007 redesign */

/* top teaser */
.topRightTeaser {
    background: #7290A2;
}

/* middle teaser */
.midRightTeaser {
    background: #57307A;
}

/* bottom teaser */
.bottomRightTeaser {
    background: #666666;
}

/* teaser headings */
.topRightTeaser h2, .midRightTeaser h2, .bottomRightTeaser h2 {
    color: #FFF6E7;
}

/* TEASER LINKS RIGHT */
.orangeBox .teaserLinkOrangeBox, .orangeBox .teaserLinkBlueBox, .orangeBox .teaserLinkOcherBox, .orangeBox .rightTeaserLink, .topRightTeaser .teaserLinkOrangeBox, .topRightTeaser .teaserLinkBlueBox, .topRightTeaser .teaserLinkOcherBox,  .topRightTeaser .rightTeaserLink {
    background: #385564;
}

.blueBox .teaserLinkOrangeBox, .blueBox .teaserLinkBlueBox, .blueBox .teaserLinkOcherBox, .blueBox .rightTeaserLink, 
.midRightTeaser .teaserLinkOrangeBox, .midRightTeaser .teaserLinkBlueBox, .midRightTeaser .teaserLinkOcherBox, .midRightTeaser .rightTeaserLink {
    background: #240B39;
}

.ocherBox .teaserLinkOrangeBox, .ocherBox .teaserLinkBlueBox, .ocherBox .teaserLinkOcherBox, .ocherBox .rightTeaserLink, .bottomRightTeaser .teaserLinkOrangeBox, .bottomRightTeaser .teaserLinkBlueBox, .bottomRightTeaser .teaserLinkOcherBox, .bottomRightTeaser .rightTeaserLink {
    background: #000000;
}



