﻿/*-------- THEATOMGROUP.COM --- global.css --------*/

@import url("defaults.css");

/* hide page until cufon had loaded */ 
.cufon-loading { visibility: hidden !important; }

/*------- MAIN CONTAINERS -------*/

#main,
#head-inner,
#foot-inner {
	width: 979px;
	margin: 0 auto;
}
#main { 	
	position: relative;
	z-index: 2;
	margin-top: -150px;
}
.Home #main {
	background: #fff;
}
#left-col {
	float: left;
    margin-right: 20px;
    padding-bottom: 45px;
    width: 729px;
}
#right-col {
	float: left;
    width: 230px;
    margin-top: -20px;
    background: url("../img/master/right-col-bg.png") no-repeat 0 66px #f5f5f5;
    min-height: 500px;
    height: auto !important;
    height: 500px;
    padding-bottom: 30px;
}	

	
/*------- HEADER -------*/

#head { height: 272px; }
#head-inner { position: relative; z-index: 20; }

/*-- logo --*/
#head .logo {
	position: absolute;
	left: 0; top: 52px;
	padding: 0;
}
	#head .logo a {
		display: block;
		text-indent: -9999px;
		outline: 0;
	}
	
/*-- global nav --*/
#global-nav,
#global-nav-inner {
	background: url("../img/master/utility-bar.png");
	_background: url("../img/ie6/utility-bar.gif");
	height: 30px;
}
#global-nav {
	background-position: top left; 
	position: absolute;
	top: 0; right: 0;
	margin-right: 4px;
	float: left;
	z-index: 19;
}
#global-nav-inner {
	background-position: top right;
	position: relative;
	left: 4px;
	padding: 0 4px 0 1px;
	z-index: 18;
	float: left;
}
	#global-nav ul {
		float: left;
		font-size: 11px;
		margin-right: 48px;
		margin-left: -6px;
	}
	
	#global-nav ul#home-list { display: none; margin-right: 17px; }
	#global-nav ul#home-list a { border-left: 0; border-right: 1px solid #7D7E80; padding: 0 17px; }
	.Home #global-nav ul#home-list { display: block; }
	.Home #global-list { display: none; }
	
	#global-nav li {
		float: left;
		position: relative;
		z-index: 17;
	}
	#global-nav a {
		color: #fff;
		height: 16px;
		line-height: 16px;
		display: inline-block;
		padding: 0 8px;
		margin-top: 7px;
		border-left: 1px solid #7d7e80;
	}
	#global-nav a.blackboard,
	#global-nav li a.blackboard.hover,
	#global-nav li a.blackboard:hover {
		background: url("../img/master/global-first-hover.png") no-repeat bottom left;
		_background: url("../img/ie6/global-first-hover.gif") no-repeat bottom left;
		padding-left: 34px;
		border: 0;
		margin-top: 0;
		height: 30px;
		line-height: 30px;
	}
	#global-nav li a.blackboard.hover,
	#global-nav li a.blackboard:hover {
		background-position: top left;
	}
	#global-nav a.hover,
	#global-nav a:hover  {
		text-decoration: none;
		background: #4d4b4c;	
		line-height: 30px;
		height: 30px;
		margin: 0;
		border-left: 1px solid #4d4b4c;
		padding: 0 8px;
	}
		
	/* search */	
	#search {
		height: 22px; width: 164px;
		float: right;
		*float: none;
		padding-top: 4px;
	}
		#search .txt {
			width: 126px;
			border: 0;
			background: url("../img/master/search.png") top left no-repeat;
			float: left;
			font-size: 11px;
			color: #757575;
			padding: 0 6px;
			*padding-top: 4px;
			padding-top: 4px\9;
			margin-right: 5px;
			height: 21px;
		}
		#search .btn {
			border: 0;
			height: 21px; width: 20px;
			background: url("../img/master/search.png") top right no-repeat;
			float: left;
			font-size: 0;
			cursor: pointer;
			padding: 0;
			color: #9c9ea1;
		}
	/* connect login */
	.connectLogin,
	.collabLogin {
		float: right;
		clear: both;
        background: url(../img/master/connect-login-bg.png) no-repeat;
        width: 199px; height: 32px;
        position:absolute;
        top: 30px;
        right: 0;
        text-align: center;
	}
	.collabLogin {
		background: url(../img/global/collab-signin.png) no-repeat;
		height: 26px;
	}
	.connectLogin a,
	.collabLogin a {
		border: 0 !important;
		padding: 1px 0 0 0 !important;
	}
	.collabLogin a { text-indent: -9999px; height: 26px; width: 199px; *text-indent: 0; *font-size: 0; *line-height: 28px !important; }
	.connectLogin a:hover,
	.collabLogin a:hover { background-color: Transparent !important; }

/*-- primary nav --*/
#primary-nav {
	position: absolute;
	float: left;
	top: 71px; right: -17px;
	z-index: 15;
}
.Home #primary-nav { left: 138px; }

