/*-------------------------------------------------
GNSS tags
-------------------------------------------------*/

body {
	margin: 0;
	padding: 0;
	color: #000;
	background-color: #fff;
	font-size: 12px;
	line-height: 1.2;
	font-family: Georgia, 'times new roman', serif;
}

img { display: block; }

tr.odd td, tr.even td {
	padding: 4px;
}


/*-------------------------------------------------
headlines
-------------------------------------------------*/

h1, h2, h3, h4, h5, h6 { margin: 0 0 0.5em 0; }

h1 { font-size: 22px; }

h1.space { margin-bottom: 0.6em; }

h1.headline {
	line-height: 1.2;
	text-align: center;
	font-weight: normal;
}

h2 { font-size: 18px; }

h3, h4, h5, h6 { font-size: 14px; }


/*-------------------------------------------------
standard elements
-------------------------------------------------*/

p { margin: 0 0 1em 0; }

a {
	text-decoration: none;
	font-weight: bold;
	/* color: #254967; */
	color: #345081;
}

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

.graylink a {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #666;
	font-weight: normal;
}

.graylink a:hover {
	color: #900;
	text-decoration: underline;
}

fieldset {
  border: 1px solid #ccc;
}
pre {
  background-color: #eee;
  padding: 0.75em 1.5em;
  font-size: 12px;
  border: 1px solid #ddd;
}
.form-item label {
  font-size: 1em;
  color: #222;
}
.item-list .title {
  font-size: 1em;
  color: #222;
}
.links {
  margin-bottom: 0;
}
.comment .links {
  margin-bottom: 0;
}

/*
** Page layout blocks / IDs
*/
#header, #content {
  width: 100%;
}
#header {
  background-color: #69c;
}

#menu {
  padding: 0.5em 0.5em 0 0.5em;
  text-align: right;
  vertical-align: middle;
}
#navlist {
  font-size: 1.0em;
  padding: 0 0.8em 1.2em 0;
  color: #9cf;
}
#navlist a {
  font-weight: bold;
  color: #fff;
}
#subnavlist {
  padding: 0.5em 1.2em 0.4em 0;
  font-size: 0.8em;
  color: #9cf;
}
#subnavlist a {
  font-weight: bold;
  color: #9cf;
}
ul.links li {
  border-left: 1px solid #9cf;
}
ul.links li.first {
  border: none;
}
#search .form-text, #search .form-submit {
  border: 1px solid #369;
  font-size: 1.1em;
  height: 1.5em;
  vertical-align: middle;
}
#search .form-text {
  width: 8em;
  padding: 0 0.5em;
}
#mission {
  background-color: #369;
  padding: 1.5em 2em;
  color: #fff;
}
#mission a, #mission a:visited {
  color: #9cf;
  font-weight: bold;
}
.site-name {
  margin: 0.6em 0 0 0;
  padding: 0;
  font-size: 2em;
}
.site-name a:link, .site-name a:visited {
  color: #fff;
}
.site-name a:hover {
  color: #369;
  text-decoration: none;
}
.site-slogan {
  font-size: 1em;
  color: #eee;
  display: block;
  margin: 0;
  font-style: italic;
  font-weight: bold;
}
#main {
  /* padding in px not ex because IE messes up 100% width tables otherwise */
  padding: 10px;
}
#mission, .node .content, .comment .content {
  line-height: 1.4em;
}
#help {
  font-size: 0.9em;
  margin-bottom: 1em;
}
.breadcrumb {
  margin-bottom: .5em;
}
.messages {
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 0.3em;
  margin-bottom: 1em;
}
.error {
  border-color: red;
}
#sidebar-left, #sidebar-right {
  background-color: #ddd;
  width: 16em;
  /* padding in px not ex because IE messes up 100% width tables otherwise */
  padding: 10px;
  vertical-align: top;
}

/*
** Common declarations for child classes of node, comment, block, box, etc.
** If you want any of them styled differently for a specific parent, add
** additional rules /with only the differing properties!/ to .parent .class.
** See .comment .title for an example.
*/
.title, .title a {
  font-weight: bold;
  font-size: 1.3em;
  color: #777;
  margin: 0 auto;  /* decrease default margins for h<x>.title */
}
.submitted {
  color: #999;
  font-size: 0.8em;
}
.links {
  color: #999;
}
.links a {
  font-weight: bold;
}
.block, .box {
  padding: 0 0 1.5em 0;
}
.block {
  border-bottom: 1px solid #bbb;
  padding-bottom: 0.75em;
  margin-bottom: 1.5em;
}
.block .title {
  margin-bottom: .25em;
}
.box .title {
  font-size: 1.1em;
}
.node {
  margin: .5em 0 2em 0;
}
.sticky {
  padding: .5em;
  background-color: #eee;
  border: solid 1px #ddd;
}
.node .content, .comment .content {
  margin: .5em 0 .5em 0;
}
.node .taxonomy {
  color: #999;
  font-size: 0.8em;
  padding-left: 1.5em;
}
.node .picture {
  border: 1px solid #ddd;
  float: right;
  margin: 0.5em;
}
.comment {
  border: 1px solid #abc;
  padding: .5em;
  margin-bottom: 1em;
}
.comment .title a {
  font-size: 1.1em;
  font-weight: normal;
}
.comment .new {
  text-align: right;
  font-weight: bold;
  font-size: 0.8em;
  float: right;
  color: red;
}
.comment .picture {
  border: 1px solid #abc;
  float: right;
  margin: 0.5em;
}

