
/* Basic page layout */
html, body {
    text-align: center;
}

html {
    background: url(/images/theme-isgfl/flowers.png) #5bbd51 center bottom repeat-x;
    min-height: 100%;
}

body {
    background: url(/images/theme-isgfl/bg-gradients.png) transparent left top repeat-x;
    color: white;
    font-family: "Verdana", "Lucida Grande", "Arial", "Helvetica", sans-serif;
    min-width: 1002px;
    line-height: 1.25;
}

#container {
    width: 986px;
    padding: 0 8px;
    margin: 0 auto;
}

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

#header p.tagline {
    clear: right;
    text-align: right;
    padding: 11px 11px 0 0;
    font-size: 120%;
    letter-spacing: -0.5px;
    color: #8d8d8d;
    margin: 0;
}

#header p.tagline a {
    color: #8d8d8d;
    text-decoration: none;
}

#header p.tagline a:hover {
    text-decoration: underline;
    color: black;
}

#logo {
    float: left;
    width: 139px;
    height: 98px;
}

#main {
    background: url(/images/cache/images-util-corners-913986cb666759d2f2f58b494ed1d1b4.png) transparent left top repeat-y;
    text-align: left;
    float: left;
    width: 986px;
    font-size: 90%;
    position: relative;
}

#content {
    position: relative; /* Prevent overdrawing by h1 in IE*/
    padding: 10px 20px;
    width: 946px;
    min-height: 250px;
    word-spacing: 1px;
    margin-top: -180px;
    float: left;
    overflow: hidden;
}

a {
    color: white;
}

a:hover, a:hover .highlight {
    color: #dfeeaa;
}

a.shadow:hover, a:hover .shadow {
    color: black;
}

/* Menu styles */
.menu {
    float: right;
    list-style: none;
    margin: 0;
    padding: 0;
    background: url(/images/theme-isgfl/bg-menu.png) #026da5 left top repeat-x;
    height: 53px;
    line-height: 47px;
    text-transform: lowercase;
    font-size: 110%;
}

.menu li {
    float: left;
}

.menu .first {
    background: url(/images/theme-isgfl/bg-menu-l.png) transparent left top no-repeat;
}

.menu .last {
    background: url(/images/theme-isgfl/bg-menu-r.png) transparent right top no-repeat;
}

.menu a {
    display: block;
    text-decoration: none;
    padding: 0 22px 6px 22px;
    white-space: pre;
}

.menu a.highlight {
    background: url(/images/theme-isgfl/bg-menu-sep.png) transparent right 10px no-repeat;
}

.menu a.highlight:hover {
    color: #dfeeaa;
}

.menu .last a {
    background: none;
    padding-right: 24px;
}

.menu .first a {
    padding-left: 24px;
}

/* Footer Styles */
#footer {
    width: 100%; /* IE7 Fix */
    background: url(/images/cache/images-util-corners-a1e4938df5b5d8ec14cab73ce38220f8.png) transparent left top no-repeat;
    clear: both;
    font-size: 75%;
    padding: 50px 0 20px 0;
    line-height: 1.5;
}

#footer p {
    margin: 0;
    padding: 0;
}

#footer p#footTextlinks {
    margin: 1.25em 0;
    clear: both;
    padding-top: 2em;
    width: 100%; /* Fix IE 'layout' bug doubling top margin */
}

#footer p#footTextlinks a {
    padding: 0 12px;
}

#footer a {
    text-decoration: none;
}

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

#footer h2, #footer h3 {
    margin: 0;
    padding: 0;
}

#footElements1, #footElements2 {
}

#footElements1 {
    text-align: left;
    float: left;
    font-family: "Trebuchet MS", "Trebuchet", "Arial", "Helvetica", sans-serif;
    line-height: 1.25;
    padding-left: 16px;
}

#footElements1 h2 {
    font-size: 180%;
}

#footElements2 {
    font-size: 90%;
    text-align: right;
    float: right;
    padding-right: 16px;
}

#footElements2 h2, #footElements2 h3 {
    font-weight: bold;
}

