@import url("/css/system-links-icons.css");
/* ------------------------------------------- */
/* ------------------------------------------- */
/* Sitewide & Shared Styles */
/* ------------------------------------------- */
/* ------------------------------------------- */

body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 11px;
}

a {
  color: #196295;
}
a:hover {
  color: #828182;
}

.primary-wrapper {
  width: 100%;
  height: 100%;
	text-align: left;
  background-color: #ddd;
  background: url(/images/design_assets/primary_wrapper_bg.gif) repeat-x;
  margin-top: -15px;
}
.secondary-wrapper {
  width: 889px;
  margin: auto;
  text-align: left;
  background-color: #fff;
  overflow: hidden;
}

.primary-header {
  width: 950px;
  height: 162px;
  margin: auto;
  position: relative;
  background: #196295 url(/images/design_assets/header.gif) no-repeat;
}
.primary-header h1 {
  text-indent: -10000em;
  overflow: hidden;
}
.primary-header h1 {
  width: 330px;
  height: 162px;
  top: 0;
  left: 0;
	cursor: pointer;
}
.primary-header .content-jumper {
  display: block;
  position: absolute;
  left: 29px;
  top: 0;
  width: 123px;
  height: 28px;
  line-height: 28px;
  color: #fff;
  text-decoration: none;
  background: url(/images/design_assets/search_box_bg.png);
	text-align: center;
}
.primary-header .content-jumper h2 {
  font-size: 11px;
  margin: 0;
  padding: 0;
}
.primary-header .address {
  position: absolute;
  right: 29px;
  top: 63px;
  color: #fff;
  text-align: right;
  font-size: 12px;
}
.primary-header .address a {
  color: #FFCF52;
}
.primary-header .search {
  position: absolute;
	text-align: center;
  right: 29px;
  top: 0;
  width: 461px;
  height: 43px;
  padding: 0 12px;
  line-height: 43px;
  background: url(/images/design_assets/search_box_bg.png);
}
.primary-header .search-select-label {
  float: left;
  clear: left;
  margin-right: 8px;
  font-weight: bold;
  color: #fff;
}
.primary-header .search-select {
  margin-right: 8px;
}
.primary-header .search-box {
  width: 160px;
  height: 17px;
  margin-right: 8px;
  padding: 2px;
  border: none;
}
.primary-header .search-button {
  width: 70px;
  height: 24px;
  margin: 0;
  padding: 0 3px;
}

.primary-navigation-container {
  width: 100%;
  height: 25px;
  line-height: 35px;
  text-align: center;
  background-color: #FFCF52;
  border-bottom: 5px solid #7c9bb4;
  padding-top: 10px;
}
.primary-navigation-container h2 {
  display: none;
}

#primary-navigation li.last {
  border: none;
}

.primary-navigation-container .text-size {
  float: right;
  line-height: normal;
  position: relative;
  width: 145px;
}
.primary-navigation-container .text-size-label {
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
  color: #636363;
  text-transform: uppercase;
}
.primary-navigation-container .text-size img {
  float: right;
  margin-top: -3px;
  margin-left: 4px;
	cursor: pointer;
}

.primary-content {
  overflow: hidden;
  padding-top: 16px;
  border: 1px solid #196295;
  border-top: none; 
}

.triple-faux-columns {
  background: url(/images/design_assets/primary_content_tripe_column_bg.gif) repeat-y;
}

