
/* Colors */ /* "#cddeef" */


/* App-Based Colors */

/* Text */

/* New Offering Details */


/* LAYOUT: Width */

/* Width of MainNav, Title Bar sections - sum of all but 764px = 764px */

/* 800 x 600 */

/* 1024 x 768 */
/*
--- ScreenWidth "1024"
--- PageWidth "988px"

--- RightRoundedEdgeLeftPos "978"

--- TitleBarLogoWidth "138px"
--- TitleBarMiddleSpaceWidth "590px"
--- TitleBarSearchWidth "260px"
*/

/* Items inside main sections of MainNav Title Bar */
/* Language Section */

/* Width of Main Menu Area */ /* Must be 100% / [number-of-menu-headers] */


/* LAYOUT: Height */

/* Height of MainNav components (sum = 121px) */ /* TitleBarHeight + TitleBarAccessibilityLinksHeight + (extra pixels for perfection) */ /* MainNavHeight + some pixels perhaps */

/* Adds up to TitleBarHeight */


/* POSITIONING */




/*** Contact Callout Box ***/

.ContactCalloutBox {
	float: right;
	width: 185px;
	margin: 7px; margin-top: 3px;
	padding: 3px; padding-left: 7px; padding-right: 7px; padding-bottom: 5px;
	border: 1px solid #939393;
	background-color: white;
}
.ContactCalloutBox .topic {
	padding-bottom: 7px;
	font-weight: bold;
	color: #003366;
}
.ContactCalloutBox .topicBullet {
	padding-right: 5px; padding-top: 2px;
}
.ContactCalloutBox .itemBullet, .ContactCalloutBox .item {
	padding: 2px;
}
.ContactCalloutBox .itemBullet {
	padding-left: 0px; padding-right: 3px;
}
.ContactCalloutBox .item {
	color: #003366;
}
