* {
    margin: 0px;
    padding: 0px;
}

body {
    background-color: #fff;
    color: #000;
    font-family: 'Trebuchet MS',Arial,Helvetica,sans-serif;
    font-size: 10pt;
}

td {
    vertical-align: top;
}

label {
	display: block;
}

h1 {
  font-size: 2em;
  color: #249760;
}

#wrapper {
    width: 73em;
    min-width: 973px;
    border-collapse: collapse;
    border-spacing: 0px;
    margin: auto;
    margin-top: 10px;
}

#wrapper td {
    border: none;
}

#topLeftCorner {
    width: 12px;
    height: 12px;
    background-image: url('/img/topLeftCorner.png');
}

#topMiddle {
    height: 12px;
    background-image: url('/img/topMiddle.png');
}

#topRightCorner {
    width: 12px;
    height: 12px;
    background-image: url('/img/topRightCorner.png');
}

#leftMiddle {
    width: 12px;
    background-image: url('/img/leftMiddle.png');
}

html>body #leftMiddle {
    width: 12px;
    background-image: url('/img/leftMiddle.png');
}

#rightMiddle {
    width: 12px;
    background-image: url('/img/rightMiddle.png');
}

#bottomLeftCorner {
    width: 12px;
    height: 12px;
    background-image: url('/img/bottomLeftCorner.png');
}

#bottomMiddle {
    height: 12px;
    background-image: url('/img/bottomMiddle.png');
}

#bottomRightCorner {
    width: 12px;
    height: 12px;
    background-image: url('/img/bottomRightCorner.png');
}

#leftColumn {
    width: 135px;
    overflow: hidden;
    background-color: #eee;
}

#leftColumn .greenMenu li a img {
	vertical-align: middle;
	border: 0px;
}

#rightColumn {
    width: 250px;
    overflow: hidden;
    background-color: #eee;
}

#centerColumn {
    /*min-width: 579px;*/
}

#topMenu {
    white-space: nowrap;
}

#topMenu img {
    border: none;
    margin: 10px 20px 5px 5px;
}

#topMenuLevel1 {
    display: inline;
    
}

#topMenuLevel1 li {
    list-style-type: none;
    font-family: Georgia, serif;
    display: inline;
    border-top: 1px solid #29ab6d;
    border-left: 1px solid #29ab6d;
    border-right: 1px solid #29ab6d;
    margin-left: 10px;
    padding: 2px 5px 0.15em 5px;
    font-size: 0.8em;
    text-transform: uppercase;
    cursor: pointer; 
    color: #096a48;
}

#topMenuLevel1 li.selected {
    background-image: url('/img/buttonGradient.png');
    background-repeat: repeat-x;
    color: #096a48;
}

#topMenuLevel2 {
    list-style-type: none;
    background-image: url('/img/topBarGradient.png');
    background-repeat: repeat-x;
    background-color: #086a49;
    border-bottom: 1px solid white;
    height: 1.5em;
    overflow: hidden;
    line-height: 1.5em;
}

#topMenuLevel2 li {
    position: relative;
    top: 1px;
}

#claim {
    display: inline;
    font-weight: bold;
    font-size: 12px;
    margin-left: 7px;
    margin-right: 10px;
    letter-spacing: 1.4px;
    color:white;
}

#topMenuLevel2 a {
    color: white;
    text-decoration: none;
    margin-left: 0.5em;
    font-size: 8pt;
    text-transform: lowercase;
}

#topMenuLevel2 a:hover {
    text-decoration: underline;
}

#topMenuLevel2_1 {
    display: none;
	padding-left: 0.8em;
}

#topMenuLevel2_2 {
    display: none;
	padding-left: 0.8em;
}

#topMenuLevel2_3 {
    display: none;
	padding-left: 0.8em;
}

#topMenuLevel2_4 {
    display: none;
	padding-left: 0.8em;
}

#topMenuLevel2 .selected {
    display: inline;
}

#leadImage {
	float: right;
	position: relative;
	margin: 0px 1px 0em 10px;
	overflow: hidden;
	background-color: #eaeaea;
	font-size: 0.8em;
}

.leadImage {
	float: right;
	position: relative;
	margin: 0.5em 1px 0em 10px;
	overflow: hidden;
	background-color: #eaeaea;
	font-size: 0.8em;
}

.leadImage img {
	border: 0px;
}