/*
** Module specific styles
*/
#aggregator .feed-source {
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 1em;
  margin: 1em 0;
}
#aggregator .news-item .categories, #aggregator .source, #aggregator .age {
  color: #999;
  font-style: italic;
  font-size: 0.9em;
}
#aggregator .title {
  margin-bottom: 0.5em;
  font-size: 1em;
}
#aggregator h3 {
  margin-top: 1em;
}
#forum table {
  width: 100%;
}
#forum td {
  padding: 0.5em;
}
#forum td.forum, #forum td.posts {
  background-color: #eee;
}
#forum td.topics, #forum td.last-reply {
  background-color: #ddd;
}
#forum td.container {
  background-color: #ccc;
}
#forum td.container a {
  color: #555;
}
#forum td.statistics, #forum td.settings, #forum td.pager {
  height: 1.5em;
  border: 1px solid #bbb;
}
#forum td .name {
  color: #96c;
}
#forum td .links {
  padding-top: 0.7em;
  font-size: 0.9em;
}
#profile .profile {
  clear: both;
  border: 1px solid #abc;
  padding: .5em;
  margin: 1em 0em;
}
#profile .profile .name {
  padding-bottom: 0.5em;
}
.block-forum h3 {
  margin-bottom: .5em;
}
div.admin-panel .description {
  color: #999;
}
div.admin-panel .body {
  background: #f4f4f4;
}
div.admin-panel h3 {
  background-color: #69c;
  color: #fff;
  padding: 5px 8px 5px;
  margin: 0;
}


/*-------------------------------------------------
GNSS custom
-------------------------------------------------*/

.masterwidth {
	width: 1000px;
}

#masterframe {
	width: 1004px;
	padding: 0 2px 0 2px;
	background-color: #fff;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
}

#mainflag {
	padding: 10px 0 0 0;
}

#leftcolumn {
	padding-right: 5px;
	margin: 0;
	width: 305px;
}

#rightcolumn {
	padding-left: 5px;
	margin: 0;
	width: 165px;
}

#splitleft {
	width: 150px;
	padding-right: 5px;
	border-right: 1px solid #999;
}

#splitright {
	width: 150px;
	padding-left: 5px;
}

#maincolumn {
	padding: 0 10px 0 10px;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
}

#gnsstextmenu {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	padding: 5px 0 5px 0;
	margin: 5px 0 10px 0;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}

#footer {
	padding: 5px 0 10px 0;
	margin: 10px 0 0 0;
	text-align: center;
	font-size: 11px;
}

blockquote {
	margin: 0 20px 0 20px;
}

.oldad {
	width: 160px;
	text-align: center;
	margin: 5px;
}

.oldad img {
	margin: 0 auto;
}

.centerad {
	padding-top: 18px;
}

.centeradtop {
	padding-bottom: 10px;
}

.leftad {
	width: 300px;
	text-align: center;
	margin: 10px;
}


/*-------------------------------------------------
GNSS menus
-------------------------------------------------*/

.rollover {
	float: left;
	background-repeat: no-repeat;
}
.rollover a:hover img {
	visibility: hidden;
	/* mac ie5 hide \*/
	visibility: visible;
	opacity:.0;
	filter: alpha(opacity=0);
	-moz-opacity: 0.0;
	/* end hide */
}

.gnssbutton {
	width: 200px;
	height: 60px;
}



/* SOLID MAIN MENU */

#mainmenusolid {
	height: 20px;
	margin: 0 0 0 0;
	color: #fff;
	background-color: #6f86ba;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 11px;
	line-height: 1;
	margin-bottom: 10px;
}

#mainmenusolid ul {
	list-style: none;
	margin: 0 0 0 0;
	padding: 0;
}

#mainmenusolid ul li {
	float: left;
	position: relative;
	padding: 0 6px 0 6px;
	margin: 0;
}

#mainmenusolid ul li a {
	height: 11px;
	color: #fff;
	font-weight: normal;
	text-decoration: none;
	width: 100%;
	display: block;
	padding: 4px 4px 5px 4px;
}

#mainmenusolid ul li a:hover {
	color: #000;
	background-color: #FFD237;
}


/* MAIN MENU */

#mainmenu {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	height: 20px;
	background-color: #000;
	margin-bottom: 10px;
}

#mainmenu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#mainmenu li {
	float: left;
	width: 125px;
	position: relative;
}

#mainmenu li a {
	display: block;
	font-size: 11px;
	height: 20px;
	line-height: 19px;
	text-decoration: none;
	text-align: center;
	color: #fff;
	border: 1px solid #fff;
	border-width: 0 1px 0 0;
}

#mainmenu li.last { width: 125px; }
#mainmenu li.last a { border: none; }

#mainmenu li a:hover {
	/* background-color: #254967; */
	background-color: #345081;
	text-decoration: none;
}

#mainmenu li.white a {
	display: block;
	font-size: 11px;
	height: 20px;
	line-height: 19px;
	text-decoration: none;
	text-align: center;
	color: #000;
	border: 1px solid #000;
	border-width: 0 1px 0 0;
}

#mainmenu li.white a:hover {
	color: #fff;
	/* background-color: #254967; */
	background-color: #345081;
	text-decoration: none;
}

/* BLUE MENU */

#bluemenu {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	height: 20px;
	background-color: #345081;
	margin-bottom: 1px;
}

#bluemenu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#bluemenu li {
	float: left;
	width: 125px;
	position: relative;
}