.single-child-item { 
	background: url("../img/master/prim-nav-single-child.png") no-repeat left bottom; 
	_background: url("../img/ie6/prim-nav-single-child.gif") no-repeat left bottom; 
	padding-bottom: 6px;
}

	#primary-nav li {
		float: left;
		background: url("../img/master/primary-divider.png") no-repeat left top;
		_background: url("../img/ie6/primary-divider.gif") no-repeat left top;
		position: relative;
		z-index: 14;
	}
	#primary-nav li.hover { background: none; }
	#primary-nav li:first-child,
	#primary-nav li.first-child { background: none; }
	#primary-nav li a {
		font-size: 15px;
		color: #fff;
		padding: 0 12px 0 16px;
		_padding: 0 17px;
		height: 24px;
		line-height: 22px;
		display: block;
		float: left;
		position: relative;
		margin-right: 4px;
		_margin-right: 0;
		text-decoration: none;
	}
	#primary-nav li a.CMSListMenuLinkHighlighted,
	#primary-nav li a.CMSListMenuLinkHighlighted { 
		font-weight: bold; 
		background: url("../img/master/primary-nav-hover.png") no-repeat center -88px;
		_background: none;
		margin-right: 0;
		padding: 0 17px;
	}
	
	#primary-nav li a.hover,
	#primary-nav li a.CMSListMenuLinkHighlighted.hover { 
		text-decoration: none; 
		color: #000;
		background: url("../img/master/primary-nav-hover.png") no-repeat 0 0;
		_background: url("../img/ie6/primary-nav-hover.gif") no-repeat 0 0;
		height: 27px;
		line-height: 28px;
		position: relative;
		top: -3px;
	}
	#primary-nav li ul li a.CMSListMenuLinkHighlighted:hover { 
		background: none; 
		position: static;
	}
	
	#primary-nav li a.hover-no-flyout { 
		color: #000; 
		background: url("../img/master/primary-nav-hover.png") no-repeat left -131px;
	}

	#primary-nav li span {
		display: block;
		height: 22px;
		width: 4px;
		float: left;
		position: absolute;
		right: -4px; top: 0;
		z-index: 13;
	}
		#primary-nav li a.hover span { 
			background: url("../img/master/primary-nav-hover.png") no-repeat left -36px;
			_background: url("../img/ie6/primary-nav-hover.gif") no-repeat bottom left;
			height: 29px;
		}
	
	/* flyout */
	#head li ul {
		width: 153px;
		position: absolute;
		top: 24px; left: 0;
		display: none;
		z-index: 13;
		overflow: hidden;
		float: none;
		margin-right: 0;
		margin-left: 0;
		padding-left: 0;
	}
		#head li ul li.first-child {
			background: url("../img/master/prim-nav-li-first.png") no-repeat;
			_background: url("../img/ie6/prim-nav-li-first.gif") no-repeat;
			padding-top: 8px;
		}
		#head #primary-nav li ul li.last { 
			background: url("../img/master/prim-nav-li-last.png") no-repeat bottom; 
			_background: url("../img/ie6/prim-nav-li-last.gif") no-repeat bottom;
		}
		#head li ul li.CMSListMenuLIlast {
			background: url("../img/master/prim-nav-li-last.png") no-repeat bottom;
			_background: url("../img/ie6/prim-nav-li-last.gif") no-repeat bottom;
			padding-bottom: 5px;
		}
		#head li ul li {
			display: block;
			background: none;
			float: none;
			position: static;
			background: url("../img/master/prim-nav-li.png") no-repeat;
			_background: url("../img/ie6/prim-nav-li.gif") no-repeat;
		}
		#head li ul a,
		#head li li.active ul a:hover {
			line-height: 15px !important;
			font-size: 11px;
			color: #808080;
			text-transform: uppercase;
			display: block;
			width: 125px;
			float: none;
			margin: 0;
			padding: 6px 12px !important;
			height: auto !important;
			position: static;
			border: 0;
			font-weight: normal !important;
			background: url("../img/master/flyout-divider.png") repeat-x top;
			_background: url("../img/ie6/prim-nav-divider.gif") repeat-x top;
			border: 0;
		}
		#head li ul li.first-child a { background: none; }
		#head li ul li a:hover,
		#head li.active ul a:hover {
			text-decoration: none;
			color: #333;
			background: url("../img/master/flyout-divider.png") repeat-x top;
			border: 0;
		}
		
		body #head li ul li.learn a,
		body #head li ul li.learn a:hover,
		body #head li ul li.transact a,
		body #head li ul li.transact a:hover,
		body #head li ul li.connect a,
		body #head li ul li.connect a:hover,
		body #head li ul li.mobile a,
		body #head li ul li.mobile a:hover,
		body #head li ul li.collaborate a,
		body #head li ul li.collaborate a:hover,
		body #head li ul li.analytics a,
		body #head li ul li.analytics a:hover {
			background: url("../img/master/product-dropdown.png") no-repeat;
			_background: url("../img/ie6/product-dropdown.gif") no-repeat;
			display: block;
			height: 28px !important; 
			text-indent: -9999px;
		}
		
		body #head li ul li.learn a,
		body #head li ul li.learn a:hover { background-position: 0 -1px; }
		body #head li ul li.transact a,
		body #head li ul li.transact a:hover { background-position: 0 -43px; }
		body #head li ul li.connect a,
		body #head li ul li.connect a:hover { background-position: 0 -86px; }
		body #head li ul li.analytics a,
		body #head li ul li.analytics a:hover { background-position: 0 -171px; }
		body #head li ul li.collaborate a,
		body #head li ul li.collaborate a:hover { background-position: 0 -129px; }
		body #head li ul li.mobile a,
		body #head li ul li.mobile a:hover { background-position: 0 -215px; }
		
		/* global specific */
		#head #global-nav ul li ul {
			top: 30px;
			width: 144px;
			z-index: 16;
		}
			#head #global-nav ul li ul li {
				background: url("../img/master/global-nav-li.png") no-repeat;	
				_background: url("../img/ie6/global-nav-li.gif") no-repeat;	
			}
			body #head #global-nav li ul a { width: 117px; _background: url("../img/ie6/global-nav-divider.gif") repeat-x top; }
			#head #global-nav li ul a:hover { color: #000; }
			#head #global-nav li ul li.last { 
				background: url("../img/master/global-nav-li-last.png") no-repeat bottom; 
				_background: url("../img/ie6/global-nav-li-last.gif") no-repeat bottom;
			}
			#head #global-nav li ul li.first-child { 
				background: url("../img/master/global-nav-li-first.png") no-repeat top; 
				_background: url("../img/ie6/global-nav-li-first.gif") no-repeat top;
			}
	
	
/*------- FOOTER -------*/

#foot {
	height: 220px;
	background: url("../img/master/footer-bg.png") repeat-x #606062;
	padding-top: 47px;
	font-size: 11px;
	color: #999;
	clear: both;
}
	#foot p { margin-bottom: -2px; font-size: 10px; line-height: 12px; }
	#foot .copy { font-size: 11px; display: block; width: 280px; }
	#foot a { color: #999; text-decoration: none; }
	#foot a:hover { color: #CCC; }
	#foot .logo a {
		background: url("../img/master/footer-logo.png") no-repeat;
		text-indent: -9999px;
		display: block;
		margin-bottom: 20px;
		_margin-bottom: 15px;
		height: 19px; width: 119px;
		outline: 0;
	}
	#foot .legal {
		height: 11px; width: 12px;
		cursor: pointer;
		margin-left: 37px;
		position: relative;
		top: 2px;
	}
	#foot .utility { margin-top: 17px; }
		#foot .utility li {
			display: inline;
			margin-right: 6px;
		}
	#foot .logo {
		width: auto;
		text-align: left;
		padding: 0;
		min-height: 0;
		display: block;	
	}
		
	/* quick links */
	#foot .quick-links {	
		float: right;
		margin-right: -61px;
	}
		#foot .quick-links .col {
			background: url("../img/master/footer-column-bg.png") repeat-y top left;
			float: left;
			padding: 0 15px;
			width: 144px; height: 182px;
			margin-right: 0;
		}
		#foot .quick-links .col h2 {
			font-size: 15px;
			color: #fff;
			margin: -2px 0 12px 0;
			font-weight: normal;
		}
			#foot .quick-links .col h2 a { color: #fff; }
		#foot .quick-links .col li { margin-bottom: 4px; }
		
	/* social media */
	#foot .social-media {
		margin-top: 14px;
	}
	#foot .social-media a {
		height: 20px; width: 20px;
		display: block;
		text-indent: -9999px;
		background: url("../img/global/social-media.png") no-repeat;
		margin-right: 4px;
		float: left;
	}
	#foot .social-media a.twitter { background-position: 0px 0px; }
	#foot .social-media a.facebook { background-position: -24px 0px; }
	#foot .social-media a.rss { background-position: -49px 0px; }
	#foot .social-media a.blog { background-position: -74px 0px; }
	
	#foot .social-media a:focus { outline: none; }


