/* CSS Document */

html, body {
margin: 0;
padding: 0;
}

body,td,th {font:12px Arial, Helvetica, sans-serif; color:#333;}
body#mainBody {background:url(/sites/all/themes/wings/images/layout/pageBg.jpg) top left repeat-x #D1ECF5; width:910px; margin:0 auto; padding: 0;}
#header {background:url(/sites/all/themes/wings/images/layout/header2012Bg.jpg) top left no-repeat;}
#columnLeft {float:left; width: 575px; margin: 0; padding: 0; margin-right: 40px; }

/* MAIN NAV */
#mainNav { overflow: hidden; clear: left; margin-bottom: 1em;}
#mainNav a {background:url(/sites/all/themes/wings/images/layout/nav/mainNavDirections.gif) top left repeat-x; display:block; float:left; height:58px; padding:0 25px; font:700 18px/58px "Trebuchet MS", Verdana, Arial, sans-serif; text-decoration:none; color:#fff; border-right: 1px solid #1087c1;}
#mainNav a:hover {background-position:bottom left;}
#mainNav a.first {background:url(/sites/all/themes/wings/images/layout/nav/mainNavHome.gif) top left no-repeat;}
#mainNav a.first:hover {background-position:bottom left;}
#mainNav a.last {background:url(/sites/all/themes/wings/images/layout/nav/mainNavContact.gif) top right no-repeat; border:none;}
#mainNav a.last:hover {background-position:bottom right;}
/* END MAIN NAV */

/* COLUMN RIGHT */
#columnRight { float:left; width:290px; margin: 0; padding: 0; margin-left: 0px;}

.callout {
background:url(/sites/all/themes/wings/images/layout/calloutBg.gif) top left repeat-y; overflow: hidden; 
	width: 255px;
	padding: 10px;
	padding-bottom: 0;
	margin: 0;
}
.callout IMG {
	margin-right: 10px;
}
.calloutFooter {background:url(/sites/all/themes/wings/images/layout/calloutFooter.gif) top left no-repeat; margin-bottom:10px;}
h1.calloutTitle {
	background: url(/sites/all/themes/wings/images/layout/calloutHeader.gif) top left no-repeat; 
	color: #fff; 
	font: 700 18px "Trebuchet MS", Verdana, Arial, sans-serif; 
	height: 58px; 
	width: 255px; 
	line-height: 58px; 
	margin: 0; 
	padding: 0 10px;
}
/* END COLUMN RIGHT */

/* COLUMN RIGHT FORM */
.callout span {margin-left:5px; font:"Trebuchet MS", Verdana, Arial, sans-serif;}
.callout input {margin-left:5px; width:250px; margin-bottom:10px;}
.callout textarea {margin-left:5px; width:250px;}
.callout input.button {width:100px; background:#008FD4; color:#fff; padding:5px; margin-top:10px; clear:right; border: 1px solid #fff;}
/* END COLUMN RIGHT FORM */

/* FOOTER */
#footerWrapper {clear:both; margin-bottom:100px;}
#footer {background-color:#0C76AA; float:left; width:865px; height:40px; padding:5px;}
.footerends {float:left; width:10px; height:50px;}
#footerNav a { color: #fff; padding: 2px 4px; }
/* END FOOTER */

/* COPYRIGHT */
#copyright {float:left; color:#fff; margin-top:5px;}
/* END COPYRIGHT */

/* INCLIND */
#inclind{float:right; color:#fff; text-align:right; margin-top:5px;}
#inclind a:link, inclind a:visited {color:#fff;}
#inclind a:hover {color:#9ED8EC;}
#inclind a:visited span.InclindInc {color:#C00;}
/* END INCLIND */

/* FOOTER NAVIGATION */
#footerNav {clear:right;}
#footer A:visited, #footer A:link {color: white;}

/* END FOOTER NAVIGATION */

/* TYPOGRAPHY */
h1, h2, h3 {font:700 "Trebuchet MS", Verdana, Arial, sans-serif; color:#0D90BC; margin:0;}
h1 {font-size:20px;}
h2 {font-size:18px;}
h3 {font-size:16px;}
p {font: 12px "Trebuchet MS", Verdana, Arial, sans-serif; }
/* END TYPOGRAPHY */

label {
	display: block;
	margin: 10px 0px 0px 13px;
}

input {
  font: 12px/100% "Verdana";
  color: #494949;
}

	input#edit-submit {
		width: 100px;
		padding: 5px;
        	margin-left: 13px;
		background: #008FD4;
		color: #FFFFFF;
		border: 1px solid #FFFFFF;
		cursor: pointer;
	}

textarea, select {
  font: 12px/160% "Verdana";
  color: #494949;
}

ul, quote, code, fieldset {
  margin: .5em 0;
}

a:link, a:visited {
  color: #027AC6;
  text-decoration: none;
}

a:hover {
  color: #0062A0;
  text-decoration: underline;
}

a:active, a.active {
  color: #5895be;
}

hr {
  margin: 0;
  padding: 0;
  border: none;
  height: 1px;
  background: #5294c1;
}

ul {
  margin: 0.5em 0 1em;
  padding: 0;
}

ul li {
  margin: 0.4em 0 0.4em .5em;
}

ul.menu, .item-list ul {
  margin: 0.35em 0 0 -0.5em;
  padding: 0;
}

ul.menu ul, .item-list ul ul {
  margin-left: 0em;
}

ul li, ul.menu li, .item-list ul li, li.leaf {
  margin: 0.15em 0 0.15em .5em;
}

ul li, ul.menu li, .item-list ul li, li.leaf {
  padding: 0 0 .2em 1.5em;
  list-style-type: none;
  list-style-image: none;
  background: transparent url(/sites/all/themes/wings/images/menu-leaf.gif) no-repeat 1px .35em;
}

ul li.expanded {
  background: transparent url(/sites/all/themes/wings/images/menu-expanded.gif) no-repeat 1px .35em;
}

ul li.collapsed {
  background: transparent url(/sites/all/themes/wings/images/menu-collapsed.gif) no-repeat 0px .35em;
}

ul li.leaf a, ul li.expanded a, ul li.collapsed a {
  display: block;
}

ul.inline li {
  background: none;
  margin: 0;
  padding: 0 1em 0 0;
}

fieldset ul.clear-block li {
  margin: 0;
  padding: 0;
  background-image: none;
}

dl {
  margin: 0.5em 0 1em 1.5em;
}

dl dt {
}

dl dd {
  margin: 0 0 .5em 1.5em;
}

img, a img {
  border: none;
}

table {
  margin: 1em 0;
  width: 99%;
}

thead th {
  border-bottom: 2px solid #d3e7f4;
  color: #494949;
  font-weight: bold;
}

th a:link, th a:visited {
  color: #6f9dbd;
}

td, th {
  padding: .3em .5em;
}

tr.even, tr.odd, tbody th {
  border: solid #d3e7f4;
  border-width: 1px 0;
}

tr.odd, tr.info {
  background-color: #edf5fa;
}

tr.even {
  background-color: #fff;
}

tr.odd td.active {
  background-color: #ddecf5;
}

tr.even td.active {
  background-color: #e6f1f7;
}

td.region, td.module, td.container {
  border-top: 1.5em solid #fff;
  border-bottom: 1px solid #b4d7f0;
  background-color: #d4e7f3;
  color: #455067;
  font-weight: bold;
}

tr:first-child td.region, tr:first-child td.module, tr:first-child td.container {
  border-top-width: 0;
}

span.form-required {
  color: #ffae00;
}

span.submitted, .description {
  font-size: 0.92em;
  color: #898989;
}

.description {
  line-height: 150%;
  margin-bottom: 0.75em;
  color: #898989;
}

.messages, .preview {
  margin: .75em 0 .75em;
  padding: .5em 1em;
}

.messages ul {
  margin: 0;
}

.form-checkboxes, .form-radios, .form-checkboxes .form-item, .form-radios .form-item {
  margin: 0.25em 0;
}

#center form {
  margin-bottom: 2em;
}

.form-button, .form-submit {
  margin: 2em 0.5em 1em 0;
}

#watchdog-form-overview .form-submit,
.confirmation .form-submit,
.search-form .form-submit,
.poll .form-submit,
fieldset .form-button, fieldset .form-submit,
.sidebar .form-button, .sidebar .form-submit,
table .form-button, table .form-submit {
  margin: 0;
}

.box {
  margin-bottom: 2.5em;
}

ul.primary, ul.primary li, ul.secondary, ul.secondary li {
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
}

#tabs-wrapper {
  margin: 0 -26px 1em;
  padding: 0 26px;
}