.imageCaption {
  display: block;
  padding: 3px 3px 0px 3px;
  color: #666;
  text-align: left;
}

.imageCredit {
  display: block;
  padding: 0px 3px 3px 3px;
  color: #666;
  text-align: right;
  font-size: 0.9em;
}

#priceBox {
	width: 190px;
	float: right;
	clear: right;
	position: relative;
	padding: 5px;
	margin-left: 0.5em;
	background-color: #eee;
	font-size: 0.8em;
}

#priceBox strong {
    font-size: 1.3em;
    display: block;
    margin-top: 0.4em;
    font-family: Georgia, serif;
    color: #333;
}

#priceBox a {
    display: block;
    margin-top: 0.5em;
    text-transform: uppercase;
    color: #249760;
    font-size: 1.3em;
}

#shoppingCart {
  margin: 1em;
}

#shoppingCart h1 {
  font-size: 1.5em;
  color: #249760;
}

#shoppingCartTAC {
  margin: 1em;
}

#shoppingCartTAC a {
  color: #249760;
}

#shoppingCart fieldset {
  padding: 1em;
  border: 1px solid #999;
}

#shoppingCart legend {
  padding: 0.3em;
  color: #666;
  font-weight: bold;
}

#shoppingCart a {
  color: #249760;
}

#shoppingCart p {
  margin: 1em 0em 1em 0em;
}

#shoppingCart li {
  list-style: none;
}

#shoppingCartTable {
  margin-top: 0.8em;
	/*border-collapse: collapse;*/
	border: 2px solid #ccc;
}

#shoppingCartTable .priceColumn {
  text-align: right;
  white-space: nowrap;
}

#shoppingCartTable th {
	text-align: center;
	background-color: #ddd;
	color: #333;
	padding: 3px;
}

#shoppingCartTable td {
	text-align: left;
	padding-left: 0.5em;
	padding-right: 0.5em;
	background-color: #eee;
}

.orderPersonalDetails {
	border: 1px solid #666;
	border-collapse: collapse;
	margin-right: 1em;
	font-size: 0.8em;
}

.orderPersonalDetails caption {
	text-align: left;
	color: #666;
	font-size: 1.2em;
	font-weight: bold;
}

.orderPersonalDetails td {
	margin: 0px;
	border: 0px;
	padding: 3px;
}

.orderPersonalDetails tr.greyRow {
	background-color: #f6f6f6;
}

.orderPersonalDetails td.firstColumn {

}

.greenMenu .moduleTitle {
    background-color: #29ab6d;
    display: block;
    padding: 3px 5px 1px 5px;
    text-transform: uppercase;
    color: white;
    border-bottom: 1px solid white;
    font-weight: bold;
    letter-spacing: 0.1em;
}

.greenMenu ul {
    background-color: #29ab6d;
    padding: 3px 3px 3px 5px;
    list-style-type: none;
    border-bottom: 1px solid white;
}

.greenMenu ul li a {
    color: white;
    font-weight: bold;
    text-decoration: none;
}

.greenMenu ul li a:hover {
    text-decoration: underline;
}

.greyMenu {
  border-bottom: 1px solid white;
  font-size: 0.9em;
}
  
.greyMenu ul {
    background-color: #f6f6f6;
    padding: 0px 3px 3px 3px;
    list-style-type: none;
    border-left: 3px solid #bbb;
    border-right: 3px solid #bbb;
    border-bottom: 3px solid #bbb;
}

.greyMenu .inside {
    background-color: #f6f6f6;
    padding: 0px 3px 3px 3px;
    list-style-type: none;
    border-left: 3px solid #bbb;
    border-right: 3px solid #bbb;
    border-bottom: 3px solid #bbb;
}

.greyMenu ul li {
	padding-top: 2px;
}

.greyMenu ul li a:hover {
    text-decoration: underline;
}

.greyMenu ul li a {
    color: #595959;
    font-weight: normal;
    text-decoration: none;
}

.greyMenu ol {
  background-color: #f6f6f6;
  padding: 3px;
	list-style-position: outside;
	padding-left: 30px;
	font-size: 0.9em;
	font-weight: bold;
	border-left: 3px solid #bbb;
  border-right: 3px solid #bbb;
  border-bottom: 3px solid #bbb;
}

.greyMenu ol li {
	color: #595959;
}

.greyMenu ol li a:hover {
    text-decoration: underline;
}

.greyMenu ol li a {
    color: #595959;
    font-weight: normal;
    text-decoration: none;
}

