/* pag1*/
*
{
    margin: 0;
    padding: 0;
}
body
{
    background-color: #FDFDF5;
}
#mainframe
{
    margin: 0 auto;
    width: 950px;
    line-height: 15px;
    font-family: Arial, Verdana;
    font-size: 12px;
    color: #848589;
}

/* Header side - includes main menu, getting started & newsletter signup links, logo image  */
#header
{
    height: 140px;
    margin-bottom: 10px;
}
#header .logodiv
{
    float: left;
}

#gettingstartedlinks
{
    font-family: Arial, Verdana;
    font-size: 12px;
    text-align: right;
}

#gettingstartedlinks a
{
    color: #848589;
    text-decoration: none;
    cursor: pointer;
}

#gettingstartedlinks a:hover
{
    color: #ff7300;
}


#header .menudiv
{
    float: left;
    margin-top: 10px;
}

#header .menudiv .l1
{
    margin-left: 25px;
    width: 162px;
    height: 61px;
    display: block;
    float: left;
    background-image: url("../Images/b_why.gif");
}
#header .menudiv .l1:hover
{
    background-image: url("../Images/b_why_o.gif");
}

#header .menudiv .l1selected
{
    margin-left: 25px;
    width: 162px;
    height: 61px;
    display: block;
    float: left;
    background-image: url("../Images/b_why_o.gif");
}

#header .menudiv .l2
{
    margin-left: 25px;
    width: 101px;
    height: 61px;
    display: block;
    float: left;
    background-image: url("../Images/b_find.gif");
}
#header .menudiv .l2:hover
{
    background-image: url("../Images/b_find_o.gif");
}

#header .menudiv .l2selected
{
    margin-left: 25px;
    width: 101px;
    height: 61px;
    display: block;
    float: left;
    background-image: url("../Images/b_find_o.gif");
}

#header .menudiv .l3
{
    margin-left: 25px;
    width: 122px;
    height: 61px;
    display: block;
    float: left;
    background-image: url("../Images/b_findact.gif");
}
#header .menudiv .l3:hover
{
    background-image: url("../Images/b_findact_o.gif");
}

#header .menudiv .l3selected
{
    margin-left: 25px;
    width: 122px;
    height: 61px;
    display: block;
    float: left;
    background-image: url("../Images/b_findact_o.gif");
}

#header .menudiv .l4
{
    margin-left: 25px;
    width: 70px;
    height: 61px;
    display: block;
    float: left;
    background-image: url("../Images/b_conn.gif");
}
#header .menudiv .l4:hover
{
    background-image: url("../Images/b_conn_o.gif");
}

#header .menudiv .l4selected
{
    margin-left: 25px;
    width: 70px;
    height: 61px;
    display: block;
    float: left;
    background-image: url("../Images/b_conn_o.gif");
}

#header .menudiv .l5
{
    margin-left: 25px;
    width: 57px;
    height: 61px;
    display: block;
    float: left;
    background-image: url("../Images/b_extra.gif");
}
#header .menudiv .l5:hover
{
    background-image: url("../Images/b_extra_o.gif");
}

#header .menudiv .l5selected
{
    margin-left: 25px;
    width: 57px;
    height: 61px;
    display: block;
    float: left;
    background-image: url("../Images/b_extra_o.gif");
}

#header .menudiv .l6
{
    margin-left: 25px;
    width: 51px;
    height: 61px;
    display: block;
    float: left;
    background-image: url("../Images/b_about.gif");
}

#header .menudiv .l6:hover
{
    background-image: url("../Images/b_about_o.gif");
}

#header .menudiv .l6selected
{
    margin-left: 25px;
    width: 51px;
    height: 61px;
    display: block;
    float: left;
    background-image: url("../Images/b_about_o.gif");
}


#header .menudiv img
{
    border: 0px;
}

#newslettersignup
{
    position: absolute;
    display: none;
    left: 900px;
    z-index: 100;
}

.logo
{
    margin-top: 39px;
}



/* END OF HEADER SIDE CSS */