ul.primary {
  padding: 0.5em 0 10px;
  float: left;
}
ul.secondary {
  clear: both;
  text-align: left;
  border-bottom: 1px solid #e9eff3;
  margin: -0.2em -26px 1em;
  padding: 0 26px 0.6em;
}
h2.with-tabs {
  float: left;
  margin: 0 2em 0 0;
  padding: 0;
}

div.help { display: block; clear: left;}

ul.primary li, ul.secondary li { display: inline; }

ul.primary li a, ul.primary li.active a, ul.primary li a:hover, ul.primary li a:visited,
ul.secondary li a, ul.secondary li.active a, ul.secondary li a:hover, ul.secondary li a:visited {
  border: 0;
  background: transparent;
  padding: 4px 1em;
  margin: 0 0 0 1px;
  height: auto;
  text-decoration: none;
  position: relative;
  top: -1px;
}
ul.primary li.active a, ul.primary li.active a:link, ul.primary li.active a:visited, ul.primary li a:hover,
ul.secondary li.active a, ul.secondary li.active a:link, ul.secondary li.active a:visited, ul.secondary li a:hover {
  background: url(/sites/all/themes/wings/images/bg-tab.png) repeat-x 0 50%;
  color: #fff;
}
ul.primary li.active a,
ul.secondary li.active a {
  font-weight: bold;
}

