﻿/* www.lawnandlandscape.com */
/* MainStyle.css */

/* Layout */
* { 
    padding: 0; 
    margin: 0; 
}

body {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 11px;
    background-color: #f2efd1;
    /*background-color: #8f8c50;
    background-image: url('/Images/GradientBG.gif');
    background-repeat: repeat-x;*/
}

p {
    margin-bottom: 6px;
}

/* Site Container */
#wrapper { 
    margin: 0 auto;
    width: 995px;
    background-color: #fff;
    padding: 0 9px 0 9px;
    /*min-height: 800px*/
}

/* Top */
#header {
    width: 995px;
    float: left;
    height: 114px;
    background-color: #000;
}

.logo {
    float: left;
    padding: 21px 8px 0 8px;
}

/* Advertisement */
#leaderboard {
    float: left;
    padding: 13px 0 0 0;
}

/* Primary Navigation */
#nav {
    height: 34px;
    float: left;
    width: 724px;
    background-image: url('/Images/NavBG.jpg');
    background-repeat: repeat-x;
    background-color: #5f9041;
    margin-top: 3px;
}

#nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-left: 5px;
}

#nav li {
    margin-right: 13px;
    padding: 0;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: -0.5px;
    float: left;
}

#nav li a {
    text-decoration: none;
    color: #fff;
    display: block;
    padding: 9px 4px;
    line-height: 16px;
}

#nav li.selected a {
    background: url("/images/menu_corner_left.gif") no-repeat left top;
}

#nav li.selected {
    background: #003333 url("/images/menu_corner_right.gif") no-repeat right top;
}

#nav li img {
    margin: 15px 0 0 -9px;
    float: left;
}

/* Login */
#login {
    margin-top: 3px;
    background-image: url('/Images/LoginBG.jpg');
    background-repeat: repeat-x;
    float: left;
    text-transform: lowercase;
    padding: 0 0 4px 4px;
    background-color: #235111;
    color: #fff;
    height: 30px;
    width: 267px;
}

#login .lbl {
    font-size: 11px;
    color: #fff;
    text-decoration: none;
}

#login .txt {
    width: 75px;
    height: 13px;
    font-size: 11px;
    margin: 0;
    padding: 0;
}

#login .btn {
    position: relative;
    left: -16px;
    top: 7px;
}

/* Sub Navigation */
#tabcontent {
    height: 22px;
    background-color: #003333;
    float: left;
    width: 744px; /* 821px before subscribe button added */
    padding-bottom: 9px;
}

#tabcontent ul {
    margin: 0;
    list-style-type: none;
    padding: 9px 0 0 9px;
    display: none;
}

#tabcontent ul.selected 
{
    display: block;
}

#tabcontent ul li {
    display: inline;
    text-transform: lowercase;
}

#tabcontent ul li a {
    display: block;
    float: left;
    text-decoration: none;
    color: #fff;
    border-left: solid 1px #fff;
    padding: 0 6px;
}

#tabcontent li.current a { 
    font-weight: bold;
}

#tabcontent li.first a {
    border-left: none;
    padding-left: 0;
}

/* Site Search */
#sitesearch {
    border-bottom: solid 1px #335c5c;
    background-color: #003333;
    text-align: right;
    height: 26px;
    float: left;
    color: #fff;
    text-transform: lowercase;
    padding-right: 9px;
    padding-top: 4px;
    width: 242px; /* 165px before subscribe button added */
}

#sitesearch .lbl {
    font-size: 11px;
    color: #fff;
    text-decoration: none;
}

#sitesearch .txt {
    width: 85px;
    height: 13px;
    font-size: 11px;
    margin: 0;
    padding: 0;
}

#sitesearch .btn {
    position: relative;
    top: 3px;
}

/* Left Container */
#leftcolumn {
    background-color: #fff;
    width: 137px;
    float: left;
    padding-top: 9px;
    color: #000;
}

#leftcolumn h1 {
    color: #8c8a4e;
    margin-bottom: 11px;
    text-transform: lowercase;
    font-size: 11px;
}

/* Sponsor Buttons */
.sponsorlist {
    width: 135px;
    border: solid 1px #a3a272;
    padding: 6px 0;
    text-align: center;
}

.sponsorlist div {
    padding-bottom: 11px;
}