/* START CONTENT CSS */
#middleframe
{
    float: left;
    width: 760px;
}

#middleframe .middleleft
{
    float: left;
    margin-right: 10px;
    width: 180px;
}
#middleframe .middlecenter
{
    float: left;
    width: 562px;
}
#middleframe .middlecenterbig
{
    float: left;
    margin-right: 10px;
    width: 750px;
}
#middleframe .middleright
{
    float: left;
    width: 180px;
}

#greencontentcontainer
{
    float: left;
    margin-bottom: 9px;
}
.greencontent
{
    padding-top: 40px;
    padding-left: 10px;
    height: 166px;
    width: 170px;
}
.greencontent.activ
{
    margin-left: 4px;
    float: left;
    background-image: url("../Images/bgactivitystub.gif");
}
.greencontent-bottom
{
    float: left;
    width: 164px;
}
.greencontent-top
{
    float: left;
    height: 140px;
}

.greencontent-activ-redtext
{
    float: left;
    margin-top: 10px;
    color: #d95e16;
    width: 130px;
}

.greencontent-activ-greentext
{
    margin-top: 3px;
    color: #6b8a34;
}

.greencontent-activ-learnmore
{
    font-family: Arial, Verdana;
    font-size: 13px;
    padding-top: 143px;
}
.greencontent-activ-learnmore a
{
    color: #FFF;
    text-decoration: none;
}
.greencontent-activ-learnmore a:hover
{
    text-decoration: underline;
    color: #FFF;
}




.greencontent.nature
{
    margin-left: 4px;
    float: left;
    background-image: url("../Images/bgnaturestub.gif");
}

.greencontentconn
{
    margin-left: 4px;
    float: left;
    padding-top: 40px;
    padding-left: 10px;
    height: 166px;
    width: 170px;
    background-image: url("../Images/bgconnstub.gif");
}
.greencontentconn .top
{
    float: left;
    height: 140px;
}
.greencontentconn .bottom
{
    float: left;
}
.greencontent.top5
{
    margin-left: 4px;
    float: left;
    background-image: url("../Images/bgtop5stub.gif");
}

.invitefriendscont
{
    float: left;
}
.invitefriendscont .top
{
    float: left;
    width: 180px;
    height: 51px;
    background-image: url("../Images/invitefriendstop.gif");
    background-repeat: no-repeat;
}

.invitefriendscont .middle
{
    float: left;
    width: 140px;
    background-image: url("../Images/invitefriendsbg.gif");
    background-repeat: repeat-y;
    color: #707276;
    font-family: Arial, Verdana;
    font-size: 13px;
    line-height: 19px;
    padding-left: 20px;
    padding-right: 20px;
}

.invitefriendscont .bottom
{
    float: left;
    width: 180px;
    height: 21px;
    background-image: url("../Images/invitefriendsbottom.gif");
    background-repeat: no-repeat;
}

.act2morecont
{
    float: left;
    display: none;
    padding-bottom: 4px;
}

.act2morecont .top
{
    float: left;
    width: 387px;
    height: 6px;
    background-image: url("../Images/bgactmoretop.gif");
    background-repeat: no-repeat;
    font-size: 1px;
}

.act2morecont .middle
{
    float: left;
    background-color: #fbf8e9;
    color: #707276;
    width: 513px;
    padding-left: 10px;
    padding-right: 10px;
}

.leftcol
{
    float: left;
    width: 372px;
    margin-top: 10px;
}

.activityResultImg
{
    float: left;
    margin-top: 10px;
}

.act2morecont .bottom
{
    float: left;
    width: 387px;
    height: 5px;
    background-image: url("../Images/bgactmorebottom.gif");
    background-repeat: no-repeat;
    font-size: 1px;
}

