
/* 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: #3666b3 url(/images/theme-lungcare/bg-clouds.png) repeat-x;
}

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

h1, h2, h3, h4, h5, h6 {
    padding: 0;
    font-weight: bold;
    font-family: "Georgia", "Times New Roman", "Times New", "Times Roman", "Times", serif;
    color: #18662a;
}

h1 { font-size: 150%; margin: 0; padding: 0 0 0.833333333333em 0; }
h2 { font-size: 130%; margin: 0 0 0.961538461538em 0; }
h3 { font-size: 120%; margin: 0 0 1.04166666667em 0; }
h4 { font-size: 110%; margin: 0 0 1.13636363636em 0; }
h5 { font-size: 100%; margin: 0 0 1.25em 0; }
h6 { font-size: 100%; margin: 0 0 1.25em 0; }

a {
    color: #18662a;
}

legend {
    color: black;
}

#header {
    height: 108px;
    position: relative;
}

#header .menu {
    margin: 0;
    padding: 10px 0 0;
    letter-spacing: 1px;
    list-style: none;
    float: right;
    font-size: 75%;
}

#header .menu li {
    display: inline;
}

#header .menu a {
    font-weight: bold;
    padding: 0 20px;
    border-right: 1px solid #18662a;
    text-decoration: none;
}

#header .menu .last a {
    border-right: 0;
    padding-right: 0;
}

#header .menu .special {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 176px;
    height: 31px;
    font-size: 125%;
}

#header .menu .special a {
    display: block;
    border: 0;
    padding: 0 0 0 10px;
    background: transparent url(/images/theme-lungcare/tab.png) no-repeat;
    width: 166px;
    height: 31px;
    line-height: 31px;
    color: white;
    text-align: center;
}

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

#logo {
    font-size: 300%;
    color: white;
    text-decoration: none;
    float: left;
    position: relative;
    width: 337px;
    height: 91px;
    left: 1px;
    top: 12px;
}

#main {
    width: 100%;
    float: left;
    background: white url(/images/cache/images-util-corners-9db8ac35dc2777a3c122dd9dd33745cc.png) repeat-y;
}

#slideshow {
    float: right;
    width: 759px;
    height: 388px;
    background: white url(/images/cache/images-util-corners-3d312ea3d0bac08a1e9bb87ee84baafe.png) no-repeat scroll 4px top;
    border: 1px solid #aabddb;
    border-width: 1px 1px 0 0;
    overflow: hidden;
}

#slideshow div {
    margin: 17px 0 0 21px;
}

#content {
    width: 710px;
    padding: 1.25em 19px 0 30px;
    float: left;
    border: 1px solid #aabddb;
    border-left-width: 0;
    font-size: 90%;
    min-height: 480px;
}

body.home #content {
    border-top: 0;
}

/* Menu styles */
#main .menu, .menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #2e4b9a;
}

#main .menu {
    width: 180px;
    float: left;
    font-size: 95%;
    position: relative;
}

#main .menu ul {
    z-index: 10;
    width: 240px;
    margin: 5px 0 0 -10px;
    position: absolute;
    display: none;
}

#main .menu li {
    width: 180px;
    float: left;
}

#main .menu ul li {
    width: 240px;
    float: left;
}

#main .menu .special {
    padding-top: 7px;
    font-size: 110%;
    text-align: center;
}

#main .menu a {
    color: white;
    text-decoration: none;
    display: block;
    width: 138px;
    font-weight: bold;
    padding: 6px 20px;
    border: 1px solid #2e4b9a;
    border-color: #6177b3 #2c4895 #20356c #2c4895;
}

#main .menu ul a {
    padding: 2px 20px;
    width: 198px;
}

#main .menu .special a {
    padding: 6px 10px;
    width: 158px;
}

#main .menu .green a {
    background-color: #97b650;
    border-color: #b0c87b #92b04d #6a8038 #92b04d;
}

#main .menu .blue a {
    background-color: #6c92c8;
    border-color: #90add5 #688dc1 #4c668c #688dc1;
}

#main .menu a:hover, .menu .hover {
    background-color: #435da4;
    border-color: #7185bb #415aa0 #36497b #415aa0;
}

#main .menu .green a:hover {
    background-color: #acc573;
    border-color: #c0d395 #a8c071 #889960 #a8c071;
}

#main .menu .blue a:hover {
    background-color: #89a8d3;
    border-color: #a6bddd #86a4cd #7085a3 #86a4cd;
}

/* Footer Styles */
#footer {
    clear: both;
    font-size: 80%;
    zoom: 1; /* hasLayout */
    color: #aabddb;
    text-align: center;
    padding-top: 25px;
}

#footElements {
    color: white;
    font-weight: bold;
    font-size: 125%;
}

#footElements span {
    padding: 0 15px;
}

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

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

#footTextlinks a {
    padding: 0 5px;
}

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

/* 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: #97b650;
    width: 40px; /* 16 col grid - change to 60px for 12 cols */
    margin: 0 10px;
    height: 100%;
}

