/** GLOBAL DECLARATIONS **/
* { padding:0; margin:0; font-family: Arial, Verdana, sans-serif;}

html, body { height: 100%; }

body {
	background:#77797B url('images/bg.jpg') repeat-x 0 0; 
	font-size:.75em;
}

.floatL {float:left; padding:5px 5px 5px 0;}
.floatR {float:right;margin:5px 0 5px 5px;}
.vAlignM {vertical-align: middle;}
.vAlignBL {vertical-align: baseline;}
.vAlignTB {vertical-align: text-top;}
.vAlignT {vertical-align: top;}
.textCenter {text-align:center; display: block; clear: both; margin: 10px 0;}
.textLeft {text-align:left;}
.textRight {text-align:right;}
a:active {outline:none;}
a {outline:none; text-decoration: none; color: #006699;}
p, li {line-height: 1.4em;}

h1 {font-size: 2.5em;}
h2 {font-size: 1.3em;}
h3 {font-size: 1.3em;}
h4 {font-size: 1em;}
fieldset {border: 0;}
img {border: none; display:block;}
.clear {clear: both; visibility: hidden; margin: 0;}
.no-float {float: none;}
.clear-li {
	overflow:visible;height:0;
}
ul > .clear-li {
	overflow:hidden;
	height:auto;
}
.no-background {background: none !important;}
.no-display {display: block; position: absolute; left: -9000em;}
.no-distance {margin: 0 !important; padding: 0 !important;}
.no-spacing {margin: 0 !important; padding: 0 !important;}
.block-float-left {display: block; float: left; margin: 0 0 0 10px;}
.text-offset {position:absolute; left:-5000px;}
#wrapper
{
	display: block;
	padding: 10px;
	width: 975px;
	margin: auto;
	background: #fff;
	border-left: 1px solid #666; border-right: 1px solid #666;
}
body > #wrapper {
	height:auto;
	min-height:100%;
}
/** header **/
#footer-ads,
#header-ads {display: block; height: 90px; margin:0 0 5px 0; overflow:hidden;}
#footer-ads .nett-ad, #header-ads .nett-ad {
	width:240px;
	display:block;
	float:right;
}
#footer-ads #footer-ad,
#header-ads #banner-ad {
	display:block;
	float:left;
}

#header
{
	display: block;
	height: 87px;
	background-image: url(images/header_bg.jpg);
	background-color: #ea0203;
	background-repeat: repeat-x;
	font-family: Helvetica, Arial, Verdana;
	font-size: 12px; 
	overflow:hidden;
	padding: 0 20px;
}
#header h1 
{
	position: absolute;
	left: -9000px;
}
#header a img
{
	float: left;
}

#header span.login-status {
	display: block; 
	float: right;
	margin: 18px 0 0 0;
	padding: 0 25px 0 0;
	width: 275px; height: 18px; 
	vertical-align: bottom; text-align: right;
	color: #fff;
}
#header span.login-status a:hover {text-decoration: underline;}
#header span#logged-in-status {
	margin: 5px 0 0 0;
	height: 31px; 
}
#header span a {color: #fff;}
#header form
{
	float: right;
	clear: right;
	display: block;
	width: 175px; height: 86px;
	text-align: left;
	background-image: url(images/header_search_bg.gif);
	background-repeat: no-repeat;
	color: #fff;
}
#header form fieldset legend input {border: 1px solid #fff;}
#header form legend {display: none;}
#header form fieldset {display: inline;}
#header-search-field {width: 120px; margin: 7px 0 2px 10px; float: left;}
#header button {
	width: 25px; height: 18px;
	text-indent: -9000em; 
	margin: 7px 5px 0 5px; 
	float: left; 
	background: url("/css/images/go.gif");
	border: none;
	cursor: pointer;
}
#header button:hover,  
#header button.buttonHover 
{
	background: url("/css/images/go-hover.gif");
}
#header-check-articles {margin: 0 2px 0 5px; clear: both; float: left;}
#header-check-resources {margin: 0 2px 0 5px; float: left;}
#header form label > input {margin-right: 3px; margin-left: 7px;} 

/** NAV **/
#nav {
	display: block;
	clear:both;
	height:22px;
	width:100%;
	z-index:1000;
	padding: 0 0 10px 0;
	background-image: url(images/top_menu_bg.jpg);
	background-repeat: repeat-x;
}

#nav, #nav ul { /* all lists IE 7 FIX */	
	list-style: none;
	line-height: 1px;
	z-index:1000;
}

