.inputContainer {
	position: relative;
	float: left;
}
.formError {
	position: absolute;
	top: 300px;
	left: 300px;
	display: block;
	z-index: 99999;
	cursor: pointer;
}
#debugMode {
	background: #000;
	position: fixed;
	width: 100%;
	height: 200px;
	top: 0;
	left: 0;
	overflow: scroll;
	opacity: 0.8;
	display: block;
	padding: 10px;
	color: #fff;
	font-size: 14px;
	z-index: 100000;
}
.ajaxSubmit {
	padding: 20px;
	background: #55ea55;
	border: 1px solid #999;
	display: none
}
.formError .formErrorContent {
	width: 100%;
	background: #ee0101;
	color: #fff;
	width: 150px;
	font-family: tahoma;
	font-size: 11px;
	border: 2px solid #ddd;
	box-shadow: 0px 0px 6px #000;
	-moz-box-shadow: 0px 0px 6px #000;
	-webkit-box-shadow: 0px 0px 6px #000;
	padding: 4px 10px 4px 10px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
.greenPopup .formErrorContent {
	background: #33be40;
}
.blackPopup .formErrorContent {
	background: #393939;
	color: #FFF;
}
.formError .formErrorArrow {
	width: 15px;
	margin: -2px 0 0 13px;
	z-index: 5001;
}
.formError .formErrorArrowBottom {
	top: 0;
	margin: -6px;
}
.formError .formErrorArrow div {
	border-left: 2px solid #ddd;
	border-right: 2px solid #ddd;
	box-shadow: 0px 2px 3px #444;
	-moz-box-shadow: 0px 2px 3px #444;
	-webkit-box-shadow: 0px 2px 3px #444;
	font-size: 0px;
	height: 1px;
	background: #ee0101;
	margin: 0 auto;
	line-height: 0px;
	font-size: 0px;
	display: block;
}
.formError .formErrorArrowBottom div {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
.greenPopup .formErrorArrow div {
	background: #33be40;
}
.blackPopup .formErrorArrow div {
	background: #393939;
	color: #FFF;
}
.formError .formErrorArrow .line10 {
	width: 15px;
	border: none;
}
.formError .formErrorArrow .line9 {
	width: 13px;
	border: none;
}
.formError .formErrorArrow .line8 {
	width: 11px;
}
.formError .formErrorArrow .line7 {
	width: 9px;
}
.formError .formErrorArrow .line6 {
	width: 7px;
}
.formError .formErrorArrow .line5 {
	width: 5px;
}
.formError .formErrorArrow .line4 {
	width: 3px;
}
.formError .formErrorArrow .line3 {
	width: 1px;
	border-left: 2px solid #ddd;
	border-right: 2px solid #ddd;
	border-bottom: 0px solid #ddd;
}
.formError .formErrorArrow .line2 {
	width: 3px;
	border: none;
	background: #ddd;
}
.formError .formErrorArrow .line1 {
	width: 1px;
	border: none;
	background: #ddd;
}
.clear {
	clear: both;
}
/* Vertical Mega Menu Styles */

.mega-menu {
	font: bold 13px Arial, sans-serif;
	line-height: 16px;
	border-left: 1px solid #1B1B1B;
	position: relative; /* Required */
}
.mega-menu li a {
	color: #FFFFFF;
	display: block;
	font-size: 24px;
	font-weight: normal;
	padding: 24px 24px 24px 24px;
	/*

	* top padding

	* right padding

	* bottom padding

	* left padding

	*/

	text-decoration: none;
	text-shadow: 0 0 0 #000000;
}
.mega-menu li a:hover, .mega-menu li.mega-hover a {
	background: #ebebeb;
	color: #063B86;
/*	border-right: 1px solid #ebebeb;*/
}
.mega-menu li a.dc-mega {
	position: relative;
}
/* Add arrow icon to parent links */

.mega-menu li a .dc-mega-icon {
	display: block;
	position: absolute;
	top: 18px;
	right: 15px;
	width: 6px;
	height: 8px;
}
/* Mega menu container */

.mega-menu li .sub-container {
	position: absolute; /* Required */
	background: #ebebeb;
	padding: 10px 0;
	border: 1px solid #2C193E;
	border-left: none;
}
.mega-menu li .sub-container .sub {
}
.mega-menu li .sub .row {
	width: 100%;
	overflow: hidden; /* Clear floats */
}
.mega-menu li .sub li {
	float: none;
	width: 200px;
	font-size: 12px;
	font-weight: normal;
}
.mega-menu li .sub li.mega-hdr {
	float: left;
	margin: 0 5px 0;
}
.mega-menu li .sub a, .mega-menu.left li .sub a {
	background: none repeat scroll 0 0 transparent;
	border: medium none;
	color: #0927BB;
	display: block;
	float: none;
	font-size: .9em;
	text-decoration: none;
	text-shadow: none;
}
.mega-menu li .sub li.mega-hdr a.mega-hdr-a {
	color: #0927BB;
	font-weight: bold;
	margin-bottom: 0;
	padding: 5px 10px 0;
	text-decoration: underline;
	text-transform: uppercase;
	margin-bottom: 4px;
}
.mega-menu li .sub li.mega-hdr a.mega-hdr-a:hover {
	color: #E17009;
	text-shadow: none;
}
.mega-menu .sub li.mega-hdr li a {
	padding: 4px 5px 4px 20px;
	font-weight: normal;
}
.mega-menu .sub li.mega-hdr li a:hover {
	color: #C76307;
	text-decoration: underline;
}
.mega-menu .sub ul li {
	margin-bottom: -4px;
	padding-right: 0;
}
/* Styling for menu items with only 2 levels */

.mega-menu li .sub-container.non-mega .sub {
	padding: 10px;
}
.mega-menu li .sub-container.non-mega li {
	padding: 0;
	margin: 0;
	width: 150px;
}
.mega-menu li .sub-container.non-mega li a {
	padding: 7px 5px 7px 22px;
	background: url(images/arrow_white.png) no-repeat 7px 10px;
}
.mega-menu li .sub-container.non-mega li a:hover {
	color: #a32403;
	background: #efefef url(images/arrow_on.png) no-repeat 7px 10px;
}
span.subSubHeader {
	dispay: block;
	font-size: 11px;
	color: #333;
	padding-left: 15px;
	text-decoration: underline;
	font-weight: bold;
	padding-top: 25px;
	padding-bottom: 25px;
}
.mega-unit ul {
	margin-bottom: 0px;
}
.mega-unit ul li a.nav_child {
	color: darkblue;
}
/*

    ColorBox Core Style:

    The following CSS is consistent between example themes and should not be altered.

*/

#colorbox, #cboxOverlay, #cboxWrapper {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	overflow: hidden;
}
#cboxOverlay {
	position: fixed;
	width: 100%;
	height: 100%;
}
#cboxMiddleLeft, #cboxBottomLeft {
	clear: left;
}
#cboxContent {
	position: relative;
}
#cboxLoadedContent {
	overflow: auto;
}
#cboxTitle {
	margin: 0;
}
#cboxLoadingOverlay, #cboxLoadingGraphic {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
	cursor: pointer;
}
.cboxPhoto {
	float: left;
	margin: auto;
	border: 0;
	display: block;
}
.cboxIframe {
	width: 100%;
	height: 100%;
	display: block;
	border: 0;
}
/* 

    User Style:

    Change the following styles to modify the appearance of ColorBox.  They are

    ordered & tabbed in a way that represents the nesting of the generated HTML.

*/