.greyMenu .moduleTitle {
    color: #666;
    background-color: #f6f6f6;
    padding: 3px 3px 0px 3px;
    text-transform: uppercase;
    font-weight: bold;
    border-top: 3px solid #bbb;
    border-left: 3px solid #bbb;
    border-right: 3px solid #bbb;
    display: block;
}

#paidLinks>li {
	margin-bottom: 0.5em;
	border: 1px solid #993300;
	padding: 3px;
	text-align: center;
}

#paidLinks>li>a {
	text-decoration: underline;
}

.error_message {
	display: block;
	font-weight: bold;
	color: #EE2C2C;
}

.error {
  color: #EE2C2C;
}

.serviceLinks .moduleTitle {
    background-color: #29ab6d;
    display: block;
    padding: 3px 5px 1px 10px;
    text-transform: uppercase;
    color: white;
    border-bottom: 1px solid white;
    font-weight: bold;
    letter-spacing: 0.1em;
}

.serviceLinks ul {
    background-color: #29ab6d;
    padding: 10px;
    line-height: 1.8em;
    list-style-type: none;
    font-size: 1em;
    font-weight: bold;
    border-bottom: 1px solid white;
}

.serviceLinks img {
    margin-right: 10px;
    position: relative;
    /*top: 0.09em;*/
    border: none;
}

.serviceLinks ul li a:hover {
    text-decoration: underline;
}

.serviceLinks ul li a {
    color: white;
    text-decoration: none;
}

.greenMenuOutlined {
    border-bottom: 1px solid white;
    font-size: 0.9em;
    color: #333;
}

.greenMenuOutlined .inside{ 
    border: 3px solid #29ab6d;
    padding: 3px;
    background-color: #f6f6f6;
    
}

.greyMenuOutlined {
    border-bottom: 1px solid white;
    font-size: 0.9em;
    color: #333;
}

.greyMenuOutlined .inside{ 
    border: 3px solid #bbb;
    padding: 3px;
    background-color: #f6f6f6;
    overflow: auto;
}

#articleView ul.posList {
	list-style: none;
}

#articleView ul.posList li {
	width: 35em;
	margin-bottom: 0.5em;
}

#contentImage {
    background-color: #ccc;
    margin: 0px 0px 15px 15px;
    text-align: center;
    font-size: 0.7em;
    height: 190px;
    width: 190px;
    float: right;
}

#articleList {
    font-family: Georgia, serif;
    font-size: 0.9em;
    color: #333;
    /*border-bottom: 1px solid #aeaeae;*/
}

#articleList h1 {
    text-align: right;
    color: #aeaeae;
    font-weight: normal;
    font-size: 3em;
    font-style: italic;
    background-color: #f1f1f1;
    padding: 0em 0.3em 0em 0.2em;
    margin: 0px 1px 1px 1px;
    border-bottom: 1px solid #aeaeae;
}

#articleList .category_selector {
	float: left;
	margin-top: 0.7em;
	margin-left: 11px;
}

#articleList .category_selector select {
    background-color: #f1f1f1;
	border: 1px solid #aeaeae;
	font-size: 0.8em;
}

#articleList .category_selector input {
	margin-left: 5px;
	border: 1px solid #aeaeae;
	font-size: 0.8em;
}

#articleList a {
    color: #287b63
}

#articleList a:hover {
    text-decoration: underline;
}

#articleList .articleItem {
    margin: 0em 1em 0em 1em;
	border-bottom: 1px solid #ccc;
	padding-bottom: 1em;
	clear: both;
}

#articleList .articleTitle {
    display: block;
    font-size: 2.2em;
    font-weight: normal;
}

#articleList .advertorialTitle {
    display: block;
    font-size: 2.2em;
    font-weight: normal;
}

#articleList .articleTitle a {
    color: #249760;
    text-decoration: none;
}

#articleList .advertorialTitle a {
	color: #993300;
	text-decoration: none;
}

#articleList .articleTitle a:hover {
    text-decoration: underline;
}

#articleList .advertorialTitle a:hover {
	text-decoration: underline;
}

#articleList .articleTitle a:visited {
    color: #666;
    text-decoration: none;
}

#announcement {
	font-family: Georgia, serif;
    font-size: 0.9em;
    color: #333;
    border-bottom: 1px solid #aeaeae;
}

#announcement .articleItem {
    margin: 0.8em 1em 0.8em 1em;
}