#nav a {
	display:block;
	height:21px;
    line-height:22px;
	text-align:center;
	padding-right: 5px;
	color: #fff;
	border-top: 1px solid #666;
}
#nav ul li a {font-size:12px;}
#nav a#zero		{width:70px; border: none;}
#nav a#first 	{width:90px; border: none;}
#nav a#second 	{width:80px; border: none;}
#nav a#third 	{width:70px; border: none;}
#nav a#fourth	{width:70px; border: none;}
#nav a#fifth 	{width:123px; border: none;}
#nav a#sixth 	{width:120px; border: none;}
#nav a#seventh	{width:90px; border: none;}
#nav a#eighth	{width:60px; border: none;}
#nav a#ninth	{width:100px; border: none;}
#nav a#tenth    {width:115px; border: none;}
#nav li { /* all list items */
	float: left;
	display: block;
}

#nav li:hover , #nav li.sfhover {
	position: static;
}
#nav li ul { 
	position: absolute;	
	margin: 0 0 0 0;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
#wrapper > #nav li ul {padding: 1px 0 0 0;}

#nav li ul , #nav li ul a {
	width:150px;
}
#nav li#last ul , #nav li#last ul a {
	width:150px;
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 10em;
	z-index:1000;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	z-index:1000;
}

#nav li#last:hover ul,  #nav li#last.sfhover ul {
	left: auto;
	z-index:1000;
	margin: 0 0 0 -44px;
}

#nav ul li:hover a, #nav ul li.sfhover a, #nav ul li a.active, .active-nav{
	background:#ee0000;
	color: #fff;
}

#nav ul li ul a {
	background: #333 !important;
	opacity:.8;	
	padding:0;
    color: #fff !important;
	height:27px;
	line-height:27px;
	text-indent:1em;
	text-align:left;
	font-size:11px;
}

#nav li ul a:hover {
	background: #000 !important;
}
/** FOOTER **/
#footer
{
	margin: 0; margin-bottom: 20px; padding: 0; padding-top: 10px;
	display: block;
	width: 100%;
	clear: both;
	font-size: 12px;
}
#footer ul {list-style-type: none;}
#footer ul li
{
	background-position: left;
	background-repeat: no-repeat;
}
#bottom-menu
{
	display: block;
	width: 100%; height: 18px;
	padding: 2px 0 2px 0;
	background: #eaeae3;
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	text-align: center;
	text-transform: uppercase;
	font-size: 0.9em;
}
#footer > ul#bottom-menu {
    height: auto; min-height: 18px;
}
ul#bottom-menu {
    clear: both;
}
#bottom-menu li
{
	display: inline;
	padding-left: 10px; margin-right: 10px;
	line-height: 18px;
	background-image: url(images/vertical_pipe.gif);
}
#bottom-menu li a {font-weight: 600; color: #000;}
#bottom-menu li a:hover, #most-bottom-menu li a:hover {text-decoration: underline;}
#bottom-menu .no-background {margin-left: 10px}
#most-bottom-menu
{
	display: block;
	width: 100%;
	margin: 5px 0 0 0;
	clear: both; 
	text-align: center;
}
#most-bottom-menu li
{
	display: inline;
	padding-left: 10px; margin-right: 10px;
	background-image: url(images/vertical_pipe_blue.gif);
}

/** FORMS **/
#wrapper .registration {
	background:#EBF5FF;
	height:auto;
}
#wrapper > .registration {
	min-height: 1% !important;
}
.text-right {
	display: block;
	text-align: right;
}
fieldset {
	border:none;
}
#stdForm label, .stdForm label {
	display:block;
	width:127px;
	line-height:1.5em;
	float:left;
}
#comment-form {
	border-top:1px solid #000;
	margin: 10px 0;
	padding:10px 0;
}
#comment-form label {
	display:block;
	width:140px;
	line-height:1.5em;
	float:left;
}

#stdForm label.checkbox-label {
	float:none;
	width:auto;
}
#stdForm, .stdForm {
	width:560px; height: 1%; 
	overflow: hidden;
	margin:35px auto;
	padding:10px;	
	border:1px solid #CEDCE9;
	display: block;
}
#stdForm h2, .stdForm h2, .content-box .stdForm h2 {
	color:#336596;
	font-size:1.5em;
	margin: 0 0 15px 0;
	background:none;
}
#stdForm input, .stdForm input {
	width:301px;
}

.stdForm #ccExpiry input {
	width:25px;
	padding:0 2px;
	display:inline;
	float:none;
}
.payment-error {
	background:#fff;
	padding:5px;
	color:#D9010E;
	font-weight:bold;
}
#comment-form input {
	width:360px;
}
#comment-form textarea {
	width:360px;
	height:140px;
	font-size:12px;
}
#comment-form span.question {
	display:block;
	margin: 0 0 5px 0;
}
#stdForm label.interest-label {
	float:none;
}
#stdForm label.subscribe-label, .stdForm label.subscribe-label {
	float:left;
	padding:5px 8px;
	background:#CCDDEF;
	width:auto;
}
.subscribe-label {width: 400px !important;}
#stdForm p {
	display: block;
	margin: 0 0 15px 0;
	padding: 0 0 15px 0;
}
#step-1 p {margin: 0 0 10px 0;}
#step-2 p {margin: 0 0 10px 0;}

