
/* 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: "Trebuchet MS", "Trebuchet", "Arial", "Helvetica", sans-serif;
    margin: 0;
    padding: 0;
    border: 0;
}

html {
    background: white url(/images/theme-huffinsurance/shadow.png) repeat-x scroll left 116px;
}

body {
    text-align: left;
    width: 833px;
    margin: 0 auto;
    line-height: 1.25;
}

h1, h2, h3, h4, h5, h6 {
    padding: 0;
    font-weight: bold;
    font-family: "Trebuchet MS", "Trebuchet", "Arial", "Helvetica", sans-serif;
    color: #007dc6;
}

a {
    color: #007dc6;
}

a:hover, a:active {
    color: #041175;
}

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

ul, ol, p, form {
    margin-top: 1.25em;
    margin-bottom: 0;
}

#header {
    height: 249px;
    background: white url(/images/theme-huffinsurance/header-photos.jpg) no-repeat scroll left bottom;
    font-family: "Arial", "Helvetica", sans-serif;
    position: relative;
}

#header address {
    font-style: normal;
    margin: 0;
    padding: 0;
    font-size: 75%;
    text-align: right;
    position: absolute;
    right: 0;
    bottom: 142px;
}

#logo {
    display: inline; /* IE6 fix */
    float: left;
    margin-top: 14px;
    font-size: 175%;
}

#sidebar {
    float: right;
    width: 277px;
    background: #041175 url(/images/cache/images-util-corners-36d19b65b4aa6e64912f172a98101051.png) no-repeat scroll left top;
    color: white;
    margin: 21px 0;
}

#sidebar a,
#sidebar a:visited {
    color: white;
    text-decoration: none;
}

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

#sidebar h2, #sidebar ul {
    margin: 0;
    padding: 0;
}

#sidebar .categoryIndex {
    background: #041175 url(/images/cache/images-util-corners-a006946acbf347bb1f587979c33753c1.png) no-repeat scroll left bottom;
    padding-bottom: 12px;
}

#sidebar h2 {
    text-align: center;
    color: white;
    font-weight: normal;
    padding-top: 12px;
    padding-bottom: 5px;
    text-transform: uppercase;
    font-size: 140%;
}

#sidebar ul {
    padding-left: 30px;
    padding-right: 10px;
    font-size: 80%;
}

body.home .cms_chunk {
    margin-right: 297px;
}

#content {
    padding: 1px 0px 1.25em;
    font-size: 90%;
}

/* Menu styles */
#menubar {
    font-family: "Arial", "Helvetica", sans-serif;
}

.menu {
    list-style: none;
    margin: 0;
    padding: 0;
    border-top: 7px solid #007dc6;
    text-align: center;
    font-size: 84%;
    height: 27px;
}

.menu ul {
    display: none;
}

.language {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
}

.menu li {
    display: inline; /* IE6 float fix */
    float: left;
    width: 138px;
    margin-right: 1px;
}

.menu li.last {
    margin-right: 0;
}

.menu a, .menu a:active, .menu a:visited {
    color: white;
    display: block;
    width: 138px;
    height: 27px;
    line-height: 27px;
    background: #7bb8db url(/images/cache/images-util-corners-1ecc7ea9f2b9abf3b12e0b802ed53c85.png) no-repeat scroll left bottom;
    text-decoration: none;
    font-weight: bold;
}

.menu .active a, .menu .active a:active, .menu .active a:visited {
    background: #007dc6 url(/images/cache/images-util-corners-cf0ca2d46f5489802b702a92815a2194.png) no-repeat scroll left bottom;
}

.menu a:hover, .menu .hover {
    color: #041175;
}

/* Footer Styles */
#footer {
    clear: both;
    font-size: 80%;
    text-align: center;
    background-color: #007dc6;
    color: white;
    padding: 1.25em 0;
    font-family: "Arial", "Helvetica", sans-serif;
}

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

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

#footTextlinks a {
    padding: 0 10px;
}

#footElements {
    font-style: normal;
}