#announcement .advertorialTitle {
    display: block;
    font-size: 2.2em;
    font-weight: normal;
}

#announcement .advertorialTitle a {
    color: #993300;
	text-decoration: none;
}

#announcement .advertorialTitle a:hover {
    text-decoration: underline;
}

#advertorialList {
	margin-top: 1em;
    font-family: Georgia, serif;
    font-size: 1em;
    color: #333;
    border-top: 1px solid #aeaeae;
    border-bottom: 1px solid #aeaeae;
}

#advertorialList .articleItem {
    margin: 0.8em 1em 0.8em 1em;
	clear: right;
}

#advertorialList .advertorialTitle {
	display: block;
    font-size: 2.2em;
    font-weight: normal;
}

#advertorialList .advertorialTitle a {
    color: #993300;
	text-decoration: none;
}

#advertorialList .advertorialTitle a:hover {
    text-decoration: underline;
}

.archiveCategory {
    color: #777;
    font-variant: small-caps;
    text-transform: capitalize;
    font-size: 1em;
}

.articleDeck {
    display: block;
    margin: 0.5em 0em 0.5em 0em;
    color: #777;
    font-variant: small-caps;
    text-transform: capitalize;
    font-size: 1em;
    letter-spacing: 0.05em;
}

.articlePerex {
    display: block;
    margin-bottom: 0em;
}

.articlePerex p {
	margin-bottom: 1em;
}

.articleAuthor {
    color: #287b63;
    border-left: 1px solid #999;
	padding-right: 0.5em;
	padding-left: 0.5em;
	display: block;
	margin-top: 0.5em;
	float: left;
}

.articlePubDate {
	display: block;
	/*padding-left: 0.5em;*/
	padding-right: 0.5em;
    color: #287b63;
	margin-top: 0.5em;
	float: left;
}

.advertorialPubDate {
	display: block;
	color: #993300;
	margin-top: 0.5em;
}

.articlePublication {
	display: block;
    border-left: 1px solid #999;
	padding-left: 0.5em;
	color: #287b63;
	margin-top: 0.5em;
	float: left;
}

.articleCategory {
	display: block;
	float: left;
	margin-top: 0.5em;
	border-left: 1px solid #999;
	padding-left: 0.3em;
	color: #287b63;
}

.moreFrom {
	display: block;
	padding-top: 0.7em;
	text-align: left;
	font-variant: small-caps;
	text-transform: capitalize;
	clear: both;
}

.moreFrom a {
  color: #777;
  text-decoration: none;
}

.moreFrom a:hover {
	text-decoration: underline;
}

.profileDate {
	color: #287b63;
}

#advertorialList .moreFrom a {
  color: #993300;
  text-decoration: none;
}

#advertorialList .moreFrom a:hover {
	text-decoration: underline;
}

#articleView {
    font-family: Georgia, serif;
    font-size: 0.9em;
    color: #333;
    border-bottom: 1px solid #aeaeae;
    padding: 0em 0.8em 3.8em 0.8em;
    line-height: 1.8em;
}

#articleViewTop {
    font-family: Georgia, serif;
    font-size: 0.9em;
    color: #333;
    padding: 1.5em 0.8em 1em 0.8em;
    line-height: 1.8em;
}

#articleView p {
    margin-top: 1em;    
}

#articleView a {
    color: #287b63;
}

#articleView ul {
	list-style-type: none;
}

#articleView li {
    margin-left: 2.5em;
    margin-bottom: 1em;
}

#articleView li li {
    margin-bottom: 0em;
}

#articleView table {
    display: none;
}

#articleView table.articleTable {
    display: block;
    border-collapse: collapse;
    margin: 2em 0em 2em 0em;
}

#articleView table.articleTable caption{
    font-weight: bold;
    color: #287b63;
}

#articleView table.articleTable td{
    border-bottom: 1px solid #999;
    padding: 1px 7px 0px 7px;
}

#articleView table.articleTable td.first{
    font-weight: bold;
    color: #555;
}

#articleView table.articleTable tfoot td{
    border: none;
}

#articleView table.articleTable thead td{
    font-weight: bold;
    background-color: #EEE;
}

#articleView h1 {
    color: #287b63;
    font-weight: normal;
    margin-bottom: 0.5em;
    line-height: 1.2em;
}

#articleViewTop h1 {
    color: #287b63;
    font-weight: normal;
    margin-bottom: 0.5em;
    line-height: 1.2em;
}