/* Headers, content */
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    color: white;
    padding: 0;
    margin: 0 0 0.3em 0;
}

#main h1, #main h2, #main h3, #main h4, #main h5, #main h6 {
    font-family: "Georgia", "Times New Roman", "Times New", "Times Roman", "Times", serif;
}

h1 {
    font-family: "Georgia", "Times New Roman", "Times New", "Times Roman", "Times", serif;
    font-size: 200%;
    color: white;
    text-align: left;
    background: url(/images/cache/images-util-corners-4fddd222381d108795b3bf55cedd1f12.png) transparent left top no-repeat;
    position: absolute;
    margin: 0;
    padding: 6px 18px 0 18px;
    width: 950px;
    height: 234px;
    top: 148px;
    left: 0;
}

h2 { font-size: 170%; }
h3 { font-size: 130%; }
h4 { font-size: 125%; }
h5 { font-size: 120%; }
h6 { font-size: 110%; }

#content p, #content ul, #content ol {
    margin-bottom: 1.5em;
}

/* Stuff with shadows */
h1 .shadow, h1 .highlight {
    padding: 5px 2px 5px 2px;
}

.shadow {
    position: absolute;
    margin: 2px 0 0 2px;
    color: black;
    -moz-opacity: 0.40;
    opacity: 0.40;
    filter: alpha(opacity=40);
}

.highlight {
    display: block;
    color: white;
    display: block;
    position: relative;
}

h1 .highlight {
    background: url(/images/theme-isgfl/header-underline-wide.png) left bottom no-repeat;
}

/* Sidebar items */
body.wide #content {
    width: 563px;
}

body.narrow #content {
    width: 673px;
}

body.wide h1 .highlight, body.wide h1 .shadow {
    width: 563px;
}

body.narrow h1 .highlight, body.narrow h1 .shadow {
    width: 673px;
}

#sidebar {
    position: relative; /* Prevent overdrawing by h1 in IE */
    padding: 15px 13px 0 0;
    float: right;
    font-size: 90%;
    margin-top: -240px;
    overflow-x: hidden;
}

body.wide #sidebar {
    width: 370px;
}

body.narrow #sidebar {
    width: 260px;
}

.sidebar_item {
    margin-bottom: 10px;
}

.sidebar_item_content {
    line-height: 1.5;
    padding: 1px 16px 4px 16px;
    position: relative;
}

body.wide .sidebar_item_content {
    background: url(/images/cache/images-util-corners-00f4a5efc8e6609cf41dae5ecb90eae6.png) left bottom no-repeat;
}

body.narrow .sidebar_item_content {
    background: url(/images/cache/images-util-corners-41e9027944add668ca3414e21bd1aa83.png) left bottom no-repeat;
}

#sidebar p, #sidebar ul, #sidebar ol {
    margin: 0;
    padding: 5px 0;
}

#sidebar ul.static {
    padding-top: 1.00em;
}

#sidebar h2 {
    margin: 0;
    padding: 0 2px 0 0;
    font-weight: normal;
    font-family: "Verdana", "Lucida Grande", "Arial", "Helvetica", sans-serif;
    color: #00437b;
    position: relative;
    overflow: hidden;
}

body.wide #sidebar h2 {
    text-transform: lowercase;
    background: url(/images/cache/images-util-corners-5a692cae0d0299e32e3a507850ff6cb3.png) transparent left top no-repeat;
    width: 370px;
    word-spacing: -0.32em;
    font-size: 270%;
    height: 65px;
    line-height: 65px;
}

body.narrow #sidebar h2 {
    background: url(/images/cache/images-util-corners-c9bc0f9aef7cd2bd8d7f86b8b819bf98.png) transparent left top no-repeat;
    width: 260px;
    text-align: center;
    font-size: 155%;
    letter-spacing: -0.75px;
    height: 40px;
    line-height: 40px;
}

#sidebar h2 a {
    display: block;
    width: 302px;
    padding-left: 66px;
    text-decoration: none;
    color: #00437b;
    background: url(/images/theme-isgfl/the.png) transparent left top no-repeat;
}