button.login {
	display: block;
	width: 105px; height: 22px;
	margin-left: 330px;
	border: none;
	background: url(images/login.gif) no-repeat center top;
	text-indent: -9000em;
	cursor: pointer;
}

.invalidInputArea input, .invalidInputArea textarea, .invalidInputArea select  {
	background:#F2CCCE !important;
}
.inputArea .hint {
	display: block; 
	float: left;
	width: 0.8em;
	text-align: center;
	padding: 0 2px 2px 2px;
	margin-left: 2px;
	cursor:help;
	background: transparent url('images/dotted-black-link.gif');
	background-repeat: repeat-x;
	background-position: 0 100%;

}
.inputArea textarea {width: 301px; height: 175px;}
span.checkoption {
	width:150px;
	float:left;
	padding:0 0 5px 0;
}
span.required {
	display:none;
}
.subscribe-container span.required {display: inline;}
.formErrorMessage {
	width:260px;
	color:#CB1019;
	font-size:.9em;
	padding: 0 0 0 5px;
}
#email_msg {margin-left: 127px;}
.inputArea {
	float:left;
}
select.dateTime {
	width:auto;
}
input.checkbox, input.radioInput  {
	width:auto !important;
}
select {
	width:auto;
}
.calendarLink img{
	display:inline;
	vertical-align:text-bottom;
}

.inputRow {
	clear:both;
	overflow:hidden;
	height:1%;
	margin: 0 0 10px 0;
}
.inputRow input {
	float: left;
}

.inputRowWithLink {padding-bottom: 5px;}
.inputRowWithLink a {margin: 0 0 5px 127px; clear: both;}
.inputRowWithLink input {margin-bottom: 5px;}
.stdForm textarea {
	width:300px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.helper {
	font-size:.9em;
}

/*********** CONTENT *********/
/** GENERIC STYLES **/
.content-box {
	display: block; 
	float: left; 
	border: 1px solid #666; 
	position: relative; 
	margin: 0 10px 10px 0;
}

.content-box h2
{
	font-size: 1.25em;
	margin: 0 0 10px 0;
	padding: 0 0 0 5px;
	line-height: 1.7em;
	background-image: url(images/red_bg_header.jpg);
	background-repeat: repeat-x;
	color: #fff;
}
.list-box 
{
	display: block; 
	position: relative; 
	background: #f0f0e6; 
	float: left;
	padding: 10px;
	margin: 0 0 10px 0;
}

.list-box h2 {
	font-size: 1.5em;
	font-weight: bold;
	padding:0 0 5px 0;
	/*color: #77a41d;*/
        color: #DA1F00;
}
.block-float-left .list-box {float: none;}

#content ol {
	padding-left: 30px;
}
#content ol li {
	padding: 0 0 10px 0;
}
/** HOME PAGE **/
#hero-feature
{
	position: relative;
	display: block;	
	float: left;
	border: 1px solid #666;
	width: 361px; 
	height: 336px;
}

#hero-feature a#latest-article-opacity
{
	display: block;
	margin: 0; padding: 10px 15px;;
	width: 331px; height: 70px;
	background-image: url(images/black_opacity.png); 
	color: #fff;
	position: absolute;
	bottom: 0;
	cursor: pointer;
}
#hero-feature a:hover#latest-article-opacity {color: #cecece;}
#hero-feature > span {height: auto; min-height: 70px;}

#hero-feature img
{
	display: block;
}

#hero-feature a span
{
	display: block;
	font-size: 1.3em;
	font-weight: bolder;	
}

#latest-articles {width: 350px; height: 336px; margin:0 0 10px 10px;}
#wrapper > #latest-articles {height: auto; min-height:336px;}
#latest-articles ul {list-style-type: none;}
#latest-articles ul.article-links {margin: 10px 0 1em 15px;}
#latest-articles ul li {margin: 0.8em 1em 0 1em; line-height: 1.5em;}
#latest-articles ul.article-links li {
	line-height:1.3em;
	margin: 3px 0 0 0;
}
#latest-articles ul.article-links li a:hover {text-decoration: underline;}
#latest-articles h3 {margin: 0; padding: 0; font-size: 1.2em;}
#latest-articles h3 a {text-decoration: none;}
#latest-articles h3 a:hover {text-decoration: underline;}

#most-viewed, #resources {
	display: block;
	width: 220px; height: 146px !important;
	margin-bottom: 10px;
	background: #f0f0e6;
	position: relative;
	padding:8px 10px 10px 10px !important;
}
.block-float-left > #most-viewed, .block-float-left > #resources {
	height: auto;
	min-height:144px;
}
#most-viewed h2 {
    /*color: #336699;*/
    padding-bottom: 2px; }
