/*
--------------------------------------------------
Portugal-US.com GLOBAL STYLES
Last revised 16 November 2009
--------------------------------------------------
*/
/*
--------------------------------------------------
Color palette:
--------------------------------------------------

PMS 364 #346715
PMS 364 95% #3E6F21
PMS 363 #3E841C
PMS 363 67% #7EAD67
PMS 363 50% #9EC18D
PMS 363 33% #BFD6B4
PMS 369 #62AC1E
DarkGreen #006400

PMS 300 #095AA6
PMS 300 50% #84ACD2

PMS 188 #7F0700
PMS 188 50% #BF8380
PMS 187 #C90016
PMS 186 #F20017
PMS 186 67% #F65464
PMS 186 50% #F8808B

PMS 122 #FFD42F
PMS 122 50% #FFE997
PMS 122 33% #FFF1BA

Black #000
Darker grey #555
DimGray #696969
Medium grey #999
Silver #C0C0C0
White #FFF

*/
/*
--------------------------------------------------
GLOBAL RESET
--------------------------------------------------
undohtml.css (CC) 2004 Tantek Celik. Some Rights Reserved.
*/
:link, :visited { text-decoration: none }
ul, ol	{ list-style: none }
h1, h2, h3, h4, h5, h6, pre, code { font-size: 1em }
body, html, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, p, blockquote, img { margin: 0; padding: 0; }
a img, :link img, :visited img { border: none }
address { font-style: normal }

/*
--------------------------------------------------
DEFAULT HTML STYLES
--------------------------------------------------
This section concerns generalizations and common elements
*/
body	{
		color: #000; /* Black */
		font-size: 12px;
		font-family: Verdana, Arial, sans-serif;
		text-align: center;	/* horizontal centering in Win IE */
		min-width: 66.5em; /* 798px -- < Win IE7 ignores this */
		background: #FFF url(../images/utility/background-body.png) repeat-x top; /* PMS 364 95% */
		}

/* Links */
a		{
		text-decoration: none;
		}
a:link, a:visited {
		color: #3E841C; /* PMS 363 */
		border-bottom: 1px solid #BFD6B4; /* PMS 363 33% */
		}
a:focus {
		outline: none; /* most browsers do not support yet support this property */
		-moz-outline: none; /* remove focus outline in Mozilla browsers */
		}
a:hover {
		color: #F20017; /* PMS 186 */
		border-bottom-color: #7EAD67; /* PMS 363 67% */
		background: #BFD6B4; /* PMS 363 33% */
		}
a:active {
		color: #000; /* Black */
		}
a[name] {
		border-bottom: none; /* remove dotted underline from document links */
		background: none;
		}

/* Headings */
h1, h2, h3, h4, h5, h6 {
		color: #F20017; /* PMS 186 */
		font-family: "Trebuchet MS", "Gill Sans", "Gill Sans MT", Tahoma, Arial, sans-serif;
		line-height: 1.5;
		margin: 1.5em 0 .75em;
		background: transparent;
		}
h1		{
		font-weight: normal;
		font-size: 18px;
		line-height: 1;
		margin: 0 0 1em;
		}
h2, h3	{
		font-size: 14px;
		line-height: 1.285714;
		margin: 1.285714em 0 .64285714em;
		}
h4, h5	{
		text-transform: uppercase;
		letter-spacing: .1em;
		}

p		{
		margin-bottom: .75em;
		}
blockquote {
		margin: .75em 1.5em;
		}

/* Lists */
ul ul, ol ol, ul ol { /* nested list indent */
		margin-left: 1.5em;
		}

/* Tables */
table td {
		padding-right: 1.5em;
		}

abbr, acronym {
		letter-spacing: .1em;
		border-bottom: 1px solid #DCDCDC; /* Gainsboro */
		cursor: help;
		}
dfn		{
		border-bottom: 1px solid #DCDCDC; /* Gainsboro */
		cursor: help;
		}