#cboxOverlay {
	background: url(images/overlay.png) repeat 0 0;
}
#colorbox {
}
#cboxTopLeft {
	width: 21px;
	height: 21px;
	background: url(images/controls.png) no-repeat -101px 0;
}
#cboxTopRight {
	width: 21px;
	height: 21px;
	background: url(images/controls.png) no-repeat -130px 0;
}
#cboxBottomLeft {
	width: 21px;
	height: 21px;
	background: url(images/controls.png) no-repeat -101px -29px;
}
#cboxBottomRight {
	width: 21px;
	height: 21px;
	background: url(images/controls.png) no-repeat -130px -29px;
}
#cboxMiddleLeft {
	width: 21px;
	background: url(images/controls.png) left top repeat-y;
}
#cboxMiddleRight {
	width: 21px;
	background: url(images/controls.png) right top repeat-y;
}
#cboxTopCenter {
	height: 21px;
	background: url(images/border.png) 0 0 repeat-x;
}
#cboxBottomCenter {
	height: 21px;
	background: url(images/border.png) 0 -29px repeat-x;
}
#cboxContent {
	background: #fff;
	overflow: hidden;
}
.cboxIframe {
	background: #fff;
}
#cboxError {
	padding: 50px;
	border: 1px solid #ccc;
}
#cboxLoadedContent {
	margin-bottom: 0px;
}
#cboxTitle {
	position: absolute;
	bottom: 4px;
	left: 0;
	text-align: center;
	width: 100%;
	color: #949494;
}
#cboxCurrent {
	position: absolute;
	bottom: 4px;
	left: 58px;
	color: #949494;
}
#cboxSlideshow {
	position: absolute;
	bottom: 4px;
	right: 30px;
	color: #0092ef;
}
#cboxPrevious {
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(images/controls.png) no-repeat -75px 0;
	width: 25px;
	height: 25px;
	text-indent: -9999px;
}
#cboxPrevious:hover {
	background-position: -75px -25px;
}
#cboxNext {
	position: absolute;
	bottom: 0;
	left: 27px;
	background: url(images/controls.png) no-repeat -50px 0;
	width: 25px;
	height: 25px;
	text-indent: -9999px;
}
#cboxNext:hover {
	background-position: -50px -25px;
}
#cboxLoadingOverlay {
	background: url(images/loading_background.png) no-repeat center center;
}
#cboxLoadingGraphic {
	background: url(images/loading.gif) no-repeat center center;
}
#cboxClose {
	position: absolute;
	top: 10px;
	right: 10px;
	background: transparent url(images/controls.png) no-repeat -25px 0;
	width: 25px;
	height: 25px;
	text-indent: -9999px;
	border: none;
}
#cboxClose:hover {
	background-position: -25px -25px;
}
/*

  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill

  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.

  See: http://jacklmoore.com/notes/ie-transparency-problems/

*/

