/* ------------------ Basic Typography -------------------------------- */

        body {
            background: #fffae1 url(/images/body-bg.png) repeat-x top left;
            font-family: "Lucida Grande", Arial, Tahoma;
        }

     /* -- */

        p, li, blockquote, pre, code {
            font-size: 14px;
            line-height: 1.5em;
            color: #404040;
        }

        h1, h2, h3, h4, p, form, blockquote, ul, ol, table {
            margin-bottom: 21px;
        }
        
        /* -- */

            h1 { 
                font-size: 21px; 
                font-weight: bold;
                color: #202020;
            }

            h2 { 
                font-size: 16px; 
                color: #222;            
                font-weight: bold;
                margin-bottom: 16px;
            }

            h3 { 
                font-size: 14px; 
                color: #202020;                
                font-weight: bold;
                margin-bottom: 15px;
            }

            h4 { 
                font-size: 14px; 
            }        
        
     /* -- */
     
        ul, ol {
            margin-left: 40px;
        }
        
        ul li {
            list-style: disc;
        }
        
        ol li {
            list-style: decimal;
        }
        
        blockquote {
            background: url(/images/quote.gif) left top no-repeat;
            padding-left: 65px;
            font-size: 14px;
            color: #606060;
            font-family: georgia;
            font-style: italic;
        }
        
        p.attribution {
            text-align: right;
            font-size: 13px;
            color: #929292;
        }
        
        p.attribution strong {
            font-weight: bold;
            color: #333;
        }
        
        p.attribution .dull {
            color: #e6e6e6;
        }
        
        a.teaser-link {
            color: #d74200;
        }
        
        p.right-align {
            text-align: right;
        }
                
    /* -- */
     
        a {
            color: #4188a1;
        }

/* ------------------ Basic Positioning & Layout ---------------------- */

        body {
            text-align: center;
        }

        #container {
            background: url(/images/container-top-bg.jpg) no-repeat 50% 0 scroll;
        }
        
        #inner-container {
            width: 950px;
            background: url(/images/container-bg.png) repeat-y 0px 0px;            
            margin: 0 auto;
            text-align: left;
        }
            
    /* -- */
    
        #header {
            height: 140px;
            background: url(/images/container-top-bg.jpg) no-repeat 50% 0 scroll; 
        }
        
        #content {
            padding-top: 10px;
            margin-bottom: 25px;            
            clear: both;
            min-height: 600px;            
            height:auto !important;
            height:600px;            
        }
        
            body#home #content {
                padding-top: 0;
            }

        #single-column {
            width: 868px;
            margin: 0 38px 0 38px;
            clear: both;
        }

        #main-column {
            width: 652px;
            overflow: hidden;
            float: right;
            margin-right: 28px;
        }

        #side-column {
            width: 226px;
            float: left;
            margin-left: 28px;
            padding-bottom:20px;
        }

        #footer {
            clear: both;
            background: #FFFAE1 url(/images/footer-bg.png) top left no-repeat;            
            height: 60px;
            width: 948px;
        }
        
/* --------------- Footer ----------------- */

        #footer {
            padding-top: 24px;
            padding-left: 12px;
            padding-bottom: 24px;
            overflow: hidden;
        }
        
        #footer .left-column {
            float: left;
            width: 500px;
        }
        
        #footer .right-column {
            float: right;
            padding-right: 12px;
        }
        
        #footer .right-column a {
            background: url(/images/footer-intridea.png) 0px no-repeat;
            padding-left: 38px;
            height: 32px;
            display: block;
            line-height: 32px;
            color: #999891;            
        }
        
        #footer p {
            margin-bottom: 8px;
            color: #666560;
        }
        
        #footer ul {
            margin: 0;
        }
        
        #footer ul li {
            list-style: none;
            float: left;
            display: block;
            margin-right: 18px;
            font-size: 12px;
        }
        
        #footer a {
            color: #999891;
        }
        
/* ------------------------------ Blog Styling -------------------------- */

.blog-post h1 {
    margin-bottom: 8px;    
}

.blog-post h1 a {
    color: #333;
}

.blog-post a:hover {
    color: #076B92;
}

.blog-post p.blog-meta {
    font-size: 12px;
    color: #888;
    border-top: 1px solid #eee;
    padding-top: 5px;
}

.blog-post p.blog-meta strong a {
    color: #555;
}

.blog-post h2 {
    border-bottom: 1px solid #eee;    
    padding-bottom: 4px;
}

.blog-post .comment-form {
    margin-bottom: 0;
}

.blog-post ol.comments {
    margin-left: 21px;
}

.blog-post ol.comments li {
    font-size: 12px;
    margin-bottom: 32px;
}

.blog-post ol.comments li p {
    font-size: 12px;
    margin-bottom: 8px;
}

