
/* Demonstration of a WYMeditor style
p.pull-quote {
    float: right;
    padding: 20px;
    font-size: 150%;
    font-weight: bold;
    width: 25%;
}
*/

/* Basic page layout */
html, body {
    text-align: center;
    font-family: "Arial", "Helvetica", sans-serif;
}

html {
    background-color: #a4d7f5;
}

body {
    width: 960px;
    margin: 8px auto 0;
    background: white url(/images/theme-tedtoddinsurance/bg-mid.png) repeat-y center top;
    text-align: left;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    padding: 0;
    font-weight: bold;
    font-family: "Arial", "Helvetica", sans-serif;
}

h1 { font-size: 175%; margin: 0; padding: 0 0 0.714285714286em 0; }
h2 { font-size: 150%; margin: 0 0 0.833333333333em 0; }
h3 { font-size: 130%; margin: 0 0 0.961538461538em 0; }
h4 { font-size: 115%; margin: 0 0 1.08695652174em 0; }
h5 { font-size: 105%; margin: 0 0 1.19047619048em 0; }
h6 { font-size: 100%; margin: 0 0 1.25em 0; }

h2 {
    font-size: 125%;
    color: #1666af;
}

h3 {
    font-size: 120%;
}

a {
    color: #548dff;
}

legend {
    color: black;
}

#header {
    position: relative;
    background: url(/images/theme-tedtoddinsurance/bg-top.png) no-repeat center top;
}

div.header_extra {
    position: absolute;
    top: 28px;
    right: 11px;
    width: 196px;
    font-size: 90%;
    color: #727174;
}

div.header_extra h2,
div.header_extra p {
    margin-bottom: 0;
    font-size: 100%;
}

#logo {
    margin-left: 40px;
    padding-top: 41px;
    padding-bottom: 16px;
    font-size: 300%;
    display: block;
    text-decoration: none;
    line-height: 50px;
}

div.subheader,
div.main {
    display: inline; /* IE6 fix */
    float: left;
    margin: 1px 11px 0;
}

div.subheader {
    height: 180px;
    overflow: hidden;
}

div.subheader div.slideshow {
    display: inline; /* IE6 fix */
    float: left;
    width: 560px;
    height: 180px;
    overflow: hidden;
}

div.subheader div.quote {
    display: inline; /* IE6 fix */
    float: left;
    width: 180px;
    height: 160px;
    margin-left: 1px;
    padding: 20px 41px 0;
    font-size: 250%;
    text-transform: uppercase;
    line-height: 1.2;
    background: #ee8623 url(/images/theme-tedtoddinsurance/bg_quote.png) no-repeat center center;
    overflow: hidden;
}

div.quote span.quote {
    color: red;
    font-size: 125%;
    font-weight: bold;
}

div.quote select {
    text-transform: none;
}

div.subheader div.contact_icons {
    display: inline; /* IE6 fix */
    float: left;
    width: 114px;
    margin-left: 1px;
    text-align: center;
    background: #00467f;
    color: white;
}

div.subheader div.contact_icons a {
    display: block;
    margin-top: 23px;
    margin-bottom: 24px;
    position: relative; /* IE6 fix */
}

div.subheader div.contact_icons a.phone {
    margin-top: 30px;
    margin-bottom: 24px;
}

div.subheader div.contact_icons a.email {
    margin-top: 24px;
    margin-bottom: 30px;
}

div.main {
    width: 938px;
    background: url(/images/theme-tedtoddinsurance/bg-main.png) repeat-x center top;
}

div#sidebar {
    width: 181px;
    margin: 0;
    padding: 30px 15px 0;
    display: inline; /* IE6 fix */
    float: right;
    background: #00467f;
    font-size: 80%;
    color: white;
}

div#sidebar h2 {
    font-size: 125%;
    color: white;
}

div#sidebar h2 a {
    text-decoration: none;
}

div#sidebar a {
    color: white;
}

div.sidebar_item {
    margin-bottom: 2.5em;
}

div#sidebar a.button {
    display: inline-block;
    border: 1px solid #50c8e8;
    border-right-color: #1666af;
    border-bottom-color: #1666af;
    padding: 8px;
    font-size: 93.75%;
    font-weight: bold;
    text-transform: uppercase;
    background: #0096d6;
}

div#sidebar div.news {
    clear: both;
}

div#sidebar div.newsIndex ul,
div#sidebar div.marketUpdatesIndex ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

