/* 
    Document   : base
    Created on : Feb 13, 2012, 3:27:30 PM
    Author     : shawn
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root {  display: block; }
body { background: url(../images/bg.png) repeat-x #4C000B; font-size: 62.5%; margin: 0; }
.clearfix { position: relative; display: block; }
.bold { font-weight: bold; }
.italic{ font-style: italic; }
.maroon { color: #4A010C; }
.maroon:hover { color: #3366ff }
.divider { width: inherit; height: 1px; margin-bottom: 25px; border-bottom: 1px dotted #997D4E; float: left; }


/* Header */
#header-wrapper { width: 100%; height: auto; }
#header-content { width: 978px; height: 200px; margin: 26px auto 0 auto; }
#header { width: inherit; height: inherit; background-color: #ffffff; border: 1px solid #4A010C; 
          border-top-left-radius: 10px; border-top-right-radius: 10px; 
          -moz-border-radius-topleft: 10px; -moz-border-radius-topright: 10px; 
          box-shadow: 0 0 25px #4A010C;}
#header-image { width: 501; height: 181; position: absolute; left: 37px; top: 11px; }
#header-info { width: 330px; height: 170px; padding-left: 20px; position: absolute; left: 610px; top: 25px; }
#header-info h1 { margin: 0; font: 2.3em 'LiberationSerifBold'; color: #67000E; float: left; letter-spacing: 1px; }
#header-info h2 { margin: 20px 0 0 0; font: normal 2.40em/145% Arial, Helvetica, sans-serif; color: #463932; float: left; }
#header-info a { color: #463932; }
#header-info a:hover { color: #7B643E; }
.header-info-phone { font-size: 1.35em; font-weight: bold; }

/* banner */
#banner-wrapper { width: 100%; height: auto; }
#banner-content { width: 980px; height: 60px; margin: 0 auto; }
#banner { width: inherit; height: inherit; background: url(../images/banner.png) no-repeat; 
          box-shadow: 0 25px 25px #4A010C; } 

/* Nav */
#nav-wrapper { width: 100%; height: auto; }
#nav-content { width: 959px; height: 43px; margin: -9px auto 0 auto; }
#nav { width: inherit; height: inherit; background-color: #3F322C; border: 1px solid #3F322C; 
        box-shadow: 0 25px 25px #4A010C; 
        background: #645045; /* Old browsers */
        /* IE9 SVG, needs conditional override of 'filter' to 'none' */
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY0NTA0NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzZjMyMmMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top, #645045 0%, #3f322c 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#645045), color-stop(100%,#3f322c)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #645045 0%,#3f322c 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #645045 0%,#3f322c 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #645045 0%,#3f322c 100%); /* IE10+ */
        background: linear-gradient(top, #645045 0%,#3f322c 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#645045', endColorstr='#3f322c',GradientType=0 ); /* IE6-8 */
        } 
#nav ul { margin: 10px 0 0 5px; padding: 0;}
#nav li { height: auto; list-style: none; float: left; border-left: 1px solid #806A47; }
#nav a { padding: 3px 13px; font: normal 1.40em Arial, Helvetica, sans-serif; color: #fff; display: block; 
         text-decoration: none; font-size-adjust: 0.54; text-shadow: 1px 1px 0 #3F322C; }
#nav a:hover { color: #806A47; }
#nav li:first-child { border: none;  }

/* Sidebar */
#sidebar-bg { width: 360px; height: 100%; min-height: 300px; float: left; 
           border-left: 1px solid #4A010C; position: absolute; left: 597px; 
           background: url(../images/sidebar_bg.png) repeat-y; }