/*
--------------------------------------------------
PAGE STRUCTURE
--------------------------------------------------
This section defines layout elements and respective environmental formatting
*/
#wrapper {
		text-align: left; /* reset Win IE workaround */
		width: 66.5em; /* 798px */
		position: relative;
		margin: 0 auto; /* standard CSS horizontal centering */
		background: transparent;
		}

#banner_background {
		height: 107px;
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: transparent url(../images/utility/background-gradient.png) repeat-y left; /* Web Safe blue 20% */
		}

/* Banner -- identity + navigation */
#banner {
		height: 6em; /* 108px with padding */
		position: relative;
		padding: 1.5em 0;
		background: transparent url(../images/utility/background-banner.png) no-repeat 70% bottom; /* PMS 364 95% */
		}
#banner .logo {
		height: 23px;
		width: 322px;
		position: relative;
		top: 1.5em;
		left: 0;
		margin: 0;
		background: transparent url(../images/logos/logo.png) no-repeat;
		}
#banner .logo a {
		display: block;
		height: 23px;
		width: 322px;
		border-bottom: none;
		background: none;
		}
#banner .logo a:hover {
		background: none;
		}
#banner .logo span {
		display: none;
		}
#banner #today {
		color: #FFD42F; /* PMS 122 */
		font-family: "Trebuchet MS", Arial, sans-serif;
		text-transform: uppercase;
		letter-spacing: .1em;
		position: absolute;
		bottom: .75em;
		right: 0;
		}

/* Thumbnail montage */
#banner #montage {
		float: right;
		margin-right: -1.5em;
		}
#banner #montage li {
		float: left;
		}
#banner #montage li, #banner #montage li img {
		width: 8em;
		height: 4.5em;
		}
#banner #montage li.first {
		width: 299px;
		}

#container { /* grouping for content + sidebar */
		line-height: 1.5;
		margin: 0;
		padding: 1em 0 0;
		background: transparent url(../images/utility/dropshadow.png) repeat-x center 2.25em;
		background: transparent;
		}
/* Apply paragraph styles to main container */
#container p {
		margin-bottom: 0;
		}
#container p + p { /* Only paragraphs after first are indented -- IE6 does not understand adjacent selectors */
		text-indent: 1.5em;
		}
#container p.last {
		margin-bottom: 0;
		}
#container p.ornament:first-line {
		color: #999; /* Medium grey*/
		font-weight: bold !important;
		}

/* Main content */
#content {
		width: 53em; /* 636px */
		position: relative;
		float: right;
		margin: 1.5em 0 0;
		padding: 1.5em 0;
		background: transparent;
		}

/* Heading styles */
#content h1 span:first-child {
		color: #696969; /* DimGray */
		font-size: 16px;
		line-height: 1.125;
		text-transform: uppercase;
		letter-spacing: .1em;
		}
#content h1 span:first-child:after {
		font: 24px/.75 Arial, sans-serif;
		padding-left: .1875em;
		content: "\00BB";
		}
#content h1 span.item {
		font-size: 20px;
		line-height: .9;
		text-transform: uppercase;
		letter-spacing: .1em;
		}
#content h2 span:first-child, #content h3 span:first-child {
		color: #fff; /* White */
		font: 12px/1.5 "Trebuchet MS", "Gill Sans", "Gill Sans MT", "Helvetica Neue", Helvetica, Arial, sans-serif;
		text-transform: uppercase;
		letter-spacing: .1em;
		padding: .1875em 2px .1875em .375em;
		background: #F20017; /* PMS 186 */
		}
#content h2 span:first-child:after, #content h3 span:first-child:after {
		font: 18px/1 Arial, sans-serif;
		content: " \00BB";
		}
#content h1 + p:first-line, #content h2 + p:first-line, #content .inset + p:first-line {
		color: #696969; /* DimGray */
		font-weight: bold;
		}

/* Primary content, for use along with tabbed content */
#main	{
		width: 30em; /* 402px */
		float: left;
		margin-right: 1.5em;
		background: transparent;
		}

