
/* 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: "Verdana", "Lucida Grande", "Arial", "Helvetica", sans-serif;
}

html {
    color: white;
    background-color: #045972;
}

body {
    text-align: left;
    background-color: black;
}

h1, h2, h3, h4, h5, h6 {
    padding: 0;
    font-weight: normal;
    font-family: "Verdana", "Lucida Grande", "Arial", "Helvetica", sans-serif;
    text-transform: uppercase;
}

h1 { font-size: 120%; margin: 0 0 1.20833333333em 0; }
h2 { font-size: 110%; margin: 0 0 1.31818181818em 0; }
h3 { font-size: 105%; margin: 0 0 1.38095238095em 0; }
h4 { font-size: 100%; margin: 0 0 1.45em 0; }
h5 { font-size:  95%; margin: 0 0 1.52631578947em 0; }
h6 { font-size:  90%; margin: 0 0 1.61111111111em 0; }

h1.section {
    color: #034457;
    font-weight: normal;
    font-size: 38px;
    line-height: 38px;
    margin: 0;
    padding: 88px 0 0 0;
    letter-spacing: 2px;
    height: 38px;
    width: 720px;
    overflow: hidden;
    text-align: right;
}

#cart_button {
    float: right;
    margin: 0 0 -32px 0;
    height: 32px;
}

a {
    color: #15b2e1;
}

a:hover {
    color: #b2e6f5;
}

legend {
    color: white;
}

#headWrapper {
    height: 158px;
    background: black url(/images/cache/images-util-corners-0eaf2e48bf2b1684df2f5b16d821867a.png) repeat-x scroll left bottom;
}

#header {
    padding-top: 17px;
    height: 141px;
    margin: 0 auto;
    width: 940px;
}

#logo {
    float: left;
    width: 215px;
    height: 123px;
}

#main {
    border: 1px solid #535454;
    border-width: 1px 0;
    background: black url(/images/cache/images-util-corners-196d556185f559756dbaa3922ddae45b.png) repeat-x;
    font-size: 80%;
}

#core {
    width: 940px;
    margin: 0 auto;
    position: relative;
    padding: 1.45em 0 0 0;
    min-height: 300px;
}

#content {
    float: left;
    width: 940px;
}

div.blog_item {
    border-bottom: 2px solid #535454;
    margin-bottom: 1em;
}

body.sidebar #content {
    width: 700px;
}

/* Menu styles */
.menu {
    list-style: none;
    width: 940px;
    height: 33px;
    text-transform: uppercase;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    overflow: hidden;
    margin-bottom: expression('-1px'); /* One of the mysteries of the universe */
}

.menu li {
    float: left;
    padding: 10px 0 0;
}

.menu a {
    color: white;
    text-decoration: none;
    padding: 0 21px;
    border-right: 1px solid white;
    line-height: 12px;
    height: 12px;
    float: left;
}

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

.menu .special {
    padding: 6px 0 7px;
}

.menu .special a {
    background-color: #393939;
    border: 1px solid #393939;
    border-color: #636363 #8d8d8d #242424 #181818;
    padding: 0;
    line-height: 18px;
    height: 19px;
    width: 218px;
}

.menu a:hover, .menu .hover {
    color: #b2e6f5;
}

/* Footer Styles */
#footer {
    clear: both;
    font-size: 70%;
    zoom: 1; /* hasLayout */
    color: black;
    background-color: #045972;
    border-top: 3px solid #252626;
    text-align: center;
    padding-bottom: 1.25em;
}

#footElements {
    border-top: 1px solid #171818;
    padding-top: 1.45em;
}

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

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

#footTextlinks a {
    padding: 0 10px;
}

#copyright, #developerNotice {
    display: inline;
    padding: 0 20px;
}

/* Homepage styles */
body.home #headWrapper {
    height: 427px;
}

body.home #header {
    height: 410px;
}

#slideshow {
    float: right;
    width: 700px;
    height: 410px;
    overflow: hidden;
}

#reflect {
    background: transparent url(/images/cache/images-util-corners-cb4aef102584b3d5a04d9f3d45457677.png);
    width: 700px;
    height: 30px;
    float: right;
    margin-top: -30px;
    position: relative;
    z-index: 5;
}

body.sidebar #core {
    background: transparent url(/images/cache/images-util-corners-fd4a7b2e5296a3878001dd243d1c1442.png) repeat-y;
}

#sidebar {
    display: inline;
    float: left;
    width: 195px;
    padding: 0 10px 0 15px;
    margin-right: 20px;
    min-height: 10px;
}

#sidebar ul {
    padding-left: 0;
    margin-left: 0;
    font-size: 90%;
    list-style: none;
    line-height: 1.25;
}

#sidebar .pageIndex li a {
    display: inline;
}

#sidebar li {
    padding-bottom: 1.25em;
}

#sidebar li a {
    display: block;
}

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

#sidebar h2 a:hover {
    text-decoration: underline;
}

body.home #chunk2 .cms_item {
    background-color: #033d4e;
    border: 1px solid #033d4e;
    border-color: #386673 #6e8f99 #022731 #011a21;
}

body.home #chunk2 h2 {
    text-align: center;
    margin: 0;
    background-color: #045972;
    margin: -1px -1px 10px;
    padding: 2px 0;
    border: 1px solid #045972;
    border-color: #397c90 #6e9fae #033949 #022530;
}

body.home #chunk2 .caption {
    font-size: 100%;
    font-weight: normal;
    padding: 5px 0;
}

body.home #chunk2 .alignCenter {
    margin-bottom: 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: #535454;
    width: 40px; /* 16 col grid - change to 60px for 12 cols */
    margin: 0 10px;
    height: 100%;
}