#sidebar-content { width: 320px; height: 90%; padding: 20px; position: absolute; }
#sidebar-top { width: inherit; height: auto; padding-bottom: 25px; float: left; }
#sidebar-top h1, #sidebar-bottom h1 { width: inherit; margin: 0 0 20px 0; font: 2em 'LiberationSerifRegular'; color: #d0a45b; text-shadow: 1px 1px 0 #3F322C; float: left; }
#sidebar-top h2 { width: inherit; font-weight: normal; font: 1.5em 'LiberationSerifRegular'; margin: 0 0 3px 0; padding: 0; float: left; letter-spacing: 1px; }
#sidebar-top h3 { width: inherit; font-weight: bold; font-size: 1.10em; margin: 0; padding: 0; float: left; letter-spacing: 1px; }
#sidebar-top a { width: inherit; margin: 0 0 5px 0; float: left; font: normal 1.35em Arial, Helvetica, sans-serif; color: #e8e8e8; text-decoration: none; text-shadow: 1px 1px 0 #3F322C; }
#sidebar-top a:hover { color: #c4c4c4; }
#sidebar-bottom { width: inherit; height: auto; margin-top: 25px; float: left; }
#sidebar-bottom ul { width: inherit; margin: 0; padding: 0; float: left; }
#sidebar-bottom li { margin-bottom: 20px; width: inherit; list-style: none; float: left;}
#sidebar-bottom span { font: n 1.25em Arial, Helvetica, sans-serif; color: #d0a45b; }
#sidebar-bottom a { width: inherit; float: left; font: normal 1.50em Arial, Helvetica, sans-serif; color: #e8e8e8; text-shadow: 1px 1px 0 #3F322C; display: block; }
#sidebar-bottom a:hover { color: #c4c4c4; }
#more-legal-updates { margin-top: 25px; float: left;}
#more-legal-updates a { color: #d0a45b; }
.sidebar-divider { width: inherit; height: 1px; float: left; display: block; background-color: #997e4d; border-bottom: 1px solid #000; }
#past-issues, #latest-issue { width: inherit; height: auto; float: left; }
#past-issues span, #latest-issue span { padding: 5px 10px 0 0; float: left; }
#past-issues a { padding: 5px 0; font: bold 1.20em Arial, Helvetica, sans-serif; color: #444; display: block; }
#past-issues a:hover { color: #888; }
#latest-issue a { padding: 5px 0; font: bold 1.5em Arial, Helvetica, sans-serif; display: block; }

/* Main */
#main-wrapper { width: 100%; height: auto; }
#main-content { width: 958px; height: auto; margin: 0 auto; border-left: 1px solid #4A010C;
                border-right: 1px solid #4A010C; box-shadow: 0 25px 25px #4A010C; overflow: auto; }
#main { width: inherit; height: auto; background-color: #fff; overflow: auto;
        float: left; }
#content { width: 543px; height: auto; min-height: 350px; padding: 25px; border-left: 2px solid #806A47; 
           border-right: 2px solid #806A47; float: left; }
#content-wide { width: 904px; height: auto; min-height: 30px; padding: 15px 25px; border-left: 2px solid #806A47; 
           border-right: 2px solid #806A47; float: left; }