.tabdiv
{
    text-align: center;
    background-color: #FBF8E9;
}
.tabdiv .l1
{
    margin-left: 20px;
    width: 96px;
    height: 68px;
    display: block;
    float: left;
    background-color: #fbf8e9;
    background-image: none;
    color: #707276;
    text-decoration: none;
    cursor: pointer;
}
.tabdiv .l1:hover
{
    display: block;
    color: #f89829;
    text-decoration: none;
}
.tabdiv .l1clicked
{
    position: relative;
    z-index: 210;
    cursor: pointer;
    background-image: url("../Images/bgtabover.gif");
    background-repeat: no-repeat;
    margin-left: 20px;
    width: 96px;
    height: 68px;
    display: block;
    float: left;
    background-color: #fbf8e9;
    color: #707276;
    text-decoration: none;
}
.tabdiv .l1clicked:hover
{
    text-decoration: none;
}


.tablinkdiv
{
    float: left;
    width: 320px;
    color: #ff7300;
    font-weight: bold;
}
.tablinkhidebutton
{
    float: left;
    width: 47px;
}
.popuplink
{
    cursor: pointer;
}

.acttabcontent
{
    position: relative;
    float: left;
    top: -2px;
    z-index: 20;
    display: none;
}
.acttabcontent .top
{
    background-color: #FFF;
    background-image: url("../Images/bgtabcontenttop.gif");
    width: 370px;
    height: 5px;
    font-size: 1px;
}

.acttabcontent .middle
{
    background-color: #FFF;
    background-image: url("../Images/bgtabcontentmiddle.gif");
    padding: 4px;
    width: 362px;
}

.acttabcontent .middle ul
{
    font-style: normal;
    width: 350px;
}

.acttabcontent .middle ul li
{
    margin-left: 30px;
}

.acttabcontent .bottom
{
    background-color: #FFF;
    background-image: url("../Images/bgtabcontentbottom.gif");
    font-size: 1px;
    width: 370px;
    height: 5px;
}

.findnaturecont
{
    float: left;
}
.findnaturecont .top
{
    float: left;
    width: 180px;
    height: 51px;
    background-image: url("../Images/findnatconttop.gif");
    background-repeat: no-repeat;
}

.findnaturecont .middle
{
    float: left;
    width: 140px;
    background-image: url("../Images/findnatcontmiddle.gif");
    background-repeat: repeat-y;
    color: #707276;
    font-family: Arial, Verdana;
    font-size: 13px;
    line-height: 19px;
    padding-left: 20px;
    padding-right: 20px;
}

.findnaturecont .bottom
{
    float: left;
    width: 180px;
    height: 14px;
    background-image: url("../Images/findnatcontbottom.gif");
    background-repeat: no-repeat;
}


.extrasboxcont
{
    float: left;
}
.extrasboxcont .top
{
    float: left;
    width: 180px;
    height: 50px;
    background-image: url("../Images/extrasboxtop.gif");
    background-repeat: no-repeat;
}

.extrasboxcont .middle
{
    float: left;
    width: 140px;
    background-image: url("../Images/yourextrasboxmiddle.gif");
    background-repeat: repeat-y;
    color: #707276;
    font-family: Arial, Verdana;
    font-size: 13px;
    line-height: 19px;
    padding-left: 20px;
    padding-right: 20px;
}

.extrasboxcont .bottom
{
    float: left;
    width: 180px;
    height: 16px;
    background-image: url("../Images/yourextrasboxbottom.gif");
    background-repeat: no-repeat;
}

.yourextrasboxcont
{
    float: left;
}
.yourextrasboxcont .top
{
    float: left;
    width: 180px;
    height: 53px;
    background-image: url("../Images/yourextrasboxtop.gif");
    background-repeat: no-repeat;
}

.yourextrasboxcont .middle
{
    float: left;
    width: 140px;
    background-image: url("../Images/yourextrasboxmiddle.gif");
    background-repeat: repeat-y;
    color: #707276;
    font-family: Arial, Verdana;
    font-size: 13px;
    line-height: 19px;
    padding-left: 20px;
    padding-right: 20px;
}
.yourextrasboxcont .middle a
{
    color: #b9d300;
    text-decoration: none;
}