#resources h2 {
    /*color: #77a41d;*/
    padding-bottom: 2px;  }

#feature-articles {
	height:1%;
	overflow: hidden;
	clear: both;
	padding: 10px 0;
	margin: 0 0 10px 0;
	list-style-type: none;
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
}

#wrapper > #feature-articles {
	float:left;
	width: 975px;
}
#feature-articles li {
	display: block;
	width: 154px;
	margin-right: 10px;
	float: left;
}
#feature-articles li img {margin: 0 0 8px 0;}
#feature-articles li p a {color: #000;}
#feature-articles li p a:hover {text-decoration: underline;}
#nett-partners {
	display: block;
	width: 230px;
	margin-bottom: 10px;
	border: 1px solid #777;
}
#nett-partners img {margin: 10px 15px; float: left;}
#nett-partners h4 {margin: 0; margin-top: 10px; margin-right: 15px; font-size: 1.2em;}
#nett-partners p {margin: 0; margin-right: 15px; margin-bottom: 10px; padding: 0;}
#nett-partners span {display: block; clear: both; text-align: right; margin: 10px;}
#next-partner, #previous-partner {cursor: pointer;} 
#partner-scroll a {cursor: pointer; color: #000}
#partner-scroll a:hover {text-decoration: underline;}

#blog-teaser {
	width: 395px; height: 225px; 
	margin: 0 0 0 0;
	padding: 10px 15px 15px 15px;
}
div#wrapper > #blog-teaser {height: auto; min-height: 225px;}
#blog-teaser h2 {color: #990000;}
#blog-teaser ul {
	margin: 0;
}
#blog-teaser .picture-text-list img {margin-bottom: 14px;}

#island-ad, #island-ad2 {
	float:right;
	display:inline;
	width:300px;
}
#side-column #island-ad2 {
    float:none;
	display:block;
	margin: 10px 0 10px 0;
}
#side-column #island-ad{
	float:none;
	display:block;
	margin: 0 0 10px 0;
}

/** ARTICLE - CONTENT PAGES **/
.search-information {
	margin: 0 0 15px 0;
}

#content-header {
	display: block; 
	width: 100%; 
	height: 75px; 
	border-bottom: 1px solid #999;
	margin: 0 0 10px 0;
	position: relative;
}
#content-header h1, span#h1 
{
	display: block; 
	margin: 10px 0;
	position: absolute;
	bottom: 0;
}
#content p {
	margin: 0 0 10px 0;
}
#content-header h1 a {color: #000;}
#content-header h1 a:hover {text-decoration: underline;}
span#h1 {font-size: 2.5em; font-weight: 700; left: 0;}
span#h1 a {color: #000;}
span#h1 a:hover {text-decoration: underline;}
#content-header span#nett-sponsor {
	display: block;
	position:absolute;
	bottom:15px;
	right: 72px;
        width: 195px;
}
#content-header span span {
	font-size:1.2em;
	color:#555;
	font-weight: bold;
	padding: 0 10px 0 0;
}
#content-header span#nett-sponsor a.partner-logo-img-link {
	position: absolute;
        right: -63px;
        top: -20px;
}
#content-header span#nett-sponsor a.more-info {
    color: #555;
    text-decoration: underline;
}
#content-header span#nett-sponsor a.more-info:hover {
    color: #000;
}
#content {
	/*height: 850px;*/
	width: 660px;
	padding-bottom: 15px; 
	float: left;
	position: relative;
}
.content-inner {
	margin:10px;
}
#wrapper > #content {
	height: auto; 
	/*min-height: 860px;*/
}

#side-column {
	float:right;
	width:300px;
	overflow:hidden;
}
#side-column .content-box {width: 298px; margin: 0 0 10px 0; float:none;}
#side-column .list-box { float: none; width: 280px; padding-bottom:40px;}

