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

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

body {
    text-align: left;
    width: 936px;
    margin: 0 auto;
}

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

body.home #content ul, body.home #content ol {
    line-height: 1.6;
}

h1 { font-size: 190%; }
h2 { font-size: 170%; }
h3 { font-size: 140%; color: #296b93; }
h4 { font-size: 120%; color: #296b93; }
h5 { font-size: 100%; color: #296b93; }
h6 { font-size:  90%; color: #296b93; }

p, ul, ol {
    margin-top: 0;
}

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

#logo {
    float: left;
    margin-top: 20px;
}

#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-075fcf42761c269e29e961aa7e123a24.png) no-repeat scroll left top;
    padding-top: 16px;
    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: -184px;
    position: relative;
    min-height: 200px;
    padding: 1px 27px 12px 27px;
    font-size: 90%;
}

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

.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: left;
    font-size: 80%;
    text-align: center;
    margin-top: 183px;
    color: white;
    padding: 1em 0;
}

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

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

#footTextlinks a {
    padding: 0 10px;
}

/* 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;
}

#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: 90%;
    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: 190%;
    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: 175%;
    font-family: "Georgia", "Times New Roman", "Times New", "Times Roman", "Times", serif;
    margin-left: 10px;
}

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