.yourextrasboxcont .middle a:hover
{
    color: #ff7300;
}
.yourextrasboxcont .bottom
{
    float: left;
    width: 180px;
    height: 16px;
    background-image: url("../Images/yourextrasboxbottom.gif");
    background-repeat: no-repeat;
}
/* white container styles (white rounded corner rectangle) */
.whitecontainertop
{
    width: 181px;
    height: 7px;
    background-image: url("../Images/sideconttop.gif");
    background-repeat: no-repeat;
    font-size: 1px;
}
.whitecontainermiddle
{
    width: 161px;
    background-image: url("../Images/sidecontbg.gif");
    background-repeat: repeat-y;
    padding-left: 10px;
    padding-right: 10px;
}
.whitecontainertitle
{
    color: #adc330;
    font-family: Arial, Verdana;
    font-size: 12px;
    font-weight: bold;
}
.whitecontainerhr
{
    line-height: 1px;
    font-size: 1px;
    margin-top: 6px;
    margin-bottom: 6px;
    height: 2px;
    width: 161px;
    color: #ebebeb;
    background-color: #ebebeb;
    border: 0px solid;
}
.whitecontainerbottom
{
    width: 181px;
    height: 6px;
    background-image: url("../Images/sidecontbot.gif");
    background-repeat: no-repeat;
    margin-bottom: 9px;
}

.whitecontbigtop
{
    width: 751px;
    height: 5px;
    background-image: url("../Images/whitecontbigtop.gif");
    background-repeat: no-repeat;
    font-size: 1px;
    float: left;
}

.whitecontbigmiddle
{
    width: 731px;
    background-image: url("../Images/whitecontbigbg.gif");
    background-repeat: repeat-y;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
}
.whitecontbigmiddle a
{
    cursor: pointer;
}
.whitecontbigbot
{
    width: 751px;
    height: 5px;
    background-image: url("../Images/whitecontbigbot.gif");
    background-repeat: no-repeat;
    margin-bottom: 9px;
    float: left;
    font-size: 1px;
}
.whitecontbighr
{
    font-size: 0px;
    margin-top: 6px;
    margin-bottom: 6px;
    margin-right: 0px;
    padding-left: 0px;
    height: 2px;
    width: 721px;
    color: #ebebeb;
    background-color: #ebebeb;
    border: 0px solid;
}


.whiteconttop
{
    width: 561px;
    height: 8px;
    background-image: url("../Images/whiteconttop.gif");
    background-repeat: no-repeat;
    font-size: 1px;
    float: left;
}

.whitecontmiddle
{
    width: 541px;
    background-image: url("../Images/whitecontbg.gif");
    background-repeat: repeat-y;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    line-height: 19px;
    font-size: 13px;
}
.whitecontmiddle a
{
    font-family: Arial, Verdana;
    font-size: 13px;
    color: #b9d300;
    text-decoration: none;
}
.whitecontmiddle a:hover
{
    text-decoration: underline;
}
.whitecontbot
{
    width: 561px;
    height: 8px;
    background-image: url("../Images/whitecontbot.gif");
    background-repeat: no-repeat;
    margin-bottom: 9px;
    float: left;
}

.moreinfobox
{
    float: left;
    width: 541px;
}
.moreinfobox a:hover
{
    color: #ff7300;
    text-decoration: none;
}
.green-link-text
{
    font-family: Arial, Verdana;
    font-size: 13px;
    color: #b9d300;
}
.refinesearchcont
{
    float: left;
    width: 560px;
}

.refinesearchcont .top
{
    float: left;
    text-align: right;
    padding-top: 10px;
    padding-right: 10px;
    width: 550px;
    height: 36px;
    background-image: url("../Images/refinesearchtop.gif");
    background-repeat: no-repeat;
}

.refinesearchcont .middle
{
    display: none;
    float: left;
    width: 520px;
    background-image: url("../Images/refinesearchbg.gif");
    background-repeat: repeat-y;
    padding-left: 20px;
    padding-right: 20px;
    float: left;
}