/** ARTICLE **/
#article
{
	display: block;
	width: 665px;
	float: left;
	position: relative;
}
#article h1
{
	display: block;
	background: #b40e16;
	font-size: 1.8em;
	color: #fff;
	padding: 5px;
	margin: 0 0 5px 0; 
}
#article h3  {font-size: inherit; font-weight: normal; text-transform: uppercase;}
#article ol, #article ul {margin: 10px 0 10px 25px;}
#article h3.border {
	border-top:1px solid #000;
	margin:10px 0;
	padding: 5px 0 0 0;
	clear: both;
	font-weight: bold;
	text-transform: none;
}
#article hr {
	border-top: 1px solid #000;
}
#article p {margin: 0 10px 10px 0;}
#article .important {
	margin: 0 0 15px 0;
	display:block;
	font-weight:bold;
	font-style:italic;
	line-height:1.5em;
	list-style:none;
}
#article .important li {
	background:none;
}
#article span.pull-quote
{
	display: block; 
	margin: 1em 0;
	font-size: 2em; 
	font-family: Georgia, Arial, Verdana, sans-serif;
	font-style: italic;
	font-weight: bolder;
	text-align: center;
	line-height: 1.4em;
}
#article a.download, #article span.download
{
	display: block; 
	float:left;
	height: 22px; line-height: 22px;
	margin: 0 0 1em 0;
	padding: 0 0 0 27px;
	background-image: url("images/download_article.png");
	background-repeat: no-repeat;
	background-position: left;
	font-weight: bold;
	font-size: 12px;
}
#article .download-message {
	display:block;
	padding: 3px 0 0 40px;
}
#article .download-message a {
	color:#000;
	padding-bottom:2px;
	background: url(images/dotted-black-link.gif) repeat-x 0 100%;
}
#article .download-message a:hover {
	background:#eee url(images/dotted-black-link.gif) repeat-x 0 100%;
}
.download-content {
	display:block;
	clear:both;
}

#article .download-pack {
	background:#EDEDED;
	padding:10px;
	margin:10px 0;
	height:1%;
	overflow:hidden;
}

#article a.download:hover {text-decoration: underline;}
#article div.border-bottom {border-bottom: 1px solid #333 !important;}
span.article-image
{
	display: block;
	float: right;
	background: #e4e4e6;
	width: 335px;
	margin: 0 5px 5px 10px;
}
span.small-img {width: 95px;}
span.medium-img {width: 200px;}
span.large-img {width: 335px;}
div#article > span.article-image {
	margin-right: 10px;
}


span.article-image span {
	display: block;
	margin: 5px 5px 10px 5px;
}

a.more-button {
	height: 21px;
	background: url('images/more_button_extra_large.gif') no-repeat 0 0;
	color: #fff;
	font-size: 12px;
	padding: 0 0 0 20px;
	position: absolute;
	right: 10px;
	bottom: 10px;
	cursor: pointer;
}
a.more-button span {
	display: block;
	line-height: 21px;
	background: url('images/more_button_extra_large.gif') no-repeat 100% 0;
	padding: 0 10px 0 0;
}

a.form-button, a.form-button-left {
	height: 21px;
	background: url('images/form_button_extra_large.gif') no-repeat 0 0;
	color: #fff;
	font-size: 12px;
	padding: 0 0 0 20px;
	float: right;
	cursor: pointer;
}
a.form-button-left {float: left;}
a.form-button span, a.form-button-left span {
	line-height:22px;
	display:block;
	background: url('images/form_button_extra_large.gif') no-repeat 100% 0;
	padding: 0 20px 0 0;
}

button.form-button-small, button.form-button-medium, button.form-button-large {
	width: 75px; height: 21px;
	border: none;
	background: url('images/form_button_small.gif') no-repeat 100% 0;
	color: #fff;
	cursor: pointer;
	float: right;
	margin-left: 5px;
	text-align: center;
	line-height: 21px;
}
button.form-button-medium {
	background: url('images/form_button_medium.gif') no-repeat 100% 0;
	width: 100px;
}
button.form-button-large {
	background: url('images/form_button_large.gif') no-repeat 100% 0;
	width: 150px;
}
.stdForm .buttonHover, .stdForm button:hover  {text-decoration: underline;}
a.more-button:hover, a.form-button:hover, a.form-button-left:hover, 
button.form-button-small:hover, button.form-button-medium:hover, button.form-button-large:hover 
{text-decoration:underline;}  

#side-column .no-more-button {padding-bottom: 20px;}

.link-list {margin: 0.5em 0 1em 0; padding-left: 0.8em; list-style-type: disc;}
.link-list li {margin: 0 0 0 5px; }
.link-list li a {color: #666;}
.link-list li a:hover {color: #000;}

.category-box {
	width: 325px; height: 360px;
	padding: 0 0 10px 0; 
	position: relative;
}
#category .list-box {
	float:right;
	width: 280px;
	height: 352px;
}

div#wrapper > .category-box {height: auto; min-height: 360px;}

.list-margin {
	/*margin: 0 0 0 25px;*/
}
.list-margin li a {color: #000;}
.list-margin li a:hover {text-decoration: underline;}

.nett-partners {
	width: 228px; height: 147px; 
	float: none;
}
.nett-partners ul {
	overflow: hidden;
	list-style:none;
	height: 85px;
	padding:0 5px 0 0;
}
.nett-partners ul.sponsored {
	height: 100px;
}
.nett-partners li {
	float:left;
	height: 85px; 
}
.nett-partners li.sponsored {
	height:100px;
}
#side-column .nett-partners {
	width:auto;
}
#side-column .nett-partners ul {
	width: 293px;
}
/*.nett-partners span.logo {margin: 0 5px 5px 5px; float: left; display:block; height:85px;}*/