.cboxIE #cboxTopLeft, .cboxIE #cboxTopCenter, .cboxIE #cboxTopRight, .cboxIE #cboxBottomLeft, .cboxIE #cboxBottomCenter, .cboxIE #cboxBottomRight, .cboxIE #cboxMiddleLeft, .cboxIE #cboxMiddleRight {
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF);
}
/*

  The following provides PNG transparency support for IE6

  Feel free to remove this and the /ie6/ directory if you have dropped IE6 support.

*/

.cboxIE6 #cboxTopLeft {
	background: url(images/ie6/borderTopLeft.png);
}
.cboxIE6 #cboxTopCenter {
	background: url(images/ie6/borderTopCenter.png);
}
.cboxIE6 #cboxTopRight {
	background: url(images/ie6/borderTopRight.png);
}
.cboxIE6 #cboxBottomLeft {
	background: url(images/ie6/borderBottomLeft.png);
}
.cboxIE6 #cboxBottomCenter {
	background: url(images/ie6/borderBottomCenter.png);
}
.cboxIE6 #cboxBottomRight {
	background: url(images/ie6/borderBottomRight.png);
}
.cboxIE6 #cboxMiddleLeft {
	background: url(images/ie6/borderMiddleLeft.png);
}
.cboxIE6 #cboxMiddleRight {
	background: url(images/ie6/borderMiddleRight.png);
}
.cboxIE6 #cboxTopLeft, .cboxIE6 #cboxTopCenter, .cboxIE6 #cboxTopRight, .cboxIE6 #cboxBottomLeft, .cboxIE6 #cboxBottomCenter, .cboxIE6 #cboxBottomRight, .cboxIE6 #cboxMiddleLeft, .cboxIE6 #cboxMiddleRight {
 _behavior: expression(this.src = this.src ? this.src : this.currentStyle.backgroundImage.split('"')[1], this.style.background = "none", this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src=" + this.src + ", sizingMethod='scale')");
}
.treeview, .treeview ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.treeview ul {
	margin-top: 4px;
}
.treeview .hitarea {
	background: url(images/treeview-default.gif) -64px -25px no-repeat;
	height: 16px;
	width: 16px;
	margin-left: -16px;
	float: left;
	cursor: pointer;
}
/* fix for IE6 */

* html .hitarea {
	display: inline;
	float: none;
}
.treeview li {
	margin: 0;
	padding: 3px 0pt 3px 16px;
}
.treeview a.selected {
	background-color: #eee;
}
#treecontrol {
	margin: 1em 0;
	display: none;
}
.treeview .hover {
	color: #DA6306;
	cursor: pointer;
}
.treeview li {
	background: url(images/treeview-default-line.gif) 0 0 no-repeat;
}
.treeview li.collapsable, .treeview li.expandable {
	background-position: 0 -176px;
}
.treeview .expandable-hitarea {
	background-position: -80px -3px;
}
.treeview li.last {
	background-position: 0 -1766px
}
.treeview li.lastCollapsable, .treeview li.lastExpandable {
	background-image: url(images/treeview-default.gif);
}
.treeview li.lastCollapsable {
	background-position: 0 -111px
}
.treeview li.lastExpandable {
	background-position: -32px -67px
}
.treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea {
	background-position: 0;
}
.treeview-red li {
	background-image: url(images/treeview-red-line.gif);
}
.treeview-red .hitarea, .treeview-red li.lastCollapsable, .treeview-red li.lastExpandable {
	background-image: url(images/treeview-red.gif);
}
.treeview-black li {
	background-image: url(images/treeview-black-line.gif);
}
.treeview-black .hitarea, .treeview-black li.lastCollapsable, .treeview-black li.lastExpandable {
	background-image: url(images/treeview-black.gif);
}
.treeview-gray li {
	background-image: url(images/treeview-gray-line.gif);
}
.treeview-gray .hitarea, .treeview-gray li.lastCollapsable, .treeview-gray li.lastExpandable {
	background-image: url(images/treeview-gray.gif);
}
.treeview-famfamfam li {
	background-image: url(images/treeview-famfamfam-line.gif);
}
.treeview-famfamfam .hitarea, .treeview-famfamfam li.lastCollapsable, .treeview-famfamfam li.lastExpandable {
	background-image: url(images/treeview-famfamfam.gif);
}
.treeview .placeholder {
	background: url(images/ajax-loader.gif) 0 0 no-repeat;
	height: 16px;
	width: 16px;
	display: block;
}
.filetree li {
	padding: 3px 0 2px 16px;
}
.filetree span.folder, .filetree span.file {
	padding: 1px 0 1px 18px;
	/*

* top padding

* right padding

* bottom padding

* left padding

*/

	

	display: block;
}
.filetree span.folder {
	background: url(images/folder.png) 0 0 no-repeat;
}
.filetree li.expandable span.folder {
	background: url(images/folder-closed.png) 0 0 no-repeat;
}
.filetree span.file {
	background: url(images/file.png) 0 0 no-repeat;
}
/*

* qTip2 - Pretty powerful tooltips

* http://craigsworks.com/projects/qtip2/

*

* Version: nightly

* Copyright 2009-2010 Craig Michael Thompson - http://craigsworks.com

*

* Dual licensed under MIT or GPLv2 licenses

*   http://en.wikipedia.org/wiki/MIT_License

*   http://en.wikipedia.org/wiki/GNU_General_Public_License

*

* Date: Sun Feb 26 18:17:58.0000000000 2012

*/