.refinesearchcont .middle .column
{
    float: left;
    width: 170px;
}
.refinesearchcont .middle .line
{
    float: left;
    width: 520px;
}
.refinesearchcont .bottom
{
    width: 560px;
    float: left;
    height: 13px;
    background-image: url("../Images/refinesearchbottom.gif");
    background-repeat: repeat-y;
    font-size: 1px;
}

.connectwhiteframe
{
    float: left;
    width: 172px;
}
.connectwhiteframe .top
{
    float: left;
    width: 172px;
    height: 6px;
    background-image: url("../Images/connectwhtframetop.gif");
    background-repeat: no-repeat;
    font-size: 1px;
}
.connectwhiteframe .middle
{
    float: left;
    width: 172px;
    background-image: url("../Images/connectwhtframebg.gif");
    background-repeat: repeat-y;
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
}
.connectwhiteframe .bottom
{
    float: left;
    width: 172px;
    height: 5px;
    background-image: url("../Images/connectwhtframebottom.gif");
    background-repeat: no-repeat;
}

.extradashedbox
{
    float: left;
    width: 173px;
}

.extradashedbox .top
{
    float: left;
    width: 173px;
    height: 14px;
    background-image: url("../Images/dashedconttop.gif");
    background-repeat: no-repeat;
    font-size: 1px;
}
.extradashedbox .middle
{
    float: left;
    width: 173px;
    background-image: url("../Images/dashedcontbg.gif");
    background-repeat: repeat-y;
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
}
.extradashedbox .bottom
{
    float: left;
    width: 173px;
    height: 14px;
    background-image: url("../Images/dashedcontbottom.gif");
    background-repeat: no-repeat;
}

.greencont
{
    float: left;
    margin-bottom: 9px;
}
.greencont .top
{
    float: left;
    width: 560px;
    height: 5px;
    background-image: url("../Images/contgreentop.gif");
    background-repeat: no-repeat;
    font-size: 1px;
}

.greencont .middle
{
    float: left;
    width: 540px;
    background-image: url("../Images/contgreenbg.gif");
    background-repeat: repeat-y;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 19px;
    padding-top: 4px;
}
.greencont .middle a
{
    font-family: Arial, Verdana;
    font-size: 13px;
    color: #b9d300;
    text-decoration: none;
}
.greencont .middle a:hover
{
    color: #6b8a34;
}
.greencont .bottom
{
    font-size: 1px;
    float: left;
    width: 560px;
    height: 5px;
    background-image: url("../Images/contgreenbottom.gif");
    background-repeat: no-repeat;
}

.searchinputbig
{
    width: 396px;
    height: 19px;
    font-family: Arial, Verdana;
    font-size: 13px;
    color: #848589;
    border: none;
    background-image: url("../Images/searchbigbg.gif");
    background-repeat: no-repeat;
    vertical-align: top;
    padding-top: 3px;
}

#fngooglepmaps
{
    float: left;
    margin-top: 9px;
}

/* Nature rocks - Fun for Whole Family */
#naturerocksleft
{
    float: left;
    width: 500px;
    border-right: 1px dotted #e3e4e4;
    padding-right: 6px;
}

#naturerocksright
{
    float: left;
    width: 200;
    padding-left: 6px;
}

#naturerocksright a
{
    color: #aec42c;
    font-family: Arial, Verdana;
    font-size: 13px;
    text-decoration: none;
    line-height: 18px;
}
#naturerocksright a:hover
{
    color: #ff7300;
}
.activityrow
{
    float: left;
}
.activityrow .col1
{
    float: left;
    width: 387px;
}
.activityrow .col2
{
    float: left;
    width: 143px;
    padding-left: 5px;
}
.activityrow a:hover
{
    text-decoration: underline;
}
.activityrow a:active
{
    color: #ff7300;
    font-weight: bold;
}

.activityrow .agrey
{
    color: #707276;
}
.activityrow .agrey:hover
{
    color: #ff7300;
    text-decoration: none;
}