.primary-sidebar {
  float: left;
  width: 182px;
  margin-top: -17px;
  padding-top: 20px;
  overflow: hidden;
}
.primary-sidebar h2 {
  margin: -5px 0 10px 10px;
	color: #7EA3C7;
	font-size: 16px;
	padding: 0;
	text-align: left;
	text-transform: uppercase;
}
.primary-sidebar ul {
  margin: 0;
  padding: 0;
  border-top: 1px solid #fff;
}
.primary-sidebar li {
  list-style: none;
  margin: 0;
  width: 159px;
  padding: 0 11px;
  border-bottom: 1px solid #fff;
}
.primary-sidebar li.page {
	background-color: #b4cadf;
}
.primary-sidebar li.custom {
	background-color: #A2BDD7;
	overflow: hidden;
}
.primary-sidebar li a {
  display: block;
  width: 167px;
  /* line-height: 24px; */
	padding: 5px 0;
  font-size: 14px;
  text-decoration: none;
  color: #000; 
}
.central-content-container {
  width: 524px;
  float: left;
	padding-bottom: 15px;
}
.central-content-container h2 {
  width: 480px;
  text-transform: uppercase;
  font-size: 18px;
	font-weight: normal;
  padding: 10px 22px;
  background-color: #7BA6CE;
  margin-top: 0px;
}
.central-content-container h2 .bread-crumbs ul {
	line-height: normal;
  list-style: none;
  margin: 0;
  font-size: 14px;
  text-transform: none;
  color: #fff;
}
.central-content-container h2 .bread-crumbs ul li {
	display: inline;
  list-style: none;
	line-height: 18px;
	background: url("/images/design_assets/breadcrumb_arr.png");
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 14px;
	margin-right: 2px;
}
.central-content-container h2 .bread-crumbs ul li.last {
	background: none;
}
.central-content-container h3 {
	font-size: 16px;
}
.central-content-container h2 a {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dotted #fff;
}
.central-content {
  padding: 0 22px 20px 22px;
	font-size: 12px;
}
.central-content h1, 
.central-content h2, 
.central-content h3, 
.central-content h4, 
.central-content h5, 
.central-content h6 {
	text-transform: none;
	font-weight: bold;
	padding: 0!important;
	background: none!important;
}
.central-content h1 {
	font-size: 18px;
	margin: 10px 0 15px 0;
}
.central-content h2 {
	font-size: 16px;
	margin: 10px 0 15px 0;
}
.central-content h3 {
	font-size: 14px;
	margin: 8px 0 13px 0;
}
.central-content h4 {
	font-size: 13px;
	margin: 5px 0 10px 0;
}
.central-content h5 {
	font-size: 12px;
	margin: 5px 0 10px 0;
}
.central-content h6 {
	font-size: 11px;
	margin: 5px 0 10px 0;
}

.system-links {
	overflow: auto;
	width: 100%;
	margin-bottom: 20px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #888;
}
.system-links a {
	display: block;
	float: left;
	margin: 0 20px 15px 0;
	padding: 8px 12px 8px 36px;
	background-color: #E7EFF7;
	width: 98px;
	text-align: left;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	border-bottom: 2px dotted #FFD74E;
	background-position: 6px;
	background-repeat: no-repeat;
}
.system-links a:hover {
	background-color: #FFEFB5;
	color: #000;
}

/*
System Icons 
Moved to system-links-icons.css so they could be imported into the admin without wholesale import of all CSS
See Line 1 import directive
*/


.system-activity {
	overflow: auto;
	width: 100%;
	margin-top: -20px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #888;
}
.system-activity ul {
  margin: 10px 0 10px 10px;
	line-height: 18px;
	color: #888;
}
.system-activity li {
	margin-left: 25px;
}
.system-activity ul li.header {
  margin-left: 0;
	list-style: none;
	line-height: 32px;
	text-transform: uppercase;
	color: #555;
	font-weight: bold;
}
.system-activity ul li span.date {
	color: #888;
	font-size: 12px;
}

.secondary-sidebar {
  float: left;
  width: 159px;
  margin-top: -17px;
  padding: 20px 11px 15px 11px;
  overflow: hidden;  
}
.secondary-sidebar h2 {
  display: none;
}
.secondary-sidebar h3 {
  text-transform: uppercase;
  margin: 0 0 5px 0;
  padding: 0;
}
.secondary-sidebar h3 span {
  font-size: 90%;
  text-transform: none;
  color: #636363;
}
.secondary-sidebar ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.secondary-sidebar li {
  margin-bottom: 5px;
  color: #636363;
}
.secondary-sidebar .sidebar-separator {
  height: 1px;
  width: 158px;
  margin-top: 15px;
  margin-bottom: 15px;
  border-bottom: 2px solid #FFE49B;
}

.extra-navigation {
  float: right;
}
.extra-navigation h2 {
  display: none;
}
.extra-navigation ul {
  margin: 0;
  padding: 8px 17px 0 0;
  font-size: 110%;
}
.extra-navigation li {
  float: left;
  list-style: none;
  margin-left: 5px;
  padding-left: 5px;
  border-left: 1px solid #186194;
}
.extra-navigation li.first {
  border: none;
}
.extra-navigation a {
  color: #186194;
  font-weight: bold;
}

