/*!
 * Bootstrap v2.1.1
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */

/*------------------------------------ RESET --------------------------------*/

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display: block; }

audio, canvas, video {
	display: inline-block;
	*display: inline;
	*zoom: 1; }

audio:not([controls]) {
	display: none; }

sub, sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline; }

sup {
	top: -0.5em; }

sub {
	bottom: -0.25em; }

/*------------------------------------ FORM ITEMS ----------------------------*/

input.required,
select.required {
	border: 1px solid #669;
	background: #EEF; }

input.invalid,
select.invalid {
	background: #FED; }

.star {
	color: #F00; }

fieldset {
	border: none; }



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

/* Custom text-selection colors (remove any text shadows: twitter.com/miketaylr/status/12228805301) */
::selection { background: #fcd700; color: #fff; text-shadow: none; } 
::-moz-selection{ background: #fcd700; color: #fff; text-shadow: none; }

a:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px; }

a:hover, a:active {
	outline: 0; }

a {
	color: #0088cc;
	text-decoration: none; }

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

p { 
	line-height: 1.4;
	margin: 0.9em 0 0.6em; }

small {
	font-size: 85%; }

strong {
	font-weight: bold; }

em {
	font-style: italic; }

cite {
	font-style: normal; }

h1, h2, h3, h4, h5, h6 {
	font-family: inherit;
	font-weight: bold;
	line-height: 1.0em;
	color: inherit;
	margin: 0;
	padding: 0;
	text-rendering: optimizelegibility; }

h1 { 
	color: #137;
	line-height: 1.1em;
	font-size: 30px; }

h2 { 
	color: #777;
	line-height: 1.1em;
	font-size: 24px; }

h3 { 
	color: #14A;
	margin-top: 0.2em;
	line-height: 1.1em;
	font-size: 18px; }

h4 { 
	color: #555;
	margin-top: 0.2em;
	line-height: 1.1em;
	font-size: 16px; }

h5 { 
	color: #013;
	line-height: 1.1em;
	font-size: 12px; }

h6 { 
	color: #EEE;
	line-height: 1.1em;
	font-size: 12px; }

ul, ol {
	padding: 0;
	margin: 0 0 10px 25px; }

ul ul, ul ol, ol ol, ol ul {
	margin-bottom: 0; }

li {
	line-height: 20px; }

dl {
	margin-bottom: 20px; }

dt, dd {
	line-height: 20px; }

dt {
	font-weight: bold; }

dd {
	margin-left: 10px; }

hr {
	margin: 20px 0;
	border: none;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #FFF; }

blockquote {
	padding: 7px 15px;
	margin: 1.5em auto;
	background: #EEE;
	box-shadow: 0 1px 2px #666; }

blockquote p {
	margin: 0;
	font-size: 16px;
	font-weight: 300;
	line-height: 25px; }

blockquote small {
	display: block;
	line-height: 20px;
	color: #999999; }

blockquote small:before {
	content: '\2014 \00A0'; }

.breadcrumbs {
	color: #666;
	font-style: italic; }

q:before, q:after, blockquote:before, blockquote:after {
	content: ""; }

address {
	display: block;
	margin-bottom: 20px;
	font-style: normal;
	line-height: 20px; }

code, pre {
	padding: 0 3px 2px;
	font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
	font-size: 12px;
	color: #333333;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px; }

code {
	padding: 2px 4px;
	color: #d14;
	background-color: #f7f7f9;
	border: 1px solid #e1e1e8; }

pre {
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 20px;
	word-break: break-all;
	word-wrap: break-word;
	white-space: pre;
	white-space: pre-wrap;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px; }

pre code {
	padding: 0;
	color: inherit;
	background-color: transparent;
	border: 0; }

img {
	width: auto\9;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic; }

.left,
.leftimg,
img[align=left] {
	clear: left;
	float: left;
	margin: 0 0.8em 0.2em 0; }

.right,
.rightimg,
img[align=right] {
	clear: right;
	float: right;
	margin: 0 0 0.2em 0.8em; }

.center,
.centerimg,
img[align=center] {
	clear: both;
	float: center;
	margin: 0 auto 0.2em; }

/*------------------------------------ STRUCTURE -----------------------------*/

html {
	position: relative;
	display: table;
	width: 100%;
	height: 100%;
	font-size: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	background: -webkit-gradient(linear, left top, left bottom, from(#1144AA), to(#001133) ); 
	background: -moz-linear-gradient( top, #1144AA, #001133 ); 
	background: -ms-linear-gradient( top, #1144AA, #001133 ); 
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1144AA', endColorstr='#001133'); }

body {
	position: relative;
	display: table;
	width: 100%;
	height: 100%;
	margin: 0;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
/*  font-family: Georgia, "Times New Roman", Times, serif; */
	font-size: 13px;
	line-height: 20px;
	color: #000; }

table {
	max-width: 100%;
	background-color: transparent;
	border-collapse: collapse;
	border-spacing: 0; }

#perimeter {
	position: relative;
	display: table;
	width: 1000px;
	background: #FFF; 
	box-shadow: 0 10px 15px #000;
	margin: 5px auto;
	padding: 0; }

#top {
	display: none; }

#mast {
	display: table;
	position: relative;
	width: 990px;
	background: -webkit-gradient(linear, left top, left bottom, from(#1144AA), to(#001133) ); 
	background: -moz-linear-gradient( top, #1144AA, #001133 ); 
	background: -ms-linear-gradient( top, #1144AA, #001133 ); 
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1144AA', endColorstr='#001133');
	margin: 5px auto; }

#logo {
	padding: 0 7px;
	width: 445px;
	display: table-cell;
	vertical-align: top; }

#logo img {
	vertical-align: top; }



#placard {
	display: table-cell; 
	text-align: center; }

#neck {
	background: #FFF;
	margin: 5px; }

#wrap {
	display: table;
	position: relative;
	background: #FFF;
	width: 990px;
	margin: 5px auto;
	padding: 0; }

#content {
	display: table;
	border-collapse: separate;
	border-spacing: 0; 
	width: 100%; }

#left {
	display: table-cell;
	left: 0;
	width: 180px;
	background: -webkit-gradient(linear, left top, left bottom, from(#DDDDDD), to(#FFFFFF) ); 
	background: -moz-linear-gradient( top, #DDDDDD, #FFFFFF ); 
	background: -ms-linear-gradient( top, #DDDDDD, #FFFFFF ); 
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#DDDDDD', endColorstr='#FFFFFF');
	margin-right: 5px; 
	padding: 5px; 
	vertical-align: top; }

#center {
	display: table-cell;
	width: auto; 
	padding: 0 15px; 
	vertical-align: top; }

#center-btm {
	clear: both;
	position: relative;
	width: auto; 
	padding: 0; 
	margin: 0 auto; }

#right {
	display: table-cell;
	right: 0;
	width: 145px;
	background: #F6F6F6;
	border-radius: 8px;
	-moz-border-radius: 8px;
	box-shadow: inset 0 1px 4px #DDD;
	text-align: center;
	margin-left: 5px; 
	padding: 5px; 
	vertical-align: top; }

#base {
	display: table;
	position: relative;
	width: 990px;
	text-align: center;
	margin: 5px auto; }

#base .bannergroup_btm {
	position:relative;
	color: #059;
	font-weight: bold;
	text-align:center;
	width: 100%;
	display: table; }

#base .bannergroup_btm .banneritem {
	text-align: center;
	display: inline-table; }

#foot {
	display: table;
	position: relative;
	font-size: 11px;
	color: #666;
	line-height: 30px;
	background: -webkit-gradient(linear, left top, left bottom, from(#DDDDDD), to(#FFFFFF) ); 
	background: -moz-linear-gradient( top, #DDDDDD, #FFFFFF ); 
	background: -ms-linear-gradient( top, #DDDDDD, #FFFFFF ); 
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#DDDDDD', endColorstr='#FFFFFF');
	width: 990px;
	padding: 3px;
	margin: 5px auto; }

#bottom {
	border: 1px dashed 999; }

/*------------------------------------ LOGIN ---------------------------*/

.userdata {
	width: 125px; 
	margin: 0 auto;
	padding: 0;
	line-height: 1.2em;
	text-align: center; }

.userdata input[type="text"],
.userdata input[type="password"] {
	font-size: 12px;
	height: 1.2em;
	width: 121px; 
	margin: 0; 
	padding: 4px 2px 3px; }

.userdata input[type="checkbox"] {
	margin: 0 0 0 4px; }

.userdata p {
	display: table;
	margin: 0; }

.userdata label {
	color: #666;
	font-style: italic; 
	font-size: 11px; 
	float: left; 
	margin: 0; }

.userdata input[type="submit"] {
	font-size: 12px;
	margin: 4px auto 2px;
	clear: both; }


/*------------------------------------ NAVIGATION ---------------------------*/

#mainmenu {
	text-align: left;
	display: table;
	clear: both;
	width: 100%;
	background: none;
	font-size: 14px;
	font-weight: bold;
	background: #EEE;
	border-radius: 4px;
	-moz-border-radius: 4px;
	box-shadow: inset 0 1px 3px #DDD;
	margin: 0 auto;
	padding: 1px 1px 1px; }

#mainmenu li {
	position: relative;
	list-style: none;
	line-height: 1.1em;
	float: left; 
	margin: 0;
	padding: 0 3px 0 0;
	z-index: 6; }

#mainmenu li a {
	display: table-cell;
	color: #FFF;
	text-shadow: 1px 1px 1px #000;
	text-decoration: none;
	padding: 0.5em 1.0em; 
	border-radius: 2px;
	-moz-border-radius: 2px;
	background: -webkit-gradient(linear, left top, left bottom, from(#1199EE), to(#1144AA) ); 
	background: -moz-linear-gradient( top, #1199EE, #1144AA ); 
	background: -ms-linear-gradient( top, #1199EE, #1144AA ); 
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1199EE', endColorstr='#1144AA');
	box-shadow: 0 0 2px #BBB; }

#mainmenu li a:hover {
	color: #FFF;
	background: -webkit-gradient(linear, left top, left bottom, from(#22BBEE), to(#4477FF) ); 
	background: -moz-linear-gradient( top, #22BBEE, #4477FF ); 
	background: -ms-linear-gradient( top, #22BBEE, #4477FF ); 
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#22BBEE', endColorstr='#4477FF');
	text-decoration: underline; }

#mainmenu li.active {
	color: #FFF;
	background: #EEE;
	text-decoration: underline; }

#mainmenu li>ul {
	display: none;
	width: 155px;
	font-size: 12px;
	margin: 0;
	padding: 0;
	position: absolute; }

#mainmenu li:hover>ul {
	display: table; }

#mainmenu li ul li {
	z-index: 6;
	float: none; }

#mainmenu li ul li a {
	display: block;
	color: #FFF;
	background: -webkit-gradient(linear, left top, left bottom, from(#1199FF), to(#1144AA) ); 
	background: -moz-linear-gradient( top, #1199FF, #1144AA ); 
	background: -ms-linear-gradient( top, #1199FF, #1144AA ); 
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1199FF', endColorstr='#1144AA');
	box-shadow: 0 0 2px #666;
	text-decoration: none;
	padding: 0.4em 2.0em; }

#mainmenu li ul li a:hover {
	color: #FFF;
	background: -webkit-gradient(linear, left top, left bottom, from(#22BBFF), to(#4477FF) ); 
	background: -moz-linear-gradient( top, #22BBFF, #4477FF ); 
	background: -ms-linear-gradient( top, #22BBFF, #4477FF ); 
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#22BBFF', endColorstr='#4477FF');
	text-decoration: underline; }

#mainmenu li ul li>ul {
	display: none;
	top: 0;
	left: 98%; }


#submenu {
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	border-bottom: 1px solid #CCC;
	margin: 0 5px 0.8em;
	padding: 0 0 0.4em; }

#submenu li { 
	list-style: none;
	line-height: 1.4em;
	padding: 0; 
	margin: 0.6em 0; }

#submenu a { 
	color: #059; }

#submenu li > ul {
	display: none; 
	padding: 0; 
	margin: 0 0 0 1.0em; }

#submenu li.active > ul {
	display: block; }


#basemenu {
	display: table; 
	width: 980px;
	clear: both;
	font-size: 13px;
	font-weight: bold;
	border-top: 1px solid #CCC;
	margin: 0.8em 5px 0;
	padding: 0.4em 0 0; }

#basemenu li { 
	display: table-cell;
	list-style: none;
	text-align: center;
	padding: 0; }

#basemenu a { 
	color: #059; 
	margin: 0 auto; }



#membermenu {
	display: table;
	color: #FFF; 
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	margin: 0 auto 0.8em;
	padding: 0; }

#membermenu li { 
	position: relative;
	display: table-cell;
	list-style: none;
	padding: 0; }

#membermenu a { 
	color: #FFF; 
	margin: 0 0.8em; }

#membermenu li.active {
	color: #FFF;
	background: #04E;
	text-decoration: underline; }

#membermenu li>ul {
	display: none;
	width: 185px;
	font-size: 12px;
	margin: 0;
	padding: 0;
	position: absolute; }

#membermenu li:hover>ul {
	display: table; }

#membermenu li ul li {
	display: table;
	width: 99%;
	z-index: 6;
	float: none; }

#membermenu li ul li a {
	display: block;
	color: #FFF;
	background: -webkit-gradient(linear, left top, left bottom, from(#1199FF), to(#1144AA) ); 
	background: -moz-linear-gradient( top, #1199FF, #1144AA ); 
	background: -ms-linear-gradient( top, #1199FF, #1144AA ); 
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1199FF', endColorstr='#1144AA');
	box-shadow: 0 0 2px #666;
	text-decoration: none;
	padding: 0.4em 2.0em; }

#membermenu li ul li a:hover {
	color: #FFF;
	background: -webkit-gradient(linear, left top, left bottom, from(#22BBFF), to(#4477FF) ); 
	background: -moz-linear-gradient( top, #22BBFF, #4477FF ); 
	background: -ms-linear-gradient( top, #22BBFF, #4477FF ); 
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#22BBFF', endColorstr='#4477FF');
	text-decoration: underline; }

#membermenu li ul li>ul {
	display: none;
	top: 0;
	left: 98%; }


/*------------------------------------ CUSTOM -------------------------------*/

.section,
.bannergroup_support {
	font-weight: bold;
	font-size: 14px; 
	text-align: center;
	margin: 0 0 3px;
	padding: 2px 0;
	border-bottom: 1px solid #CCC; 
	color: #059; }

#right .bannergroup {
	margin: 0.8em 0; }

#center .bannergroup_top {
	background: #FFF; 
	color: #059;
	font-weight: bold;
	text-align:center;
	margin: 0 auto;
	padding: 0 3px 2px; }


.finder input { margin: 0; }

#mod-finder-searchform {
	margin: 0 0 8px; }



.items-leading,
.items-intro {
	clear: both;
	margin-bottom: 2.0em; }

.items-more li {
	margin-bottom: 6px; }

.items-more li.year {
	list-style: none;
	margin: 10px 0 0; 
	padding: 0; }

.article-info {
	font-style: italic;
	color: #666; 
	margin: 0; }

.article-info-term {
	display: none; }

.createdby {
	color: #137;
	margin: 0 10px 0 0; }

.published {
	font-style: italic;
	line-height: 11px;
	color: #999; }


/* Contact Forms */

.contact,
.registration {}

.contact .formrow,
.registration .formrow {
	width: 650px;
	display: table;
	margin: 0.6em auto 0; }

.contact .formrow dd,
.registration .formrow dd {
	width: 325px;
	display: table-cell; 
	padding: 0; }

.contact .formrow dt,
.registration .formrow dt {
	display: table-cell; 
	padding: 0; }

.contact label,
.registration label {
	font-weight: bold;
	margin-right: 0.4em; 
	vertical-align: middle; }

.contact .calendar,
.registration .calendar {
	vertical-align: middle; }

.contact textarea,
.registration textarea {
	vertical-align: top; }

.contact .form-error,
.registration .form-error {
	color: #F00;
	margin: 2px 0 0; }

.contact input,
.registration input {
	margin: 0 0.5em;
	vertical-align: middle; }

.contact .formrow .checkset,
.registration .formrow .checkset {
	display: inline-table; }

.contact .formrow .checkset span,
.registration .formrow .checkset span {
	display: table-cell; }

.contact input[type="radio"],
.contact input[type="checkbox"],
.registration input[type="radio"],
.registration input[type="checkbox"] {
	clear: left; }

.tip {
	margin: 0;
	padding: 3px 5px;
	background: #EEE;
	box-shadow: 0 1px 2px #000; }

.tableblock {
	display: table; 
	width: 100%;
	margin: 0 auto;
	text-align: center; }

.tablecell {
	display: table-cell; 
	text-align: center; }

.tablecell * {
	color: #FFF; }


.resource {
  display: block; 
  clear: none;
  margin: 10px 10px 25px;
  color: #666;
  font-size: 13px; }

.resource p {
  font-size: 13px;
  padding: 0;
  margin: 0.5em 0 0.5em 2em; }

.resource .title {
  color: #05D;
  font-style: italic; 
  margin: 0; }


.downloader {
	width: 90%;
	margin: 8px auto; }

.downloader tr:nth-child(2n) {
	background: #EEE; }

.downloader thead {
	color: #FFF;
	background: #1144AA; }

.downloader tfoot {
	font-size: 14px;
	font-style: italic; }

.downloader td {
	color: #000;
	padding: 2px 4px; }


#system-message-container {
	position: relative;
	clear: both; 
	width: 100%;
	padding: 0;
	margin: 3px 0; }

#system-message {
	clear: both; 
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	background: #EEE;
	padding: 0;
	margin: 0 0 3px; }

#system-message .warning {
	background: #FCC;
	color: #900;
	font-size: 14px;
	font-weight: bold;
	padding: 3px 5px; 
	margin: 0; }

#system-message .message {
	font-size: 12px;
	font-weight: normal; 
	padding: 2px 0; }


/* Print styles!
-----------------------------------------------------------------------------*/
@media print {

#top { display: none; }

#mast { display: none; }

#logo { display: none; }

#placard { display: none; }

#neck { display: none; }

#wrap {}

#content {}

#left { display: none; }

#center {}

#right { display: none; }

#base { display: none; }

#foot {}

#bottom { display: none; }
 }


/* Media queries!
-------------------------------------------------------------------------------*/

/* Consider this: www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ */
@media screen and (max-device-width: 480px) {
	 }

@media all and (orientation: portrait) {
	 }

@media all and (orientation: landscape) {
	 }