#bluemenu li a {
	display: block;
	font-size: 11px;
	height: 20px;
	line-height: 19px;
	text-decoration: none;
	text-align: center;
	color: #fff;
	border: 1px solid #fff;
	border-width: 0 1px 0 0;
}

#bluemenu li.first { width: 375px; }

#bluemenu li.first span {
	display: block;
	font-size: 11px;
	height: 20px;
	border: 1px solid #fff;
	border-width: 0 1px 0 0;
}

#bluemenu li.last { width: 375px; }

#bluemenu li a:hover {
	color: #000;
	background-color: #FFD237;
	text-decoration: none;
}

div.menublock {
	width: 300px;
	margin: 10px;
}
.gwd div.menublock {margin-left: -10px; margin-right: 4px;}

div.menuguide {
	margin: 0 0 5px 0;
}

div.menupad {
	padding: 5px;
	background: #ddd;
}

div.menuhead {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	line-height: 1.2;
	/* background-color: #254967; */
	background-color: #345081;
	color: #fff;
	text-align: left;
	padding: 3px 5px 2px 8px;
	text-transform: uppercase;
}

div.menuheadgray {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	line-height: 1.2;
	background-color: #777;
	color: #fff;
	text-align: left;
	padding: 2px 5px 2px 8px;
}

div.menucover {
	padding: 10px;
	text-align: center;
	background: #ddd;
}

div.menucover a:link img {
	float: none;
	padding: 3px;
	background: #fff;
	border: 1px solid #999;
}

div.menucover a:hover img {
	background-color: #FFD237;
}

ul.menulist {
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #000;
	font-size: 12px;
}

ul.menulist li.plain {
	display: block;
	text-align: left;
	margin-bottom: 1px;
	padding: 5px;
	text-decoration: none;
	font-weight: normal;
	color: #000;
	background-color: #ddd;
}

ul.menulist li.photo img {
	padding: 3px;
	background: #fff;
	border: 1px solid #999;
	margin: 0 auto;
}

ul.menulist li a {
	height: 1%;
	display: block;
	text-align: left;
	margin: 0 0 1px 0;
	padding: 5px;
	text-decoration: none;
	font-weight: normal;
	color: #000;
	background-color: #ddd;
}

ul.menulist li.yellow a {
	color: #000;
	background-color: #FFF2C6;
}

ul.menulist li.small a {
	font-size: 11px;
	padding: 3px 2px 3px 8px;
}

ul.menulist li a:hover {
	margin: 0 0 1px 0;
	color: #000;
	background-color: #FFD237;
	text-decoration: none;
}

div.menuindent {
	font-size: 11px;
	padding-left: 21px;
}

#menubottom {
	padding: 3px 0 3px 0;
	margin: 10px 0 1px 0;
	font-size: 11px;
	line-height: 1.2;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background: #bbb;
	text-align: center;
	border-top: 1px solid #999;
}

#gnssfooter {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background-color: #ddd;
	padding: 10px 0 10px 0;
	margin: 0;
	text-align: left;
	font-size: 11px;
}


/*-------------------------------------------------
GNSS focus
-------------------------------------------------*/

div.focuscaption {
	text-align: left;
	padding: 0 5px 0 0;
	margin: 0 0 12px 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	line-height: 1.2;
}

div.focusheads {
	text-align: left;
	padding: 0 5px 0 0;
	margin: 0 0 18px 0;
}

div.focusheads h3 {
	color: #000;
	font-size: 14px;
	line-height: 1.2;
	margin: 0 0 6px 0;
	font-weight: normal;
}

div.focusheads h3 a {
	color: #000;
	font-weight: normal;
}

div.focusheads h3 a:hover {
	color: #900;
}

div.focusheads span {
	display: block;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	line-height: 1.2;
}


/*-------------------------------------------------
GNSS topic intro
-------------------------------------------------*/

div.intro {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background-color: #FFF2C6;
	padding: 10px 10px 4px 10px;
}

div.intro p {
	margin-bottom: 5px;
}


/*-------------------------------------------------
GNSS homepage
-------------------------------------------------*/

div.homemore {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.2;
	background-color: #ddd;
	border-left: 6px solid #fff;
	padding: 4px 0 3px 10px;
	margin-bottom: 3px;
}

div.homemore a {
	color: #000;
	font-weight: normal;
	text-decoration: none;
}

div.homemore a:hover {
	color: #900;
	text-decoration: underline;
}


/*-------------------------------------------------
GNSS homepage focus
-------------------------------------------------*/

div.homefocus {
	font-family: Georgia, 'times new roman', serif;
	font-size: 18px;
	line-height: 1.2;
	color: #000;
	background-color: #edd4a1;
	/* background-color: #ddd; */
	border-left: 6px solid #fff;
	padding: 4px 10px 3px 10px;
	text-align: center;
}

div.homefocus a {
	color: #000;
	font-weight: normal;
	text-decoration: none;
}

div.homefocus a:hover {
	color: #900;
	text-decoration: underline;
}


/*-------------------------------------------------
GNSS events
-------------------------------------------------*/

div.event {
	margin: 0 0 25px 0;
	text-align: left;
}

div.event .date {
	font-size: 12px;
	font-weight: bold;
	color: #555;
	border-bottom: 1px solid #999;
	padding-bottom: 0.2em;
	margin-bottom: 0.4em;
}

div.event h2.title {
	color: #000;
	font-weight: normal;
	margin-bottom: 0.2em;
}

div.event .location {
	font-weight: bold;
	margin-bottom: 0.5em;
}

div.event p {
	line-height: 1.5;
	margin-bottom: 0.5em;
}