.copy-and-credits {
  float: left;
  padding: 10px 0 0 17px;
  font-size: 90%;
  color: #757575;
}
.copy-and-credits a {
  color: #757575;
  text-decoration: none;
  font-weight: bold;
}
.copy-and-credits a .hiw-a {
  color: #298294;
}
.copy-and-credits a .hiw-b {
  color: #7B3021;
}

/* ------------------------------------------- */
/* ------------------------------------------- */
/* Form Styling */
/* ------------------------------------------- */
/* ------------------------------------------- */

.flash {
	padding: 10px;
	margin: 10px 0 20px 0;
	border-bottom: 1px dotted #777;
}
.flash.error {
	background-color: #F9E9EA;
}
.flash.info {
	background-color: #FAF9EA;
}

h3.form-dotted {
	border-bottom: 1px dotted #999;
}
.central-content-container form h3 {
	font-size: 120%;
	margin: 15px 0 15px 0;
}
form .tip {
	font-size: 80%;
	color: #888;
}
form .required {
	color: #CD4952;
	font-weight: bold;
}
.form-row {
	clear: left;
	margin: 0 10px 10px 0;
}
.form-row .form-header {
	float: left;
	width: 100px;
	text-align: left;
}
.form-row input, .form-row textarea {
	margin: 2px 2px 2px 10px;
	padding: 2px;
}
.form-row textarea {
	margin-left: 0;
}
.form-row select {
	margin-left: 13px;
}
.form-row input.ownline {
	margin-left: 0;
}
.form-row label.inline {
	display: inline;
	float: none;
	width: auto;
}
.form-row label {
	display: block;
	float: left;
	width: 150px;
}
.form-row .form-element {
	margin-left: 0px;
}
.form-address {
	float: right;
	width: 140px;
	margin: 10px 0 10px 15px;
	padding: 10px 0px 10px 20px;
	border-left: 1px dashed #555;
	overflow: hidden;
}

#emailIcon {
	margin-left: 5px;
	width: 24px;
	height: 24px;
	background-repeat: no-repeat;
	float: left;
	display: none;
}
#emailCaptionText.good {
	background-color: #E9F7E7;
}
#emailCaptionText.bad {
	background-color: #F9E9EA;
}
#emailCaption {
	display: none;
	margin-left: 15px;
}
#emailCaptionText {
	width: 125px;
	font-size: 12px;
	color: #555;
	padding: 5px;
}

/* ------------------------------------------- */
/* ------------------------------------------- */
/* Font Sizing Styles */
/* ------------------------------------------- */
/* ------------------------------------------- */

.text-size-large, 
.text-size-large p, 
.text-size-large div {
	font-size: 110%;
	line-height: 120%;
}

.text-size-largest, 
.text-size-largest p, 
.text-size-largest div {
	font-size: 115%;
	line-height: 120%;
}

/* ------------------------------------------- */
/* ------------------------------------------- */
/* Homepage Styles */
/* ------------------------------------------- */
/* ------------------------------------------- */

.header-container { /* Not page header */
  width: 100%;
  height: 30px;
  background-color: #c8c8c8;
  line-height: 30px;
}
.header-container .headings {
  width: 100%;
  padding: 0 17px;
  background-color: #196295;
  border-right: 5px solid #FFCF52;
}
.header-container .headings h2 {
  margin: 0 10px 0 0;
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
}
.header-container .headings h3 {
  margin: 0;
  font-size: 11px;
}
.header-container .headings .title {
  float: left;
}
.header-container .headings .link {
  float: left;
  margin-left: 10px;
}
.header-container .headings .link a {
  color: #FFCF52;
}
.content-container {
  padding: 17px 17px 17px 17px;
}

/* Homepage News Container */

.primary-news-container {
  float: left;
  width: 402px;
  height: 237px;
  border-bottom: 1px dotted #636363;
}
.primary-news-container .header-container {
  background-color: #c8c8c8;
}
.primary-news-container .header-container .headings {
  width: 234px;
}
.primary-news-container .header-container .headings h2 {
  /* Override here */
}
.primary-news-container .header-container .headings h3 {
  /* Override here */
}
.primary-news-container .header-container .headings .title {
  /* Override here */
}
.primary-news-container .header-container .headings .link {
  /* Override here */
}
.primary-news-container .header-container .headings .link a {
  /* Override here */
}
.primary-news-container .content-container {
  font-size: 11px;
  width: 402px;
  padding: 12px 17px 0 17px;
}
.primary-news-container .content-container a {
}
.primary-news-container .content-container p {
  margin: 0;
  padding: 0;
  color: #636363;
}
.primary-news-container .content-container .homepage-news-item {
  float: left;
  width: 187px;
  height: 83px;
  margin-bottom: 10px;
  overflow: hidden;
}