/* Core qTip styles */

.ui-tooltip, .qtip {
	position: absolute;
	left: -28000px;
	top: -28000px;
	display: none;
	max-width: 280px;
	min-width: 50px;
	font-size: 12px;
	line-height: 14px;
}
/* Fluid class for determining actual width in IE */

.ui-tooltip-fluid {
	display: block;
	visibility: hidden;
	position: static !important;
	float: left !important;
}
.ui-tooltip-content {
	position: relative;
	padding: 5px 9px;
	overflow: hidden;
	border: 1px solid #000001;
	text-align: left;
	word-wrap: break-word;
	overflow: hidden;
}
.ui-tooltip-titlebar {
	position: relative;
	min-height: 14px;
	padding: 5px 35px 5px 10px;
	overflow: hidden;
	border: 1px solid #000001;
	border-width: 1px 1px 0;
	font-weight: bold;
}
.ui-tooltip-titlebar + .ui-tooltip-content {
	border-top-width: 0px !important;
}
/*! Default close button class */

.ui-tooltip-titlebar .ui-state-default {
	position: absolute;
	right: 4px;
	top: 50%;
	margin-top: -9px;
	cursor: pointer;
	outline: medium none;
	border-width: 1px;
	border-style: solid;
}
* html .ui-tooltip-titlebar .ui-state-default {
	top: 16px;
} /* IE fix */
.ui-tooltip-titlebar .ui-icon,  .ui-tooltip-icon .ui-icon {
	display: block;
	text-indent: -1000em;
}
.ui-tooltip-icon, .ui-tooltip-icon .ui-icon {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.ui-tooltip-icon .ui-icon {
	width: 18px;
	height: 14px;
	text-align: center;
	text-indent: 0;
	font: normal bold 10px/13px Tahoma, sans-serif;
	color: inherit;
	background: transparent none no-repeat -100em -100em;
}
/* Applied to 'focused' tooltips e.g. most recently displayed/interacted with */

.ui-tooltip-focus {
}
/* Applied on hover of tooltips i.e. added/removed on mouseenter/mouseleave respectively */

.ui-tooltip-hover {
}
/*! Default tooltip style */

.ui-tooltip-default .ui-tooltip-titlebar,  .ui-tooltip-default .ui-tooltip-content {
	border-color: #F1D031;
	background-color: #FFFFA3;
	color: #555;
}
.ui-tooltip-default .ui-tooltip-titlebar {
	background-color: #FFEF93;
}
.ui-tooltip-default .ui-tooltip-icon {
	border-color: #CCC;
	background: #F1F1F1;
	color: #777;
}
.ui-tooltip-default .ui-tooltip-titlebar .ui-state-hover {
	border-color: #AAA;
	color: #111;
}
/* Tips plugin */

.ui-tooltip .ui-tooltip-tip {
	margin: 0 auto;
	overflow: hidden;
	z-index: 10;
}
.ui-tooltip .ui-tooltip-tip,  .ui-tooltip .ui-tooltip-tip * {
	position: absolute;
	line-height: 0.1px !important;
	font-size: 0.1px !important;
	color: #123456;
	background: transparent;
	border: 0px dashed transparent;
}
.ui-tooltip .ui-tooltip-tip canvas {
	top: 0;
	left: 0;
}
/* Modal plugin */

#qtip-overlay {
	position: fixed;
	left: -10000em;
	top: -10000em;
}
/* Applied to modals with show.modal.blur set to true */

#qtip-overlay.blurs {
	cursor: pointer;
}
/* Change opacity of overlay here */

#qtip-overlay div {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: black;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
/*! Light tooltip style */

.ui-tooltip-light .ui-tooltip-titlebar,  .ui-tooltip-light .ui-tooltip-content {
	border-color: #E2E2E2;
	color: #ffffff;
}
.ui-tooltip-light .ui-tooltip-content {
	background-color: white;
}
.ui-tooltip-light .ui-tooltip-titlebar {
	background-color: #4C6BA2;
}
/*! Dark tooltip style */

.ui-tooltip-dark .ui-tooltip-titlebar,  .ui-tooltip-dark .ui-tooltip-content {
	border-color: #303030;
	color: #f3f3f3;
}
.ui-tooltip-dark .ui-tooltip-content {
	background-color: #505050;
}
.ui-tooltip-dark .ui-tooltip-titlebar {
	background-color: #404040;
}
.ui-tooltip-dark .ui-tooltip-icon {
	border-color: #444;
}
.ui-tooltip-dark .ui-tooltip-titlebar .ui-state-hover {
	border-color: #303030;
}
/*! Cream tooltip style */

.ui-tooltip-cream .ui-tooltip-titlebar,  .ui-tooltip-cream .ui-tooltip-content {
	border-color: #F9E98E;
	color: #A27D35;
}
.ui-tooltip-cream .ui-tooltip-content {
	background-color: #FBF7AA;
}
.ui-tooltip-cream .ui-tooltip-titlebar {
	background-color: #F0DE7D;
}
.ui-tooltip-cream .ui-state-default .ui-tooltip-icon {
	background-position: -82px 0;
}
/*! Red tooltip style */