#articleView h1.advertorialTitle {
	color: #993300;
}

#articleViewTop h1.advertorialTitle {
	color: #993300;
}

#articleView h2 {
    font-weight: normal;
    font-size: 1.5em;
    margin: 1em 0em 0.6em 0em;
}

#articleView img {
	/* float: right; */
	/*position: relative;*/
}

#articleView label {
	display: block;
	font-weight: bold;
}

#articleView .advertorialPubDate {
	color: #993300;
	border-right: 1px solid #999;
	padding-right: 0.2em;
}

#articleViewTop .advertorialPubDate {
	color: #993300;
	border-right: 1px solid #999;
	padding-right: 0.2em;
}

#articlePhotoViewer {
    border-left:  1px solid white;
    border-right: 1px solid white;
    margin-bottom:1em;
    background-color: #eee;
}

#articlePhotoViewer iframe {

}

#flashNewsModule {
    background-color: #f1f1f1;
    color: #444;
    font-size: 0.85em;
    font-weight: normal;
    border-left: 1px solid white;
    border-right: 1px solid white;
    border-bottom: 1px solid #aeaeae;
	  margin-bottom: 1px;
	  /*min-height: 100px;*/
}

#flashNewsModule .flashNewsDate {
    color: #888;
}

#flashNewsHeader {
    text-transform: uppercase;
    font-size: 1.1em;
    font-weight: bold;
    display: block;
    padding: 4px 3px 1px 3px;
    border-bottom: 1px solid white;   
    color: #444; 
}

#flashDateMenu1 {
    display: block;
    float: right;
    color: #444;
    padding: 3px 3px 0px 3px;
}

#flashDateMenu1 li {
    list-style-type: none;
    display: inline;
    margin-right: 0.8em;
    cursor: pointer;
}

#flashDateMenu1 .selected {text-decoration: underline; font-weight: bold;}

#flashNewsItems2 {
    display: block;
    padding: 3px 3px 0px 3px;
    color: #888;
}

#flashNewsItems2 a {
    display: block;
    color: #444;
    text-decoration: none;   
}

#flashNewsItems2 a:hover {text-decoration: underline;}
#flashNewsItems2 a:visited {color: #999;}

#flashNewsItems2_1 {display: none; list-style-type: none;}
#flashNewsItems2_2 {display: none; list-style-type: none;}
#flashNewsItems2_3 {display: none; list-style-type: none;}
#flashNewsItems2_4 {display: none; list-style-type: none;}
#flashNewsItems2_5 {display: none; list-style-type: none;}

#flashNewsItems2 .selected {display: block;}

#flashNewsModule .flashNewsItem {display: block;}

.flashNewsTitle a {
    color: #555;
    text-decoration: none;
}

.flashNewsTitle a:hover {
    text-decoration: underline;
}

.flashNewsTitle a:visited {
    color: #888;
}

/* Hack to keep flash news ad from overflowing containing box in our beloved MS Internet Exploder */
.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}

#adTopModule {
    height:90px; 
    margin: 0px;
    border-bottom: 1px solid white; 
    overflow: hidden;
}

#adLeaderboard {
    width: 728px;
    overflow: hidden;
    float: left;
}

#adSideBanner {
    width: 220px;
    border-right: 1px solid white;
    float: left;
}

#adSquare {
    float: right;
	margin: 1em 1px 1em 1em;
	clear: both;
}

#adSideButton{
    height: 125px;
    overflow: hidden;
    border-bottom: 1px solid white;
	text-align: center;
	background-color: #bbb;
}

#adFlashNewsButton {
	float: right;
	margin: 1em 1em 1em 0em;
}

#googleAds {
  border: 3px solid #bbb;
  background-color: #f6f6f6;
  padding: 1px;
}

#middleMenu {
    background-image: url('/img/middleBarGradient.png');
    background-repeat: repeat-x;
    border-bottom: 1px solid white;
    background-color: #666;
    height: 1.5em;
    line-height: 1.5em;
    display: block;
    overflow: hidden;
}

#middleMenu ul {
    list-style-type: none;
    margin-left: 140px;
}

#middleMenu ul li.middleLinks {
    display: inline;
    font-size: 0.8em;
}

#middleMenu ul li.middleLinks a {
    color: white;
    text-decoration: none;
    padding-right: 20px;
}

#middleMenu ul li.middleLinks a:hover {
    text-decoration: underline;
}