/* Upcoming calendar view */
#content .calendar-view {
		}
#content .calendar-view h3 {
		font-size: 12px;
		line-height: 1.75;
		text-transform: none !important;
		letter-spacing: normal !important;
		margin: 0 !important;
		}
#content .calendar-view h4 {
		color: #ff690b; /* PMS 165 C */
		font-size: 12px;
		line-height: 1.75;
		margin: .875em 0 0 !important;
		}
#content .calendar-view div {
		color: #fff; /* White */
		margin-top: 0 !important;
		}
#content .calendar-view .price {
		font-weight: bold;
		}
#content .calendar-view li {
		margin-bottom: .875em;
		padding-bottom: .875em;
		border-bottom: 1px solid #DDD; /* Very light grey */
		}
#content .calendar-view li.last {
		}

/* Image inset */
#content .inset.left {
		float: left;
		margin-right: .75em;
		}
#content .inset.right {
		float: right;
		margin-left: .75em;
		}
#content .inset img { /* photo-frame effect */
		max-width: 25em;
		padding: .375em;
		border: 1px solid #DCDCDC; /* Gainsboro */
		background-color: #F5F5F5; /* WhiteSmoke */
		}
#content .inset p { /* image caption */
		color: #999; /* Medium grey */
		font: italic 11px/1.63636 "Trebuchet MS", Arial, sans-serif;
		max-width: 25.75em;
		}

/* Text-swap box */
#content #text-swap {
		margin-top: 1.5em;
		background: transparent;
		}
#content #text-swap h2 span:first-child {
		font-style: italic;
		}
#hold	{
		display: none;
		}

/* Slideshow */
#photodiv {
		float: right;
		background-repeat: no-repeat;
		}
#photoimg {
		}

/* Tabbed content */
.tabbernav {
		border-bottom: 1px solid #C0C0C0; /* Silver */
		}
.tabbernav li.tabberactive a {
		border-bottom: 1px solid #FFF; /* White */
		background: transparent url(../images/utility/background-header-shadow.png) repeat-x bottom;
		}
.tabberlive .tabbertab {
		padding-right: 0;
		padding-left: 0;
		/* background: green; */
		}
.tabberlive .tabbertab {
		font-family: Verdana, Arial, sans-serif;
		}
.tabberlive .tabbertab .tabberlive {
		margin-top: 1.5em;
		}
.tabberlive .tabbertab .inset {
		}

/* Upcoming calendar view */
#content .calendar-view {
		font-size: 11px;
		margin-top: .75em;
		}
#content h2.calendar-view {
		font-size: 15px;
		line-height: 1.2;
		text-transform: uppercase;
		letter-spacing: .1em;
		}
#content .tabbertab h2 {
		font-size: 15px;
		line-height: 1.2em;
		}
#content .calendar-view h3 {
		font-weight: bold;
		font-size: 13px;
		line-height: 1.3846em;
		margin: 0 !important;
		}
#content .calendar-view h4 {
		color: #FFF; /* White */
		margin: 0 !important;
		}
#content .calendar-view div {
		color: #333; /* Very dark grey */
		margin-top: 0 !important;
		}
#content .calendar-view .price {
		font-weight: bold;
		}
#content .calendar-view li {
		margin-bottom: .109375em;
		margin-bottom: .21875em;
		padding: .4375em .875em .875em;
		border-bottom: none;
		background: #9EC18D url(../images/utility/dropshadow-9EC18D.gif) repeat-x bottom left; /* PMS 363 50% */
		}
#content .calendar-view li.last {
		}
.calendar-view a:link, #home .calendar-view a:visited {
		color: #346715; /* PMS 364 */
		}
.calendar-view a:hover {
		background: #BFD6B4; /* PMS 363 33% */
		}
#home .calendar-view a:active {
		color: #000; /* Black */
		}

/* News RSS Feed */
.news-rss {
		font-family: Arial, sans-serif;
		margin: .75em 0;
		padding: .375em 1.125em 1.5em;
		background: #9EC18D url(../images/utility/dropshadow-9EC18D.gif) repeat-x bottom left;
		}