/*------- GLOBAL ELEMENTS -------*/

/*-- gray buttons --*/
#main a.gray-button,
#main a.gray-button span,
span.gray-button,
span.gray-button input {
	height: 26px;
	line-height: 26px;
	background: url("../img/global/gray-btn.png") no-repeat;
	display: inline-block;
	font-size: 11px;
	cursor: pointer;
	border: 0;
}
#main a.gray-button,
span.gray-button {
	background-position: right top;
	color: #4D4D4F;
	text-decoration: none;
	margin-left: 27px;
}
#main a.gray-button span,
span.gray-button input {
	background: url("../img/global/gray-btn.png") no-repeat top left;
	position: relative;
	right: 27px;
	padding-left: 7px;
}
span.gray-button input {
	*padding-left: 3px;
}
#main a.gray-button:hover,
span.gray-button:hover { color: #000; background-position: right bottom; }
#main a.gray-button:hover span,
span.gray-button input:hover  { background-position: left bottom; }

/*-- slideshow --*/
#main .slideshow img {
	display:none;	
	position:absolute;
}


/*-- video player --*/
#main a.media {
	display: block;
	position: relative;
	text-decoration: none;
	outline: 0;
	width: auto;
	margin: 0 auto;
}

#main .widget a.media { width: auto; }

	.media .play {
		position: absolute;
		top: 50%; left: 50%;
		height: 26px; width: 24px;
		display: block;
		margin: -13px 0 0 -12px;
		text-indent: -9999px;
		cursor: pointer;
	}
	a.media .play,
	a.media:hover .play,
	a.media .play-hover { 
		background: url("../img/global/play-arrow.png") no-repeat;
		_background: url("../img/ie6/play-arrow.gif") no-repeat; }
	a.media:hover .play,
	a.media .play-hover { background-position: right top; }
	
	.photo {
		display: block;
		border: 1px solid #d6d6d6 !important;
		padding: 4px;
		width: 255px;
	}
	.media .caption {
		font-size: 11px;	
		line-height: 16px;
		position: absolute;
		bottom: 0; left: 0;
		color: #fff;
		display: block;
		left: 5px; bottom: 5px;
		padding: 2px 10px 6px;
		background: rgba( 0, 0, 0, 0.6);
		*background: transparent;-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000)"; /* IE8 */    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000);   /* IE6 & 7 */      zoom: 1;
		cursor: pointer;
		text-align: left;
		width: 157px;
	}
	
/*-- widgets --*/
#main #intro .widgetColumn { 
	background: none;
    margin-right: 0;
    margin-top: 0;
    min-height: 0;
    padding-right: 0;
    width: 269px;
}
#main .widgetColumn {
	background: url("../img/global/vertical-dotted.png") repeat-y right top;
	padding-right: 31px;
	margin: 57px 33px 0 0;
	width: 198px;
}
#main .middleWidgetColumn .widgetColumn { 
	width: 523px; 
	float: left; 
	margin-right: 20px; 
	padding-right: 20px; 
	padding-left: 10px;
}
#main .rightWidgetColumn .widgetColumn { 
	background: none; 
	margin-right: 0; 
	padding-right: 0; 
	float: left; 
	width: 190px; 
}
#main .widget p.description { clear: both; position: relative; top: 5px; }