/* Homepage Rotator */

.primary-rotator {
  float: left;
  width: 484px;
}
.primary-rotator h2 {
  display: none;
}

/* Homepage Quick Links */

.quick-links-container {

  height: 46px;
  margin-top: 16px;
  line-height: 46px;
  padding-left: 17px;
  background-color: #196295;
}
.quick-links-container h2 {
  float: left;
  margin: 0 20px 0 0;
  padding: 0;
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
}
.quick-links-container .quick-links {
  padding: 0;
}
.quick-links-container .quick-links a {
  color: #FFCF52;
  font-weight: bold;
}
.quick-links-container .quick-links li {
  float: left;
  height: 38px;
  padding-top: 8px;
  margin: 0 10px;
  list-style: none;
  line-height: normal;
  font-size: 11px;
}
.quick-links-container .quick-links h3 {
  font-size: 13px;
  margin: 0;
  padding: 0;
  color: #fff;
}

.cal-wel-lnks-breaking-wrapper {
  padding-top: 17px;
}
.cal-wel-lnks-breaking-wrapper .calendar-container {
  float: left;
  width: 403px;
  height: 393px;
  background-color: #FFEFB5;
  overflow: hidden;
}
.cal-wel-lnks-breaking-wrapper .calendar-container .header-container {
  /* Override here */
}
.cal-wel-lnks-breaking-wrapper .calendar-container .header-container .headings {
  width: 364px;
}
.cal-wel-lnks-breaking-wrapper .calendar-container .header-container .headings .title {
  /* Override here */
}
.cal-wel-lnks-breaking-wrapper .calendar-container .header-container .headings .link {
  /* Override here */
}
.cal-wel-lnks-breaking-wrapper .calendar-container .content-container {
  font-size: 11px;
  padding: 17px 0 0 17px;
  overflow: hidden;
}
.cal-wel-lnks-breaking-wrapper .calendar-container .content-container p {
  color: #636363;
  margin: 0;
  padding: 0;
}
.cal-wel-lnks-breaking-wrapper .calendar-container .content-container .homepage-calendar-item {
  float: left;
  width: 170px;
  height: 96px;
  margin-bottom: 19px;
  margin-right: 20px;
  overflow: hidden;
}
.cal-wel-lnks-breaking-wrapper .calendar-container .content-container .homepage-calendar-item p {
	height: 5em;
	overflow: hidden;
}
.cal-wel-lnks-breaking-wrapper .calendar-container .content-container .homepage-calendar-item h4 {
  border-bottom: 1px dotted #186194;
}
.cal-wel-lnks-breaking-wrapper .wel-lnks-breaking-container {
  float: left;
  width: 484px;
}
.cal-wel-lnks-breaking-wrapper .wel-lnks-breaking-container .welcome-container {
  overflow: hidden;
  height: 158px;
}
.cal-wel-lnks-breaking-wrapper .wel-lnks-breaking-container .welcome-container .header-container {
  /* Override here */
}
.cal-wel-lnks-breaking-wrapper .wel-lnks-breaking-container .welcome-container .header-container .headings {
  background: none;
  width: 450px;
  border: none;
}
.cal-wel-lnks-breaking-wrapper .wel-lnks-breaking-container .welcome-container .header-container .headings .title {
  /* Override here */
}
.cal-wel-lnks-breaking-wrapper .wel-lnks-breaking-container .welcome-container .header-container .headings .title h2 {
  color: #196295;
}
.cal-wel-lnks-breaking-wrapper .wel-lnks-breaking-container .welcome-container .content-container {
  overflow: auto;
	height: 95px;
	width: 450px;
}
.cal-wel-lnks-breaking-wrapper .wel-lnks-breaking-container .welcome-container .content-container p {
	margin-bottom: 0;
}	
.cal-wel-lnks-breaking-wrapper .wel-lnks-breaking-container .links-container {
  float: left;
  width: 242px;
  height: 235px;
}
.cal-wel-lnks-breaking-wrapper .wel-lnks-breaking-container .links-container .header-container {
  /* Override here */
}
.cal-wel-lnks-breaking-wrapper .wel-lnks-breaking-container .links-container .header-container .headings {
  background: none;
  width: 208px;
  border: none;
}
.cal-wel-lnks-breaking-wrapper .wel-lnks-breaking-container .links-container .header-container .headings .title {
  /* Override here */
}
.cal-wel-lnks-breaking-wrapper .wel-lnks-breaking-container .links-container .header-container .headings .title h2 {
  color: #196295;
}
.cal-wel-lnks-breaking-wrapper .wel-lnks-breaking-container .links-container .header-container .headings .link {
  float: right;
  padding: 0;
  margin: 0;
}
.cal-wel-lnks-breaking-wrapper .wel-lnks-breaking-container .links-container .header-container .headings .link a {
  color: #196295;
}
.cal-wel-lnks-breaking-wrapper .wel-lnks-breaking-container .links-container .content-container {
	overflow: hidden;
  padding-bottom: 0;
	height: 188px;
}
.cal-wel-lnks-breaking-wrapper .wel-lnks-breaking-container .links-container .content-container .homepage-link-item {
  height: 14px;
	width: 210px;
	float: left;
  margin-bottom: 11px;
	overflow: hidden;
	border-bottom: 1px dotted #196295;
}