.news-rss li {
		padding-bottom: .75em;
		border-bottom: 1px solid #BFD6B4; /* PMS 363 33% */
		}
.news-rss li.last {
		border-bottom: none;
		}
.news-rss li h4 {
		text-transform: none;
		letter-spacing: normal;
		margin: .75em 0;
 		}
.news-rss li span {
		color: #FFF; /* White */
		font-size: 11px;
 		}
.news-rss li a:hover {
		color: #346715; /* PMS 364 */
		}
.news-rss li a:active {
		color: #000; /* Black */
		}
.news-rss div p { /* remove advertising block */
		display: none;
		}
.news-rss .feedflare { /* remove FeedBurner social-networking links */
		display: none;
		}

/* Image gallery */
.gallery li {
		width: 16.125em;
		min-height: 6em;
		float: left;
		margin: 0 1.5em 1.5em 0;
		list-style-type: none;
		background: transparent;
		}
.gallery li img {
		max-width: 16.125em;
		}
.gallery li a:link {
		border-bottom: none;
		}
.gallery li a:hover {
		background: none;
		}

/* Search form */
#content #search-form {
		position: absolute;
		top: 1.5em;
		right: 0;
		}
#content #search-form input.field {
		width: 15.5em;
		}
#content #search-form input:focus, #content #search-form input[type="submit"] {
		color: #000; /* Black */
		}

/* Columns */
/* 2-column layout */
#content .column {
		width: 25.75em;
		float: left;
		margin-right: 1.5em;
		}
#content .column.right { /* rightmost column -- matches selectors with both class .column and .right */
		float: left;
		margin-right: 0;
		}

/* Sidebar */
#sidebar {
		font: 12px/1.5 "Trebuchet MS", "Gill Sans", "Gill Sans MT", "Helvetica Neue", Helvetica, Arial, sans-serif;
		width: 12em; /* 144px */
		position: relative;
		float: left;
		padding: 2.25em 0 .75em 0;
		background: transparent;
		}
#sidebar h1, #sidebar h2, #sidebar h3, #sidebar h4, #sidebar h5, #sidebar h6 {
		color: #3E841C; /* PMS 363 */
		font: bold 12px/1.5 "Trebuchet MS", Arial, sans-serif;
		text-transform: uppercase;
		letter-spacing: .1em;
		margin: 0;
		padding: .375em 0;
		}
#sidebar p {
		margin-bottom: .75em;
		}
#sidebar div.subsection {
		margin-bottom: .75em;
		}
#sidebar div.subsection.last {
		margin-bottom: 0;
		}
#sidebar div.subsection p {
		font: 11px/1.63636 Verdana, sans-serif;
		}

#sidebar div.subsection.highlight {
		padding: .375em .75em;
		border: 1px solid #7EAD67; /* PMS 363 67% */
		border-bottom-width: .375em;
		}

#sidebar .tabberlive .tabbertab {
		width: 12em;
		padding: .81818em 0;
		background: transparent;
		}
#sidebar #weather h4 {
		color: #000; /* Black */
		font-family: Verdana, sans-serif;
		text-transform: none;
		letter-spacing: normal;
		}
#sidebar .tabbernav { /* tab navigation list */
		font: bold 10px/1.8 "Trebuchet MS", Arial, sans-serif;
		height: 23px;
		}
#sidebar .tabbernav li { /* active tab */
		padding-right: 6px;
		background-position: top right;
		}
#sidebar .tabbernav li a {
		padding: 3px 8px;
		}
#sidebar #weather .tabbertab ul li {
		font: 11px/1.63636 Verdana, sans-serif;
		}
#sidebar li span {
		color: #3E841C; /* PMS 363 */
		font: bold 11px/1.63636 "Trebuchet MS", "Gill Sans", "Gill Sans MT", Tahoma, Arial, sans-serif;
		text-transform: uppercase;
		letter-spacing: .1em;
		}