div.event div.contact {
	line-height: 1.4;
	padding: 0 0 0 50px;
}

div.event div.contact span {
	float: left;
	margin-left: -50px;
}


/*-------------------------------------------------
GNSS home blocks
-------------------------------------------------*/

div.homeblock {
	text-align: left;
	padding: 0;
	margin: 0 0 20px 0;
	line-height: 1.5;
}

div.homeblock h3 {
	padding: 0 0 5px 0;
	margin: 0 0 1px 0;
	color: #444;
	border-bottom: 1px solid #999;
	line-height: 1;
	font-size: 18px;
}

div.homeblock .more {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	border-bottom: 1px solid #999;
	padding-bottom: 1px;
	margin-bottom: 3px;
}

div.homeentry {
	margin: 0 0 4px 0;
	border-bottom: 1px solid #999;
	padding: 3px 20px 5px 30px;
}

span.homeinset {
	display: table-cell;
	display: inline-block;
	vertical-align: top;
	width: 73px;
	padding-top: 4px;
}

span.hometext {
	display: table-cell;
	display: inline-block;
	vertical-align: top;
	width: 395px;
}

div.homekicker, div.homebyline {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #666;
	font-size: 10px;
	text-transform: uppercase;
}

div.homekicker {
	padding-bottom: 1px;
}

div.homebyline {
	padding: 3px 0 0 0;
}

div.homeentry h2 {
	font-size: 16px;
	line-height: 1.2;
	margin: 0;
	font-weight: normal;
}

div.homeentry h4 {
	font-size: 14px;
	line-height: 1.3;
	margin: 0;
	padding: 0 0 4px 0;
	font-weight: normal;
}

div.homeentry h2 a, div.homeentry h4 a {
	font-weight: normal;
	color: #000;
}

div.homeentry h2 a:hover, div.homeentry h4 a:hover {
	color: #900;
	text-decoration: underline;
}


/*-------------------------------------------------
GNSS home events
-------------------------------------------------*/

div.eventhome {
	float: left;
	width: 200px;
	margin: 0 20px 10px 0;
	line-height: 14px;
}

div.eventhome div.date {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #666;
	font-size: 10px;
	text-transform: uppercase;
}

div.eventhome h4 {
	margin: 0;
	padding: 1px 0 1px 0;
	font-weight: normal;
	font-size: 14px;
}

div.eventhome h4 a {
	font-weight: normal;
	color: #000;
}

div.eventhome h4 a:hover {
	color: #900;
}


/*-------------------------------------------------
GNSS headlines
-------------------------------------------------*/

div.headlines {
	padding: 0;
	margin: 0 0 20px 0;
	line-height: 1.5;
}

div.headlines h3 {
	padding: 0 0 5px 0;
	margin: 0 0 5px 0;
	color: #444;
	border-bottom: 1px solid #999;
	line-height: 1;
	font-size: 18px;
}

div.headlines ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

div.headlines ul li {
	margin: 0;
	padding: 3px 20px 6px 30px;
	border-bottom: 1px solid #999;
	font-size: 14px;
	line-height: 1.3;
}

div.headlines a {
	font-weight: normal;
	color: #000;
}

div.headlines a:hover {
	color: #900;
}

div.headlines div.readmore a {
	font-weight: bold;
	color: #069;
}

div.headlines ul li span {
	display: block;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #666;
	font-size: 0.7em;
	text-transform: uppercase;
	padding-bottom: 1px;
}


/*-------------------------------------------------
GNSS news
-------------------------------------------------*/

div.news {
	margin: 0 0 20px 0;
	padding: 5px 0 0 0;
	line-height: 1.5;
	border-top: 1px solid #999;
	text-align: left;
}

div.news .date {
	margin-bottom: 0.2em;
	line-height: 1.2;
}

div.news h2 {
	color: #000;
	font-weight: normal;
	margin: 0 0 0.2em 0;
	line-height: 1.2;
	font-size: 16px;
}

div.news h2 a {
	color: #000;
	font-weight: normal;
}

div.news h2 a:hover {
	color: #900;
	text-decoration: underline;
}

div.news .byline {
	font-style: italic;
	margin-bottom: 0.5em;
	line-height: 1.2;
}

div.news .readmore {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	margin-top: 0.5em;
	line-height: 1.2;
}


/*-------------------------------------------------
GNSS article folios
-------------------------------------------------*/

div.folio {
	font-size: 11px;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 4px;
	border-bottom: 1px solid #999;
	margin-bottom: 1em;
	padding-bottom: 1px;
}

div.folio a {
	color: #000;
	font-weight: normal;
}

div.folio a:hover {
	color: #900;
	text-decoration: underline;
}


/*-------------------------------------------------
GNSS homepage folios
-------------------------------------------------*/

div.homefolio {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
	border-bottom: 1px solid #999;
	margin-bottom: 11px;
	padding-bottom: 1px;
	font-weight: bold;
	color: #000;
}

div.homefolioicon {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 18px;
	line-height:18px;
	text-transform: uppercase;
	text-align: left;
	border-bottom: 1px solid #999;
	margin-bottom: 11px;
	padding: 0 0 1px 50px;
	font-weight: bold;
	color: #000;
	background: url(/assets/elements/igicon16.jpg) 30px 1px no-repeat;
}


/*-------------------------------------------------
GNSS bylines
-------------------------------------------------*/

.byline {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #666;
	font-size: 12px;
	text-transform: uppercase;
	margin-bottom: 1em;
}

