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

html {
    background-color: #f9f9f9;
}

body {
    background: white url(/images/theme-npmediasource/bg-main.png) repeat-x;
    width: 766px;
    margin: 0 auto;
}

a, legend {
    color: #660508;
}

a:hover {
    color: #9d080d;
}

h1, h2, h3, h4, h5, h6 {
    padding: 0;
    font-weight: bold;
    font-family: "Arial", "Helvetica", sans-serif;
}

h1 { font-size: 175%;
    margin: 0;
    padding: 0 0 1em 0;
    line-height: 71px;
    font-weight: normal;
    color: #454545;
}

h2 { font-size: 150%; margin: 0 0 1em 0; }
h3 { font-size: 130%; margin: 0 0 1.15384615385em 0; }
h4 { font-size: 115%; margin: 0 0 1.30434782609em 0; }
h5 { font-size: 105%; margin: 0 0 1.42857142857em 0; }
h6 { font-size: 100%; margin: 0 0 1.5em 0; }

#leftbg {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 225px;
    background: transparent url(/images/theme-npmediasource/bg-left.png) repeat-x;
}

#container {
    position: relative;
    z-index: 2;
}

#header {
    height: 144px;
    width: 688px;
    margin: 0 auto;
    text-align: left;
    color: #444444;
}

#headElements {
    text-align: right;
    font-size: 80%;
    padding: 1.5em 0 0;
}

#logo {
    display: inline;
    float: left;
    margin: 12px 0 0;
}

#main {
    background: transparent url(/images/theme-npmediasource/bg-gray.png) repeat-x scroll left 150px;
    clear: left;
}

#photos {
    width: 766px;
    margin: 0 auto;
    height: 150px;
    overflow: hidden;
}

#slideshow1, #slideshow2, #slideshow3 {
    float: left;
    width: 254px;
    height: 150px;
    overflow: hidden;
}

#slideshow2 {
    border: 2px solid #151515;
    border-width: 0 2px;
}

#content {
    font-size: 80%;
    width: 688px;
    margin: 0 auto;
    text-align: left;
    color: #444444;
    min-height: 300px;
    position: relative;
}

/* Menu styles */
.menu {
    margin: 0 auto;
    padding: 0 17px 0 16px;
    list-style: none;
    display: block;
    height: 81px;
    background: transparent url(/images/theme-npmediasource/menu-gradient.png) no-repeat scroll left bottom;
    width: 620px;
    font-size: 90%;
    position: relative;
}

.menu li {
    display: inline;
    float: left;
    margin: 0 -17px 0 -16px;
    height: 81px;
    width: 157px;
}

.menu a {
    display: block;
    width: 157px;
    height: 27px;
    line-height: 27px;
    background: transparent url(/images/theme-npmediasource/tab.png) no-repeat;
    color: white;
    text-decoration: none;
    position: relative;
}

.menu .active a {
    background-image: url(/images/theme-npmediasource/tab-active.png);
    z-index: 2;
}

.menu .first a.active {
    background-image: url(/images/theme-npmediasource/tab-first-active.png);
}

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

.menu ul {
    position: absolute;
    width: 600px;
    left: 8px;
    display: none;
    font-size: 80%;
    height: 54px;
}

.menu .active ul {
    display: block;
}

.menu ul li {
    height: 54px;
    line-height: 54px;
    margin: 0;
    width: 80px;
}

.menu ul a {
    height: 54px;
    line-height: 54px;
    width: 80px;
}

body.services .menu ul .first,
body.services .menu ul .first a {
    width: 110px;
}

.menu ul a, .menu .active ul a, .menu ul .first a.active {
    background-image: none;
}

.menu ul li.heading {
    width: 10px;
    color: white;
}

/* Footer Styles */
#footer {
    clear: both;
    font-size: 70%;
    zoom: 1; /* hasLayout */
    background-color: #f9f9f9;
    color: #969696;
    border-top: 5px solid #f3f3f3;
    padding-top: 1.5em;
}

#footer a {
}

#footer a:hover {
}

#footTextlinks a {
    padding: 0 10px;
}

#footElements {
    font-style: normal;
}

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