div#sidebar div.newsIndex ul li,
div#sidebar div.marketUpdatesIndex ul li {
    margin-left: 0;
    margin-bottom: 1.25em;
    padding-left: 0;
}

#content {
    width: 689px;
    padding: 30px 19px 0;
    display: inline; /* IE6 fix */
    float: left;
    font-size: 90%;
}

/* Menu styles */
div.menu_wrapper {
    width: 938px;
    margin: 0 auto;
    border-top: 4px solid #a4d6f4;
    padding-top: 1px;
}
div#menubar {
    position: relative;
    z-index: 3;
}

ul.menu {
    display: inline; /* IE6 fix */
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 75%;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 22px;
    height: 32px;
}

ul.menu li {
    display: inline; /* IE6 fix */
    float: left;
    width: 186px;
    margin: 0;
    padding: 0;
    margin-right: 1px;
    background: #00467f;
}

ul.menu li.property {
    background: #1666af;
}

ul.menu li.business {
    background: #0096d6;
}

ul.menu li.life {
    background: #50c8e8;
}

ul.menu li a:hover {
    background: gray;
}

ul.menu li.locations {
    width: 165px;
}

ul.menu li.about {
    width: 96px;
}

ul.menu li.contact {
    margin-right: 0;
    width: 114px;
}

ul.menu li a {
    display: block;
    padding: 5px 0;
    color: white;
    text-decoration: none;
    text-align: center;
}

/* Submenu styles */
ul.menu ul {
    position: absolute;
    top: -5000px;
    margin: 0;
    border: 1px solid #cccccc;
    border-top: 0;
    padding: 0;
    font-size: 91.666%;
    list-style: none;
    line-height: 1.25em;
}

ul.menu li.property ul li {
    background: #1666af;
}

ul.menu li.business ul li {
    background: #0096d6;
}

ul.menu li.life ul li {
    background: #50c8e8;
}

ul.menu ul li {
    display: block;
    float: none;
    margin: 0;
    border-top: 1px solid #cccccc;
    padding: 0;
}

ul.menu ul li a {
    padding: 4px;
    padding-left: 12px;
    text-align: left;
}

/* Footer Styles */
#footer {
    clear: both;
    font-size: 75%;
    text-align: center;
    padding: 1.25em 0 1px 0;
    zoom: 1; /* hasLayout */
    background: url(/images/theme-tedtoddinsurance/bg-bot.png) no-repeat center bottom;
    color: #223866;
}

#footer a {
    color: #223866;
    text-decoration: none;
}

#footer a:hover {
    text-decoration: underline;
}

#footTextlinks a {
    padding: 0 10px;
}

#copyright { margin-bottom: 0; }
#developerNotice { margin-top: 0; }

/* Social media icons */
#share a {
    display: block;
    line-height: 16px;
    height: 16px;
    margin-bottom: 4px;
    padding: 0 5px 0 18px;
    background: transparent url(/images/util/social-icons/16x16.png) no-repeat;
}

#share a.bookmark    { background-position: 0    0px; }
#share a.delicious   { background-position: 0  -20px; }
#share a.digg        { background-position: 0  -40px; }
#share a.email       { background-position: 0  -60px; }
#share a.facebook    { background-position: 0  -80px; }
#share a.flickr      { background-position: 0 -100px; }
#share a.google      { background-position: 0 -120px; }
#share a.itunes      { background-position: 0 -140px; }
#share a.linkedin    { background-position: 0 -160px; }
#share a.myspace     { background-position: 0 -180px; }
#share a.reddit      { background-position: 0 -200px; }
#share a.rss         { background-position: 0 -220px; }
#share a.sharethis   { background-position: 0 -240px; }
#share a.twitter     { background-position: 0 -260px; }
#share a.youtube     { background-position: 0 -280px; }
#share a.print       { background-position: 0 -300px; }

#share .stbuttontext {
    line-height: 16px !important;
}

#share .stico_default {
    background: transparent url(/images/util/social-icons/16x16.png) no-repeat scroll 0 -240px !important;
}

/* Grid overlay */
#gridOverlay {
    position: absolute;
    width: 960px;
    height: 120%;
    opacity: 0.15;
    top: -10%;
    display: none;
}

#gridOverlay div {
    display: inline; /* IE6 fix */
    float: left;
    background-color: #548dff;
    width: 40px; /* 16 col grid - change to 60px for 12 cols */
    margin: 0 10px;
    height: 100%;
}

