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

html {
    background: #296b93 url(/images/theme-leesar/bg-gradient.png) repeat-x scroll left top;
}

body {
    width: 936px;
    margin: 0 auto;
    text-align: left;
    /* If you're using fancybox and it won't center, use    */
    /* position: static;                                    */
    /* Beware that this can introduce IE6 problems          */
}

h1, h2, h3, h4, h5, h6 {
    padding: 0;
    font-weight: normal;
    font-family: "Georgia", "Times New Roman", "Times New", "Times Roman", "Times", serif;
}

h1 { font-size: 192.8571%; margin: 0 0 0.6481em 0; }
h2 { font-size: 171.4286%; margin: 0 0 0.7292em 0; }
h3 { font-size: 142.8571%; margin: 0 0 0.8750em 0; color: #296b93; }
h4 { font-size: 121.4286%; margin: 0 0 1.0294em 0; color: #296b93; }
h5 { font-size: 100.0000%; margin: 0 0 1.2500em 0; color: #296b93; }
h6 { font-size: 92.8571%; margin: 0 0 1.3462em 0; color: #296b93; }

a {
    /* color: blue; */
}

body.home h1, body.home h2, body.home h3, body.home h4, body.home h5, body.home h6,
body.home #content ul, body.home #content ol {
    line-height: 1.6;
}

body.home h1 {
    display: none;
}

body.home .floatLeft {
    margin-bottom: 1.25em;
    padding-top: 2px;
}

legend {
    color: black;
}

#header {
    padding: 0 5px 0 20px;
    height: 92px;
}

#logo {
    display: inline; /* IE6 fix */
    float: left;
    margin-top: 12px;
    position: relative;
    width: 294px;
    height: 73px;
}

#externalLink {
    float: right;
    width: 347px;
    height: 55px;
    text-align: center;
    background: transparent url(/images/theme-leesar/top-tab-big.png) no-repeat scroll right bottom;
}

#main {
    position: relative;
    clear: left;
    background: transparent url(/images/cache/images-util-corners-e3cc9982ef8016ae09cea7b85621e979.png) no-repeat scroll left top;
    padding-top: 10px;
    top: -5px;
    zoom: 1; /* fixes hasLayout for IE7 doubled top margin */
}

#wrapper {
    background: transparent url(/images/cache/images-util-corners-61f97f88293077df690f04660e72d919.png) repeat-y scroll left top;
    padding: 1px 0;
}

#content {
    background: transparent url(/images/cache/images-util-corners-4e43ab6eda03803129bb47ca36a0ae77.png) no-repeat scroll left bottom;
    margin-bottom: -178px;
    position: relative;
    min-height: 200px;
    padding: 5px 27px 12px 27px;
    font-size: 87.5000%;}

/* Menu styles */
.menu {
    list-style: none;
    font-size: 81.2500%;    display: inline; /* IE6 fix */
    float: left;
    margin: 0 5px;
    padding: 0 0 0 15px;
    width: 926px;
    background: transparent url(/images/cache/images-util-corners-b27319ebc72329c0dad0ac084b04cad7.png) no-repeat scroll left top;
}

.menu li {
    float: left;
    position: relative;
    z-index: 2;
}

.menu li.active {
    background: transparent url(/images/cache/images-util-corners-c25c70d9854c7201d4761fde409dcf8c.png) no-repeat scroll left top;
    margin: 0 -5px;
}

.menu a {
    display: block;
    padding: 9px 18px 4px 18px;
    text-decoration: none;
    color: white;
    background: transparent url(/images/theme-leesar/menu-sep.png) no-repeat scroll right top;
}

.menu li.last a {
    background-image: none;
}

.menu li.active a {
    background: transparent url(/images/cache/images-util-corners-995f8facb424dcf2bbed2069e505a6ee.png) no-repeat scroll right top;
    color: #296b93;
    padding: 9px 23px 4px 23px;
}

.menu a:hover {
    text-decoration: underline;
}

.menu ul {
    display: none;
    top: -1000px;
    list-style: none;
    margin: 0;
    padding: 0;
    border: 1px solid #b6ccd9;
    background-color: #296b93;
    z-index: 2;
    white-space: pre;
}

.menu li.active ul {
    margin-left: 4px;
}

.menu ul li, .menu ul li.active {
    background-image: none;
    display: block;
    float: none;
    margin: 0;
    padding: 0;
}

.menu ul a, .menu li.active ul a {
    margin: 0;
    padding: 4px 16px;
    display: block;
    background-image: none;
    color: white;
}

.menu ul a:hover, .menu li.active ul a:hover  {
    background-color: white;
    color: #296b93;
    text-decoration: none;
    position: relative;
}

