﻿@charset "utf-8";
/************************************* 
Header Top Naviagtion (Sign In, Contact Us)
/************************************/
ul#nav {
				display: inline;
				float: right;
				position: relative;
				bottom: -22px;
				left: 0;
				width: 680px;
				margin: 0;
				padding: 0 10px 0 0;
				border: 1px dotted lime;
}
ul#nav li {
				display: inline;
}
ul#nav li a {
				display: inline;
				float: right;
				overflow: hidden;
				margin: 0px 0 0 0;
}
ul#nav li {
				display: inline;
}
ul#nav li a {
				display: inline;
				float: right;
				overflow: hidden;
				background: url() no-repeat;
				margin: 0px 0 0 0;
}
ul#nav-header {
				width: 375px;
				text-align: right;
				border: 0px black solid;
				padding-bottom: 10px;
				padding-top: 0px;
}
ul#nav-header li {
				display: inline;
}
ul#nav-header li a {
				float: right;
				overflow: hidden;
				margin: 0 50px 0 45px;
				text-decoration: none;
				white-space: nowrap;
}
/* 
Content area navigation (tabs) 
-use this class for adding tabbed navigation to the content area (the area to the right of the page level menu) 
*/
ul.content-nav {
				border-bottom: 1px solid #999;
				padding-left: 20px;
				height: 20px;
				margin: 0 0 16px 0;
/*border:0px dotted blue;*/
}
ul.content-nav li {
				display: inline;
				list-style: none;
				margin: 0 1px 0 0;
				padding: 5px;
				height: 16px!important;
				top: 3px;
				background: transparent url(/Site_Graphics/bg-tab.gif) 0 0 no-repeat;
}
ul.content-nav li a {
				text-decoration: none;
				margin: 0px;
				border: 0px dotted red;
}
/************** 
	Main Nav 
***************/
.ctiLogo {
				border: 0;
				display: inline;
}
.ctiTopNav1 {
				position: relative;
				bottom: 0;
				float: right;
				margin: 0 0 0 0;
				padding: 2px 0 0 0/*17px*/;
}
.ctiTopNav1Item {
				font-size: small;
				font-weight: normal; /*height: 12px;*/;
				display: block;
}
.ctiTopNav1Item a {
}
table.ctiTopNav1Item {
				text-align: center;
}
.ctiTopNav1 table td {
				background-image: url('/Site_Graphics/bg-tab.gif');
				background-repeat: no-repeat;
				text-align: center;
				width: 138px;
				height: 38px;
}
table.ctiTopNav1ItemSelected {
}
table.ctiTopNav1ItemSelected td {
				width: 140px;
				height: 38px;
				background-image: url('/Site_Graphics/bg-tab-on.gif');
				background-repeat: no-repeat;
}
.ctiTopNav1ItemSelected a, .ctiTopNav1Item a {
				padding: 0;
				margin-top: 0;
				text-decoration: none;
}
.ctiTopNav1Item a {
				color: #003B71;
}
.ctiTopNav1ItemSelected a {
				color: #fff;
}
/**************** 
	Breadcrumb
*****************/
.ctiBreadcrumb {
				padding: 4px 0 4px 0;
				margin: 0 0 4px 0;
				font-size: small;
}
.ctiBreadcrumb a, .ctiBreadcrumb a:active {
				padding: 0 0 0 0;
				text-decoration: none;
				color: gray;
}
.ctiBreadcrumb a:hover {
				text-decoration: underline;
}
span.breadcrumbCurrent {
				color: #444;
}
/*************************** 
	Left Nav (Quick Launch) 
****************************/
.ctiQuickLaunchHeader {
				font-family: Arial, Helvetica, sans-serif;
				font-size: 10pt;
				font-weight: normal;
}
/*Controls 'View All Site Content'*/
.ctiQuickLaunchNavHeader {
}
.ctiQuickLaunchNavSubMenu1 {
}
.ctiQuickLaunchNavSubMenu2 {
				font-family: Arial, Helvetica, sans-serif;
				font-size: small;
				font-weight: normal;
}
table.ctiQuickLaunchSelectedNavHeader {
				width: 100%;
				padding: 0px;
}
/*Navigation Menu Items*/
table.ctiQuickLaunchSelectedNavHeader {
				width: 218px;
}
table.ctiQuickLaunchSelectedNavHeader td {
				background-image: url('/Site_Graphics/cti-quick_Launch_Nav_Border.png');
				background-repeat: no-repeat;
				padding: 10px 0px 10px 0px;
				background-position: bottom left;
}
.ctiQuickLaunchSelectedNavHeader {
				font-family: Arial, Helvetica, sans-serif;
				font-size: small;
				font-weight: normal;
}
.ctiQuickLaunchSelectedNavItem {
				color: black;
}
.ctiQuickLaunchSelectedNavHeader a:active {
				background-image: url('/Site_Graphics/cti-Quick_Launch_Selected_Menu_Item.png');
				background-repeat: no-repeat;
				background-position: top left;
}
/*Recycle Bin*/
table.ctiRecycleBin {
				padding: 0px;
				width: 100%;
}
table.ctiRecycleBin td {
				background-image: url('../../Site_Graphics/cti-quick_Launch_Nav_Border.png');
				background-repeat: no-repeat;
				background-position: top left;
				padding: 10px 10px 10px 0px;
				font-size: 10pt;
				color: green;
}