#main .widget {
	line-height: 15px;	
	font-size: 11px;
	color: #757575;	
	margin-bottom: 33px;
	position: relative;
	clear: both;
}
#main .widgetColumn.last {
	padding-right: 0;
	margin-right: 0;
	background: none;
}
	#main .widget h2.widget-title,
	#main #drilldown #content .widget h2.widget-title {	
		font-size: 11px;
		text-transform: uppercase;
		height: 28px;
		line-height: 26px;
		margin-bottom: 5px;
		background: url("../img/global/horizontal-dotted.png") repeat-x bottom;
		margin-top: -9px;
		font-weight: normal;
		overflow: visible;
		_padding-top: 5px;
		position: relative;
	}
	#main .widget h2.widget-title a {
		color: #333;
		display: block;
		text-decoration: none;
	}
	#main .widget h2.widget-title img { display: none; }
	
		/* icons */
		#main .widget h2.widget-title a,
		#main .widget h2.widget-title span {
			display: block;
			height: 27px;	
			background: url("../img/global/widget-icons.png") no-repeat;
			padding-left: 17px;
		}
		#main .twitter h2.widget-title a,
		#main .twitter h2.widget-title span { background-position: -296px 0; }
		#main .media h2.widget-title a,
		#main .media h2.widget-title span { background-position: -296px -26px; }
		#main .rss h2.widget-title a,
		#main .blog h2.widget-title a,
		#main .rss h2.widget-title span,
		#main .blog h2.widget-title span  { background-position: -296px -80px; }
		#main .events h2.widget-title a,
		#main .events h2.widget-title span  { background-position: -296px -133px; }
		#main .video h2.widget-title a,
		#main .video h2.widget-title span,
		#main .photos h2.widget-title a,
		#main .photos h2.widget-title span  { background-position: -296px -107px; }		
		#main .facebook h2.widget-title a,
		#main .facebook h2.widget-title span { background-position: -296px -159px; }
		
		#main .editor h2.widget-title span { background: none; padding-left: 0; }
	
	#main .widget h2,
	#main #drilldown #content .widget h2 { font-size: 11px; font-weight: normal; line-height: 15px; margin: 0; }
	#main .widget p { margin-bottom: 5px; color: #808082; }
	#main #left-col #intro .widget p { width: auto; float: none; margin-right: 0; }
	
	#main .widget p.links { margin-bottom: 0; }
	#main .widget p.bottom-link { margin-top: 10px; }
	/* #main .widget a img { display: none; } */
	#main .widget ul li,
	#main #drilldown #content .widget ul li { margin-bottom: 15px; list-style: none; padding: 0; border: 0; }
	#main .widget ul li:last-child,
	#main .widget ul li.last { margin-bottom: 0px; }
	#main .events br { display: none; }
	#main .rss img { display: none; }
	
	/* move and remove buttons */
	#main .widget h2.widget-title .remove-link, 
	#main .widget h2.widget-title .move-handle,
	#main .widget h2.widget-title .edit-button { background: url("../img/global/widget-icons.png") no-repeat !important; display: none; padding-left: 0; }
	
	#main .widget:hover h2.widget-title .remove-link, 
	#main .widget:hover h2.widget-title .edit-button, 
	#main .widget:hover h2.widget-title .move-handle { display: block; }
	
	#main .widget h2.widget-title .remove-link:focus, 
	#main .widget h2.widget-title .move-handle:focus,
	#main .widget h2.widget-title .edit-button:focus { outline: none; }
	
	#main .widget h2.widget-title .remove-link { background-position: -296px -193px  !important; height: 14px; width: 15px; right: 25px; top: 5px; }
	#main .widget h2.widget-title .move-handle { background-position: -316px -191px  !important; height: 18px; width: 18px; right: 0; top: 3px; }
	#main .widget h2.widget-title .edit-button { background-position: -342px -192px  !important; height: 17px; width: 14px; right: 50px; top: 3px; }
		
	/* modular carousel */
    .module-carousel-wrap {
        position: relative;
        left: -6px;
        float: left; 
    }
	.module-carousel {
		position: relative;
		overflow: hidden;
		margin: 0 5px;
		z-index: 2;
		float: left;
		left: 0;
	}
	.photos .photo { margin: 0 auto; }
	.photos-wrap { left: 2px; }
	.photos-wrap .photo { border: 0 !important; }
	.photos-wrap img {
		width: 182px !important;
		height: auto !important;
	}
	.rightWidgetColumn 	.photos-wrap img {
		width: 172px !important;
	}
	.photos-wrap .module-carousel {	border: 1px solid #D6D6D6; padding-bottom: 4px;}
	.rightWidgetColumn .photos-wrap .module-carousel { width: 180px !important; }
	.module-carousel ul {
		margin: 0;
		padding: 0;
		position: relative;
		list-style: none;
		z-index: 1;
	}
	.middleWidgetColumn .module-carousel {
		width: 511px !important;
		height: 178px !important;
	}
	.middleWidgetColumn .module-carousel li {
		width: 251px !important;
		height: 178px !important;
		margin-right: 10px;
	}
	.middleWidgetColumn .module-carousel .photo {
		width: 240px !important;	
		height: 158px !important;
	}
	.middleWidgetColumn .photos-wrap  .module-carousel .photo { 
		height: auto !important;
	}
	.module-carousel li {
		text-align: center;
		z-index: 10;
		float: left;
		overflow: hidden;
	}
	.module-carousel a {
		display: table-cell;
		vertical-align: middle;
	}
	#main .widget .module-carousel a img { display: block; }
	.module-carousel,
	.module-carousel li { width: 192px !important; height: 135px !important; }
	.module-carousel ul { height: 135px !important; }
	.module-carousel img,
	.widget object,
	.widget embed {
		height: 120px; 
		width: 182px;
	}
	.widget .prev,
	.widget .next {
		cursor: pointer;
		display: block;
		width: 15px;
		height: 28px;
		position: absolute;
		top: 50%;
		margin-top: -14px;
		text-indent: -99999px;
		z-index: 11;
	}
		.next { background: url(../img/global/module-arrow-right.png) no-repeat right; right: -10px; }
		.prev { background: url(../img/global/module-arrow-left.png) no-repeat left; left: -10px; }
		
	/* add module button */
	#main .addWidgetPopupLink { 
		background: url(../img/global/add-module-button.png) no-repeat; 
		display: block;
		height: 23px; width: 115px;
		margin: 10px 0;
		text-indent: -9999px;
		cursor: pointer;
	}
	#main #right-col .addWidgetPopupLink { margin-left: 10px; margin-bottom: 20px; }
	.addWidgetPopupLink:focus { outline: 0; }
	.hidden { display: none; }
	
	/* main columns */
	#main #drilldown #content .FullModularWithNav {
		float:left;
		width:778px;
	}
	#main #drilldown #content .middleWidgetColumn {
		float: left;
	}
	#main #drilldown #content .rightWidgetColumn {
		float: left;
	}
	
	/* dynamic templates */
	#main .dynamic-template-two .widgetColumn,
	#main .dynamic-template-three .widgetColumn { 
		width: 740px; 
		background: none; 
		margin-right: 0;
		margin-top: 0;
		padding-right: 0;
		padding-top: 0;
	}
	#main .dynamic-template-two .widgetColumn .widget,
	#main .dynamic-template-three .widgetColumn .widget,
	#main #tabbed .copy .widgetColumn .widget {
		font-size: 12px;
		line-height: 18px;
	}
	#main .dynamic-template-three .widgetColumn { width: 500px; padding-top: 30px; }
	
	#main .dynamic-template-two .widgetColumn li,
	#main .dynamic-template-three .widgetColumn li { margin-left: 0; }
	
	#main #drilldown .dynamic-template-two .widgetColumn .widget h2,
	#main #drilldown .dynamic-template-three .widgetColumn .widget h2,
	#main #drilldown .dynamic-template-two .widgetColumn .widget h3,
	#main #drilldown .dynamic-template-three .widgetColumn .widget h3,
	#main #tabbed .copy .widgetColumn .widget h2,
	#main #tabbed .copy .widgetColumn .widget h3 {
		color: #4D4D4F !important;
		margin-bottom: 5px !important;
		text-transform: uppercase !important;
		line-height: 1 !important;
		font-size: 12px !important;
	}
	#main #tabbed .copy .widgetColumn .widget h3 {
		background: none;
		padding-bottom: 0;
	}
	#main #drilldown .dynamic-template-two .widgetColumn .widget h2.widget-title,
	#main #drilldown .dynamic-template-three .widgetColumn .widget h2.widget-title,
	#main #drilldown .dynamic-template-two .widgetColumn .widget.editor h2,
	#main #drilldown .dynamic-template-three .widgetColumn .widget.editor h2,
	#main #tabbed .copy .widgetColumn .widget h2.widget-title,
	#main #tabbed .copy .widgetColumn .widget.editor h2 {
		line-height: 25px !important;
		margin: 0 0 10px 0 !important;
		font-size: 21px !important;	
		color: #4D4D4F !important;
		font-style: normal !important;
		text-transform: none !important;
		background: none !important;
	}
	#main #drilldown .dynamic-template-two .widgetColumn .widget h2.widget-title a,
	#main #drilldown .dynamic-template-three .widgetColumn .widget h2.widget-title a,
	#main #drilldown .dynamic-template-two .widgetColumn .widget h2.widget-title span,
	#main #drilldown .dynamic-template-three .widgetColumn .widget h2.widget-title span,
	#main #tabbed .copy .widgetColumn .widget h2.widget-title span,
	#main #tabbed .copy .widgetColumn .widget h2.widget-title a {
		background: none;
		padding: 0 !important;
		height: auto !important;
	}	
	#main #drilldown .dynamic-template-two .widgetColumn .widget p,
	#main #drilldown .dynamic-template-three .widgetColumn .widget p {
		margin-bottom: 13px !important;
		font-size: 12px !important;
		line-height: 18px !important;	
	}
	#main #drilldown .dynamic-template-two .widgetColumn .widget.editor ul,
	#main #drilldown .dynamic-template-three .widgetColumn .widget.editor ul,
	#main #tabbed .copy .widgetColumn .widget.editor ul {
		margin: 5px 0 5px 30px !important;
	}
	#main #drilldown .dynamic-template-two .widgetColumn .widget.editor li,
	#main #drilldown .dynamic-template-three .widgetColumn .widget.editor li,
	#main #tabbed .copy .widgetColumn .widget.editor li {
		list-style: disc outside none !important;
		padding: 5px 0 !important;
		margin: 0 !important;
	}
	#main #drilldown .dynamic-template-two .widgetColumn .widget.editor a img,
	#main #drilldown .dynamic-template-three .widgetColumn .widget.editor a img,
	#tabbed .copy .widgetColumn .widget.editor a img {
		display: inline-block;
	}
	.dynamic-template-three-left { float: left; width: 223px; }
	#main .dynamic-template-three-left .widgetColumn {  background: none; }
	
	#tabbed .copy .widgetColumn {
		background: none;
		margin: 0;
		padding: 0;
		width: 675px;
		min-height: 0;
	}
	#tabbed .copy .widget {
		font-size: 12px;
		line-height: 16px;
		margin: 0;	
	}
	
	.more-information-container {
		float: right;	
		position: relative;
		z-index: 1;
		margin-bottom: -17px;
	}
	#drilldown #content .more-information-container h2 {
		font-size: 13px;
		color: #606062;
		margin-bottom: 0;
	}
	