/* Footer Styles */
#footer {
    clear: both;
    font-size: 81.2500%;    text-align: center;
    margin-top: 177px;
    color: white;
    padding: 1em 0;
    zoom: 1;
}

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

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

#footTextlinks a {
    padding: 0 10px;
}

#footElements {
    font-style: normal;
}

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

/* Social media icons */
#share {
    height: 16px;
    font-size: 83.3333%;}

#share iframe {
    width: -40px;
    height: 39px;
    margin: 0;
    padding: 0;
    border: 0;
}

#share a {
    float: left;
    line-height: 16px;
    height: 16px;
    padding: 0 5px 0 18px;
    background: transparent url(/images/util/social-icons/16x16.png) no-repeat;
    text-decoration: none;
}

#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; padding-right: 0; margin-right: -20px; }
#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 a.yelp        { background-position: 0 -320px; }
#share a.urbanspoon  { background-position: 0 -340px; }

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

.st_sharethis {
    float: left;
    line-height: 16px;
    height: 16px;
    background: transparent url(/images/util/social-icons/16x16.png) no-repeat scroll 0 -240px;
    padding: 0 5px 0 18px !important;
}

.stButton {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
}

.stButton .chicklets {
    display: block !important;
    background: none !important;
    font-family: "Tahoma", "Arial", "Helvetica", sans-serif !important;
    font-size: 100% !important;
    padding: 0 !important;
    line-height: 16px !important;
    height: 16px !important;
}

/* Special homepage styles */
body.home #content {
    min-height: 450px;
}

body.home h1 {
    display: none;
}

#homeHead {
    margin: 0 -10px 12px -10px;
    width: 902px;
    height: 261px;
    position: relative;
}

#homeHead img {
    float: left;
    margin-top: 2px;
}

#homeHead img#overlap {
    margin-top: -10px;
    margin-bottom: -2px;
    position: relative;
}

#homeHead img#flashStandin {
    margin-top: 0;
}

#homeHeadOverlay {
    width: 902px;
    height: 261px;
    position: absolute;
    background: transparent url(/images/cache/images-util-corners-107f74b9aa3e6a2228c75e92ab882d08.png) no-repeat scroll left top;
    left: 0; /* IE7 fix */
}

#slideshowFrame {
    float: left;
    margin: 9px 0 0 -33px;
    background: transparent url(/images/cache/images-util-corners-689d72105f0bf1d8af2f10eb552087f9.png) no-repeat scroll left top;
    width: 235px;
    height: 243px;
    padding: 1px 0 0 1px;
}

#slideshow {
    width: 230px;
    height: 238px;
    overflow: hidden;
    position: relative;
}

#slideshow .slide {
    width: 230px;
    height: 238px;
    overflow: hidden;
}

#slideshow img {
    margin: 0;
}

#sidebar {
    float: right;
    width: 430px;
    margin: 8px -10px 0 0;
}

.sidebar_item {
    margin-left: 10px;
    background: transparent url(/images/cache/images-util-corners-55eb21038248644ed84b36b633b7cbaf.png) no-repeat scroll left bottom;
    font-size: 92.8571%;    padding: 1px 14px;
    margin-bottom: 10px;
}

.sidebar_item h2 {
    margin: -8px -14px 8px -14px;
    padding: 0 14px;
    color: white;
    background: transparent url(/images/cache/images-util-corners-c5284dad7bf2e1d5fc221ce4028d8cae.png) no-repeat scroll left top;
    font-size: 192.3077%;    padding-top: 3px;
}

.sidebar_item h2, .sidebar_item h3 {
    line-height: 1.25;
}

.sidebar_item h2 a {
    text-decoration: none;
    color: white;
}

.sidebar_item h3 a {
    text-decoration: none;
    color: #296b93;
}

.sidebar_item h3 a:hover {
    text-decoration: underline;
}

.sidebar_item h3 {
    font-family: "Tahoma", "Arial", "Helvetica", sans-serif;
    font-size: 100%;
    font-weight: bold;
    color: #296b93;
    margin-top: 0;
    margin-bottom: 2px;
}

.sidebar_item p {
    margin: 0;
    padding-bottom: 0.75em;
}

#sidebar .button {
    float: left;
    width: 205px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    background: transparent url(/images/cache/images-util-corners-2dea20cb38ee9e17e04e43eb297c9ad1.png) no-repeat scroll left top;
    text-decoration: none;
    color: white;
    font-size: 176.9231%;    font-family: "Georgia", "Times New Roman", "Times New", "Times Roman", "Times", serif;
    margin-left: 10px;
}

#sidebar .button:hover {
    text-decoration: underline;
}