#sidebar h2 em, #sidebar h2 a em {
    font-style: normal;
    color: white;
}

#sidebar h2 a span {
    position: absolute;
    top: 0;
    right: 25px;
}

#sidebar ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    color: #caedfb;
}

.sidebar_item_content a {
    color: #caedfb;
    text-decoration: none;
}

.sidebar_item_content a strong, .sidebar_item_content strong a {
    color: white;
    text-decoration: underline;
}

.sidebar_item_content a:hover strong, .sidebar_item_content strong a:hover {
    color: #caedfb;
}

.sidebar_item_content a:hover {
    color: white;
    text-decoration: underline;
}

#sidebar div.sidebar_item.tellmemore h2 {
    background: url(/images/cache/images-util-corners-53547a7e972d09a0598b439c1f6cb76c.png) transparent left top no-repeat;
}

div.tellmemore form {
    zoom: 1;
}

div.tellmemore form div.iField {
    height: auto;
}

div.tellmemore form div.text input {
    width: 12em;
}

div.tellmemore form div.text label {
    width: 53px;
    float: left;
}

div.tellmemore form div.text.area label {
    width: auto;
    float: none;
}

div.tellmemore form div.iField textarea {
    width: 16em;
}

div.tellmemore form p.asterisk_legend {
    clear: left;
    float: right;
}

div.tellmemore form div.formFoot {
    clear: none;
}

div.tellmemore #iField_instantvis {
    padding-right: 0;
    width: 100%;
}

#sidebar div.tellmemore form div.error,
#sidebar div.tellmemore form p.error_messages {
    background: #cc76b3;
}

#sidebar div.tellmemore form p.error_messages {
    margin: 1ex 0;
    padding: 0.5ex 1ex;
}

#sidebar div.tellmemore form p.success_messages {
    margin: 1ex 0;
    padding: 0.5ex 1ex;
    background: #5bbd51;
}

#sidebar div.tellmemore div#iField_instantvis a,
#sidebar div.tellmemore div#iField_instantvis a:visited {
    color: white;
    text-decoration: underline;
}

#sidebar div.tellmemore div#iField_instantvis a:hover {
    color: yellow;
}

.latest {
    font-weight: bold;
}

#bigPicture .latest, #bigPicture .latest a {
    color: white;
}

body.wide #bigPicture h2 {
    background-image: url(/images/cache/images-util-corners-d12bf7e8cf6cb4e12a7c93dae8156eda.png);
}

body.wide #latestNews h2 {
    background-image: url(/images/cache/images-util-corners-1025325dd46cb8726729022e13ae73c9.png);
}

body.wide #idWSK h2 {
    background-image: url(/images/cache/images-util-corners-33161f979ce67860961e6456e72d9664.png);
}

body.wide #idWSK h2 a {
    background: none;
    width: 368px;
    padding-left: 0;
    text-align: center;
    padding-top: 3px;
    height: 62px;
}

#sidebar .caption {
    font-size: 130%;
}

/* Varous buttons */
.button {
    font-size: 140%;
    text-decoration: none;
    background: url(/images/cache/images-util-corners-74f2c03cfecb18ca89ac3c6c25aa278c.png) transparent left top no-repeat;
    white-space: nowrap;
}

.button, .button .shadow, .button .highlight {
    height: 36px;
    line-height: 32px;
    cursor: pointer; /* IE7 Fix */
}

.button .shadow, .button .highlight {
    margin-right: -12px; /* IE6 Fix */
    padding: 0 20px;
}

.button .highlight {
    background: url(/images/cache/images-util-corners-2ac0714c09f42aba3ee19067ae61a280.png) transparent right top no-repeat;
}