/* Marketplace Menu */
.marketplacemenu {
    background-image: url('/Images/MPMHeader.jpg');
    background-repeat: no-repeat;
    background-color: #E9E6C2;
    width: 123px;
    border: solid 1px #a3a272;
    padding: 36px 6px 6px 6px;
    text-align: center;
}

.marketplacemenu h2 {
    text-align: left;
    margin: 0;
    margin-bottom: 4px;
    font-size: 9px;
    color: #8c8a4e;
    text-transform: uppercase;
}

.marketplacemenu ul {
    margin: 0 0 6px 0;
    list-style: none;
    padding: 0;
}

.marketplacemenu li {
    text-align: left;
    padding: 4px 0 4px 0;
    border-top: dashed 1px gray;
}

.marketplacemenu li a {
    font-size: 9px;
    color: #000;
    text-decoration: none;
    display: block;
}

.marketplacemenu li a:hover {
    background-color: #003333;
    color: #fff;
}

.noresults {
    text-align: left;
    display: block;
    padding-bottom: 12px;
    padding-top: 0;
    margin-top: 0;
}

.title {
    padding: 0 0 6px 0;
    margin-bottom: 6px;
    display: block;
    color: #235111;
    font-weight: bold;
}

/* Middle Container */
#content {
    padding: 9px 9px 0 9px;
    background-color: #fff;
    float: left;
    color: #010101;
    width: 720px;
    display: inline;
    min-height: 920px;
}

#content ul, ol {
    margin-left: 9px;
    margin-bottom: 9px;
    padding: 0;
    list-style-position: inside;
}

#content li {
    margin: 4px 0;
}

.box {
    border: solid 1px #a3a272;
    margin-bottom: 9px;
    float: left;
    background-color: #fff;
    width: 718px;
}

/*.box li {
    list-style-position: inside;
}*/

.box a {
    color: #000;
    text-decoration: none;
}

.box p a, .box p a:hover {
    color: #235111;
    font-weight: bold;
    text-decoration: underline;
}

.box a:hover {
    text-decoration: underline;
}

.box ul li a, .box ul li a:hover {
    color: #235111;
    font-weight: bold;
    text-decoration: underline;
}

.box h1, .box h3 {
    background-color: #336633;
}

.box h2 {
    font-size: 12px;
    text-align: center;
    padding: 9px;
}

.box h3 {
    margin: 0;
    padding: 2px 9px;
    font-size: 12px;
    color: #fff;
    border-top: solid 1px #a3a272;
    font-weight: normal;
} 

.box h3 a {
    color: #fff;
}

.box h1, #section h2 {
    margin: 0;
    padding: 2px 9px;
    font-size: 12px;
    color: #fff;
    border-bottom: solid 1px #a3a272;
    text-transform: uppercase;
    font-weight: normal;
}

.box h4, .box h5 {
    font-size: 11px;
    font-weight: normal;
}

/*.box p {
    margin: 0;
    padding: 0;
}*/

.box table {
    margin: 9px;
}

.box table hr {
    width: 100%;
    border: 0;
    height: 1px;
    color: #a0a0a0;
    background-color: #a0a0a0;
}

.box hr {
    width: 98%;
    border: 0;
    height: 1px;
    color: #a0a0a0;
    background-color: #a0a0a0;
}

.box img {
    padding-right: 4px;
}

.boxoverride table {
    margin: 0;
    text-align: left;
    position: relative;
    z-index: 10;
}
    
.headline {
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
}

.headline a {
    text-decoration: none;
}

li.nolist {
    list-style-type: none;
    list-style-position: outside;
}

a.alternatelink {
    color: #003333;
}

.alternate {
    background-color: #edede5;
}

#breadcrumbs ul {
    list-style-type: none;
    margin: 9px;
}

#breadcrumbs li {
    display: inline;
    margin: 0;
    padding: 0;
}

#breadcrumbs li a {
    text-decoration: none;
}

.inlinelist ul {
    margin: 9px 0;
    padding: 0;
    list-style: none;
}

.inlinelist li {
    padding: 0 9px;
    display: inline;
}

.inlinelist li a {
    color: #000;
    text-decoration: underline;
}

.inlinelist li a.selected {
    color: silver;
}