/*-- feature --*/
.feature {
	margin: 0 -10px;
	background: url("../img/global/feature.png") no-repeat;
	_background: url("../img/ie6/feature.gif") no-repeat;
	height: 360px;
	padding: 15px;
	position: relative;
	top: -10px;
	overflow: hidden;
}	
	/* controls */
	.feature .controls {
		position: absolute;	
		background: url("../img/global/feature-controls.png") no-repeat;
		_background: url("../img/ie6/feature-controls.gif") no-repeat;
		height: 33px;
		white-space: nowrap;
		z-index: 3;
		left: 0; bottom: 31px;
		float: left;
		padding: 8px 6px 0 22px;
	}	
		.feature .controls li {
			float: left;
			color: #808080;
			background: #6d6a6a;
			cursor: pointer;
			margin-right: 5px;
			height: 11px; width: 28px;
			line-height: 11px;
			text-align: center;
			font-size: 7px;
		}
		.feature .controls li.active { color: #fff; }	
		
	/* panels */
	.feature .panels li {
		position: absolute;
		height: 359px; width: 968px;
		float: left;
	    display: none;
    }	
	/*.feature .panels a {
		display: block;
		text-decoration: none;
		cursor: pointer;
	}	*/
	.feature .panels .copy {
		z-index: 2;
		color: #fff;
		font-size: 18px;
		padding:48px 458px 48px 36px;
		line-height: 25px;
		height: 262px;
		display: block;
	}
		.feature .panels .copy strong {
			font-weight: bold;
			font-size: 36px;
			margin-bottom: 5px;
			line-height: 1;
			display: block;
		}
		
/*-- tabs --*/
#tabbed .tabs {
	width: 717px;
	height: 37px;
	float: left;
	margin-left: 6px;
	_display: inline;
    _overflow: hidden;
	background: url("../img/global/tabs-global.png") no-repeat;
    position: relative;
    z-index: 3;
}
#drilldown #content #tabbed .tabs { margin: 0 0 0 6px; }
#tabbed .tabs li {
	height: 37px;
    line-height: 37px;
	margin-bottom: 6px;
	background: url("../img/global/tabs-global.png") repeat-y 0 -84px;
	_background: url("../img/ie6/tabs-global.gif") repeat-y 0 -84px;
    display: table-cell;
    .display: inline;
    .zoom: 1;
    _float: left;
    position: relative;
}
#tabbed .tabs li:first-child,
#tabbed .tabs li.first-child { background: none; }
#tabbed .tabs a {
	display: inline-block;
	outline: 0;
    vertical-align: middle;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 11px;
	width: 121px;
	padding: 0 11px;
	color: #808080;
	line-height: 1;
	text-align: center;
    _padding-top: 5px;
}

#tabbed .tabs li.ui-state-hover {
	background: url("../img/global/tabs-global.png") no-repeat -142px -37px; 
}

#tabbed .tabs li.ui-state-active { 
	background: url("../img/global/tabs-global.png") no-repeat 0 -37px;
    border-bottom: 6px solid #FFF;
    margin-bottom: 0;
}	
	/* panels */
	#tabbed .panel {
		clear:both;			
		border: 1px solid #eaeaea;
		z-index: 2;
		position: relative;
	}
	#tabbed .panel.ui-tabs-hide {
		display:none !important;
	}
	#tabbed .panel-inner { 
		border: 5px solid #f5f5f5; 
		min-height: 214px;
		height: auto !important;
		height: 214px;
	}
	
	/* copy */
	#tabbed .copy {
		float: left;
		width: 379px;
		padding: 20px 34px 16px 16px;
		line-height: 19px;
	}
		#tabbed .copy h3 {
			font-size: 17px;
			font-weight: bold;
			padding-bottom: 9px;
			margin-bottom: 8px;
			background: url("../img/global/horizontal-dotted.png") repeat-x left bottom;
			line-height: 20px;
		}
		#tabbed .copy p { margin-bottom: 8px; }
			
	/* features */
	#tabbed .features {
		float: left;
		width: 265px;
		padding: 13px 0;
	}
		#tabbed .features .related-links {
			margin: 7px 0 11px 3px;
			width: 255px;
		}
			#tabbed .features .related-links li { _zoom: 1; }
			#tabbed .features .related-links a {
				background: url("../img/global/horizontal-dotted.png") repeat-x left top;
				padding: 5px 0;
				display: block;
				width: 100%;
			}
			#tabbed .features .related-links li:first-child a,
			#tabbed .features .related-links li.first-child a {
				background: none;
			}
			
			#tabbed .features .gray-button { margin-left: 30px; }
			
	/* tabbed dynamic content overrides */
	#main #tabbed .tabs li .widgetColumn {
		background: none;
		margin: 0;
		padding: 0;
		width: auto; height: auto;	
		min-height: 0;
	}
		#main #tabbed .tabs li .addWidgetPopupLink {
			position: absolute;
			top: -38px;	
		}
		#main #tabbed .tabs li .widgetColumn .widget {
			margin: 0;
			font-size: inherit;
			position: static;
			width: 115px;
			height: 33px !important;
			line-height: 31px;
		}
			#main #tabbed .tabs li .widgetColumn .widget h2 {
				background: 0;	
				position: absolute;
				width: 115px;
				margin: 0; height: auto;
			}
			#main #tabbed .tabs li .widgetColumn .widget .edit-button { right: 34px; top: 6px; }
			#main #tabbed .tabs li .widgetColumn .widget .remove-link { right: 18px; top: 8px; }
			#main #tabbed .tabs li .widgetColumn .widget .move-handle { top: 5px; margin: 0; }
			#main #tabbed .tabs li .widgetColumn .widget .plain-text { 
				line-height: 1; 
				display: table-cell;
				height: 34px;
				vertical-align: middle;
				width: 115px;
			}
			
			
