.pollchoice {
   float:left;
   width:100%;
   margin-top:-5px;
   margin-bottom:5px;
}
.pollwrapper{
    color: #4b4a4a;
}
.pollresults {
    margin-bottom:2px;
    padding-left:6px;
    margin-top:-10px;
    font-size: 1.1em;
}

.pollresults-bar    {
    padding-bottom:8px;
}

.submit {
    float:right;
}


.tagcloud a {
    color:#f57b21;
    text-decoration: none;
}

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

.tagcloud span {
    font-size: 1.3em;
}


.default{
    font-size:100%;
}
.increase{
    font-size:125%;
}

/**FOOTER LINKS**/

.gsk-footer a, #footer a:visited  {
    color:#6e6e6e;

}

.gsk-footer {
    _width:90%; /*FIXED IE6 BUG WITH HIV FOOTER, CAUSING TEMPLATE TO SHIFT RIGHT*/
}

#site-footer-links {
    border-top:2px solid #ccc;
    padding-top:15px;
    padding-bottom:30px;
    margin-right:30px;
    margin-left:30px;
    text-align:center;
}
* html #site-footer-links{
    margin:15px 30px 15px 25px;
    padding:15px 20px !important;
    width:900px !important;
}
*:first-child+html #site-footer-links{
    padding:10px 25px;
    margin:0px 27px;
}
#rightcol h3 {
    font-size:1.2em;
    line-height:1.2em;
    float:left;
    margin:9px 0 0 0;
    padding:0;
    min-height:20px;
}

#rightcol h3 img {
    padding-right:8px;
    vertical-align:middle;
    margin-top:0px;

    float:left;
    top:-4px;
    position:relative;
}

#rightcol p {
    margin-bottom:1em;
}

#rightcol span {}





/**INTERIOR CONTENT CALLOUTS**/

#callouts-int {
    padding:0;
    margin-bottom:40px;
}


#callouts-int.interior .firstbox{
    width:180px;
    min-height:110px;
    float:left;
    margin-right:40px;

}
#callouts-int.interior .secondbox{
    width:180px;
    min-height:110px;
    float:left;
    margin-right:40px;
}
#callouts-int.interior .thirdbox{
    width:180px;
     min-height:110px;
    float:left;
}

#callouts-int h2 {
    font-size:1.1em
}

#callouts-int.interior p {
    width:165px;
    color:#84807c;
}

.content-photo {
   border:1px solid #666;
   margin:3px;
}
.button-space{
   padding-top:17px;
}
.button-space1{
   padding-top:35px;
}

#callouts-int.two-col .firstbox{
    width:260px;
    min-height:110px;
    float:left;
    margin-right:40px;

}
#callouts-int.two-col .secondbox{
    width:250px;
    min-height:110px;
    float:left;
    margin-right:40px;
}

#callouts-int.two-col p {
    width:250px;
    color:#84807c;
}



/**CONTENT FOOTER**/

#content-footer {
    background-image:url(/images/content-footer.gif);
    background-repeat:no-repeat;
    height:32px;
    margin-bottom:10px;
 }

#content-footer a {
    float:right;
    height:21px;
    margin:1px 33px 0 0;
    background-color:#eae9e8;
    padding:8px 10px 0px 10px;
    border-top: 1px solid #e2e1e0;
    border-left:1px solid #cfcfcf;
    color:#f47c1f;
    font-size:1.1em;
    font-weight:bold;
    text-decoration:none;
}



/**
FORM STYLES
**/
#regform{
    width:562px;

    font-size:1.2em;
    color:#656565;
    margin-bottom:40px;
}
.questionblock{
    padding:10px 20px;
    margin-bottom:10px;
}
.form-item{
    padding-top:5px;

}
#regform p{
    font-size:1em;
}
#regform .smaller{
    font-size:90%;
    font-weight:normal;
}
#regform h2{
    font-size:1em;
    color:#656565;
    margin:0 0 .5em 0;
    line-height:1.2em;

}
.form-item label {

    width:150px;
    display:block;
    float:left;
    padding-right:5px;
    line-height:20px

}

.form-item label.error,.form-item .error {
    color: #F00;
}

.form-item label.option {
    display: inline;

}

#join-btn {
    float:right;
}



/**CONTENT IMAGE**/
.content-main-image {
    padding-right:12px;
    padding-bottom:12px;
}