.blog-post .author {
    font-size: 12px;
    color: #777;
    display: block;
    padding-bottom: 8px;
}

.blog-post p.post-preview {
    font-size: 12px;
}

a.new-blog-button {
    margin-left: 5px;
    margin-bottom: 12px;
    display: block;
}

.blog-post .teaser-link {
    font-size: 12px;
}

/* -- */

table.show-statements {
    margin: 12px 0;
    width: 600px;
}


    table.show-statements th {
        font-size: 12px;
        border: none;
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        padding: 4px 0;
        font-weight: bold;
        color: #333;
    }
    
    table.show-statements td {    
        border: none;
        border-bottom: 1px dotted #ddd;
        font-size: 12px;
        padding: 4px 0;
        color: #696969;
    }
    
/* -- */

.utility_instructions_popup {
    display:block; 
    background: #fff9dd; 
    border: 1px solid #ebe3be; 
    margin: 5px 20px 5px 0; 
    padding: 8px 10px 8px 10px; 
    font-size: 12px;    
    color: #515151;
    line-height: 18px;
}

        .utility_instructions_popup strong {
            display: block;
            color: #515151;
            padding-bottom: 12px;
        }

        .utility_instructions_popup strong.alt {
            display: inline;
        }
        
        .utility_instructions_popup span.contact_detail {
            font-size: 11px;
            color: #777;
        }
    
/* --- */

ul#lightbox-add-utility {
    border-bottom: 1px solid #f3f3f3;
    border-top: 1px solid #ddd;    
    margin-bottom: 8px;
    padding-top: 10px; 
    padding-bottom: 8px;    
    margin-left: 0;
}

ul#lightbox-add-utility li {
    clear: both;
    font-size: 11px;
    padding: 3px 0;
    list-style: none;
}

ul#lightbox-add-utility li label {
    font-size: 12px;
    font-weight: bold;
    display: block;
    float: left;
    width: 130px;
}

ul#lightbox-add-utility li input {
    vertical-align: middle;
}

.suggestion-wrapper form {
    margin-bottom: 6px;
}

/* -- */

td.has_simple_format p {
    line-height: 21px;
    font-size: 12px;
    color: #555;
    margin-left: 0;
}

/* -- Local Content -- */
#local-content {
    width: auto;
    float: left;
    margin-left: 28px;
    margin-bottom: 20px;
    overflow: hidden;
}

    #local-content h2 {
      font-size: 16px;
      border-bottom: 1px solid #eee;
      padding-bottom: 4px;
      padding-top: 5px;
      line-height: 24px;
    }

    #local-content p {
      margin: 2px;
      font-size: 9px;
    }

    #local-content table {
        border: 0px;
        margin: 0 2px 6px 2px;
        width: auto;
    }

    #local-content tr { height: 40px; }

    #local-content td {
        border: 0px;
        vertical-align: middle;
        width: auto;
        font-size: 11px;
        color: #888;
    }

    #other-utilities img {
        border: 0px;
        vertical-align: middle;
        padding: 4px;
    }


/* -- Featured Press Item -- */

#featured-press-item {
    background: url(/images/featured-press-item-bg.png) top left no-repeat; 
    margin: 0 35px 18px 28px;
    padding-top: 11px;    
}
    
    #featured-press-item img {
        margin-left: 14px;
        display: block;
        float: left;
    }
    
    #featured-press-item span {
        line-height: 36px;
        font-family: georgia;
    }
    
    #featured-press-item span span {
        font-size: 18px;
    }

    #featured-press-item div span {
        line-height: 36px;
        font-family: georgia;
    }
    
    #featured-press-item div span span {
        font-size: 18px;
    }

#featured-press-item-bottom {
    background: url(/images/featured-press-item-bg.png) bottom left no-repeat;
    height: 8px;    
}

#featured-press-item ul {
	margin: 0;
	padding: 0;
	height: 43px;
	overflow: hidden;
}

#featured-press-item ul li {
	list-style-type: none;
}

/* -- Front Page Bottom -- */