.reason
{
    float: left;
    margin-top: 15px; /*height:110px;*/
    width: 520px;
}


.reason .col1
{
    float: left;
    width: 346px;
}
.reason .col2
{
    float: left;
    width: 42px;
    height: 100px;
    padding-left: 13px;
    padding-right: 13px;
    border-right: 1px dotted #cfcfcf;
}
.reason .col2res
{
    float: left;
    width: 42px;
    height: 100px;
    padding-left: 13px;
    padding-right: 13px;
}
.reason .col3
{
    float: left;
    padding-left: 13px;
    width: 90px;
}

.getconnectedright
{
    float: left;
    margin-left: 10px;
    width: 356px;
    cursor: pointer;
}
/* END CONTENT CSS */

/* START FOOTER SIDE */

#footer
{
    margin: 0 auto;
    background-image: url("../Images/bgbottom.jpg");
    background-repeat: repeat-x;
    background-position: 50% 50%;
    height: 185px;
    clear: both;
}


#anchorpartners
{
    /*padding-left:260px; change*/
    float: left;
    padding-left: 230px;
    margin-top: 30px;
    text-align: left;
    width: 700px;
    font-family: Arial, Verdana;
    font-size: 12px;
    color: #afc52c;
    font-weight: bold;
}


#anchorpartners .adiff
{
    padding-left: 50px;
}


#footerlinks
{
    text-align: center;
    font-family: Arial, Verdana;
    font-size: 13px;
    color: #919194;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 950px;
    margin: 0 auto;
    text-decoration: none;
}


#footerlinks ul
{
    float: left;
    width: 690px;
    margin-left: 150px !important !;
margin-left:150px;
text-decoration:none;
font-family:Arial,Verdana;
font-size:13px;
list-style-type:none;
}

#footerlinks ul li
{
    float: left;
    text-decoration: none;
}

#footerlinks li a
{
    font-family: Arial, Verdana;
    font-size: 13px;
    color: #848589;
    text-decoration: none;
}


#footerlinks a:hover
{
    /*color: #ff7300; change*/
    color: #576c30;
}

/* END FOOTER CSS */

/* form input constrols CSS */

.selectcls
{
    color: #919194;
    font-family: Arial, Verdana;
    font-size: 12px;
    width: 160px; /*background-image:url("../Images/findactselectbg.jpg");*/
    border: 0xp;
}

.inputcls
{
    color: #919194;
    font-family: Arial, Verdana;
    font-size: 12px;
    border: none;
    padding-top: 2px;
    padding-left: 2px;
}
.inputcls .findgreen
{
    width: 160px;
    height: 18px;
    background-image: url("../Images/textboxbggreen.gif");
}

.inputclsFindgreen
{
    color: #919194;
    font-family: Arial, Verdana;
    font-size: 12px;
    border: none;
    padding-top: 2px;
    padding-left: 2px;
    width: 157px;
    height: 18px;
    background: transparent url("../Images/textboxbggreen.gif");
    margin-bottom: 3px;
}

.inputclsFindgreen img
{
    border: none;
}

.inputcls.buttongogreen
{
    width: 31px;
    height: 20px;
    background-image: url("../Images/b_go_green.gif");
}
.inputcls.buttongowhite
{
    width: 31px;
    height: 20px;
    background-image: url("../Images/b_go_white.gif");
}
.inviteeditinput
{
    width: 352px;
    height: 22px;
    background-image: url("../Images/inviteformeditbg.gif");
    font-family: Arial, Verdana;
    font-size: 13px;
    border: none;
    color: #707276;
    padding-top: 2px;
    padding-left: 2px;
}
.inviteareainput
{
    width: 353px;
    height: 165px;
    font-family: Arial, Verdana;
    font-size: 13px;
    border: none;
    color: #707276;
    padding-top: 2px;
    padding-left: 2px;
    background-image: url("../Images/inviteformareabg.gif");
    overflow: auto;
}
.invitepreviewb
{
    background: transparent url("../Images/inviteformpreviewbg.gif");
    width: 69px;
    height: 21px;
    border: none;
    cursor: pointer;
}
.invitesendb
{
    background: transparent url("../Images/inviteformsendbg1.gif");
    width: 69px;
    height: 21px;
    border: none;
    cursor: pointer;
    margin-left: 80px;
    margin-left: 0px !important !;
}
.closeb
{
    background-image: url("../Images/btn_close.gif");
    width: 69px;
    height: 21px;
    border: none;
    cursor: pointer;
}

