﻿/*********************************************************************
 FORMATTING CLASSES
**********************************************************************/
    	
.red					{ color: #f00; }
.grey, .gray 			{ color: #666666; }
.blue 					{ color: #117ec7; }
.darkBlue, .dark-blue 	{ color: #00275b; }

.big, .bigText 			{ font-size: 1.2em; } 
.small, .smallText 		{ font-size: 0.9em; } 
.tiny, .tinyText 		{ font: 0.85em Verdana, Geneva, sans-serif; } 
.normal, .normalText 	{ font-size: 1em; } 

.alignCenter, .textAlignCenter, .center, .alignCenterText, .alignCentertext 	{ text-align: center; } 
.alignLeft, .textAlignLeft, .alignLeftText, .alignLefttext 						{ text-align: left; } 
.alignRight, .textAlignRight, .alignRightText, .alignRighttext 					{ text-align: right; } 

.bold, .fontBold, .boldText { font-weight: bold; }
.italic, .italics, .italicText, .italicsText, .fontItalic, .fontItalics { font-style: italic; }

.indent { margin-left: 1.5em; } 

/* TEMP - Will be removed */
div.splitVideo div.split-1,
div.split-1 div.splitVideo div.split-1,
div.split-2 div.splitVideo div.split-1 { 
	display: inline; float: left; width: 61% !important; margin-right: 1%; 
}
div.splitVideo div.split-2,
div.split-1 div.splitVideo div.split-2,
div.split-2 div.splitVideo div.split-2 { 
	display: inline; float: left; width: 38% !important; margin: 0; 
}
    	    
/*********************************************************************
 CSP OVERRIDE
**********************************************************************/


/* Fix IE7 content jumping on site nav rollover (only when at largest font setting in browser)
div.container { position: relative; }
 */