/* Rating */
.ratingStar {
    font-size: 0pt;
    width: 13px;
    height: 13px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    position:relative;
    z-index:10;
}

.filledRatingStar {
    background-image: url(../Images/StarSolid.gif);

}

.emptyRatingStar {
    background-image: url(../Images/Star.gif);
}

/* Video Player */
#player1
{
    padding: 9px 1px 9px 7px;
}

#player1.smallplayer {
    height: 180px; 
    width: 240px;
}

.zindexswitch {
    position:relative;
    z-index:0;
}

.zindexswitch:hover {
    position:relative;
    z-index:2;
}

/* Form Styles */
.form {
    font-family: Arial;
    font-size: 11px;
}

.dropdownlist {
    width: 122px;
}

.label {
    width: 50px;
    display: block;
    float: left;
    clear: left;
}

.multitxt {
    border: solid 1px #acacac ; /* gray */
    padding: 4px 2px 0 2px;
}

.txt {
    border: solid 1px #acacac ; /* gray */
    font-size: 12px;
    padding: 4px 2px 0 2px;
    padding-left:10px;
    /*vertical-align: middle;*/
}

/*Reorder List*/
.dragHandle {
	cursor:move;
	border:outset thin white;
    text-align:center;
}

.callbackStyle {
	border:thin blue inset;		
}

.callbackStyle table {
	background-color: #5377A9;	
	color:Black;
}

.reorderListDemo li {
	list-style:none;
	margin:2px;
	/*background-image:url(images/bg_nav.gif);
	background-repeat:repeat-x;
	color:#FFF;*/
}

.reorderListDemo li a {color:#FFF !important; font-weight:bold;}

.reorderCue {
	border:dashed thin black;
	width:100%;
	height:100%;
}

.itemArea {
	margin-left:15px;
	font-family:Arial, Verdana, sans-serif;
	font-size:1em;
	text-align:left;
}

/* Pop-up */
.modalbackground {
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.modalpopup {
    background-color: #fff;
    border: solid 1px #a3a272;
    text-align: left;
    width: 450px;
}

.modalpopup p {
    padding: 9px;
}

/* Home Page */
/* Top Story */
#topstory {
    width: 356px;
    /*background-color: #ddddcd;*/
    min-height: 235px;
}

/*#topstory h1 {
    background-color: #000;
}*/

#topstory dt img {
    float: left;
    /*padding-right: 4px;*/
}

#topstory dd {
    line-height: 1.4;
}

/* Featured Video */
#featuredvideos {
    width: 356px;
    min-height: 235px;
    /*background-color: #ddddcd;*/
}

/*#featuredvideos h1 {
    background-color: #993300;
}*/

#featuredvideos ul {
    float: left;
    padding-left:0;
    margin-top: 7px;
    list-style-type: none;
}

#featuredvideos li.selected {
    /*background-color: #ddddcd;*/
    background-color: #E9E6C2;
    border-top: solid 1px #993300;
    border-bottom: solid 1px #993300;
}

#featuredvideos li {
    width: 89px;
    margin: 0;
    /*border-top: solid 1px #993300;*/
    padding: 2px 2px 9px 2px;
    /*background-color: #d6cab6;*/
}

#featuredvideos a {
    text-decoration: none;
}

/* Headline News */
#headlinenews {
    width: 444px;
    min-height: 217px;
    /*background-color: #bccdbc;*/
}

/*#headlinenews h1 {
    background-color: #003333;
}*/

#headlinenews ul {
    list-style-type: square;
    color: #003333;
    list-style-position: outside;
    padding-left: 14px;
    margin-top: 6px;
}

#headlinenews a.alternatelink {
    color: #003333;
}

#headlinenews a:hover {
    text-decoration: underline;
}

/* Featured Products */
#featuredproducts {
    width: 268px;
    min-height: 217px;
    /*background-color: #ddbcab;*/
}

/*#featuredproducts h1 {
    background-color: #993300;
}*/

#featuredproducts dl {
    padding: 9px;
    height: 54px;
}

#featuredproducts dt img {
    float: right;
}

/* Current Issue */
#currentissue {
    width: 534px;
    min-height: 148px;
}

#currentissue h1, #currentissue h2 {
    background-color: #336633;
    text-align: center;
}

#cover {
    float: left; 
    width: 126px;
}