/*------- MODALS -------*/

/*-- contact us --*/
#contact-modal {
	width: 959px;
	padding: 0 0 14px 0;
	line-height: 19px;
	font-size: 11px;
	float: left;
}
	#contact-modal h2 {
		height: 70px; width: 100%;
		background: url("../img/global/contact-us-modal.png") no-repeat;
		text-indent: -9999px;
	}
	#contact-modal h3 { 
		text-indent: -9999px;
		margin: 49px 0 30px;
		background: url("../img/global/contact-us-headers.png") no-repeat;
	}
	#contact-modal h3.industry-info { margin: 44px 0 14px; background-position: -1px -52px; height: 21px; width: 186px; clear: both; float: left; }
	#contact-modal h3.contact-info { margin-bottom: 0; background-position: -1px -2px; height: 16px; width: 182px; }
	#contact-modal h3.about-inquiry { background-position: -2px -28px; height: 21px; width: 168px; }
	
	#contact-modal strong { 
		color: #4D4D4F;
		font-weight: normal;
	}
	#contact-modal p { margin-bottom: 5px; }
	#contact-modal label { 
		display: block;
		margin: 16px 0 6px;
		font-size:12px;
		line-height: 1;
		clear:both;
		float: left;
		width: 100%;
	}
	#contact-modal .text,
	#contact-modal select { 
		border: 1px solid #cecece;
		background: url("../img/global/text-input-bg.png") repeat-x;
		width: 169px;
		display: inline-block;
		margin-right: 6px;
		padding: 4px;
		font: 11px helvetica, arial; 
		color: #B2B2B2;
		float:left;
	}
	#contact-modal .text:focus,
	#contact-modal .about textarea:focus { color: #4D4D4F; }
	#contact-modal select { 
		width: 368px;
		color: #4D4D4F;
		padding: 3px;
		margin-bottom: 9px;
	}
	#contact-modal .btn { display: inline-block; }

	/* information */
	#contact-modal .information,
	#contact-modal .about {
		float: left;
		min-height: 540px;
		height: auto !important;
		height: 540px;
	}
	#contact-modal .information { 
		padding-left: 23px;
		width: 373px;
		margin-right: 101px;
	}
	#contact-modal .state { width: 179px; }
	#contact-modal .zip { width: 89px; }
	#contact-modal .country { width: 259px; }
	#contact-modal .text.long { width: 287px; }
	#contact-modal select.industry{ width: 201px; }
	
	#contact-modal .information .btn,
	#contact-modal .about .btn {
		border: 0;
		cursor: pointer;
		background: url("../img/global/contact-us-buttons.png") no-repeat left bottom;
		height: 23px; width: 65px;
		float: left;
		font-size: 0;
		text-indent: -9999px;
	}
	#contact-modal .about .btn {
		height: 25px; width: 84px;
		float: right;
		background-position: left top;
		margin-top: 86px;
	}
	
	/* about */
	#contact-modal .about {
		width: 415px;	
	}
		#contact-modal .about textarea {
			border: 1px solid #cecece;
			font: 11px helvetica, arial; 
			color: #B2B2B2;
			padding: 4px;
			margin-bottom: 17px;
			height: 96px; width: 400px;
		}
		#contact-modal .about select { width: 410px; }
		

/*------- HOMEPAGE SPECIFIC -------*/
		
/*-- latest news --*/
#latest-news {
	height: 25px; width: 956px;
	color: #fff;
	position: relative;
	padding: 6px 10px 4px 13px;
	line-height: 25px;
	background: #f1b900;
	margin-bottom: 20px;
}
	#latest-news a { color: #fff; }
	#latest-news a:hover { color: #f7eabe; text-decoration: none; }
	
	/* intro */
	#latest-news .intro {
		float: left;
		width: 169px;
	}
	#latest-news h2 { font-size: 15px; display: inline-block; font-weight: normal; line-height: 22px; }
	#latest-news .intro h2 { margin-right: 9px; color: #fff; float: left; }
	#latest-news .number {
		font-size: 10px;
		margin-left: 5px;
		float: left;
	}
	#latest-news .prev,
	#latest-news .next {
		background: url("../img/global/latest-news-icons.png") no-repeat 1px -20px;
		width: 12px; height: 20px;
		text-indent: -9999px;
		cursor: pointer;
		position: relative;
		top: 2px;
		float: left;
		left: 0;
	}
	#latest-news .next { background-position: -12px -20px; right: 0; }
	#latest-news .next:hover,
	#latest-news .next-hover { background-position: -40px -20px; }
	#latest-news .prev:hover,
	#latest-news .prev-hover { background-position: -28px -20px; }
	
	/* marquee */
	#latest-news .marquee {
		width: 636px; height: 25px;
		overflow: hidden;
		border-left: 1px solid #e0ab00;
		border-right: 1px solid #e0ab00;
		float: left;
		line-height: 25px;
	}
	#latest-news .marquee li {
		height: 25px;
		float: left;
		width: 610px;
		padding: 0 14px;
		position: absolute;
		overflow: hidden;
	}
		#latest-news .marquee li a { 
			background-color: #F1B900;
			width: 610px;
			display:block; 
		}
	
	/* follow us */
	#latest-news .follow-us {
		float: right;
		width: 137px;
	}
		#latest-news .follow-us a {
			color: #fff;
			background: url("../img/global/latest-news-icons.png") no-repeat right 2px;
			display: block;
			height: 23px;
		}
		#latest-news .follow-us a:hover { color: #f7eabe; text-decoration: none; }
		
		