.nett-partners span.logo {margin: 0; display:inline; text-align:right;}
.nett-partners  img {
	padding:5px 0 0 5px;
	float:right;
}
.nett-partners span.logo a{
	display:inline !important;
}
.nett-partners p, .nett-partners h4 {
	padding:  0 5px 0 8px;
}
.nett-partners #scroll-nav {display: none; position: absolute; bottom: 7px; right: 10px;}
.nett-partners #scroll-nav a:hover {text-decoration: underline;}

.picture-text-list {
	list-style-type: none;
}
.keyword {
	background:#F0EFF7; 
}
.category-box .picture-text-list li, .content-box .picture-text-list li{ 
	padding: 0 10px 10px 10px; 
}
.picture-text-list li { padding: 0 0 1em 0; clear:both;}
.picture-text-list li div {display: inline;}
.picture-text-list img {float: left; margin: 0 0.7em 10px 0}
.picture-text-list h3 {display: inline;}
.picture-text-list h3 a:hover {text-decoration: underline;}
.blog-list-posts {float: right;}
a.dotted-link, .content-body a {
	background: transparent url('images/dotted-black-link.gif');
	background-repeat: repeat-x;
	background-position: 0 95%;
	padding-bottom: 2px;
	margin: 0;
	color: #000;
}
a:hover.dotted-link, .content-body a:hover {background-color: #eee !important;}
#side-column .blogger-profile {height: 1%; overflow:hidden; padding-bottom: 10px;}
.blogger-profile img, .blogger-profile div {
	float: left;
}
#article .comment-list {margin: 0;}
#article .comment-list li {
	padding:5px;
}
.blogger-profile div {width: 175px; padding: 0 0 0 10px;}
.blogger-profile a {color: #000;}
.blogger-profile a:hover {text-decoration: underline;}
.blog-list, .post-list {
	line-height: 1.4em;
}
.blog-list h3 {display: inline; float: left;}
.blog-list li div p {
	margin: 0 0 5px 0;
}

.post-list li span, .blog-list li div span {font-style: italic; display: block; margin-top: 4px;}
.blog-list li div span {clear: right;}
.post-list li p {margin: 0 0 5px 0;}
.post-list li h2 a:hover {text-decoration: underline;}

.bottom-button-container {display: block; position: relative; padding: 0 0 40px 0;}
span.page-info {
	font-weight:normal;
	font-style:normal;
}
.pagination {
	position: absolute;
	font-size: 12px;
	right: 5px;
	bottom: 5px;
}
.pagination ul {list-style-type: none;}
.pagination ul li {float: left;}
.pagination ul li a {
	display: block; 
	padding: 2px 4px;
	margin: 0 0 0 2px;
	background : #fff;
	color: #ea0203;
	border: 1px solid #ea0203; 
	cursor: pointer;
	line-height: 16px;
}
.pagination ul li a:hover, .pagination ul li a.active {
	color: #fff;
	background-color: #ea0203 !important;
}
.blogger-profile h2.black-header {
	color: #000;
	font-size: 1.25em;
}
.odd {
	background: #f0f0e6; 
	padding: 10px;
	margin: 0 0 10px 0;
}
li.odd .comment-info {
	display: block;
	font-style: italic;
	margin: 0 0 10px 0;
}

a.external, span.external, li.external {padding: 0 5px 0 0;}
a.external h3 {padding-right: 30px;}
a.external img, span.external img, li.external img, h3.external img {display: inline; padding: 0 0 0 2px !important; float: none;}
h3.external a {float: left;}
h3.external img {float: left; display: block;  width: 11px; height: 11px;}
 
.credit-and-date {
	font-style: italic;
	display: block;
	clear: both;
}

.list-margin {
	margin: 0 0 0 10px;
}
.square-list-type, .blue-list, .black-list  {
	list-style-type: none;
}
.square-list-type li,.square-list-type-dark li {
	display:block;
	padding: 0 0 0 10px;
	height:1%;
	background: url('images/small-square.gif') no-repeat 0 8px;
}
.square-list-type > li {
	height:auto;
}
.square-list-type-dark li {background: url('images/small-square-dark.gif') no-repeat 0 8px;}

.black-list li {
	background: url('images/black-dot.gif') no-repeat 0 8px;
	display:block;
	padding: 0 0 0 10px;
	height:1%;
}
.blue-list li {
	background:#fff url('images/blue-dot.gif') no-repeat 0 8px;
	padding: 0 0 0 10px;
	height:1%;
}
.square-list-type a {color: #666;}
.square-list-type a:hover {text-decoration: underline;}
.rss-list {
	list-style-type: none;
	margin: 0;
}
.rss-list li {
	background: url('images/rss.gif') no-repeat 0 3px; 
	padding: 0 0 0 18px; margin: 5px 0 0 15px;
}
.rss-list li.header {
	display: block; 
	padding: 0; 
	margin: 10px 0; 
	font-weight: bolder;
	background: none;
}
.rss-list li a:hover {
	text-decoration: none;
}
.sitemap-lhs {width: 305px; background: #ebf5ff; float: left;}
.sitemap-lhs h2, .sitemap-rhs h2 {margin: 10px; color: #36659b;}
.sitemap-lhs ul, .sitemap-rhs ul {list-style-type: none; padding-bottom: 20px;} 
.sitemap-lhs ul li {margin-left: 20px !important;}
.sitemap-lhs ul li, .sitemap-rhs ul li {margin: 1px 0;}
.sitemap-lhs ul li.header, .sitemap-rhs ul li.header {font-weight: bold;}
.sitemap-lhs li.header ul, .sitemap-rhs li.header ul  {
	margin: 10px 0 10px 10px;
	padding: 0;
}
.sitemap-lhs ul ul li, .sitemap-rhs ul ul li {font-weight: normal; margin-left: 0 !important; padding-bottom: 2px}
.sitemap-rhs {width: 305px; background: #e6e6e6; float: right;}
.sitemap-rhs ul li {margin-left: 20px !important;}

.related-header {
	color: #006699;
	margin:10px 0 0 0;
	clear: both;
}
.related-list {margin: 5px 0 10px 25px !important; list-style-type: none;}
.related-list li {padding-bottom: 1px;}
.admin-action {clear:both;}
.strong-text {font-weight: bold; margin: 10px 0 10px 0;}
.content-body {padding: 0 10px 20px 10px; position: relative; height: 1%; overflow: hidden;}
.field-label {display: block; width: 150px !important; float: left;}
.radiooption {width: 150px; float: left;}
.radiooption input {float: left;}
.radiooption span {float: left; display: block; width: 120px;}

a.polls-image 
{
	display: block;
	width: 175px;
	height: 120px;
	text-align: center;
	float: left;
	margin: 0 10px 10px 0;
	border: 1px solid #dcdcdc;
}
a.polls-image img {
	float: none !important; 
	margin: 0 !important;
	display: inline;
}

div.poll-description h3.legends {
color:#ff0000;
padding-bottom:10px;
}

div.poll-description h4.legends {
color:#ff0000;
padding-bottom:4px;
}

#survey {clear: both; padding: 10px 0; margin: 0 10px; border-top: 1px solid #000;}
#survey h2 {margin: 0; padding: 0; background: none; color: #000; font-size: 1.7em; color: #cf0b15;}
#survey h2 span {color: #000;}
#survey button {margin-bottom: 10px;}
#survey div.register-subscriber {margin: 0; margin-bottom: 10px; padding-left: 50px;}
#survey .subscribe-container {width: auto !important;}
#survey .competitionForm fieldset {position: relative; margin-top: 2.5em;}
#poll fieldset legend {color: #666 !important; font-weight: bold; font-size: 1.2em; line-height: 2em;}
#poll fieldset, #poll fieldset h3, #poll fieldset p {clear: both;}
#poll fieldset p, #poll fieldset h3  {margin: 10px 0;}
.poll-list {
	height: 1%;
	overflow: hidden;
	display: block; 
	margin: 10px 10px 20px 10px; 
	list-style-type: none;  
}
.busySignal {
	position: absolute;
	background:#fff url('/css/images/spinner.gif') no-repeat 50% 50%;
}
.poll-list li {float: left; width: 300px; margin: 1px 2px 1px 0;}
.poll-list > li {margin: 2px 2px 2px 0;}
.poll-list li input {margin-right: 10px; float: left;}
.poll-list li label {float: left; display: block; width: 270px;}

.poll-list li.poll-other {padding: 0 0 0 30px; width: 150px;}
.poll-list li.poll-other label {float: left;}
.poll-list > li.poll-other {padding: 0 0 0 22px;}

.poll-list li.list-clear {clear: both; float: left;}
.poll-description {padding: 0 10px 10px 10px;}
.poll-description img {float: right; margin: 0 0 10px 10px;}
.survey-description img {float: left; margin: 0 10px 10px 0;}
.poll-form {
	clear: both;
	border: 0 !important; 
	margin: 0 !important; 
	width: 570px !important;
	padding:25px;
}

.competitionForm {display: block; height: 1%; overflow: hidden;}
.competitionForm textarea {margin: 0; width: 301px !important; height: 100px; font-size: 12px;}
.competitionForm legend span {
	font-weight: bold;
	font-size: 1.3em;
	color: #000; 
	position: absolute;  
	left: 0; 
	top: -1.5em;
}
.competitionForm h3 {font-size: 1.2em;}
.competitionForm div.registration {width: 630px; padding: 35px 0 !important;}
.competitionForm div.stdForm {margin: auto; width: 500px;} 
#stdForm .competitionForm p {padding-bottom: 0;} 
.competitionForm div.inputRow {padding: 10px 0 0 0; margin: 0;}
.competitionForm span.descriptive-label {display: block; margin-top: 10px;}
.competitionForm label.subscribe-label {background: #ebf5ff; padding-left: 0;}

.register-subscriber p {margin-bottom: 0;}
.register-subscriber {background: #ebf5ff; padding: 10px 10px 10px 50px; height: 1%; overflow: hidden;} 
.subscribe-container {margin: 0 auto !important; width: 560px; padding: 40px; background: #ebf5ff; border: none; height: 1%; overflow: hidden; clear: both;}
.subscribe-container form {border: 1px solid #cedce9; padding: 10px;}
.subscribe-container h2 {background: none; color: #336596; padding-left: 0;}
.subscribe-container select {width: 301px;}
.subscribe-container div.inputRow label {width: 150px;}
.subscribe-container .stdForm {width: auto !important;}
span.subscriber-interests {display: block; padding: 10px 0 !important; clear: both;}
#unsubscribe-form div.formErrorMessage {margin-left: 150px;}

.forgotten-password {
	display: block;
	width: 150px;
	text-align: center;
	margin-left: 127px !important; 
}
#subscription-offers li {
	list-style: none;
}
.offer-selection {
	
}
.offer-selection ul{
	list-style:none;
	padding:5px 10px 10px 0;
}
#content .stdForm .offer-selection li {
	display:block;
	float:none;
}
#content .stdForm .offer-selection label {
	width:auto;
	display:block;
	float:none;
}
.offer-selection span  {
}

#subscription-offers h3 {
	color: #336596;
	font-size: 1.1em;
	border-bottom: 1px solid #ddd;
	margin: 0 0 5px 0;
}
#tandc-display {
	clear: both;
	width: 530px;
	height: 300px;
	padding: 2px;
	overflow: auto;
	background: #fff;
	border: 1px solid #a5acb2;
}
#tandc .inputArea {
	margin: 5px 0 0 150px;
}
#tandc .inputArea .checkoption {
	width: 50px;
}
#tandc .checkoption {
	width: 400px;
}
#tandc-anch {
	cursor: pointer;
}
#landingPageQuestions p.small {
    font-size:0.8em;
}
/*.market-images ul {
    list-style: none;
    padding: 0;
    overflow: auto;
}
.market-images li {
    list-style: none;
    padding: 0;
    margin: 8px 5px 0 0;
    float: left;
}*/
/*.market-images td {
    padding: 0;
}

.market-images td a{
    margin: 0 6px 0 0;
}*/
.market-images td{
    padding: 8px 5px 0 0;
}