#sidebar .sponsors li {
		text-align: center;
		margin-bottom: 1.5em;
		}
#sidebar .sponsors a:hover {
		background: none;
		}
#sidebar .sponsors img {
		max-width: 12em;
		}

/*
--------------------------------------------------
NAVIGATION
--------------------------------------------------
*/
/* Main navigation */
#nav	{
		font: bold 12px/1.5 "Trebuchet MS", "Gill Sans", "Gill Sans MT", "Helvetica Neue", Helvetica, Arial, sans-serif;
		text-transform: uppercase;
		letter-spacing: .1em;
		float: left;
		margin: 5.25em 0 0 0;
		list-style: none;
		}
#nav li {
		position: relative;
		float: left; /* gives layout, allows selection of colored background */
		top: 0;
		left: 0;
		}
#nav a	{
		text-align: center;
		padding: 0 1em;
		border-bottom: none;
		background: transparent; /* select colored background here */
		}
#nav a:link, #nav a:visited {
		color: #9EC18D; /* PMS 363 50% */
		}
#nav a:hover {
		color: #FFF; /* White */
		}
#nav a:active {
		color: #F20017; /* PMS 186 */
		}
#nav a.first {
		padding-left: 0 !important;
		}
#nav a.last {
		padding-right: 0 !important;
		}
#nav a.selected {
		color: #F20017 !important; /* overwrites preceding :hover + :active properties */ /* PMS 186 */
		}

/* Subnavigation */
#subnav {
		width: 66.5em; /* 798px */
		position: absolute;
		bottom: -2.25em;
		left: 0;
		background: #62AC1E url(../images/utility/background-subnav.png) repeat-x; /* PMS 369 */
		}
#subnav li {
		float: left;
		}
#subnav a {
		color: #FFF; /* White */
		font: bold 12px/1.5 "Trebuchet MS", Arial, sans-serif;
		text-align: center;
		letter-spacing: .1em;
		display: block;
		padding: 5px 1em; /* .375em -- substitute px for rounding discrepancies */
		border-left: 1px solid #3E841C; /* PMS 363 */
		border-bottom: none;
		background: #62AC1E; /* PMS 369 */
		background: #62AC1E url(../images/utility/background-subnav.png) repeat-x; /* PMS 369 */
		}
#subnav a:hover {
		background: #3E841C; /* PMS 363 */
		}
#subnav a:active {
		color: #FFD42F; /* PMS 122 */
		}
#subnav a.selected {
		color: #FFD42F !important; /* PMS 122 */
		background: #3E841C; /* PMS 363 */
		}

/* Auxiliary navigation */
#sidebar .sidenav a {
		font: bold 11px/1.63636 "Trebuchet MS", "Gill Sans", "Gill Sans MT", Tahoma, Arial, sans-serif;
		text-transform: uppercase;
		letter-spacing: .1em;
		display: block;
		margin-bottom: 2px; /* .204545em -- declare px value to avoid rounding problem in Firefox */
		padding: .40909em .81818em;
		border-bottom: none;
		background: #F20017; /* PMS 186 */
		}
#sidebar .sidenav a:link, #sidebar .sidenav a:visited {
		color: #fff; /* White */
		}
#sidebar .sidenav a:hover {
		background: #C90016; /* PMS 187 */
		}
#sidebar .sidenav a:active {
		color: #F20017; /* PMS 186 */
		background: #7F0700; /* PMS 188 */
		}
#sidebar a.selected {
		/* overwrite preceding :hover + :active properties */
		color: #F20017 !important; /* PMS 186 */
		border-bottom: none;
		background: #7F0700 !important; /* PMS 188 */
		}

/* Footer */
#footer {
		color: #3E841C; /* PMS 363 */
		font-family: "Trebuchet MS", "Gill Sans", "Gill Sans MT", Tahoma, Arial, sans-serif;
		margin: 1.5em 0;
		position: relative;
		clear: both;
		list-style: none;
		}