#cover dl {
    padding: 9px 0;
}

#cover dt, #cover dd {
    text-align: center; 
    width: 126px;
}

#section h2 {
    width: 118px;
    font-weight: bold;
}

#section .sectionlink {
    color: #fff;
}

#section .sectionlinkselected {
    font-weight: bold;
    color: #fff;
}

#section .sectionlinkselectedcontainer {
    background-color: #5f9041;
}

#categories {
    float: left; 
    width: 381px; 
    padding: 0;
}

#categories table {
    margin: 2px;
}

.magarticlelink {
    display: block; 
    padding-top: 2px; 
    padding-bottom: 2px; 
    font-size: 11px;
}

/* Poll */
#poll {
    width: 394px;
    min-height: 248px;
}

/*#poll h1 {
    background-color: #336633;
}*/

#poll .lbl {
    font-size: 11px;
    color: #336633;
    text-decoration: none;
    text-transform: lowercase;
}

#poll .btn {
    position: relative;
    left: -16px;
    top: 7px;
}

#poll ul {
    list-style: none;
    list-style-position: outside;
    margin: 6px 6px 0 6px;
    border: dashed 1px #a3a272;
}

#poll li {
    padding: 0 6px 6px 6px;
}

#searchnews {
    height:200px;
    position:relative;
}

#searchnews:hover {
    position:relative;
    z-index:2;
}

#searchclients {
    height:189px;
}

/* Bottom Banner */
#banner {
    text-align: center;
    width: 468px;
    margin: 9px auto 9px auto;
}

/* Right Container */
#rightcolumn { 
    padding-top: 9px;
    background-color: #fff;
    width: 120px;
    float: left;
}

#footer {
    margin: 9px 0 0 0;
    padding: 5px;
    width: 977px;
    clear: both;
    color: #FFF;
    background-color: #000;
    height: 25px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: -1.1px;
}

#footer a {
    color: #fff;
}

/* Business Breakthrough */
#breakthrough h4 
{
    color: #298639; font-family: Arial, Helvetica, Sans-Serif;
    font-size: 14px;
}

#breakthrough p
{
    margin: 1em 0;
}

#breakthrough a 
{
    color: #235111;
    text-decoration: none;
}

#learnmore 
{
    float: right;
    width: 178px;
    border: 1px solid #gray;
    margin-left: 10px;
    margin-bottom: 10px;
    border: solid 1px Gray;
}

#learnmore h2
{
    background-color: #298639;
    color: #fff;
    padding: 4px;
    font-size: 12px;
}

#learnmore ul 
{
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
    margin: 0 0 20px 1em;
}

#learnmore ul li 
{
    list-style: none;
    background: url('/Images/BreakthroughArrow.jpg') no-repeat 0px 1px;
    padding-left: 12px;
}

#learnmore a, #learnmore a:hover
{
    color: #000;
    text-decoration: none;
    font-weight: normal;
}

/* Generic Classes */
.rightspacing {
    margin-right: 4px;
}

.addpadding {
    padding: 9px;
}

.topmargin {
    margin-top: 9px;
}

.bottommargin {
    margin-bottom: 9px;
}

.center {
    text-align: center;
}

.bold {
    font-weight: bold;
}

.fineprint {
    font-size: 9px;
}

a.underline {
    text-decoration: underline;
}

.floatleft {
    float: left;
}

img.floatleft {
    margin: 0 4px 4px 0;
}

.floatright {
    float: right;
}

img.floatright {
    margin: 0 0 4px 4px;
}

.clearleft {
    clear: left;
}

.clearright {
    clear: right;
}

.clearboth {
    clear: both;
}

.dottedbox {
    border: dashed 1px #a3a272;
    padding: 3px 6px 14px 6px;
    margin: 6px;
}

.indent {
    padding-left: 9px;
}

.indentdouble {
    padding-left: 23px;
}

.message {
    color: #235111;
    font-weight: bold;
}

a.message {
    color: #235111;
    font-weight: bold;
    cursor: pointer;
}

.error {
    color: #ff0000;
    font-weight: bold;
}

.block {
    display: block;
}

a.morelink {
    color: #235111;
    font-weight: bold;
    text-decoration: underline;
    text-transform: lowercase;
    float: right;
    margin: 4px;
}