
/* 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;
    margin: 0;
    padding: 0;
    border: 0;
}

html {
    background: #58534d url(/images/theme-tricirclepavers/bricks.jpg) repeat scroll center top;
}

#container {
    text-align: left;
    width: 971px;
    margin: 0 auto;
    background: transparent url(/images/cache/images-util-corners-31c5bfd7a73d7bfad729385e3e1e65ae.png) repeat-y scroll left top;
    padding-bottom: 1px;
}

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

h1 { font-size: 175%; margin: 0.714285714286em 0 0 0; }
h2 { font-size: 150%; margin: 0.833333333333em 0 0 0; }
h3 { font-size: 140%; margin: 0.892857142857em 0 0 0; }
h4 { font-size: 120%; margin: 1.04166666667em 0 0 0; }
h5 { font-size: 110%; margin: 1.13636363636em 0 0 0; }
h6 { font-size:  90%; margin: 1.38888888889em 0 0 0; }

ul, ol, p, form {
    margin-top: 1.25em;
    margin-bottom: 0;
}

body.productscolorchart h2 {
    margin-top: 1.5em;
}

#header {
    height: 192px;
    background: white url(/images/theme-tricirclepavers/sunset-top.jpg) no-repeat scroll right top;
    margin: 0 13px -69px 13px;
    padding-top: 1px;
}

#logo {
    display: block;
    height: 117px;
    margin: 6px 0 0 22px;
}

#divider {
    display: block;
    margin-top: -16px;
    height: 69px;
    position: relative;
    z-index: 4;
}

#main {
    background: #0e2a71 url(/images/cache/images-util-corners-768a3c51fdf2f73515ea31cf03443149.png) repeat-y scroll left top;
    display: inline; /* IE6 Fix */
    float: left;
    margin: 0 13px;
}

#tagline {
    clear: left;
    background: transparent url(/images/cache/images-util-corners-88bf7c6aded88244497e79567240cfa4.png) repeat-x scroll left top;
    margin: 0 13px;
    padding: 0px 25px;
    height: 46px;
    line-height: 46px;
    font-family: "Georgia", "Times New Roman", "Times New", "Times Roman", "Times", serif;
    font-style: italic;
    font-size: 150%;
}

#tagline a {
    color: #020f42;
    text-decoration: none;
    display: block;
    height: 46px;
    line-height: 46px;
    position: relative;
}

#tagline a span {
    float: right;
    margin: -13px 0 -12px 0;
    position: relative;
    height: 71px;
    width: 155px;
    cursor: pointer;
}

#content {
    display: inline; /* IE6 Fix */
    float: left;
    padding: 40px 20px 20px 20px;
    width: 736px;
    background-color: white;
    font-size: 80%;
}

body.home #content {
    padding: 30px 20px 10px 20px;
}

#content p {
    margin: 0 0 1em 0;
}

/* Menu styles */
.menu {
    margin: 0;
    padding: 28px 1px 4px 1px;
    list-style: none;
    width: 167px;
    display: inline; /* IE6 Fix */
    float: left;
    font-size: 80%;
}

.menu li {
    float: left; /* IE6 spacing fix */
    padding: 0;
    margin-bottom: -12px;
    background: transparent url(/images/cache/images-util-corners-d26e20b9e7f62d88098dcd2ad4080cc7.png) no-repeat scroll left top;
}

.menu a {
    color: white;
    display: block;
    width: 147px;
    padding: 1px 10px;
    height: 39px;
    line-height: 27px;
    text-decoration: none;
    position: relative;
    z-index: 5;
    background: transparent url(/images/util/spacer.gif) repeat scroll left top;
}

.menu .last {
    border-bottom: 1px solid #0c2562;
    margin-bottom: 0;
    background-image: url(/images/cache/images-util-corners-8ade2659bfd09369150f98a52cf2eab3.png);
}

.menu .last a {
    border-bottom: 1px solid #091a46;
    height: 29px;
}

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

.menu ul {
    display: none;
    list-style: none;
    margin: -18px 0 0 0;
    padding: 0;
    border: 0;
    font-size: 85%;
    padding-bottom: 18px;
}

.menu ul ul {
    margin: 0;
    padding-bottom: 2px;
}

.menu .active ul {
    display: block;
}

.menu .active ul ul {
    display: none;
}

.menu .active ul .active ul {
    display: block;
}

.menu ul li {
    float: none;
    background: none;
    margin: 0;
    padding: 0;
    border: 0;
}

.menu ul a {
    background: none;
    margin: 0;
    border: 0;
    padding: 2px 5px 2px 20px;
    width: 142px;
    line-height: 1.10;
    height: auto;
}

.menu ul ul a {
    padding: 2px 5px 3px 30px;
    width: 132px;
}

.menu ul .last, .menu ul .last a {
    background: none;
    border: 0;
    height: auto;
}

.menu .special.first {
    margin-top: 13px;
}

.menu .special a {
    color: #020f42;
    white-space: pre;
}

.menu li.special {
    background: transparent url(/images/cache/images-util-corners-5f68f12a2192dd22d47e5470bcf69e44.png) no-repeat scroll left top;
}

.menu .special.last {
    background-image: url(/images/cache/images-util-corners-0918be85fbe40db0535959fac3846b6c.png);
}

/* Footer Styles */
#footer {
    clear: left;
    font-size: 70%;
    width: 100%;
    text-align: center;
    background: transparent url(/images/cache/images-util-corners-64bf6c001c93c95e7806261d2d7a378b.png) no-repeat scroll left bottom;
    padding: 3px 0 20px 0;
    margin-bottom: -35px;
    color: #020f42;
    position: relative; /* IE6 Fix */
}

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

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

#footTextlinks a {
    padding: 0 10px;
}

#footElements {
    font-style: normal;
}

#developerNotice {
    margin-bottom: 0;
}

#copyright {
    margin-top: 0;
}

/* Homepage styles */
#slideshow {
    width: 520px;
    height: 372px;
    float: right;
    background-color: white;
    overflow: hidden;
    position: relative;
}

body.home #content {
    width: 216px;
    padding-top: 50px;
    height: 312px;
    overflow: hidden;
    text-align: center;
}

body.home #content h1 {
    display: none;
}

body.home #content h2 {
    font-size: 180%;
    margin-bottom: 1em;
}

#slideshow .caption {
    position: absolute;
    top: 280px;
    left: 0px;
    width: 480px;
    font-weight: normal;
    color: #020f42;
    height: 71px;
    padding-left: 40px;
    line-height: 67px;
    font-family: "Georgia", "Times New Roman", "Times New", "Times Roman", "Times", serif;
    font-size: 180%;
    background: transparent url(/images/theme-tricirclepavers/slideshow-overlay.png) no-repeat scroll left top;
}

#slideshow a {
    text-decoration: none;
}

#chunk9 {
    clear: both;
}