.byline a {
	font-weight: normal;
	/* color: #254967; */
	color: #345081;
}

.byline a:hover {
	color: #900;
}


/*-------------------------------------------------
GNSS blog
-------------------------------------------------*/

.blogbyline {
	margin-bottom: 0;
}

.blogdate {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #666;
	font-size: 12px;
	margin-bottom: 1em;
}


/*-------------------------------------------------
GNSS articles
-------------------------------------------------*/

div.article {
	text-align: left;
	line-height: 1.5;
}

div.article h1 {
	line-height: 1.2;
	text-align: center;
	font-weight: normal;
	text-align: center;
}

div.article h1.short {
	margin-bottom: 0;
}

div.article h1.plainlink a {
	color: #000;
	font-weight: normal;
}

div.article h1.plainlink a:hover {
	color: #900;
	font-weight: normal;
	text-decoration: underline;
}

div.article h2 {
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	line-height: 1.2;
	text-align: center;
	margin: 0.5em 0 1.4em 0;
}

div.article h4 {
	font-size: 14px;
	margin: 1.5em 0 0.6em 0;
}

div.article .deck {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	margin-bottom: 1em;
	font-style: italic;
}

div.article .slug {
	color: #666;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 0.5em;
	line-height: 1.2;
}

div.article .slugspace {
	font-size: 12px;
	margin-bottom: 1em;
	line-height: 1.2;
}


/*-------------------------------------------------
GNSS body copy (generic)
-------------------------------------------------*/

div.bodycopy {
	line-height: 1.5;
	text-align: left;
}


/*-------------------------------------------------
GNSS insets
-------------------------------------------------*/

div.inset {
	float: right;
	margin: 0 0 10px 10px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	line-height: 1.2;
}

div.inset span {
	display: block;
	padding-top: 5px;
}

img.insetright {
	float: right;
	margin: 0 0 10px 10px;
}

img.insetleft {
	float: left;
	margin: 0 10px 10px 0;
}


/*-------------------------------------------------
GNSS issues
-------------------------------------------------*/

div.issue {
	text-align: left;
}

div.issue h1 {
	line-height: 1.2;
	text-align: center;
	font-weight: normal;
}

div.issue h1.short {
	margin-bottom: 0;
}

div.issue h2.subhead {
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	line-height: 1.2;
	text-align: center;
	margin: 0.5em 0 1.4em 0;
}

div.issue .entry {
	margin: 0 0 18px 0;
}

div.issue .degrees {
	margin: 0;
}

div.issue h2 {
	font-size: 16px;
	line-height: 1.2;
	margin: 0;
	font-weight: normal;
}

div.issue h3 {
	font-size: 14px;
	line-height: 1.2;
	margin: 0 0 12px 0;
	font-weight: normal;
}

div.issue h4 {
	font-size: 14px;
	line-height: 1.2;
	margin: 0 0 8px 0;
	font-weight: normal;
}

div.issue h2 a, div.issue h3 a, div.issue h4 a { font-weight: normal; }