.ui-tooltip-red .ui-tooltip-titlebar,  .ui-tooltip-red .ui-tooltip-content {
	border-color: #D95252;
	color: #912323;
}
.ui-tooltip-red .ui-tooltip-content {
	background-color: #F78B83;
}
.ui-tooltip-red .ui-tooltip-titlebar {
	background-color: #F06D65;
}
.ui-tooltip-red .ui-state-default .ui-tooltip-icon {
	background-position: -102px 0;
}
.ui-tooltip-red .ui-tooltip-icon {
	border-color: #D95252;
}
.ui-tooltip-red .ui-tooltip-titlebar .ui-state-hover {
	border-color: #D95252;
}
/*! Green tooltip style */

.ui-tooltip-green .ui-tooltip-titlebar,  .ui-tooltip-green .ui-tooltip-content {
	border-color: #90D93F;
	color: #3F6219;
}
.ui-tooltip-green .ui-tooltip-content {
	background-color: #CAED9E;
}
.ui-tooltip-green .ui-tooltip-titlebar {
	background-color: #B0DE78;
}
.ui-tooltip-green .ui-state-default .ui-tooltip-icon {
	background-position: -42px 0;
}
/*! Blue tooltip style */

.ui-tooltip-blue .ui-tooltip-titlebar,  .ui-tooltip-blue .ui-tooltip-content {
	border-color: #ADD9ED;
	color: #5E99BD;
}
.ui-tooltip-blue .ui-tooltip-content {
	background-color: #E5F6FE;
}
.ui-tooltip-blue .ui-tooltip-titlebar {
	background-color: #D0E9F5;
}
.ui-tooltip-blue .ui-state-default .ui-tooltip-icon {
	background-position: -2px 0;
}
/*! Add shadows to your tooltips in: FF3+, Chrome 2+, Opera 10.6+, IE6+, Safari 2+ */

.ui-tooltip-shadow {
	-webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
	box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
}
.ui-tooltip-shadow .ui-tooltip-titlebar,  .ui-tooltip-shadow .ui-tooltip-content {
 filter: progid:DXImageTransform.Microsoft.Shadow(Color='gray', Direction=135, Strength=3);
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Color='gray', Direction=135, Strength=3)";
	_margin-bottom: -3px; /* IE6 */
 .margin-bottom: -3px; /* IE7 */
}
/*! Add rounded corners to your tooltips in: FF3+, Chrome 2+, Opera 10.6+, IE9+, Safari 2+ */