#middleMenu ul li.search {
    width: 250px;
    display: block;
    text-align: right;
    float: right;
    margin-right: 7px;
    padding: 0px;
}

#searchForm {
    display: inline;
}

#searchForm fieldset {
    display: inline;
    border: none;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0px;
    vertical-align: middle;
}

#searchForm fieldset input {

}

#searchForm fieldset input.text {
    width: 190px;
}

#forex {
    font-size: 0.9em;
    border-collapse: collapse;
    caption-side: top;
/*	margin: 0 auto;*/
    width: 119px;
}
#forex caption {
    color: #999;
    text-align: left;
}
#forex caption .title {
    color: #555;
    font-weight: bold;
    font-size: 1.2em;
    display: block;
}
#forex td {
    padding:0px 5px 0px 0px;
}

#forexSource {
	font-size: 0.8em;
}

#weatherHomePage {
    text-align: left;
    float: left;
    font-size: 0.9em;
    width: 119px;
}

#weatherHomePageInner {
    width: 61px;
    padding: 0 29px;
    text-align: center;
}

#weatherHomePage .title {
    display: block;
    color: #555;
    font-weight: bold;
    font-size: 1.2em;
}

#weatherHomePage img {
    vertical-align: middle;
}

#weatherHomePage a {
    color: #666;
}

#WeatherReportId {
    width: 12.5em;
    font-size: 0.8em;
    border: 1px solid #999;
    background-color: #f6f6f6;
}

#weather { margin: 1em; }
#weather a { color: #096a48; }
#weather h2 { color: #555; margin-top:1em; }

.weatherMap { text-align: right; width: 486px; }

.fiveDayForecast { margin-top: 2em; overflow: auto; }
.fiveDayForecast h3 { width: 100px; float: left; }
.fiveDayForecastInner { float: left; width: 425px; max-width: 385px; text-align: right; }

#forecastTable {
	margin: 0px auto;
	border: 0px;
	padding: 0px;
	border-collapse: collapse;
}

#forecastTable caption {
	text-align: left;
	color: #999;
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 0.5em;
}

#forecastTable caption a {
  font-size: 0.6em;
  font-weight: normal;
  color: #555;
  text-decoration: none;
}

#forecastTable caption a:hover {
  text-decoration: underline;
}

#forecastTable td {
	margin: 0px;
	border: 1px solid #cccccc;
	padding: 0px 5px;
	font-size: 0.9em;
}

#forecastTable td img {
	float: left;
	padding-right: 5px;
}

#weatherMap {
	margin: 1em;
}

#weatherCredit {
	color: #999;
}

#weatherCredit img {
	margin-top: 0.5em;
	border: none;
}

#pollElement {
	font-size: 0.9em;
	border-bottom: 1px solid #ffffff;
}

#pollElement .inside{ 
    padding: 3px;
}

#pollElement a { 
    color: #249760;
}

#pollElement .question {
	font-weight: bold;
}

ul.pollAnswers {
  border: none;
}

.pollAnswers li {
	list-style-type: none;
	padding-left: 1em;
}

.loginElement {
	display: block;
	float: right;
	clear: right;
	margin: 0.5em;
	margin-bottom: 0em;
	text-align: right;
}

.loginElement img {
  vertical-align: bottom;
  margin-right: 5px;
}

.loginElement a {
	color: #287b63;
	text-decoration: none;
	font-size: 0.9em;
}

.loginElement a:hover {
	text-decoration: underline;
}

#moreArticlesSection {
	margin: 0.8em 0.8em 0.8em 0.8em;
	font-family: Georgia, serif;
	font-size: 0.9em;
}

#moreArticles {
  color: #993300;
  display:block;
  text-transform: uppercase;
  font-weight: bold;
}

#moreArticlesSubscribe {
	color: #666;
	font-size: 0.9em;
}

#moreArticlesSection a {
    color: #993300;
    text-decoration: none;
}

#moreArticlesSection a:hover {
    text-decoration: underline;
}

#moreArticlesSection div {
  width: 47%;
	float: left;
	clear: right;
	margin-right: 1em;
}

#moreArticlesSection ul {
	list-style-type: none;
	margin-top: 1em;
	color: #993300;
	font-weight: bold;
}

#moreArticlesSection ul li ul li {
  display: block;
  height: 1.4em;
  overflow: hidden;
}