/*-- explore our products --*/
#explore-products {
	float: left;
	width: 729px;
	margin-right: 17px;
}
.Home #explore-products {
	margin-bottom:38px;
}
	#explore-products h2,
	#solutions-by-market h2 {
		color: #4D4D4F;
		font-weight: bold;
		font-size: 21px;
		margin-bottom: 15px;	
	}
	
	/* tabs */
	#explore-products #tabbed .tabs {
		height: 54px;
		background: none;
		width: 722px;
	}
	
	#explore-products #tabbed .copy {
		padding: 20px 34px 25px 23px;
		width: 375px;
	}
	#explore-products #tabbed .features {
		padding: 18px 0;
	}
	
	#explore-products #tabbed .tabs li {	
		height: 54px;
		line-height: 54px;
		background: none;
	}
	#explore-products #tabbed .tabs a {
		height: 54px;
		background: url("../img/global/tabs-products.png") no-repeat;
		text-indent: -9999px;
		padding: 0;
		display: block;
	}
	
	#explore-products #tabbed .tabs li.ui-state-active a { height: 55px; }
	
	#explore-products #tabbed .tabs a.overview { width: 111px; background-position: 0 0; }
	#explore-products #tabbed .tabs a.learn { width: 80px; background-position: -111px 0; }
	#explore-products #tabbed .tabs a.connect { width: 101px; background-position: -309px 0; }
	#explore-products #tabbed .tabs a.transact { width: 98px; background-position: -410px 0; }
	#explore-products #tabbed .tabs a.mobile { width: 104px; background-position: -624px 0; }
	#explore-products #tabbed .tabs a.collaborate { width: 110px; background-position: -191px 0; }
	#explore-products #tabbed .tabs a.analytics { width: 114px; background-position: -510px 0; }
	
	#explore-products #tabbed .tabs a.overview:hover { width: 111px; background-position: 0 bottom; }	
	#explore-products #tabbed .tabs a.learn:hover { width: 80px; background-position: -111px bottom; }	
	#explore-products #tabbed .tabs a.connect:hover { width: 101px; background-position: -309px bottom; }	
	#explore-products #tabbed .tabs a.transact:hover { width: 98px; background-position: -410px bottom; }
	#explore-products #tabbed .tabs a.mobile:hover { width: 104px; background-position: -624px bottom; }
	#explore-products #tabbed .tabs a.collaborate:hover { width: 110px; background-position: -191px bottom; }
	#explore-products #tabbed .tabs a.analytics:hover { width: 114px; background-position: -510px bottom; }
	
	#explore-products #tabbed .tabs li.ui-state-active a.overview,
	#explore-products #tabbed .tabs li.ui-state-active a.overview:hover { width: 111px; background-position: 0 -54px; }
	#explore-products #tabbed .tabs li.ui-state-active a.learn,
	#explore-products #tabbed .tabs li.ui-state-active a.learn:hover { width: 80px; background-position: -111px -54px; }
	#explore-products #tabbed .tabs li.ui-state-active a.connect,
	#explore-products #tabbed .tabs li.ui-state-active a.connect:hover { width: 101px; background-position: -309px -54px; }
	#explore-products #tabbed .tabs li.ui-state-active a.transact,
	#explore-products #tabbed .tabs li.ui-state-active a.transact:hover { width: 98px; background-position: -410px -54px; }
	#explore-products #tabbed .tabs li.ui-state-active a.mobile,
	#explore-products #tabbed .tabs li.ui-state-active a.mobile:hover { width: 104px; background-position: -624px -54px; }
	#explore-products #tabbed .tabs li.ui-state-active a.collaborate,
	#explore-products #tabbed .tabs li.ui-state-active a.collaborate:hover { width: 110px; background-position: -191px -54px; }
	#explore-products #tabbed .tabs li.ui-state-active a.analytics,
	#explore-products #tabbed .tabs li.ui-state-active a.analytics:hover { width: 114px; background-position: -510px -54px; }
	
	/* panels */
	#explore-products  #tabbed .panel-inner { height: 323px !important; }
	

/*-- solutions by market --*/
#solutions-by-market {
	float: left;
	width: 233px; height: 428px; *height: 425px;
	overflow: hidden;
	border-bottom: 1px solid #b4b4b5;
}	
	#accordion h3 {
		font-size: 11px;
		text-transform: uppercase;
		height: 25px;
		line-height: 23px;
		font-weight: normal;
	}
		#accordion h3 a {
			color: #5C5960;
			text-decoration: none;
			display: block;
			padding: 0 14px;
			background: url("../img/global/accordion.png") no-repeat;
			border-top: 1px solid #b4b4b5;
		}
		#accordion h3 a:hover { background-position: 0 -25px; }
		#accordion h3.ui-state-active a,
		#accordion h3.ui-state-active a:hover { 
			background-position: 0 bottom; 
			color: #fff;
			border: 0;
			height: 26px;
		}
	#accordion div {
		background: #F2F2F2;
		overflow: hidden;
		_padding: 10px 9px 0;
	}
		#accordion img {
			margin-bottom: 3px;
			width: 183px;
		}
		#accordion p {
			background: #fff;
			padding: 12px 15px 12px 17px;
			margin: 10px 9px;
			_margin: 0;
			line-height: 19px;
			overflow: hidden;
			height: 169px;
		}
		
		
/*------- PRODUCT HOME SPECIFIC -------*/
			
/* intro */
#left-col #intro {
	margin: 5px 0 29px;
	line-height: 23px;
	font-size: 15px;	
	float: left;
}
	#left-col #intro h1 {
		margin-bottom: 14px;
		line-height: 25px;	
		font-size: 21px;
	}
	#left-col #intro .copy {
		width: 440px;
		margin-bottom: 13px;
        float: left;
	}
	#left-col #intro p { margin-bottom: 13px; }
	#left-col #intro a.media { float: left; }

/* contact us */
#main .contact-us {
	height: 63px;
	line-height: 63px;
	background: #606062;
	display: block;
	font-size: 11px;
	text-transform: uppercase;
	padding: 0 11px 0 11px;
	color: #fff;
	text-decoration: none;
	margin-bottom: 15px;
}
a.contact-us span { color: #eab200; }
a.contact-us:hover span,
a.contact-us.hover span { color: #000;}	

.contact-us .arrow { font-size: 14px; }
	
/* sign in */
a#sign-in {
	text-transform: uppercase;	
	padding: 21px 16px 0;
	height: 52px;
	display: block;
	text-decoration: none;
	line-height: 16px;
	font-size: 11px;
	background: url("../img/master/right-col-bg.png") 0 0 no-repeat;
}
a#sign-in span {
	color: #4D4D4F;
	font-size: 12px;
}
	