.cal-wel-lnks-breaking-wrapper .wel-lnks-breaking-container .links-container .content-container .homepage-link-item h4 {
	float: left;
	font-size: 11px;
	line-height: 11px;
}
.cal-wel-lnks-breaking-wrapper .wel-lnks-breaking-container .links-container .content-container .homepage-link-item a {
	float: right;
	line-height: 11px;
	text-decoration: none;
}
.cal-wel-lnks-breaking-wrapper .wel-lnks-breaking-container .breaking-news-container {
  float: left;
  width: 241px;
  height: 235px;
  border-left: 1px solid #8C0010;
  text-align: center;
}
.cal-wel-lnks-breaking-wrapper .wel-lnks-breaking-container .breaking-news-container .header-container {
  /* Override here */
}
.cal-wel-lnks-breaking-wrapper .wel-lnks-breaking-container .breaking-news-container .header-container .headings {
  background-color: #8C0010;
  width: 207px;
  border: none;
}
.cal-wel-lnks-breaking-wrapper .wel-lnks-breaking-container .breaking-news-container .header-container .headings .title {
  float: none;
}
.cal-wel-lnks-breaking-wrapper .wel-lnks-breaking-container .breaking-news-container .header-container .headings .title a {
  text-decoration: none;
}
.cal-wel-lnks-breaking-wrapper .wel-lnks-breaking-container .breaking-news-container .content-container {
  overflow: hidden;
  font-size: 11px;
  padding-bottom: 0;
}
.cal-wel-lnks-breaking-wrapper .wel-lnks-breaking-container .breaking-news-container .content-container h3 {
  margin-top: 0;
}

/* ------------------------------------------- */
/* ------------------------------------------- */
/* Departments System Styles */
/* ------------------------------------------- */
/* ------------------------------------------- */

.department-listing {
  margin: 18px 0;
}
.department-listing-row {
  overflow: hidden;
  margin-bottom: 10px;
}
.department-item {
  width: 120px;
  float: left;
  text-align: center;
  margin-right: 0px;
}
.department-item .image {
  width: 104px;
  height: 90px;
  border: 1px dotted #787778;
  padding-top: 5px;
  margin: auto;
}
.department-item .title {
	text-align: center;
}
.department-item .title h3 {
  margin: 5px 0 10px 6px;
	font-size: 13px;
	width: 108px;
}

.department-item .title a {
  text-decoration: none;
}

/* ------------------------------------------- */
/* ------------------------------------------- */
/* Bill Pay System Styles */
/* ------------------------------------------- */
/* ------------------------------------------- */

.billpay .logged-in-dashboard {
  margin: 0 0 15px 0;
	overflow: auto;
}
.billpay .logged-in-dashboard ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.billpay .logged-in-dashboard  li {
	list-style-type: none;
	float: left;
	margin: 0 10px 0 0;
	padding: 5px 10px;
	background-color: #186194;
	color: #fff;
}
.billpay .logged-in-dashboard  li:hover {
	background-color: #2186CF;
}
.billpay .logged-in-dashboard a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
.billpay .logged-in-dashboard a:hover {
	border-bottom: 1px dotted #fff;
}

/* ------------------------------------------- */
/* ------------------------------------------- */
/* Documents System Styles */
/* ------------------------------------------- */
/* ------------------------------------------- */