#moreArticlesSection ul a {
  color: #666;
  text-decoration: none;
  font-weight: normal;
}

#moreArticlesSection ul a:hover {
  color: #993300;
  text-decoration: underline;
}

#moreArticlesSection ul a:visited {
  color: #999;
}

.quote {
  font-size: 1.8em;
  font-family: Georgia, serif;
  font-style: italic;
  color: #249760;
  display: block;
  padding: 0.5em 0em 0.5em 0em;
}

#products {
	font-family: Georgia, serif;
	margin: 1em;
	font-size: 0.9em;
    color: #333;
}

#products h1 {
  font-size: 1.5em;
  margin-bottom: 0.7em;
  margin-top: 1.2em;
  color: #249760;
}

#products .product_item {
  clear: both;
  margin-top: 1em;
  margin-left: 1em;
}

.product_small {
  font-size: 1em;
  color: #666;
}

#products h2 {
  font-size: 1em;
  font-weight: bold;
}

#products a {
  color: #249760;
}

#products img {
  height: 80px; 
  width: 57px;
  float: left; 
  margin: 0px 5px 5px 0px;
  border: 1px solid #249760;
}

#products ul {
	padding-left: 15px;
}

.advertInfo {
	border: 1px solid #29AB6D;
}

#stats {
	list-style-type: none;
}

#polls {
    margin: 1em;
}

#polls form {
    margin:1em;   
}

#polls .question {
    color: #249760;
    font-size: 1.1em;
}

/* Feed rules */
.feedWrapper {
	border: 1px solid #ccc;
	margin: 2px;
	font-size: 0.8em;
	line-height: 140%;
}

.feedWrapper a {
	text-decoration: none;
}

.feedWrapper a:hover {
	text-decoration: underline;
}

.feedHeader {
	padding-bottom: 0px;
	background-image: url('/img/feed/gradient_top.png');
	text-align: right;
}

.feedFooter {
	background-image: url('/img/feed/gradient_bottom.png');
	background-position: bottom left;
	background-repeat: repeat-x;
	padding: 2px;
}

.feedFrame {
	overflow: auto;
}

.feedFrame .feedTitle {
	font-weight: bold;
	font-size: 1.4em;
	margin: 0.5em 2px;
	display: block;
}

.feedArticle {
	display: block;
	margin: 0px 2px 0.5em 2px;
}

div.feedArticle span {
	display: block;
}

span.feedArticlePerex {
	color: #777;
}

.feedArticle span.feedArticleDate {
	display: inline;
}

.feedArticle span.feedArticleCategory {
	display: inline;
}

/* Feed form */
#formFeed {
	padding-bottom: 5px;
}

#formFeed div.radioDiv {
	width: 105px; 
	float: left;
}

#formFeed div.radioDiv input {
	float: left;
	margin-right: 0.5em;
	margin-bottom: 5px;
}

#formFeed div.radioDiv label {
	line-height: 1.2em;
}

.paper_logo {
	float: left;
	border: 0;
	margin-right: 0.5em;
}

a#giftOrdersButton {
	display: block;
	width: 150px;
	float: right;
	margin-right: 1px;
	margin-left: 0.5em;
	border-bottom: 2px solid #29AB6D;
	padding-bottom: 1px;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	color: #29AB6D;
}

a#giftOrdersButton:hover {
	color: #993300;
	border-bottom: 2px solid #993300;
}

#giftOrdersButton img {
	border: none;
}

.checkbox input[type="checkbox"] {
	float: left;
	margin: 4px;
}

/* Flash messages styling */
.flash_message, .flash_info, .flash_success, .flash_warning, .flash_error, .message {
	border: 1px solid;
	margin: 10px 0px;
	padding:15px 10px 15px 65px;
	background-repeat: no-repeat;
	background-position: 10px center;
	font-size: 125%;
}
.flash_info {
	color: #00529B;
	border-color: #00529B;
	background-color: #BDE5F8;
	background-image: url('../img/message/info.png');
}
.flash_success {
	color: #4F8A10;
	border-color: #4F8A10;
	background-color: #DFF2BF;
	background-image:url('../img/message/success.png');
}
.flash_warning {
	color: #9F6000;
	border-color: #9F6000;
	background-color: #FFFABF;
	background-image: url('../img/message/warning.png');
}
.flash_error {
	color: #D8000C;
	border-color: #D8000C;
	background-color: #FFBABA;
	background-image: url('../img/message/error.png');
}