#hero-feature {

	height: 336px;
}
#hero-feature .item {
	position: absolute;
	left: 0;
}
#hero-feature .item .item-holder {
    position: relative;
}
#hero-items {
	position: relative;
	width: 361px;
	height: 336px;
	overflow: hidden;	
}
#slideshow-controls {
	position: relative;
	bottom: 110px;
	left: 228px;
}
#slideshow-controls a {
	text-indent: -9999em;
	border: 1px solid #E52500;
	/*background: transparent url(/css/images/slideshow-control-sprite-24.png) no-repeat 0 0;*/
	display: block;
	width: 21px;
	height: 14px;
	float: left;
	margin-right: 4px;
}
#slideshow-controls a.active {
	outline: none;
	-moz-outline-style: none;
        background: #E52500;
}
/*ul.socials {
    overflow: auto;
    list-style: none;
}
ul.socials li {
    list-style: none;
    float: left;
    margin-left: 5px;
}*/
ul#most-bottom-menu li.social-media {
    background: none;
    float: right;
    padding: 0;
    margin: 0 0 0 10px;
}
ul#most-bottom-menu li.social-media a{
    text-indent: -999em;
    font-size: 0;
    display: block;
    width: 26px;
    height: 26px;
    background-image: url('/css/images/social-links.png');
    background-repeat: no-repeat;
}
ul#most-bottom-menu a.twitter {
    background-position: 0 0;
}
ul#most-bottom-menu a.facebook {
    background-position:  -26px 0;
}
div#content-header.market-place {
    height: 50px;
    border-bottom: 4px solid #DA1F00;
}
.market-place h1{
    text-transform: uppercase;
    font-size: 1.5em;
    margin: 0;
    top: 15px;
}
#content-header span.more {
    display: block;
}
#islandad1-wrap {
	float: right;
	margin-bottom: 2px;
	margin-right: 2px;
}
#islandad2-wrap {
	float:right;
	margin-right: 2px;
}