/* Positioning of button on homepage in content area */
body.wide #content .button {
    display: table; /* Allow shrink wrapping in Firefox and friends */
    display: expression('inline-block'); /* Shrink wrapping in IE */
    margin: 0 auto; /* Centering in real browsers */
    margin-left: expression(parseInt((this.parentNode.offsetWidth - this.offsetWidth - 40) / 2) + 'px'); /* Centering in IE */
    position: relative;
    left: -5px; /* not sure why, but it doesn't seem perfectly centered without this */
}

body.wide #content .button .shadow, body.wide #content .button .highlight {
    display: expression('inline-block'); /* Force IE6 to shring wrap */
}

/* Positioning of button on about page */
body.about .button {
    position: absolute;
    right: 25px;
    bottom: 10px;
    white-space: pre;
}

/* Positioning of button on product pages in sidebar */
body.narrow #sidebar .button {
    display: block;
    text-align: left;
    width: 260px;
    background: url(/images/cache/images-util-corners-413196c25b5c07ce9a7894cd4ea7dc4b.png) transparent left top no-repeat;
    margin-bottom: 10px;
}

.hot, body.narrow #sidebar .hot {
    background: url(/images/cache/images-util-corners-a155568617a368dc9794121bf103803f.png) transparent left top no-repeat;
    font-weight: bold;
}

.tall, .tall .shadow, .tall .highlight {
    padding-top: 6px;
    height: 58px;
    line-height: 25px;
}

.tall, body.narrow #sidebar .tall {
    background: url(/images/cache/images-util-corners-cbbd84a019f0ddd44590a9a625d6bea2.png) transparent left top no-repeat;
}

.hot .highlight {
    background: none;
    margin-right: 0;
}

body.narrow #sidebar .button .highlight, body.narrow #sidebar .button .shadow {
    padding: 0;
    width: 260px;
    text-align: center;
    background: none;
}

.questionButton {
    display: block;
    margin: 20px 0;
    text-align: center;
    width: 100%;
}

.multicolumn #chunk1 {
    float: left;
    width: 322px;
    padding-right: 15px;
}

.multicolumn #chunk2 {
    float: left;
    width: 336px;
}

.multicolumn #chunk3 {
    clear: left;
}

body #content .fasttrack {
    font-family: "Verdana", "Lucida Grande", "Arial", "Helvetica", sans-serif;
    background: url(/images/cache/images-util-corners-89299cf6a71561ca0081917af62c750f.png) transparent left top no-repeat;
    height: 57px;
    width: 675px;
    line-height: 55px;
    padding: 0 20px;
    text-align: center;
    color: #00437b;
}

body.p .categoryIndex .caption {
    font-size: 80%;
    width: 220px;
    margin: 0 auto;
    overflow: hidden;
    font-weight: normal;
    height: 2.5em;
}

body.p .categoryIndex .caption a {
    font-weight: normal;
}

body.p .categoryIndex td {
    vertical-align: bottom;
}

/* share icons */
#share {
    width: 370px;
    padding: 0 0px 5px;
    height: 33px;
}

#share a {
    text-decoration: none;
    padding: 0 9px 3px 28px;
    line-height: 27px;
    display: inline;
    float: left;
    height: 26px;
}

#share a.ShareThis {
    background: transparent url(/images/theme-isgfl/sharethis-24.png) no-repeat scroll left top;
}

#share a.Twitter {
    background: transparent url(/images/theme-isgfl/twitter-24.png) no-repeat scroll left top;
}

#share a.Facebook {
    background: transparent url(/images/theme-isgfl/facebook-24.png) no-repeat scroll left top;
}

#share a.LinkedIn {
    background: transparent url(/images/theme-isgfl/linkedin-24.png) no-repeat scroll left top;
    padding-right: 0;
}

#share .stico_default {
    background: transparent url(/images/theme-isgfl/sharethis-24.png) no-repeat scroll left top !important;
    line-height: 26px !important;
}

#share .stbuttontext {
    display: block;
    line-height: 26px !important;
}

.stwrapper {
    margin-left: -50px !important;
}

body.ebooks #content .cms_item {
    clear: none;
}

body.ebooks form {
    display: inline;
    float: right;
    width: 350px;
    margin-left: -100px;
}