div.issue h4 a { color: #000; }

div.issue h4 a:hover { color: #900; }

div.issue .dept {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #666;
	font-size: 10px;
	text-transform: uppercase;
	padding-bottom: 1px;
}

div.issue .byline {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #666;
	font-size: 10px;
	text-transform: uppercase;
	padding: 3px 0 0 0;
}

div.issue .blurb {
	line-height: 1.5;
	padding: 0;
	margin: 0;
}

p.pasttemp {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	text-transform: uppercase;
}


/*-------------------------------------------------
GNSS products
-------------------------------------------------*/

div.product {
	text-align: left;
	margin: 0 0 20px 0;
}

div.product div.category {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #666;
}

div.product h2 {
	font-size: 16px;
	line-height: 1;
	margin: 0;
	padding: 2px 0 2px 0;
	font-weight: normal;
}

div.product h2 a {
	font-weight: normal;
}

div.product h2 a:hover {
	color: #900;
	text-decoration: underline;
}

div.product div.blurb {
	line-height: 1.5;
	padding: 0 0 0 10px;
}


/*-------------------------------------------------
GNSS advisory council
-------------------------------------------------*/

div.council {
	width: 225px;
	margin: 0 10px 10px 0;
	text-align: left;
	display: inline;
	float: left;
}

/*
div.council a { color: #000; }

div.council a:hover { color: #900; }
*/


/*-------------------------------------------------
GNSS current issue
-------------------------------------------------*/

div.currentheads {
	text-align: left;
	padding: 0 10px 0 10px;
	margin: 0 0 18px 0;
}

div.currentheads h3 {
	color: #666;
	font-size: 14px;
	line-height: 1.2;
	margin: 0 0 6px 0;
	font-weight: normal;
}

div.currentheads h3 a {
	color: #666;
	font-weight: normal;
}

div.currentheads p a {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #666;
	font-weight: normal;
}

div.currentheads h3 a:hover, div.currentheads p a:hover {
	color: #900;
	text-decoration: underline;
}


/*-------------------------------------------------
GNSS site guide
-------------------------------------------------*/

div.siteguide {
	text-align: left;
	margin-bottom: 10px;
}

div.siteguide h4 {
	font-size: 12px;
	color: #444;
	border-bottom: 1px solid #999;
}

div.siteguide ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

div.siteguide ul li {
	margin-bottom: 3px;
	color: #666;
}

div.siteguide ul li a {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #666;
	font-weight: normal;
}

div.siteguide ul li a:hover {
	color: #900;
	text-decoration: underline;
}


/*-------------------------------------------------
GNSS feed list
-------------------------------------------------*/

div.feedentry {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #666;
	font-weight: normal;
	text-align: left;
	padding: 0 0 8px 0;
}

div.feedentry span.feedicon {
	display: table-cell;
	display: inline-block;
	width: 18px;
	text-align: left;
}

div.feedentry span.feedinfo {
	display: table-cell;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	width: 270px;
}

div.feedentry span.feedinfo h4 {
	font-size: 12px;
	font-weight: bold;
	color: #555;
	margin: 0 0 1px 0;
}

div.feedentry span.feedinfo a {
	color: #555;
}

div.feedentry span.feedinfo a:hover {
	color: #900;
	text-decoration: underline;
}


/*-------------------------------------------------
GNSS links
-------------------------------------------------*/

.plainlink a {
	color: inherit;
	font-weight: inherit;
}

.plainlink a:hover {
	color: #900;
	text-decoration: underline;
}

.ariallink a {
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

.pdflink {
	font-family: Arial, Verdana, Helvetica, sans-serif;
}


/*-------------------------------------------------
GNSS pagination
-------------------------------------------------*/

div.pager {
	padding: 2px 0 2px 0;
	margin: 0 0 5px 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background: #ddd;
	text-align: center;
}

div.pager span {
	padding-right: 5px;
}


/*-------------------------------------------------
GNSS edit/sub menus
-------------------------------------------------*/

div.editmenu {
	padding: 1px 0 1px 0;
	margin: 0 0 3px 0;
	font-size: 11px;
	line-height: 1.2;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background: #ddd;
	text-align: center;
}

div.submenu {
	padding: 2px 0 2px 0;
	margin: 0 0 10px 0;
	font-size: 11px;
	line-height: 1.2;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background: #ddd;
	text-align: center;
}


/*-------------------------------------------------
GNSS Subscription form
-------------------------------------------------*/

p.suberror {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.2;
	text-align: center;
	font-weight: bold;
	color: #900;
	text-align: left;
}

div.subscriptions h2 {
	font-size: 18px;
	font-weight: normal;
	margin: 18px 0 3px 0;
	text-align: left;
}

/* entry blocks */

div.subscriptions .segment {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.2;
	padding: 10px 10px 15px 10px;
	background-color: #eee;
	border: 1px solid #ccc;
	text-align: left;
}

div.subscriptions .widesegment {
	padding-bottom: 0;
}

div.subscriptions .submitsegment {
	text-align: center;
	padding:12px 0 12px 0;
}

div.subscriptions .segment div {
	clear: both;
	margin: 0;
	padding: 12px 0 0 110px;
	height: 1%;
}

div.subscriptions .segment div.blurb {
	padding-right: 40px;
	height: auto;
}

div.subscriptions .segment div.blurbtop {
	padding-top: 4px;
}

div.subscriptions .segment div.blurbwide {
	height: auto;
	padding: 0;
	margin: 0 10px 10px 10px;
}

div.subscriptions .segment div.textarea {
	height: auto;
	padding: 0;
}

div.subscriptions .segment span {
	display: block;
	padding-bottom: 6px;
}

div.subscriptions .segment div.formerror {
	height: auto;
	font-weight: bold;
	color: #900;
	font-size: 12px;
	padding-bottom: 3px;
}

div.subscriptions .segment div.formerrorwide {
	height: auto;
	font-weight: bold;
	color: #900;
	font-size: 12px;
	padding: 0 0 10px 10px;
}


/* labels */

div.subscriptions .segment div label {
	float: left;
	width: 100px;
	margin-left: -110px;
	padding: 2px 0 0 0;
	text-align: right;
}

div.subscriptions .segment div.required label {
	font-weight: bold;
	color: #900;
}


/* radio/checkbox labels */

div.subscriptions .segment div.options label {
	width: auto;
	margin: 0;
	padding: 0 25px 0 3px;
	text-align: left;
}


/* inputs */

div.subscriptions .segment div input,
div.subscriptions .segment div select {
	float: left;
	width: 250px;
	padding: 1px 0;
	margin: 0;
}

div.subscriptions .segment div textarea {
	float: left;
	padding: 1px;
	width: 430px;
	margin: 0 0 0 -100px;
}

div.subscriptions .segment div.blurb input,
div.subscriptions .segment div.checkbox input {
	float: none;
	width: auto;
}

div.subscriptions .segment div select.date {
	width: auto;
	padding: auto;
	margin-right: 10px;
}

div.subscriptions .segment div select.date option {
	padding-right: 10px;
}

/* ie checkbox hack */

div.subscriptions .segment div.options input {
	width: 13px;
	height: 13px;
	overflow: hidden;
	padding: 0;
	margin: 0;
}


/* submit button */

div.subscriptions div.submitsegment div.submit {
	text-align: center;
	padding-left: 0;
	width: 200px;
	margin: 0 auto;
}

form div input[type=submit] {
	width: 200px;
	float: none;
	margin: 0 auto;
}

div.subscriptions div.submitsegment div.submit input {
	width: 200px;
	float: none;
	margin: 0 auto;
}


/*-------------------------------------------------
GNSS digimag list
-------------------------------------------------*/

div.digimag {
	width: 120px;
	min-height: 185px;
	float: left;
	text-align: center;
	margin: 0 0 12px 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	line-height: 1.2;
}

div.digimag img {
	display: block;
	margin: 0 auto 4px auto;
}


/*-------------------------------------------------
GNSS search
-------------------------------------------------*/

dl.search-results {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	line-height: 1.3;
	text-align: left;
}

dl.search-results dt.title a {
	font-weight: bold;
	text-decoration: underline;
	/* color: #254967; */
	color: #345081;
	line-height: 1.2;
	font-size: 12px;
}

dl.search-results dt.title a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #900;
	line-height: 1.2;
	font-size: 12px;
}

dl.search-results dd {
	margin: 0;
	padding: 0 0 0 20px;
	font-size: 11px;
}

form.search-form {
	display: none;
}

div.box h2.title {
	font-size: 22px;
	line-height: 1.2;
	text-align: center;
	font-weight: normal;
	text-align: center;
	margin: 0 0 0.5em 0;
	padding: 0 0 10px 0;
	color: #000;
	border-bottom: 1px solid #999;
}


/*-------------------------------------------------
GNSS sidebar blurb
-------------------------------------------------*/

div.sideblurb {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.3;
	padding: 5px 8px 5px 8px;
	background-color: #ddd;
	text-align: left;
}

div.sideblurb ul {
	margin: 0;
	padding: 0 0 0 15px;
	list-style-type: square;
	list-style-position: outside;
}

div.sideblurb ul li {
	padding: 0;
	margin-bottom: 5px;
}


/*-------------------------------------------------
SLIDESHOW
-------------------------------------------------*/

/*
Adjustable height:
#slides .slides_container div.slide
#slides .slides_container div.slide div.image, #slides div.nav div.navinner

Pagination width: 14 x # of slides
#slides .pagination
*/

div.slideshow {
	/* border:1px solid #000; */
	width: 498px;
	margin: 0 auto 12px auto;
}

div.slideshow div.slideshowtitle {
	width: 450px;
	margin: 0 auto;
	background-color: #4e4e4e;
}

div.slideshow div.slideshowtitle div {
	color: #fff;
	font-size: 12px;
	line-height: 20px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	padding: 0 5px 0 5px;
}

#slides .slides_container {
	width: 450px;
	overflow: hidden;
	display: none;
	margin: 0 auto;
}

#slides .slides_container div.slide {
	width: 450px;
	height: 375px;
}