.department-list, .department-docs {
	padding-left: 15px;
	margin-bottom: 15px;
}
.department-list h3.top, .department-docs h4.top {
	margin-left: -15px;
}
.department-list h3.top, .department-docs h4.top {
	font-size: 16px;
	background-color: #E7EFF7;
	padding: 10px;
}
.department-list h3 span, .department-docs h4 span {
	background: url("/images/design_assets/documents_arr.png");
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 18px;
	margin-right: 2px;
	display: block;
	font-size: 12px;
	font-weight: normal;
	color: #777;
}
.department-list h3.top a, .department-docs h4.top a {
	text-decoration: none;
	font-weight: normal;
}
.department-docs {
	padding-left: 15px;
}
.department-docs h4.top {
	margin-left: -15px;
}
.document-set {
  padding: 15px;
  margin: 15px 0;
  background-color: #E7EFF7; /* overridable */
}
.document-set .set-icon, .document-set .document-icon {
  float: left;
  margin-right: 10px;
	cursor: pointer;
}
.document-set .header {
  float: left;
}
.document-set .header h3 {
  margin: 0 0 2px 0;
  font-size: 17px;
  font-weight: normal;
}
.document-set .header h3 a {
	text-decoration: none;
}
.document-set .header p {
  font-size: 120%;
  margin-bottom: 0;
}
.document-set .documents {
  margin: 15px 0 -5px 0;
  padding: 18px 5px 0 5px;
  overflow: hidden;
  border-top: 1px dotted #787778; /* overridable */
}
.document-set .documents ul {
  margin: 0;
  padding: 0;
}
.document-set .documents li {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}
.document-set .documents .document-icon {
  float: left;
  margin-right: 15px;
}
.document-set .documents .info {
  font-size: 12px;
	width: 360px;
	float: left;
}
.document-set .documents .info h4 {
  font-size: 14px; 
	font-weight: normal;
}
.document-set .documents .info h4 a {
  text-decoration: none;
}
.document-set .documents .info h4 a.permalink-trigger {
  text-transform: uppercase;
	font-size: 11px;
	padding: 0 3px;
	background-color: #FFEFB5;
	color: #333;
}
.document-set .documents .info h4 a.permalink-trigger:hover {
	color: #fff;
	background-color: #000;
}
.document-set .documents .info .permalink-output {
  width: 100%;
	margin-bottom: 8px;
	display: none;
}
.document-set .documents .info .permalink-output p {
	margin-bottom: 2px;
	color: #333;
}
.document-set .documents .info .permalink-output form {
  margin: 0;
	padding: 0;
}
.document-set .documents .info .permalink-output input {
  width: 340px;
	height: 16px;
}
.document-set .documents .info .permalink-output .permalink-tip {
	display: none;
	margin-top: 8px;
	font-size: 11px;
}

/* ------------------------------------------- */
/* ------------------------------------------- */
/* Gallery System Styles */
/* ------------------------------------------- */
/* ------------------------------------------- */

.gallery {
  margin-top: 10px;
  text-align: center;
}
.gallery .album {
	margin: 15px 15px 15px 0;
	width: 490px;
	text-align: left;
	overflow: hidden;
}
.gallery .album .primary {
	float: left;
	width: 260px;
}
.gallery .album .secondary {
	float: left;
	width: 200px;
	padding: 10px;
}
.gallery .album-name {
	text-align: center;
	width: 250px;
	height: 25px;
	line-height: 25px;
	background-color: #6B9AC6;
}
.gallery .album-name a {
	color: white;
	text-decoration: none;
	border-bottom: 1px dotted #fff;
}