tr.odd td.menu-disabled {
  background-color: #edf5fa;
}
tr.even td.menu-disabled {
  background-color: #fff;
}
td.menu-disabled {
  opacity: 0.5;
}

.poll .bar {
  background: #fff url(/sites/all/themes/wings/images/bg-bar-white.png) repeat-x 0 0;
  border: solid #f0f0f0;
  border-width: 0 1px 1px;
}

.poll .bar .foreground {
  background: #71a7cc url(/sites/all/themes/wings/images/bg-bar.png) repeat-x 0 100%;
}

.poll .percent {
  font-size: .9em;
}

#autocomplete li {
  cursor: default;
  padding: 2px;
  margin: 0;
}

fieldset {
  margin: 1em 0;
  padding: 1em;
  border: 1px solid #d9eaf5;
  background: #fff url(/sites/all/themes/wings/images/gradient-inner.png) repeat-x 0 0;
}

fieldset legend {
  /* Fix disappearing legend in FFox */
  display: block;
}

html.js fieldset.collapsed {
  background: transparent;
  padding-top: 0;
  padding-bottom: .6em;
}

html.js fieldset.collapsible legend a {
  padding-left: 2em;
  background: url(/sites/all/themes/wings/images/menu-expanded.gif) no-repeat 0% 50%;
}

html.js fieldset.collapsed legend a {
  background: url(/sites/all/themes/wings/images/menu-collapsed.gif) no-repeat 0% 50%;
}

div.admin-panel,
div.admin-panel .description,
div.admin-panel .body,
div.admin,
div.admin .left,
div.admin .right,
div.admin .expert-link,
div.item-list,
.menu {
  margin: 0;
  padding: 0;
}

div.admin .left {
  float: left;
  width: 48%;
}
div.admin .right {
  float: right;
  width: 48%;
}

div.admin-panel {
  background: #fff url(/sites/all/themes/wings/images/gradient-inner.png) repeat-x 0 0;
  padding: 1em 1em 1.5em;
}
div.admin-panel .description {
  margin-bottom: 1.5em;
}
div.admin-panel dl {
  margin: 0;
}
div.admin-panel dd {
  color: #898989;
  font-size: 0.92em;
  line-height: 1.3em;
  margin-top: -.2em;
  margin-bottom: .65em;
}

table.system-status-report th {
  border-color: #d3e7f4;
}

#autocomplete li.selected, tr.selected td, tr.selected td.active {
  background: #027ac6;
  color: #fff;
}

tr.selected td a:link, tr.selected td a:visited, tr.selected td a:active {
  color: #d3e7f4;
}

/**
 * CSS support
 */
span.clear {
  display: block;
  clear: both;
  height: 1px;
  line-height: 0px;
  font-size: 0px;
  margin-bottom: -1px;
}

/**
 * Watchdog.module
 */
tr.watchdog-user {
  background-color: #fcf9e5;
}

tr.watchdog-user td.active {
  background-color: #fbf5cf;
}

tr.watchdog-content {
  background-color: #fefefe;
}

tr.watchdog-content td.active {
  background-color: #f5f5f5;
}

tr.watchdog-warning {
  background-color: #fdf5e6;
}

tr.watchdog-warning td.active {
  background-color: #fdf2de;
}

tr.watchdog-error {
  background-color: #fbe4e4;
}

tr.watchdog-error td.active {
  background-color: #fbdbdb;
}
tr.watchdog-page-not-found, tr.watchdog-access-denied {
  background: #d7ffd7;
}
tr.watchdog-page-not-found td.active, tr.watchdog-access-denied td.active {
  background: #c7eec7;
}

/**
 * Status report colors.
 */
table.system-status-report tr.error, table.system-status-report tr.error th {
  background-color: #fcc;
  border-color: #ebb;
  color: #200;
}
table.system-status-report tr.warning, table.system-status-report tr.warning th {
  background-color: #ffd;
  border-color: #eeb;
}
table.system-status-report tr.ok, table.system-status-report tr.ok th {
  background-color: #dfd;
  border-color: #beb;
}

.grippie {
	display: none;
}

span.caption {
	display: none;
}