.ui-tooltip-rounded,  .ui-tooltip-rounded .ui-tooltip-content,  .ui-tooltip-tipsy,  .ui-tooltip-tipsy .ui-tooltip-content,  .ui-tooltip-youtube,  .ui-tooltip-youtube .ui-tooltip-content {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.ui-tooltip-rounded .ui-tooltip-titlebar,  .ui-tooltip-tipsy .ui-tooltip-titlebar,  .ui-tooltip-youtube .ui-tooltip-titlebar {
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}
.ui-tooltip-rounded .ui-tooltip-titlebar + .ui-tooltip-content,  .ui-tooltip-tipsy .ui-tooltip-titlebar + .ui-tooltip-content,  .ui-tooltip-youtube .ui-tooltip-titlebar + .ui-tooltip-content {
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}
/*! Youtube tooltip style */

.ui-tooltip-youtube {
	-webkit-box-shadow: 0 0 3px #333;
	-moz-box-shadow: 0 0 3px #333;
	box-shadow: 0 0 3px #333;
}
.ui-tooltip-youtube .ui-tooltip-titlebar,  .ui-tooltip-youtube .ui-tooltip-content {
	_margin-bottom: 0; /* IE6 */
 .margin-bottom: 0; /* IE7 */
	background: transparent;
	background: rgba(0, 0, 0, 0.85);
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#D9000000, endColorstr=#D9000000);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#D9000000,endColorstr=#D9000000)";
	color: white;
	border-color: #CCCCCC;
}
.ui-tooltip-youtube .ui-tooltip-icon {
	border-color: #222;
}
.ui-tooltip-youtube .ui-tooltip-titlebar .ui-state-hover {
	border-color: #303030;
}
/* jQuery TOOLS Tooltip style */

.ui-tooltip-jtools {
	background: #232323;
	background: rgba(0, 0, 0, 0.7);
	background-image: -moz-linear-gradient(top, #717171, #232323);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#717171), to(#232323));
	border: 2px solid #ddd;
	border: 2px solid rgba(241,241,241,1);
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0 0 12px #333;
	-moz-box-shadow: 0 0 12px #333;
	box-shadow: 0 0 12px #333;
}
/* IE Specific */

.ui-tooltip-jtools .ui-tooltip-titlebar {
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171, endColorstr=#4A4A4A);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A)";
}
.ui-tooltip-jtools .ui-tooltip-content {
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A, endColorstr=#232323);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323)";
}
.ui-tooltip-jtools .ui-tooltip-titlebar,  .ui-tooltip-jtools .ui-tooltip-content {
	background: transparent;
	color: white;
	border: 0 dashed transparent;
}
.ui-tooltip-jtools .ui-tooltip-icon {
	border-color: #555;
}
.ui-tooltip-jtools .ui-tooltip-titlebar .ui-state-hover {
	border-color: #333;
}
/* Cluetip style */

.ui-tooltip-cluetip {
	-webkit-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
	box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
}
.ui-tooltip-cluetip .ui-tooltip-titlebar {
	background-color: #87876A;
	color: white;
	border: 0 dashed transparent;
}
.ui-tooltip-cluetip .ui-tooltip-content {
	background-color: #D9D9C2;
	color: #111;
	border: 0 dashed transparent;
}
.ui-tooltip-cluetip .ui-tooltip-icon {
	border-color: #808064;
}
.ui-tooltip-cluetip .ui-tooltip-titlebar .ui-state-hover {
	border-color: #696952;
	color: #696952;
}
/* Tipsy style */

.ui-tooltip-tipsy {
	border: 0;
}
.ui-tooltip-tipsy .ui-tooltip-titlebar,  .ui-tooltip-tipsy .ui-tooltip-content {
	_margin-bottom: 0; /* IE6 */
 .margin-bottom: 0; /* IE7 */
	background: transparent;
	background: rgba(0, 0, 0, .87);
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#D9000000, endColorstr=#D9000000);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#D9000000,endColorstr=#D9000000)";
	color: white;
	border: 0px transparent;
	font-size: 11px;
	font-family: 'Lucida Grande', sans-serif;
	font-weight: bold;
	line-height: 16px;
	text-shadow: 0 1px black;
}
.ui-tooltip-tipsy .ui-tooltip-titlebar {
	padding: 6px 35px 0 10;
}
.ui-tooltip-tipsy .ui-tooltip-content {
	padding: 6px 10;
}
.ui-tooltip-tipsy .ui-tooltip-icon {
	border-color: #222;
	text-shadow: none;
}
.ui-tooltip-tipsy .ui-tooltip-titlebar .ui-state-hover {
	border-color: #303030;
}
/* Tipped style */

.ui-tooltip-tipped {
}
.ui-tooltip-tipped .ui-tooltip-titlebar,  .ui-tooltip-tipped .ui-tooltip-content {
	border: 3px solid #959FA9;
	filter: none;
	-ms-filter: none;
}
.ui-tooltip-tipped .ui-tooltip-titlebar {
	background: #3A79B8;
	background-image: -moz-linear-gradient(top, #3A79B8, #2E629D);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#3A79B8), to(#2E629D));
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8, endColorstr=#2E629D);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D)";
	color: white;
	font-weight: normal;
	font-family: serif;
	border-bottom-width: 0;
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}
.ui-tooltip-tipped .ui-tooltip-content {
	background-color: #F9F9F9;
	color: #454545;
	-moz-border-radius: 0 0 3px 3px;
	-webkit-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
}
.ui-tooltip-tipped .ui-tooltip-icon {
	border: 2px solid #285589;
	background: #285589;
}
.ui-tooltip-tipped .ui-tooltip-icon .ui-icon {
	background-color: #FBFBFB;
	color: #555;
}
/* IE9 fix - removes all filters */

.ui-tooltip:not(.ie9haxors) div.ui-tooltip-content,  .ui-tooltip:not(.ie9haxors) div.ui-tooltip-titlebar {
	filter: none;
	-ms-filter: none;
}
/*

 * To change the color scheme of slider change each 

 * background property for each of the five styles below

 */



/*next button*/

.bx-next {
	position: absolute;
	top: 125px;
	right: -5px;
	z-index: 999;
	width: 30px;
	height: 30px;
	text-indent: -999999px;
	background: url(bx_styles/gray_next.png) no-repeat 0 -30px;
}
/*previous button*/

.bx-prev {
	position: absolute;
	top: 125px;
	left: 0px;
	z-index: 999;
	width: 30px;
	height: 30px;
	text-indent: -999999px;
	background: url(bx_styles/gray_prev.png) no-repeat 0 -30px;
}
/*pager links*/

.bx-pager a {
	margin-right: 5px;
	color: #fff;
	padding: 3px 8px 3px 6px;
	font-size: 12px;
	zoom: 1;
	background: url(bx_styles/gray_pager.png) no-repeat 0 -20px;
}
/*auto start button*/

.bx-auto .start {
	background: url(bx_styles/gray_auto.png) no-repeat 0 2px;
	padding-left: 13px;
}
/*auto stop button*/

.bx-auto .stop {
	background: url(bx_styles/gray_auto.png) no-repeat 0 -14px;
	padding-left: 13px;
}
/*

 * End color scheme styles

 */





/*next/prev button hover state*/

.bx-next:hover,  .bx-prev:hover {
	background-position: 0 0;
}
/*pager links hover and active states*/

.bx-pager .pager-active,  .bx-pager a:hover {
	background-position: 0 0;
}
/*pager wrapper*/

.bx-pager {
	text-align: center;
	padding-top: 7px;
	font-size: 12px;
	color: #666;
	margin-top: 5px;
}
/*captions*/

.bx-captions {
	text-align: center;
	font-size: 12px;
	padding: 7px 0;
	color: #666;
}
/*auto controls*/

.bx-auto {
	text-align: center;
	padding-top: 15px;
}
.bx-auto a {
	color: #666;
	font-size: 12px;
}
.ui-tooltip, .qtip {
	display: none;
	font-size: 12px;
	left: -28000px;
	line-height: 14px;
	margin-left: -160px;
	max-width: 190px;
	min-width: 190px;
	position: absolute;
	top: -28000px;
}
.ui-tooltip-fluid {
	display: block;
	float: left ! important;
	position: static ! important;
	visibility: hidden;
}
.ui-tooltip-content {
	border: 1px solid #000001;
	overflow: hidden;
	padding: 5px 9px;
	position: relative;
	text-align: left;
	word-wrap: break-word;
}
.ui-tooltip-titlebar {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: #000001;
	border-image: none;
	border-style: solid;
	border-width: 1px 1px 0px;
	font-weight: bold;
	min-height: 14px;
	overflow: hidden;
	padding: 5px 35px 5px 10px;
	position: relative;
}
.ui-tooltip-titlebar + .ui-tooltip-content {
	border-top-width: 0px ! important;
}
.ui-tooltip-titlebar .ui-state-default {
	border-style: solid;
	border-width: 1px;
	cursor: pointer;
	margin-top: -9px;
	outline: medium none;
	position: absolute;
	right: 4px;
	top: 50%;
}
* html .ui-tooltip-titlebar .ui-state-default {
	top: 16px;
}
.ui-tooltip-titlebar .ui-icon, .ui-tooltip-icon .ui-icon {
	display: block;
	text-indent: -1000em;
}
.ui-tooltip-icon, .ui-tooltip-icon .ui-icon {
	border-radius: 3px 3px 3px 3px;
}
.ui-tooltip-icon .ui-icon {
	background: none no-repeat scroll -100em -100em transparent;
	color: inherit;
	font: bold 10px/13px Tahoma, sans-serif;
	height: 14px;
	text-align: center;
	text-indent: 0px;
	width: 18px;
}
.ui-tooltip-focus {
}
.ui-tooltip-hover {
}
.ui-tooltip-default .ui-tooltip-icon {
	background: none repeat scroll 0% 0% #F1F1F1;
	border-color: #CCCCCC;
	color: #777777;
}
.ui-tooltip-default .ui-tooltip-titlebar .ui-state-hover {
	border-color: #AAAAAA;
	color: #111111;
}
.ui-tooltip .ui-tooltip-tip {
	margin: 0px auto;
	overflow: hidden;
	z-index: 10;
}
.ui-tooltip .ui-tooltip-tip, .ui-tooltip .ui-tooltip-tip * {
	background: none repeat scroll 0% 0% transparent;
	border: 0px dashed transparent;
	color: #123456;
	font-size: 0.1px ! important;
	line-height: 0.1px ! important;
	position: absolute;
}
.ui-tooltip .ui-tooltip-tip canvas {
	left: 0px;
	top: 0px;
}
#qtip-overlay {
	left: -10000em;
	position: fixed;
	top: -10000em;
}
#qtip-overlay.blurs {
	cursor: pointer;
}
#qtip-overlay div {
	background-color: black;
	height: 100%;
	left: 0px;
	opacity: 0.7;
	position: absolute;
	top: 0px;
	width: 100%;
}
.ui-tooltip-light .ui-tooltip-titlebar, .ui-tooltip-light .ui-tooltip-content {
	border-color: #E2E2E2;
	color: #FFFFFF;
}
.ui-tooltip-light .ui-tooltip-content {
	background-color: white;
}
.ui-tooltip-light .ui-tooltip-titlebar {
	background-color: #4C6BA2;
}
.ui-tooltip-dark .ui-tooltip-titlebar, .ui-tooltip-dark .ui-tooltip-content {
	border-color: #303030;
	color: #F3F3F3;
}
.ui-tooltip-dark .ui-tooltip-content {
	background-color: #505050;
}
.ui-tooltip-dark .ui-tooltip-titlebar {
	background-color: #404040;
}
.ui-tooltip-dark .ui-tooltip-icon {
	border-color: #444444;
}
.ui-tooltip-dark .ui-tooltip-titlebar .ui-state-hover {
	border-color: #303030;
}
.ui-tooltip-cream .ui-tooltip-titlebar, .ui-tooltip-cream .ui-tooltip-content {
	border-color: #F9E98E;
	color: #A27D35;
}
.ui-tooltip-cream .ui-tooltip-content {
	background-color: #FBF7AA;
}
.ui-tooltip-cream .ui-tooltip-titlebar {
	background-color: #F0DE7D;
}
.ui-tooltip-cream .ui-state-default .ui-tooltip-icon {
	background-position: -82px 0px;
}
.ui-tooltip-red .ui-tooltip-titlebar, .ui-tooltip-red .ui-tooltip-content {
	border-color: #D95252;
	color: #912323;
}
.ui-tooltip-red .ui-tooltip-content {
	background-color: #F78B83;
}
.ui-tooltip-red .ui-tooltip-titlebar {
	background-color: #F06D65;
}
.ui-tooltip-red .ui-state-default .ui-tooltip-icon {
	background-position: -102px 0px;
}
.ui-tooltip-red .ui-tooltip-icon {
	border-color: #D95252;
}
.ui-tooltip-red .ui-tooltip-titlebar .ui-state-hover {
	border-color: #D95252;
}
.ui-tooltip-green .ui-tooltip-titlebar, .ui-tooltip-green .ui-tooltip-content {
	border-color: #90D93F;
	color: #3F6219;
}
.ui-tooltip-green .ui-tooltip-content {
	background-color: #CAED9E;
}
.ui-tooltip-green .ui-tooltip-titlebar {
	background-color: #B0DE78;
}
.linkindicatorinternet {
	background-image: url("../images/file_types/files_web.png");
	background-repeat: no-repeat;
	font-size: 14px;
	height: 17px;
	padding-left: 20px;
	padding-bottom: 1px;
}
.linkindicatordude {
	background-image: url("../images/file_types/files_dude.png");
	background-repeat: no-repeat;
	font-size: 14px;
	height: 17px;
	padding-left: 20px;
	padding-bottom: 1px;
}
.linkindicatordocument {
	background-image: url("../images/file_types/files_small.png");
	background-repeat: no-repeat;
	font-size: 14px;
	height: 17px;
	padding-left: 20px;
	padding-bottom: 1px;
}
.hidden {
	display: none;
}
div.pnormalfontsize p {
	font-size: 14px;
}
div.pnormalfontsize a {
	font-size: 14px;
}
div.pnormalfontsize li {
	font-size: 14px;
}
li.dc-mega-li {
	float: right;
	height: 93px;
	margin-top: 10px;
	padding-bottom: 0;
	width: 160px;
	clear: both;
}
#side_nav-rr a {
	height: 53px !important;
	background-image: url("../images/menu1background.jpg");