.content-box { width: inherit; height: auto; margin: 0 0 25px 0; float: left; }
.content-box h1 { width: auto; margin: 0 0 8px 0; font: 2.3em 'LiberationSerifBold'; color: #67000E; float: left; }
.content-box p { width: inherit; margin: 0 0 12px 0; font: normal 1.40em/145% Arial, Helvetica, sans-serif; color: #000; float: left;}
.content-btn { margin: 0; float: left; color: #fff; }
.content-btn a { padding: 8px 12px; font: normal 1.40em Arial, Helvetica, sans-serif; letter-spacing: 1px; 
                color: #fff; text-decoration: none; display: block; text-shadow: 0px 1px 1px #42342D; border: 1px solid #7B643E;  
                background-color: #806A47; background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#A48553), to(#8B7247)); 
                background:  -moz-linear-gradient(19% 75% 90deg,#8B7247, #A48553); border-radius: 5px;-moz-border-radius: 5px; 
                -webkit-border-radius: 5px; }
.content-btn a:hover { color: #cccccc; background-color: #A48553; background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#A48553), to(#A48553)); 
                background: -moz-linear-gradient(19% 75% 90deg,#A48553, #A48553); }
.content-btn img { margin: 0 0 -2px 2px; border: none; }
.expertise { width: inherit; height: auto; margin: 0 0 15px 0; padding: 0; float: left; }
.expertise ul { width: 95%;  margin: 15px 0 0 0; padding: 0; float: left; }
.expertise li { margin: 0; padding: 10px 15px 10px 15px; font: italic 1.35em Arial, Helvetica, sans-serif;
                list-style: none; border-top: 1px dotted #997D4E; }
.expertise li:nth-child(odd) { background: #e9e9e9; }
.expertise li:last-child { border-bottom: 1px dotted #997D4E; }

/* Main2 */
#main-wrapper-alt { width: 100%; height: auto; padding: 0 0 10px 0; background: url(../images/main-alt-bg.png) no-repeat center bottom;  }
#main-content-alt { width: 958px; height: auto; margin: 0 auto; border-left: 1px solid #4A010C;
                border-right: 1px solid #4A010C; overflow: auto; }
#main-alt { width: inherit; height: auto; overflow: auto;
              float: left; }
#content-wide-alt { width: 904px; height: auto; min-height: 300px; padding: 20px 25px; border-left: 2px solid #806A47;   
                      border-right: 2px solid #806A47; border-bottom: 2px solid #806A47; float: left; background-color: #fff; 
                      border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; -moz-border-radius-bottomleft: 10px; -moz-border-radius-bottomright: 10px;}
.wide-text-box { width: 94%; height: auto; margin: 0 0 10px 25px; padding: 0 0 20px 0; overflow: auto; float: left; border-bottom: 1px solid #806A47; }
.wide-text-box:last-child { border: none; }
.wide-text-box-alt { width: 94%; height: auto; margin: 0; padding: 0; overflow: auto; float: left; }
.wide-text-box-alt h2 { width: inherit; height: auto; margin: 15px 0 0 0; padding: 0; font: bold 1.45em helvetica, arial, sans-serif; float: left; }
.wide-text-box-alt h3 {  width: inherit; height: auto; margin: 5px 0 0 0; padding: 0; font: bold 1.25em helvetica, arial, sans-serif; color: #67000E; float: left; }
.wide-text-box-alt a { color: #67000E; }
.wide-text-box-alt a:hover { color: #3366ff }
.dl-pdf { width: inherit; margin: 5px 0; font: 1.25em helvetica, arial, sans-serif; color: #67000E; float: left; display: block; }
.top-btn-box { width: 94%; height: 20px; margin-bottom: -5px; float: left; }
.top-btn-box a { font: 1.25em helvetica, arial, sans-serif; color: #67000E; float: right; }
.top-btn-box a:hover { color: #3366ff }
.wide-divider { width: inherit; height: 1px; margin: 15px 0 20px 0; float: left; border-bottom: 1px dotted #997D4E; display: block; }

/* banner */
#faq-wrapper { width: 100%; height: auto; }
#faq-content { width: 980px; height: auto; margin: 0 auto; }
#faq { width: 978px; height: inherit; background: url(../images/sidebar_bg.png) repeat; 
        border-radius: 10px; -moz-border-radius-: 10px; box-shadow: 0 25px 25px #4A010C; border: 1px solid #4A010C; }
#faq-box { width: 968px; height: inherit; padding: 25px 25px 25px 35px;
            background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjA1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjIxJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xNSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
            background: -moz-linear-gradient(top,  rgba(0,0,0,0.05) 1%, rgba(0,0,0,0) 21%, rgba(0,0,0,0.15) 100%); /* FF3.6+ */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(0,0,0,0.05)), color-stop(21%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.15))); /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(top,  rgba(0,0,0,0.05) 1%,rgba(0,0,0,0) 21%,rgba(0,0,0,0.15) 100%); /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(top,  rgba(0,0,0,0.05) 1%,rgba(0,0,0,0) 21%,rgba(0,0,0,0.15) 100%); /* Opera 11.10+ */
            background: -ms-linear-gradient(top,  rgba(0,0,0,0.05) 1%,rgba(0,0,0,0) 21%,rgba(0,0,0,0.15) 100%); /* IE10+ */
            background: linear-gradient(top,  rgba(0,0,0,0.05) 1%,rgba(0,0,0,0) 21%,rgba(0,0,0,0.15) 100%); /* W3C */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d000000', endColorstr='#26000000',GradientType=0 ); /* IE6-8 */ }
#faq-box ul { margin: 0; padding: 0; }
#faq-box li { width: 80%; padding: 15px 0; list-style: none; background: url(../images/q-mark.png) no-repeat; 
              background-position: 0px 10px;
                }
#faq-box a { margin-left: 30px; font: normal 1.35em Arial, Helvetica, sans-serif; color: #fff; text-decoration: none; display: block; }
#faq-box a:hover { color: #3366ff }
.content-box-wide { width: inherit; height: auto; margin: 0 0 25px 0; float: left; }
.content-box-wide h1 { width: auto; margin: 10px 0 0 0; font: 2.3em 'LiberationSerifBold'; color: #67000E; float: left; }
.content-box-wide p { width: inherit; margin: 0 0 12px 0; font: normal 1.40em/145% Arial, Helvetica, sans-serif; color: #000; float: left;}
.pdf-dl { width: auto; height: 50px; margin: 0; float: left; display: block; position:  absolute; left: 625px; top: 22px; }
.pdf-dl p { width: inherit; margin: 7px 12px 0 0; font: normal 1.50em/145% Arial, Helvetica, sans-serif; color: #000; float: left; }

/* Bio */
#bio-img { margin: 25px 0; width: inherit; height: auto; overflow: auto; }
#bio-img img { margin-right: 15px; float: left; }
#bio-img p { width: 60%; float: left; }
#bio-header-email { margin: 5px 0 0 15px; float: left; }
#bio-header-email p { font-weight: bold; }
#bio-header-email a { color: #4A010C; }
#bio-header-email a:hover { color: #3366ff }
#return { float: left; }

/* Footer */
#footer-wrapper { width: 100%; height: auto; }
#footer-content { width: 980px; height: 400px; margin: 0 auto; }
#footer { width: inherit; height: inherit; background-color: #000; 
          border-radius: 10px; -moz-border-radius-: 10px; box-shadow: 0 25px 25px #4A010C; } 
#footer-home-header { width: 978px; height: 51px; border: 1px solid #3F322C; 
                      background: #645045; /* Old browsers */
                    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
                    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY0NTA0NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzZjMyMmMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
                    background: -moz-linear-gradient(top, #645045 0%, #3f322c 100%); /* FF3.6+ */
                    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#645045), color-stop(100%,#3f322c)); /* Chrome,Safari4+ */
                    background: -webkit-linear-gradient(top, #645045 0%,#3f322c 100%); /* Chrome10+,Safari5.1+ */
                    background: -o-linear-gradient(top, #645045 0%,#3f322c 100%); /* Opera 11.10+ */
                    background: -ms-linear-gradient(top, #645045 0%,#3f322c 100%); /* IE10+ */
                    background: linear-gradient(top, #645045 0%,#3f322c 100%); /* W3C */
                    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#645045', endColorstr='#3f322c',GradientType=0 ); /* IE6-8 */
                    border-top-left-radius: 10px; border-top-right-radius: 10px; 
                    -moz-border-radius-topleft: 10px; -moz-border-radius-topright: 10px; }
#footer-home-header h1 { margin: 11px 0 0 15px; font: 2.5em 'LiberationSerifRegular'; color: #fff; letter-spacing: 1px;
                         float: left; text-shadow: 1px 1px 0 #000; }
#footer-home { width: 958px; height: 338px; margin: 0 auto; background: #fff; border: 1px solid #4A010C; 
               border-top: none; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; 
          -moz-border-radius-bottomleft: 10px; -moz-border-radius-bottomright: 10px;}
.footer-bio { width: 280px; height: 320px; margin-left: 30px; float: left; }
.bio-header { width: inherit; height: 45px; float: left; border-bottom: 1px solid #997D4E; }
.bio-header h1 { margin: 23px 0 0 0; font: bold 1.55em Arial, Helvetica, sans-serif; color: #4A010C; }
.bio-content { width: inherit; height: 145px; float: left; }
.bio-qoute { width: inherit; height: 129px; float: left; background: url(../images/qoute.png) no-repeat;
            background-position: 0px 10px; }
.bio-qoute p { margin: 20px 0 0 0; padding: 0 20px; font: italic 1.34em/145% Arial, Helvetica, sans-serif; color: #000; }
.bio-pic { width: 115px; height: 132px; margin-top: 12px; float: left; }
.bio-info { width: 155px; height: 132px; margin-top: 12px; padding-left: 10px; float: left; }
.bio-info h3 { width: 155px; margin: 5px 0 0 0; font: bold 1.45em Arial, Helvetica, sans-serif; color: #524339; float: left; }
.bio-info a { font: normal 1.25em Arial, Helvetica, sans-serif; color: #4A010C; float: left; }
.bio-btn { margin: 55px 0 0 0; float: left; color: #fff; }
.bio-btn a { padding: 8px 12px; font: normal 1.40em Arial, Helvetica, sans-serif; letter-spacing: 1px; 
                color: #fff; text-decoration: none; display: block; text-shadow: 0px 1px 1px #42342D; border: 1px solid #7B643E;  
                background-color: #806A47; background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#A48553), to(#8B7247)); 
                background:  -moz-linear-gradient(19% 75% 90deg,#8B7247, #A48553); border-radius: 5px;-moz-border-radius: 5px; 
                -webkit-border-radius: 5px; }
.bio-btn a:hover { color: #cccccc; background-color: #A48553; background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#A48553), to(#A48553)); 
                background: -moz-linear-gradient(19% 75% 90deg,#A48553, #A48553); }
.bio-btn img { margin: 0 0 -2px 2px; border: none; }


/* Bottom */
#bottom-wrapper { width: 100%; height: auto; }
#bottom-content { width: 980px; height: 60px; margin: 0 auto; }
#bottom { width: inherit; height: inherit; }
#bottom p { margin: 15px 0 0 185px; font: normal 1.15em Arial, Helvetica, sans-serif; 
            color: #fff; letter-spacing: 1px; }

/* Font-Face */
@font-face {
    font-family: 'LiberationSerifRegular';
    src: url('liberation/LiberationSerif-Regular-webfont.eot');
    src: url('liberation/LiberationSerif-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('liberation/LiberationSerif-Regular-webfont.woff') format('woff'),
         url('liberation/LiberationSerif-Regular-webfont.ttf') format('truetype'),
         url('liberation/LiberationSerif-Regular-webfont.svg#LiberationSerifRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'LiberationSerifItalic';
    src: url('liberation/LiberationSerif-Italic-webfont.eot');
    src: url('liberation/LiberationSerif-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('liberation/LiberationSerif-Italic-webfont.woff') format('woff'),
         url('liberation/LiberationSerif-Italic-webfont.ttf') format('truetype'),
         url('liberation/LiberationSerif-Italic-webfont.svg#LiberationSerifItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'LiberationSerifBold';
    src: url('liberation/LiberationSerif-Bold-webfont.eot');
    src: url('liberation/LiberationSerif-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('liberation/LiberationSerif-Bold-webfont.woff') format('woff'),
         url('liberation/LiberationSerif-Bold-webfont.ttf') format('truetype'),
         url('liberation/LiberationSerif-Bold-webfont.svg#LiberationSerifBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'LiberationSerifBoldItalic';
    src: url('liberation/LiberationSerif-BoldItalic-webfont.eot');
    src: url('liberation/LiberationSerif-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('liberation/LiberationSerif-BoldItalic-webfont.woff') format('woff'),
         url('liberation/LiberationSerif-BoldItalic-webfont.ttf') format('truetype'),
         url('liberation/LiberationSerif-BoldItalic-webfont.svg#LiberationSerifBoldItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