#footer li {
		padding: 0 .5em;
		display: inline;
		background: url(../images/utility/pipe.gif) no-repeat right;
		}
#footer li.first {
		padding-left: 0;
		}
#footer li.last {
		background: none;
		}
#footer li.socialweb a { /* clear formatting for icons */
		border-bottom: none !important;
		background: none !important;
		}		
#footer li.byline { /* use for site-design credit */
		color: #3E841C; /* PMS 363 */
		font-size: 11px;
		line-height: 1.63636;
		text-transform: uppercase;
		letter-spacing: .1em;
		position: absolute;
		top: 0;
		right: 0;
		margin: 0 -.5em 0 0;
		background: none;
		}
#footer li.byline span {
		font-weight: bold;
		}

/*	Utility elements */
.hidden { /* completely remove from layout */
		display: none !important;
		}
.display	{
		display: block !important;
		}
.invisible { /* does not display but remains in layout flow */
		visibility: hidden;
		}
.clip	{
		overflow: hidden;
		}
.clearance {
		height: 0;
		clear: both;
		}
.clear	{
		clear: both;
		}

/*
--------------------------------------------------
FORMATTING STYLES
--------------------------------------------------
Positional, text, font, and miscellaneous formatting not defined in environmental contexts
*/
/* Positioning elements */
.center {
		text-align: center;
		}
.flush-right {
		text-align: right;
		}
.justify {
		text-align: justify;
		}		
.inline {
		display: inline;
		}
.float-left {
		float: left;
		}
.float-right {
		float: right;
		}
.all-pad {
		padding: .75em;
		}
.top-pad { /* also use to provide paragraph spacing in IE Win */
		padding-top: 1.5em;
		}
.left-pad {
		padding: 0 0 .75em 1.5em;
		}
.right-pad {
		padding: 0 1.5em .75em 0;
		}
.bottom-pad { /* also use to provide paragraph spacing in IE Win */
		padding-bottom: 1.5em;
		}
.trim	{
		margin: 0;
		padding: 0;
		}

/* Fonts */
.italic {
		font-style: italic;
		}
.bold	{
		font-weight: bold;
		}
.normal {
		font-variant: normal !important;
		font-style: normal !important;
		font-weight: normal !important;
		text-transform: none !important;
		letter-spacing: normal !important;
		}
.small {
		font-size: 12px;
		}
.smaller {
		font-size: smaller;
		}
.caps	{
		font-size: .9em;
		text-transform: uppercase;
		letter-spacing: .1em;
		}
.caption {
		color: #999; /* Medium grey */
		font: italic 11px/1.63636 "Trebuchet MS", "Gill Sans", "Gill Sans MT", Tahoma, Arial, sans-serif;
		}
.sig	{ /* highlight of signature color */
		color: #3e6f21; /* PMS 364 U 95% */
		}
.flag	{
		color: #f17433; /* PMS 159 C */
		font: bold 12px/1.75 "Trebuchet MS", "Gill Sans", "Gill Sans MT", Tahoma, Arial, sans-serif;
		text-transform: uppercase;
		letter-spacing: .1em;
		background: transparent;
		}
.highlight {
		color: #444; /* Very dark grey */
		font-weight: bold;
		}
.posted {
		font-style: italic;
		font-family: "Trebuchet MS", "Gill Sans", "Gill Sans MT", Tahoma, Arial, sans-serif;
		margin: .75em 0 0;
		}
.posted span {
		color: #F20017; /* PMS 186 */
		font-style: normal;
		font-weight: bold;
		font-size: 11px;
		text-transform: uppercase;
		letter-spacing: .1em;
		}

/* Typography */
#content h1 + p > span:first-child, #content h2 + p > span:first-child, #content #swap h3 + p > span:first-child { /* all caps highlight */
		font-size: .83333em;
		text-transform: uppercase;
		letter-spacing: .1em;
		}

/* Images */
img.inset {
		display: block;
		padding: .375em !important;
		border: 1px solid #DDD; /* Very light grey */
		background-color: #f5f5f5; /* WhiteSmoke */
		}