.gallery .current {
  margin: auto;
  margin-bottom: 5px;
}
.gallery .current img {
  border: 2px solid #6392C6; /* overridable */
}
.gallery .info {
  margin: auto;
}
.gallery .info h3 {
  margin: 5px 0;
}
.gallery .info #Description {
	width: 490px;
	margin: 0 0 10px 0;
}
.gallery .navigation {
  margin: auto;
  padding: 7px;
  padding-bottom: 0;
  background-color: #E7EFF7; /* overridable */
	width:410px
}
.gallery .left-arrow, .gallery .right-arrow {
  display: block;
  float: left;
  width: 22px;
  height: 147px;
  margin-right: 7px;
  background-color: #6392C6; /* overridable */
  background-image: url(/images/design_assets/gallery_left_arrow.png);
  background-position: center;
  background-repeat: no-repeat;
  text-decoration: none;
}
.gallery .right-arrow {
  display: block;
  float: right;
  width: 22px;
  height: 147px;
  margin-right: 7px;
  background-color: #6392C6; /* overridable */
  background-image: url(/images/design_assets/gallery_left_arrow.png);
  background-position: center;
  background-repeat: no-repeat;
  text-decoration: none;
}
.gallery .thumbnails {
  float: left;
}
.gallery .thumbnails a {
  display: block;
  float: left;
  margin: 0 7px 7px 0;
  border: 2px solid #6392C6; /* overridable */
}
.gallery .right-arrow {
  margin-right: 0;
  background-image: url(/images/design_assets/gallery_right_arrow.png);
}

/* ------------------------------------------- */
/* ------------------------------------------- */
/* Links System Styles */
/* ------------------------------------------- */
/* ------------------------------------------- */

.link-category {
  margin-top: 15px;
}
.link-category h3 {
  font-size: 16px;
  font-weight: normal;
  margin: 0 0 3px 0;
}
.link-set {
  margin: 0;
  padding: 0;
}
.link-set li {
  display: block;
  margin: 0 0 10px 0;
  padding: 15px;
  background-color: #E7EFF7; /* overridable */
  list-style: none;
}
.link-set li .image {
  float: left;
  width: 98px;
  margin-right: 15px;
}
.link-set li .image img {
  border: 3px solid #6B9AC6; /* overridable */ 
}
.link-set li .info {
  float: left;
  width: 337px;
}
.link-set li .info h4 {
  font-size: 14px;
  margin: 0;
}

/* ------------------------------------------- */
/* ------------------------------------------- */
/* FAQ System Styles */
/* ------------------------------------------- */
/* ------------------------------------------- */

.faq-listing {
  
}
.faq-category h3 {
  font-size: 16px;
  margin: 20px 0 0 0;
	padding: 0 0 3px 0;
	cursor: pointer;
	color: #196295;
	border-bottom: 1px dotted #196295;
	border-right: 1px dotted #196295;
}
.faq-category h3 span {
	text-decoration: none;
	display: block;
	float: left;
	width: 15px;
}
.faq-category .faq-category-questions {
  margin-left: 15px;
	margin-right: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #196295;
	border-right: 1px dotted #196295;
}
.faq-question {
	padding: 0;
}
.faq-question h4 {
  margin: 15px 0 0 0;
  padding: 0;
  font-weight: normal;	
	cursor: pointer;
	color: #196295;
}
.faq-question h4 span {
	display: block;
	float: left;
	width: 15px;
}
.faq-answer {
	padding: 15px 25px 0 25px;
}

/* ------------------------------------------- */
/* ------------------------------------------- */
/* Blog System Styles */
/* ------------------------------------------- */
/* ------------------------------------------- */

.blog-set {
  margin: 15px 0 0 0;
  padding: 0;
}
.blog-set li {
  display: block;
  margin: 0 0 10px 0;
  padding: 15px;
	font-size: 13px;
  background-color: #E7EFF7; /* overridable */
  list-style: none;
}
.blog-set li h4 {
  font-size: 16px;
  margin: 0;
}
.blog-set li h4 a {
	text-decoration: none;
}
.blog-set li  {
  text-decoration: none;
	color: #000;
}
.blog-set li h5 {
  font-size: 12px;
  color: #636363;
	font-weight: normal;
	margin: 0 0 10px 0;
}
.blog-entry-category-list {
	margin: 10px 0;
	padding: 3px;
	background-color: #b4cadf;
	font-style: italic;
	color: #000;
}
.blog-entry-category-list a {
	color: #163C5D;
}
.blog-entry-category-list a:hover {
	color: #000;
}
.blog-detail h3 {
	font-size: 14px;
	color: #636363;
}
.blog-detail .description {
	padding: 15px 0 0 15px;
	font-size: 12px;
	border-bottom: 1px dotted #787778;
}
.blog-entry-header {
	background-color: #E7EFF7;
	padding: 15px;
}
.blog-entry-header h3 {
	font-size: 16px;
	color: #196295;
	margin: 0;
}
.blog-entry-header h4 {
	font-size: 12px;
	color: #636363;
	font-weight: normal;
	margin: 0;
}
.blog-comment {
	background-color: #E7EFF7;
	padding: 15px;
	margin: 0 0 10px 0;
	word-wrap: break-word;
}
.blog-comment h4 {
	color: #165684;
	border-bottom: 1px dotted #787778;
	margin-bottom: 10px;
}