.signupb
{
    background-image: url("../Images/btn_signup.gif");
    width: 69px;
    height: 21px;
    border: none;
    cursor: pointer;
}
.newsletterinput
{
    width: 164px;
    height: 22px;
    background-image: url("../Images/nlemailbg.gif");
    border: none;
}
.labelcheckbox
{
    color: #707276;
    font-family: Arial, Verdana;
    font-size: 12px;
    height: 22px;
}

.inputcheckbox
{
    vertical-align: middle;
}
/* MISC CSS */

.mainimage
{
    margin-bottom: 9px;
}
.moreinfo
{
    float: left;
    margin-left: 4px;
}

.moreinfo .top
{
    width: 180px;
    height: 52px;
    background-image: url("../Images/moreinfotop.gif");
    background-repeat: no-repeat;
}
.moreinfo .content
{
    width: 140px;
    background-image: url("../Images/moreinfobg.gif");
    background-repeat: repeat-y;
    font-size: 13px;
    font-family: Arial, Verdana;
    padding-left: 20px;
    padding-right: 20px;
}
.moreinfo .content a
{
    color: #b9d300;
    text-decoration: none;
}

.moreinfo .content a:hover
{
    color: #ff7300;
}
.moreinfo .bottom
{
    width: 180px;
    height: 15px;
    background-image: url("../Images/moreinfobottom.gif");
    background-repeat: no-repeat;
}

/* your activities */
.youractivities
{
    float: left;
    margin-left: 4px;
}

.youractivities .top
{
    width: 180px;
    height: 51px;
    background-image: url("../Images/youactivtop.gif");
    background-repeat: no-repeat;
}
.youractivities .content
{
    width: 140px;
    background-image: url("../Images/moreinfobg.gif");
    background-repeat: repeat-y;
    font-size: 13px;
    font-family: Arial, Verdana;
    padding-left: 20px;
    padding-right: 20px;
}
.youractivities .content a
{
    color: #b9d300;
    text-decoration: none;
}

.youractivities .content a:hover
{
    color: #ff7300;
}
.youractivities .bottom
{
    width: 180px;
    height: 15px;
    background-image: url("../Images/moreinfobottom.gif");
    background-repeat: no-repeat;
}


.hrule
{
    font-size: 1px;
    margin-top: 6px;
    margin-bottom: 6px;
    margin-right: 0px;
    padding-left: 0px;
    height: 2px;
    color: #ebebeb;
    background-color: #ebebeb;
    border: 0px;
}
.hr-green
{
    font-size: 0px;
    color: #6b8a34;
    background-color: #6b8a34;
    height: 1px;
    float: left;
    width: 540px;
    border: 0px;
    margin-bottom: 6px;
    margin-top: 6px;
}
.hr-dotted-gray
{
    color: #e3e4e4;
    background-color: #fff;
    height: 1px;
    float: left;
    width: 540px;
    border-top: 1px dashed #e3e4e4;
    margin-top: 6px;
    margin-bottom: 6px;
}

h1
{
    color: #b9d300;
    font-family: Arial, Verdana;
    font-size: 11px;
    font-weight: bold;
}

h2
{
    color: #b9d300;
    font-family: Arial, Verdana;
    font-size: 13px;
    font-weight: bold;
    padding-bottom: 4px;
}

h3
{
    color: #6b8a34;
    font-family: Arial, Verdana;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 10px;
}
.text-orange
{
    color: #ff7300;
}
.text-orange-bold
{
    color: #ff7300;
    font-weight: bold;
}
.text-orange-dark
{
    color: #d95e16;
}
.text-green
{
    color: #b9d300;
}
.text-green-bold
{
    color: #b9d300;
    font-weight: bold;
}