/* more info */
#right-col .more-info {
	padding-bottom: 16px;
	margin-bottom: 32px;
	background: url("../img/global/more-info-divider.png") bottom repeat-x;
	padding-left: 12px;
}
	#right-col .more-info h2 {
		font-size: 17px;
		line-height: 1;
		margin-bottom: 3px;
		color: #606062;
	}
	#right-col .more-info select {
		font: 11px helvetica, arial, sans-serif;
		color: #4D4D4F;
		width: 201px;
		border: 0;
		padding: 3px;
		border: 1px solid #CECECE;
		background: url("../img/global/text-input-bg.png") repeat-x;
	}
	
/* widgets */
#main #right-col .widgetColumn {
	margin: 0 0 34px 0;
	padding: 0 0 0 13px;
	float: none;
	min-height: 0;
	height: auto;
	background: none;
}

	#main #right-col .widget h2.widget-title { margin-bottom: 11px; }
	#main #right-col .widget h2.widget-title,
	#main #right-col .widget h2.widget-title span,
	#main #right-col .widget h2.widget-title a { color: #606062; }
	#main #right-col .widget h2 { margin-bottom: 3px; }
	#main #right-col .widget p { margin-bottom: 5px; color: #757575; }

		/* icons */
		#main #right-col .twitter h2.widget-title a,
		#main #right-col .twitter h2.widget-title span { background-position: 0 1px; }
		#main #right-col .media h2.widget-title a,
		#main #right-col .media h2.widget-title span { background-position: 0 -26px; }
		#main #right-col .rss h2.widget-title a,
		#main #right-col .blog h2.widget-title a,
		#main #right-col .rss h2.widget-title span,
		#main #right-col .blog h2.widget-title span { background-position: 0 -80px; }
		#main #right-col .events h2.widget-title a,
		#main #right-col .events h2.widget-title span { background-position: 0 -133px; }
		#main #right-col .video h2.widget-title a,
		#main #right-col .video h2.widget-title span,
		#main #right-col .photos h2.widget-title a,
		#main #right-col .photos h2.widget-title span { background-position: 0 -106px; }
		#main #right-col .facebook h2.widget-title a,
		#main #right-col .facebook h2.widget-title span { background-position: 0 -159px; }
		
		#main #right-col .widget h2.widget-title .remove-link { background-position: 0px -193px; }
		#main #right-col .widget h2.widget-title .move-handle { background-position: -20px -191px; }
		#main #right-col .widget h2.widget-title .edit-button { background-position: -47px -192px; }
	
	
/*------- DRILLDOWN SPECIFIC -------*/
#mobileBody {
	padding: 0 30px 0 5px;
}
#drilldown {
	background: url("../img/master/drilldown-bg.png") no-repeat;
	float: left;	
	margin: 0 -10px;
	padding: 6px 15px 0 16px;
	_width: 980px;
	_display: inline;
	_background: url("../img/ie6/drilldown-bg.gif") no-repeat;
	width: 979px;
	min-height: 500px;
}	
	#drilldown #left-col {
		padding-left: 6px;
		width: 723px;
		margin-right: 6px;
		width: 737px;
	}	
	#drilldown h1 {
		font-size: 30px;
		height: 74px;
		line-height: 74px;
		padding: 0 12px;
		background: url("../img/global/top-bar-extended.jpg") no-repeat;
		margin-bottom: 1em;
	}
	#drilldown #right-col { margin-top: 0; background-position: 0 96px; }
	#drilldown .contact-us { 
		margin-right: 6px; 
		margin-bottom: 68px;
		height: 74px;
		line-height: 74px;
		padding: 0 10px 0 7px;
	}
		
	/* secondary nav */
	#secondary-nav {
		float: left;	
		padding-left: 13px;
		padding-top: 61px;
		width: 192px;
		margin-right: 18px;
		font-size: 11px;
	}
		#secondary-nav a { 
			color: #808080; 
			text-transform: uppercase; 
			display: block;
			padding: 6px 0;
            line-height: 1;
			text-decoration: none;
			background: url("../img/global/horizontal-dotted.png") repeat-x left top;
			_zoom: 1;
		}
        #secondary-nav a:hover { color: #333; }
        #secondary-nav a.CMSListMenuLinkHighlighted { color: #000; }
		#secondary-nav li { _zoom: 1; }
		#secondary-nav li:first-child a,
		#secondary-nav li.first-child a { background: none; }
		#secondary-nav ul li ul { padding-left: 13px; /*margin-top: -7px;*/ margin-bottom: 2px; }
		#main #secondary-nav ul li ul a { background: none; text-transform: none; color: #B2B2B2; }
		#main #secondary-nav ul li ul a:hover { color: #666; }
		#main #secondary-nav ul li ul a.CMSListMenuLinkHighlighted { color: #000; }

        #secondary-nav li.CMSListMenuLI ul { display: none; }
        
	
	/* content */
	#drilldown #content {
		float: left;
		padding: 30px 25px 85px 0;
		width: 489px;
		line-height: 19px;
	}
		#drilldown #content h2 { margin-bottom: 10px; line-height: 25px; }
		#drilldown #content h3 { margin-bottom: 5px; text-transform: uppercase; }
		#drilldown #content ul { margin: 5px 0; }
		#drilldown #content li { list-style: disc outside; padding: 5px 0; }
		#drilldown .quotes {
			margin: 25px 0 30px;
			border-left: 6px solid #f5f5f5;
			padding-left: 25px;
		}
			#drilldown .quotes blockquote {
				color: #313132;
				line-height: 20px;
				margin-bottom: 5px;
			}
			#drilldown .quotes .author {
				display: block;
				font-size: 10px;
				margin-bottom: 20px;
				line-height: 15px;
			}
/* Mobile Registration */
.mobileList {
	list-style: disc;
	margin-left: 2em;
}
.mobileOrderedList {
	list-style: decimal;
	margin: 1em 0 1em 2.5em;
}
.mobileList li, .mobileOrderedList li {
	margin-bottom: 0.7em;
}
#wizardBody {
	margin-top: 1em;
	padding: 1em;
}
#wizardBody h2 {
	font-size: 1.4em;
}
#wizardBody input[type="radio"] {
	position: relative;
	top: 3px;
	margin-right: 8px;
	margin-bottom: 5px;
}
#wizardBody input[type="submit"] {
	display: block;
	margin-top: 1em;
}
.wizardOptions {
	margin: 15px 0 15px 20px;
}
.error {
	color: #FF0000;
	font-weight: bold;
}