.left-one-third {
    width: 275px;
    margin-left: 32px;
    float: left;   
}

        .quote-bubble {
            background: url(/images/front-page-quote-bubble.png) top left no-repeat; 
            overflow: hidden;    
        }
        
        .quote-bubble ul#twitter_update_list {
            margin: 14px 14px 0 18px; 
        }

        .quote-bubble .twitter-post {
            margin: 14px 14px 0 18px; 
            font-family: georgia; 
            font-size: 11.5px; 
            line-height: 17px; 
            color: #525252;    
        }

        .quote-bubble .twitter-post .date {
            text-align: right; 
            display: block; 
            font-style: italic; 
            color: #9e9e9e; 
            padding-top: 4px;    
        }
        
                .left-one-third .blog-teaser {
                    margin-bottom: 32px;
                }

        .quote-bubble-bottom {
            background: url(/images/front-page-quote-bubble-bottom.png) top left no-repeat; 
            margin-bottom: 6px;            
            padding-left: 94px;
            padding-top: 24px;
            font-size: 11px;
        }
        
        /* -- Twitter stuff -- */
        
            #twitter_div ul li {
                list-style: none;
                font-family: georgia; 
                font-size: 11.5px; 
                line-height: 17px; 
                color: #9E9E9E;     
                font-style: italic;           
                margin-bottom: 14px;
            }
            
                    #twitter_div ul li a {
                        color: #9E9E9E;
                        display: block;
                        text-align: right;
                    }
            
            #twitter_div ul li span {
                list-style: none;
                font-family: georgia; 
                font-size: 11.5px; 
                line-height: 17px; 
                color: #525252;   
                font-style: normal;             
            }            
            
                    #twitter_div ul li span a {
                        color: #4188A1;
                        display: inline;
                    }
        
        /* -- */

.right-two-thirds {
    float: right;
    width: 580px;
    margin-right: 35px;
}

        .right-two-thirds h2 {
            padding-bottom: 4px;
            border-bottom: 1px solid #ddd;
            font-size: 15px;            
        }
        
        .single-column-press {
            width: 270px;
        }
        
                .right-two-thirds .press-left {
                    float: left;
                }
        
                .right-two-thirds .press-right {
                    float: right;
                }        
        
        .single-column-press h3 {
            color: #2a738c;
            font-size: 12px;
            margin-bottom: 4px;
        }
        
        .single-column-press p.press-meta {
            font-size: 10px;
            color: #838383;
            border-bottom: 1px solid #f1f1f1;
            padding-bottom: 7px;
            margin-bottom: 12px;
        }
        
        .single-column-press p.press-excerpt {
            font-size: 12px;
            border-bottom: 1px solid #f1f1f1;
            padding-bottom: 7px;            
            margin-bottom: 7px;
        }
        
        .single-column-press p.press-link {
            font-size: 11px;
            text-align: right;
        }

.single-column {
    margin: 0 35px;
    clear: both;
    padding-top: 12px;
}

        .single-column h3 {
            padding-bottom: 4px;
            border-bottom: 1px solid #ddd;
            font-size: 15px;
        }
        
        p.partner-icons a {
            margin-right: 2px;
        }
        
        .single-column h3 .left {
            float: left;
        }
        
        .single-column h3 .right {
            float: right;
        }
        
        .single-column h3 .right a {
            font-size: 11px;
            font-weight: normal;
            color: #D74200;
        }

div#friend_guid_select { display: none; }



/*------------- Rewards ----------------*/

.reward
{
	float: left;
	width: 100%;	
}

.reward_list 
{
	clear: both;
    margin-left: 1px;
    overflow: hidden;
    width: 100%;
    margin-bottom: 1px;
    border-top: 1px solid #ccc;
    padding: 10px 0;
}
.featured_reward {
	background-color: #fff9dd; 
	margin-bottom: 30px;
	border: 1px solid #d2c797;
}
.reward .name {float: left;}
.reward .points {float: right;}
.reward .offer {clear: both; padding-top: 12px; font-size: 12px;}

.reward .reward-buttons {
    margin: 0 0 10px 17px;
    border: 0;
}

.reward-buttons li {
    list-style: none;
    float: left;
    display: block;
    border: 0;
}

.reward .reward-buttons li.grey a {
    font-size: 12px;        
    margin-right: 4px;
    padding: 2px 7px;
    background: #b5b5b5;
    color: #fff;    
    -moz-border-radius: 8px;
    -webkit-border-radius: 4px;    
}
.reward .reward-buttons li.blue a {
    font-size: 12px;        
    margin-right: 4px;
    padding: 2px 7px;
    background: #7AAFBF;
    color: #fff;    
    -moz-border-radius: 8px;
    -webkit-border-radius: 4px;    
}

.reward .reward-buttons li.green a {
    font-size: 12px;        
    margin-right: 4px;
    padding: 2px 7px;
    background: #74b15f;    
    color: #fff;    
    -moz-border-radius: 8px;
    -webkit-border-radius: 4px;    
}



a.chart-button {
    font-size: 11px;        
    margin-right: 6px;
    padding: 2px 7px;
    background: #b5b5b5;
    color: #fff;    
    -moz-border-radius: 8px;
    -webkit-border-radius: 4px;    
}

/*------------- Skip Step 3 ----------------*/
#skip_link {
	float: right;
	margin: -7px 4px 0 0;
}

#skip_form .error {
	color: red;
	padding: 10px 0;
}

#skip_form table {
	width: 100%;
	color: #666666;
}
#skip_form table td {
	padding: 5px !important;
	vertical-align: top;
}
#skip_form .label {
	color: #333333;
}