/* ------------------------------------------- */
/* ------------------------------------------- */
/* News System Styles */
/* ------------------------------------------- */
/* ------------------------------------------- */

.news-set {
  margin: 15px 0 0 0;
  padding: 0;
}
.news-set li {
  display: block;
  margin: 0 0 10px 0;
  padding: 15px;
  background-color: #E7EFF7; /* overridable */
  list-style: none;
}
.news-set li.breaking {
	border-right: 3px solid #8C0010;
	background-color: #F9E9EB;
}
.news-set li .image {
  float: left;
  width: 98px;
  margin-right: 15px;
}
.news-set li .image img {
  border: 3px solid #6B9AC6; /* overridable */ 
}
.news-set li.breaking .image img {
	border-color: #8C0010;
}
.news-set li .info {
  float: left;
  width: 320px;
}
.news-set li h4 {
  font-size: 14px;
  margin: 0;
}
.news-set li  {
  text-decoration: none;
	color: #000;
}
.news-set li h5 {
  font-size: 12px;
  color: #636363;
	font-weight: normal;
	margin: 0 0 10px 0;
}

ul.bulleted {
	margin: 0;
	padding: 0;
	list-style-type: disc;
}
.bulleted li {
	list-style-type: disc;
	display: list-item;
	margin: 10px 20px;
	padding: 0 15px;
}
.bulleted li .info {
	width: 450px;
}

.news-detail {
	overflow: hidden;
}

.news-detail.breaking {
	background-color: #F9E9EB;
	margin-right: 20px;
	margin-left: 20px;
	padding: 15px;
	border-right: 15px solid #8C0010;
}

.news-detail.breaking .image {
	border-color: #8C0010;
}

.news-detail .image {
	margin: 0 20px 5px 0;
	float: left;
	border: 3px solid #6B9AC6; /* overridable */
	font-size: 0;
}

.news-detail .title {
	font-size: 17px;
	font-weight: bold;
}

.news-detail .date {
	font-size: 14px;
	color: #636363;
}

.news-detail .description {
	margin: 10px 0;
	font-size: 12px;
	
}

/* ------------------------------------------- */
/* ------------------------------------------- */
/* Projects System Styles */
/* ------------------------------------------- */
/* ------------------------------------------- */

.project-set {
  margin: 15px 0 0 0;
  padding: 0;
}
.project-set li {
  display: block;
  margin: 0 0 10px 0;
  padding: 8px 15px 15px 15px;
  background-color: #E7EFF7; /* overridable */
  list-style: none;
	overflow: hidden;
}
.project-set li h3 {
  font-size: 18px;
  margin: 0 0 8px 0;
}
.project-set li .image {
  float: left;
  width: 205px;
  margin-right: 15px;
}
.project-set li .image img {
  border: 3px solid #6B9AC6; /* overridable */ 
}
.project-set li .image-caption {
  width: 100%;
  font-weight: bold;
  margin: 3px 0 -6px 0;
  text-align: center;
}
.project-set li .info {
  float: left;
  width: 230px;
}

/* ------------------------------------------- */
/* ------------------------------------------- */
/* Search System Styles */
/* ------------------------------------------- */
/* ------------------------------------------- */

.search-result {
	overflow: auto;
	width: 100%;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #ccc;
}
.search-result h3 {
	margin: 0 0 5px;
	color: #888;
}
.search-result h3 a {
	border-bottom: 1px dotted #6B9AC6;
	text-decoration: none;
}
.search-result h3 a:hover {
	border-bottom: 1px solid #163C5D;
	color: #163C5D;
}
.search-result a.view-full {
	text-decoration: none;
	display: block;
	margin: 5px 0 0 0;
	width: 115px;
	height: 20px;
	line-height: 20px;
}
.search-result a:hover.view-full {
	color: #000;
}
.search-result img {
	float: left;
	margin: 5px;
	border: 2px solid #6B9AC6;
}
.search-result .info {
	float: left;
	margin: 5px;
	width: 355px;
}
.search-result .info span.path {
	font-size: 10px;
	text-transform: uppercase;
	color: #444;
}
.search-result .info span.system {
	font-size: 12px;
	text-transform: uppercase;
	color: #888;
}