\
}
#side_nav-rr a:hover {
	background-image: url("../images/menuhoverbackground.jpg");
}
#side_nav-rr a.nav_parent {
	background-image: none;
	height: auto !important;
}
#side_nav-rr a.nav_child {
	background-image: none;
	height: auto !important;
}
#side_nav-ic a {
	background-image: url("../images/menu2background.jpg");
	height: 53px !important;
}
#side_nav-ic a:hover {
	background-image: url("../images/menuhoverbackground.jpg");
}
#side_nav-ic a.nav_parent {
	background-image: none;
	height: auto !important;
}
#side_nav-ic a.nav_child {
	background-image: none;
	height: auto !important;
}
#side_nav-mm a {
	background-image: url("../images/menu3background.jpg");
	height: 53px !important;
}
#side_nav-mm a:hover {
	background-image: url("../images/menuhoverbackground.jpg");
}
#side_nav-mm a.nav_parent {
	background-image: none;
	height: auto !important;
}
#side_nav-mm a.nav_child {
	background-image: none;
	height: auto !important;
}
#side_nav-af a {
	background-image: url("../images/menu4background.jpg");
	height: 53px !important;
	padding-top: 20px !important;
	padding-bottom: 20px !important;
}
#side_nav-af a:hover {
	background-image: url("../images/menuhoverbackground.jpg");
}
#side_nav-af a.nav_parent {
	background-image: none;
	height: auto !important;
}
#side_nav-af a.nav_child {
	background-image: none;
	height: auto !important;
	padding: 4px 5px 4px 20px !important;
}
.mega-menu li a {
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	color: #ffffff;
	display: block;
	font-size: 24px;
	font-weight: normal;
	margin-right: -1px;
	padding: 20px;
	text-decoration: none;
	text-shadow: 0 0 0 #000000;
	-webkit-box-shadow: -5px 5px 7px -5px rgba(0, 0, 0, 1);
	-moz-box-shadow: -5px 5px 7px -5px rgba(0, 0, 0, 1);
	box-shadow: -5px 5px 7px -5px rgba(0, 0, 0, 1);
}
.mega-unit ul li a.nav_child {
 background-image:none  -webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.nav_parent.mega-hdr-a {
	background-image: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
#homeContentDiv {
	background: url("../images/homeBodyBack2.jpg") no-repeat scroll left top rgba(0, 0, 0, 0);
	float: right;
	height: 857px;
	width: 1014px;
	z-index: 98;
}
#homeRightMidLeft a {
	font-size: 14px;
	margin: 15px;
}
#homeRightMidLeft p {
	margin-left: 12px;
	margin-top: 2px;
}
#homeRightMidLeft {
	float: left;
	/*height: 295px;*/
	margin-left: 10px;
	margin-top: 5px;
	width: 240px;
}
#homeRightMidCenter {
	float: left;
	height: 265px;
	margin-left: 10px;
	margin-top: 5px;
	width: 270px;
}
#homeRightMidRight {
	float: left;
	height: 265px;
	margin-left: 10px;
	margin-top: 5px;
	width: 270px;
}
#homeRightMidCenter a {
	font-size: 13px;
}
#homeRightMidCenter a {
	font-size: 16px;
	font-weight: bold;
}
#homeRightMidRight p {
	font-size: 13px;
	margin-top: 2px;
}
#homeRightMidRight a {
	font-size: 13px;
	font-weight: bold;
}
#homeRightMidCenter a:hover {
	background: linear-gradient(#fefefe, #b3b3b3) repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
	text-decoration: none;
}
.stakeholderbuttons {
	background: linear-gradient(rgb(254, 254, 254), rgb(227, 227, 227)) repeat scroll 0 0 transparent;
	border: thin solid grey;
	border-radius: 5px;
	display: block;
	height: 65px;
	margin-bottom: 10px;
	padding: 5px;
}
.stakeholderbuttons:hover {
	background: linear-gradient(#fefefe, #b3b3b3) repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
	color: #0927bb;
	text-decoration: none;
}
.stakeholderboxtitle {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 3px;
}
.stakeholderboxtext {
	color: #333333;
}