#slides .slides_container div.slide div.image {
	background: #ddd;
	display: table-cell;
	vertical-align: middle;
	width: 450px;
	height: 350px;
	overflow: hidden;
}

#slides .slides_container div.slide div.image img {
	margin: 0 auto;
}

/* Caption */

#slides .caption {
	width: 450px;
	padding: 5px 0 0 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	line-height: 1.2;
	text-align: center;
}

/* Next/prev buttons */

#slides div.nav {
	width: 24px;
	overflow: hidden;
}

#slides div.nav div.navinner {
	width: 24px;
	height: 350px;
	display: table-cell;
	vertical-align: middle;
}

#slides .navleft { float: left; }

#slides .navright { float: right; }

#slides a.prev, #slides a.next {
	text-decoration: none;
}


/* Pagination */
/* width = 14 x slides (default 6) */

#slides .pagination {
	display: block;
	margin: 5px auto 0 auto;
	width: 84px;
	padding: 0;
}

#slides .pagination li {
	list-style: none;
}

#slides .pagination li a {
	display: block;
	width: 12px;
	height: 0;
	padding-top: 12px;
	background-image: url(/assets/slides/pagination.png);
	background-position: 0 0;
	float: left;
	overflow: hidden;
	margin: 0 1px;
}

#slides .pagination li.current a { background-position: 0 -12px; }


/*-------------------------------------------------
GNSS utilities
-------------------------------------------------*/

.f10 { font-size: 10px; }
.f11 { font-size: 11px; }
.f12 { font-size: 12px; }
.f14 { font-size: 14px; }