.agreen-bold
{
    color: #b9d300;
    font-weight: bold;
}

.emptyspace
{
    height: 10px;
    float: left;
    width: 541px;
}
.emptyspacesmall
{
    height: 10px;
    float: left;
    width: 150px;
}
.inviteformcol1
{
    float: left;
    width: 160px;
    text-align: right;
    padding-right: 4px;
}

.inviteformcol2
{
    float: left;
    width: 350px;
}
.inviteformcol2right
{
    float: left;
    width: 350px;
    text-align: right;
}

.preload
{
    height: 0px;
    overflow: hidden;
    font-size: 0px;
}

/* master page css */
#rightframe
{
    padding: 0px;
    float: right;
    width: 181px;
    margin: 0px;
    margin-right: 9px !important !;
margin-right:9px;
}


#rightframe .middleright
{
    float: right;
    width: 181px;
    margin-right: 0px !important !;
margin-right:0px;
}

.goFindButton
{
    float: right;
    width: 31px;
}

.signupButton
{
    float: right;
    margin-top: 0px;
    margin-left: 6px;
    margin-left: -0px !important !;
margin-right:6px!important!;
}

.reasonContent
{
    display: none;
}

.tablinkclosecontent
{
    display: none;
}

.formSubmit
{
    font-family: Arial, Verdana;
    font-size: 14px;
    color: #848589;
    margin-left: 150px;
    height: 71px;
}

.tablinkopencontent
{
    cursor: pointer;
}

.tablinkclosecontent
{
    cursor: pointer;
}

.extraTitleLink
{
    text-decoration: none;
    cursor: pointer;
}

.displayLinks
{
    margin-bottom: -6px;
    margin-bottom: -3px !important !;
}


/* GOOGLE MAPS SEARCH RESULTS */

#fngooglepmapsresults .gs-result .gs-title, #fngooglepmapsresults .gs-result .gs-title *
{
    color: #f89828;
    text-decoration: none;
    font-family: Arial, Verdana;
    font-size: 12px;
}

#fngooglepmapsresults .gs-address *, #fngooglepmapsresults .gs-phone *
{
    color: #808083;
    font-size: 12px;
}

#fngooglepmapsresults .gs-directions, #fngooglepmapsresults .gs-directions-to-from
{
    color: #B9D300;
    font-size: 12px;
}


#fngooglepmapsresults .gsc-results .gsc-cursor-box *
{
    color: #6b8b33;
    font-size: 12px;
}

#fngooglepmaps .gs-localResult
{
    font-family: Arial, Verdana;
    font-size: 11px;
}

#fngooglepmaps .gs-localResult .gs-title
{
    color: #f89828;
    text-decoration: none;
}

#fngooglepmaps .gs-localResult .gs-address a
{
    color: #B9D300;
    text-decoration: none;
}

#fngooglepmaps .gs-localResult .gs-address a:hover
{
    text-decoration: underline;
}

#fngooglepmaps .gs-localResult .gs-invite
{
    float: left;
    width: 95px;
}


#fngooglepmaps .gs-localResult a img
{
    border: none;
    vertical-align: middle;
    display: inherit;
}

#fngooglepmaps .gs-localResult .gs-close
{
    float: right;
    width: 80px;
    text-align: right;
}
#fngooglepmaps .gs-localResult .gs-close a
{
    color: #B9D300;
    text-decoration: none;
    cursor: pointer;
}
/* hide close button on information window */
.gmnoprint .gmnoprint div img
{
    display: block;
}
.gmnoprint .gmnoprint img
{
    display: none;
}
.gmnoprint .gmnoprint a img
{
    display: block;
}

.topfive
{
    margin-left: 4px;
    float: left;
}

.partnerimage img
{
    border: none;
}

#mainbodywrapper
{
    width: 950px;
    margin: 0px;
    padding: 0px;
}