img.inset.right {
		float: right;
		margin: 0 0 0 .75em;
		}
img.inset.left {
		float: left;
		margin: 0 .75em 0 0;
		}
#content img.logo, img.inset.logo {
		height: auto !important;
		width: auto !important;
		margin-top: 0 !important;
		padding: 0 !important;
		border: none;
		background: none;
		}

/* Highlights */
#content .notice {
		margin: 1.5em 0;
		padding: 1.5em 1.5em .75em;
		border: 1px dotted #999; /* Medium grey */
		background: #BFD6B4; /* PMS 363 33% */
		}

/* Links */
a.heading { /* preserve heading color behavior */
		color: #F20017 !important; /* PMS 186 */
		border-bottom: none;
		}
a.heading:hover {
		background: none;
		}
a.img:link, a.img:visited, a.img:hover, a.img:active,
#sidebar a.img:link, #sidebar a.img:visited, #sidebar a.img:hover, #sidebar a.img:active {
		/* remove dotted underline beneath linked images */
		border-bottom: none !important;
		background: none !important;
		}
#content .graphic a:hover {
		padding-left: 1.125em;
		border-bottom: none;
		background: transparent url(../images/utility/arrow.png) no-repeat left;
		}
#content .graphic a:active {
		background-image: url(../images/utility/arrow-active.png);
		}
#content .graphic a.selected {
		color: #f17433; /* PMS 159 C */
		padding-left: 1.125em;
		background: transparent url(../images/utility/arrow-active.png) no-repeat left;
		}		
.info	{
		cursor: help;
		}
.link	{
		margin: .75em 0;
		}
.paginate {
		margin: 1.5em 0 0;
		}
.pdf	{
		padding-left: 1.5em;
		background: transparent url(../images/utility/pdf.gif) no-repeat left;
		}
.rss	{
		padding-left: 1.5em;
		background: transparent url(../images/utility/rss_icon.png) no-repeat left;
		}


/* Lists */
/* N.B. May need to declare float value to make lists indent properly */
.square {
		margin: .75em 0 .75em 1.5em;
		list-style: square;
		}
.square li {
		}
.decimal {
		list-style-type: decimal;
		margin-left: 1.5em;
		}
.inline li {
		margin-left: 1em;
		display: inline;
		}
.inline li:first-child {
		margin-left: 0;
		}
.inline li.first {
		margin-left: 0;
		}

/* Forms */
input.field {
		color: #696969; /* DimGray */
		font: 11px Verdana, sans-serif;
		padding-left: .375em;
		}
input.field:focus {
		color: #444;
		background: #FFE997; /* PMS 122 50% */
		}
#sidebar input.input {
		font-size: 12px;
		width: 11.5em;
		}
#verify p + p {
		text-indent: 0 !important;
		}
#quick_link {
		margin-bottom: 1.5em;
		}
#quick_link select {
		font: 11px Verdana, sans-serif;
		width: 13em;
		padding: 0 .81818em;
		}

/* vCard */
.vcard .title {
		font-style: italic;
		}
.vcard .org {
		font-weight: bold;
		}
.vcard .country {
		font-size: 11px;
		text-transform: uppercase;
		letter-spacing: .1em;
		}
		
/* XML ticker */
#tickertape {
		color: #FFD42F; /* PMS 122 */
		height: 1.5em;
		width: 66.5em; /* 798px */
		position: absolute;
		bottom: -2.25em;
		left: 0;
		padding: 5px 0;
		background: #62AC1E url(../images/utility/background-subnav.png) repeat-x; /* PMS 369 */
		}
#tickertape span {
		font: 11px "Andale Mono", "Trebuchet MS", Arial, sans-serif;
		text-transform: uppercase;
		letter-spacing: .1em;
		padding-right: .5em;
		}
#tickertape a {
		color: #FFF; /* White */
		}
#tickertape a:hover {
		color: #000; /* Black */
		background: none;
		}