.textcenter { text-align: center; }
.textleft { text-align: left; }
.textbold { font-weight: bold; }
.textroman { font-weight: normal; }
.textgray { color: #666; }
.textgraydark { color: #444; }

.arial { font-family: Arial, Verdana, Helvetica, sans-serif; }

.arialgray {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #666;
	font-weight: normal;
}

.nobr { white-space:nowrap; }

hr.clear {
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/*-------------------------------------------------------------------------------
  *** GWD FORMATTING ***
---------------------------------------------------------------------------------*/

/*** GENERAL FORMATTING *********************************************************/
.gwd h1, .gwd h2, .gwd h3, .gwd h4, .gwd h5 {font-family: Helvetica, sans-serif;}
.gwd p {font-family: 'Times New Roman', serif; font-size: 15px;}
.gwd #maincolumn h4 a,
.gwd #maincolumn a, .gwd #maincolumn .pdflink a  {color: #0000FF; font-weight: normal;}


/**** HEADER ****************************************************/
.gwd  .masterwidth.header {
	margin:0 0 10px 0; 
	padding-top:10px; 
	position: relative;
}
.gwd #masterframe {background-color: #A2AEB9; border: none;}
.gwd .header img {border: 10px solid #FFFFFF; width: 980px;}
.gwd a.fa:hover {
	text-decoration: none; 
}
.gwd a.fa-facebook-square:hover {color: #3b5998 !important;}
.gwd a.fa-linkedin-square:hover {color: #007bb5 !important;}
.gwd a.fa-rss-square:hover {color: darkorange !important;}
.gwd .social {
	position:absolute; 
	bottom:10px; 
	right:30px;"
}


/*** GOOGLE SEARCH CSE ***********************************************/
.google-cse {width: 220px; position: absolute; bottom: 40px; right: 10px; height: 40px; padding-left: 40px;}
.gsst_a .gscb_a {color: #888888 !important; padding-top: 4px;}
.gsst_a .gscb_a:hover {color: #000000 !important;}
td.gsc-search-button {display: none;}
.fa-search {position: absolute; top: 21px; left: 60px;}
.fa-search:before {height: 2em;}
.fa-search:before:hover {color: #000000; background-color: #FFFFFF; top: 5px;}
.fa-search:hover {position: absolute; top: 21px; left: 60px;}
#gs_tti50 {padding-left: 20px;}
#gsc-i-id1 {margin-bottom: 4px !important; font-size: 12px !important;}
.gsc-input-box {border-radius: 20px;}
.gsc-control-cse div {border-color: #BBBBBB !important;}
.gsc-search-box-tools .gsc-search-box .gsc-input {padding-right: 0 !important;}


/**** HEADER BUTTONS*********************************************************/
.gwd .gnssbutton {float: left; height: 50px; width: 180px; margin-right:25px;}
.gwd .gnssbutton.last {margin-right: 0;}
.gwd .gnssbutton img:hover {opacity: 0.5;}
.gwd .gnssbutton img {height: 50px; width: 180px;}


/*** MAIN MENU ***************************************************************/
.gwd #mainmenusolid {background-color: #FFFFFF; margin-top: 0; border: 1px solid #000000;}
.gwd #mainmenusolid ul li {padding: 0 14px;}
.gwd #mainmenusolid ul li a {color: #555555; font-weight: bold; font-size: 11px; line-height: 125%; font-family: Helvetica, sans-serif;}
.gwd #mainmenusolid ul li a:hover {background-color: #FF0000; color: #FFFFFF;}


/*** MAIN CENTER COLUMN *****************************************************/
.gwd #maincolumn {background-color: #FFFFFF;}
.gwd #maincolumn a. .gwd #maincolumn .pdflink {color: #0000FF; font-weight: normal;}
.gwd #maincolumn p a, .gwd #maincolumn h2 a {
	color: #000000; 
	font-weight: bold;
	-o-transition:color 0.15s ease-out, background 0.15s ease-in;
	-ms-transition:color 0.15s ease-out, background 0.15s ease-in;
	-moz-transition:color 0.15s ease-out, background 0.15s ease-in;
	-webkit-transition:color 0.15s ease-out, background 0.15s ease-in;
}
.gwd #maincolumn a:hover {
    text-decoration: underline;
}
.gwd div.homefolioicon {
    font-family: Helvetica, sans-serif;
    font-weight: 300;
    background-position: 30px 8px;
    background-size: 20px 20px;
    padding: 10px 0px 3px 65px;
}
.gwd .folio.plainlink {font-family: Helvetica, sans-serif; font-size: 16px;	line-height: 150%; margin-top: 2px; font-weight: 600;}
.gwd div.intro {background-color: #FFFFFF;	border: 1px solid #000000;	padding: 7px 10px;}

.gwd #maincolumn .article p a {color: #0000FF;}

/*-- ENews page ---------------------------------------*/
.enews-middle-header {padding-bottom:10px;}
.enews-middle-header img {margin-left: -10px; margin-right: -10px; width: 520px; height: auto;} 

/*-- Events page --------------------------------------*/
.maincolumn .article {font-family: Helvetica, sans-serif;}


/*** LEFT SIDEBAR ******************************************************/
.gwd .leftad {margin-left: 0; margin-right: 0;}
.gwd .leftad.first {margin-top: 0;}
.gwd div.menublock {margin-left: 0;}
.gwd div.menublock table {background-color: ##A2AEB9 !important;}

.gwd div.menublock table a {font-family: Helvetica, san-serif; color: #000000; text-transform: uppercase;}
.gwd div.menublock table a:hover {color: #FF0000;}
.gwd .oldad {margin: 0 0 10px 0;}

.gwd ul.menulist li.plain {background-color: #FFFFFF; font-family: Helvetica, san-serif, 'Times New Roman, serif;'}

.focus-features a {text-transform: capitalize !important; font-weight: 300 !important;}


/*** LEFT SIDEBAR MENU ***********************************************/
.gwd ul.menulist li a {background-color: #FFFFFF;}
.gwd ul.menulist li a {
    font-size: 11px;
    padding: 4px 0px 4px 8px;
	margin-bottom: 0;
    text-transform: uppercase;
    font-family: Helvetica;
    line-height: 12px;
    font-weight: bold;
    color: #000000;
}
.gwd ul.menulist li a:hover {background-color: #FF0000; color: #FFFFFF;}
.gwd div.menuhead {	background-color: #FF0000;	color: #FFFFFF;	font-family: Helvetica, sans-serif;}
.gwd div.menuheadgray {
    font-family: Helvetica, sans-serif;
    font-size: 10px;
    line-height: 150%;
    text-transform: uppercase;
	padding-top: 5px;
	padding-bottom: 3px;
}

/*** FOOTER *************************************************************/
.gwd #menubottom {background-color: #FF0000; color: #FFFFFF;}
.gwd #menubottom a {text-transform: uppercase; color: #FFFFFF;}
.gwd #gnssfooter {background-color: #FFFFFF; font-family: Helvetica, sans-serif;}
.gwd #gnssfooter p {font-family: Helvetica, sans-serif;}
.gwd #gnssfooter a {font-family: Helvetica, sans-serif; text-transform: uppercase; color: #000000;}
.gwd #gnssfooter a:hover {color: #FF0000;}