/********************************************
* Ensemble Investments, LLC
* Developed by I-ology
* http://www.i-ology.com
*
* Created 4/18/06 - AC
*
* Misc Style Definitions
********************************************/

/*********************************
* Titles
*********************************/

#ttl-contact-us {
    background: url(/images/ttl_contact_us.gif) top left no-repeat;
}
#ttl-email-updates {
    background: url(/images/ttl_email_updates.gif) top left no-repeat;
}
#ttl-site-map {
    background: url(/images/ttl_site_map.gif) top left no-repeat;
}
#ttl-privacy-policy {
    background: url(/images/ttl_privacy_policy.gif) top left no-repeat;
}
#ttl-thank-you {
    background: url(/images/ttl_thank_you.gif) top left no-repeat;
}
#ttl-error {
    background: url(/images/ttl_error.gif) top left no-repeat;
}
#ttl-page-not-found {
    background: url(/images/ttl_page_not_found.gif) top left no-repeat;
}
#ttl-search-results {
    background: url(/images/ttl_search_results.gif) top left no-repeat;
}

#ttl-contact-us,
#ttl-email-updates,
#ttl-site-map,
#ttl-privacy-policy,
#ttl-thank-you,
#ttl-error,
#ttl-page-not-found,
#ttl-search-results {
    height: 22px;
    text-indent: -9999px;
    margin-bottom: 7px;
}

#hdr-contact-information {
    background: url(/images/hdr_contact_info.gif) top left no-repeat;
    height: 27px;
    text-indent: -9999px;
}

/*********************************
* Layout
*********************************/

.form-field {
    width: 180px;
    margin-bottom: 20px;
}

.comment {
    width: 380px;
}

/*********************************
* Google Search Results
*********************************/
.gsc-results 
{
    width: 488px;
    padding: 15px 0 0 0;
}

.gsc-resultsHeader 
{
    display: none;
}

.gs-title a.gs-title, .gs-title a.gs-title b {
    font-weight: bold;
    color: #3E6CAA;
    outline: none;
}

.gs-snippet 
{
    /*font-family: Verdana, Arial, Helvetica, sans-serif;*/
    font-family: Arial, Verdana, Helvetica, Sans-Serif;
    line-height: 1.5em;
    color: #333;
    font-size: 1em;
}

.gs-result 
{
    padding: 5px 0;
    width: 550px;
}

.gs-no-results-result .gs-snippet,
.gs-error-result .gs-snippet {
  padding: 15px;
  margin: 15px;
  border-top: 1px solid #F0F0E5;
  border-bottom: 1px solid #F0F0E5;
  border-left: none;
  border-right: none;
  background-color: #FBFBF8;
}

#searchcontrol .gs-webResult .gs-visibleUrl-short {
    display: none;
}

#searchcontrol .gs-webResult .gs-visibleUrl-long {
    display: block;
    color: #3E6CAA;
    font-size: .9em;
    font-weight: bold;
}

.gsc-cursor-box {
    padding-top: 10px;
}

.gsc-results .gsc-cursor-box .gsc-cursor-page {
  cursor : pointer;
  color: #3E6CAA;
  text-decoration: underline;
  margin-right : 8px;
  display : inline;
}

.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
  color: #3E6CAA;
  font-weight: bold;
  text-decoration: none;
}

.gsc-results .gsc-trailing-more-results,
.gsc-results .gsc-trailing-more-results * {
  color: #3E6CAA;
  text-decoration: underline;
}

#search-container {
    margin: 0;
    padding: 0;
    width: 565px;
    height: 45px;
    overflow: hidden;
}

.search-title {
    float: left;
    width: 105px;
    margin: 0;
    padding: 0;
}

.search-form {
    float: right;
    width: 490px;
    height: 22px;
    margin-top: 15px;
    padding: 0;
    overflow: hidden;
    vertical-align: top;
}

/*.search-form input {
    margin: 0;
    padding: 0;
    float: right;
}*/

.search-form input#searchField {
    width: 350px;
    margin: 0;
    float: left;
    height: 16px;
    font-size: 12px;
}

#branding {
    width: 125px;
    margin-top: 17px;
    float: right;
}

#searchcontrol {
    border-top: 1px solid #e6e6e6;
    margin-top: 45px;
}
