html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}del,ins{text-decoration:none;}body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}select,input,button,textarea{font:99% arial,helvetica,clean,sans-serif;}table{font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}h1{font-size:138.5%;}h2{font-size:123.1%;}h3{font-size:108%;}h1,h2,h3{margin:1em 0;}h1,h2,h3,h4,h5,h6,strong{font-weight:bold;}abbr,acronym{border-bottom:1px dotted #000;cursor:help;} em{font-style:italic;}blockquote,ul,ol,dl{margin:1em;}ol,ul,dl{margin-left:2em;}ol li{list-style:decimal outside;}ul li{list-style:disc outside;}dl dd{margin-left:1em;}th,td{border:1px solid #000;padding:.5em;}th{font-weight:bold;text-align:center;}caption{margin-bottom:.5em;text-align:center;}p,fieldset,table,pre{margin-bottom:1em;}input[type=text],input[type=password],textarea{width:12.25em;*width:11.9em;}





body {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 10px;
    color: #505050;
    margin: 0;
    padding: 0;
    line-height: 1.5;
}
body.quotes {
    background: white url(/img/site/bg_quotes.gif) no-repeat top center;
}


th, td {
    border: none;
    padding: 0;
}

form.contact div {
    margin: 6px 0;
    vertical-align: middle;
    font-size: 12px;
}


a, a:active, a:hover, a:visited {
    color: #4E99B2;
}

h1 {
    font-size: 200%;
}
h1.pageTitle {
    margin-top: 0;
    color: #808080;
    margin-bottom: 20px;
    font-weight: normal;
    height: 31px;
    background-repeat: no-repeat;
}
h1.pageTitle span {
    display: none;
}
h2.pageTitle {
    margin-top: 0;
    color: black;
    margin-bottom: 10px;
    font-weight: normal;
    height: 18px;
    background-repeat: no-repeat;
}
h2.pageTitle span {
    display: none;
}
h3 {
    font-size: 110%;
    font-weight: bold;
    margin: 30px 0 0 0;
}


.spacer {
    clear: both;
}

#header, #content, #footer {
    width: 925px;
    margin: 0 auto;
}


#header {
    padding-top: 15px;
}
#headerNav {
    display: block;
    margin-top: 35px;
    float: right;
}
#headerNav li {
    float: left;
    list-style-type:none;
    padding-left: 10px;
    margin-left: 10px;
    border-left: solid 1px #b2b2b2;
}
#header li.first-of-type {
    padding-left: 0;
    margin-left: 0;
    border-left: none;
}
#headerNav li a {
    display: block;
    height: 12px;
    width: 100px;
    background-image: url(/img/header/header_nav.gif);
    background-position: 0 0;
}
#headerNav li#homeNav a {
    width: 30px;
}
#headerNav li#homeNav a:hover {
    width: 30px;
    background-position: 0 -12px;
}
#headerNav li#homeNav a.pageOn {
    background-position: 0 -24px;
}
#headerNav li#caseStudiesNav a {
    width: 61px;
    background-position: -51px 0;
}
#headerNav li#caseStudiesNav a:hover {
    background-position: -51px -12px;
}
#headerNav li#caseStudiesNav a.pageOn {
    background-position: -51px -24px;
}
#headerNav li#whitePapersNav a {
    width: 65px;
    background-position: -133px 0;
}
#headerNav li#whitePapersNav a:hover {
    background-position: -133px -12px;
}
#headerNav li#whitePapersNav a.pageOn {
    background-position: -133px -24px;
}
#headerNav li#contactUsNav a {
    width: 53px;
    background-position: -220px 0;
}
#headerNav li#contactUsNav a:hover {
    background-position: -220px -12px;
}
#headerNav li#contactUsNav a.pageOn {
    background-position: -220px -24px;
}
#headerNav li a span {
    display: none;
}

img.homeNav {
    background-image: url(/img/home/home_nav.gif);
    background-position: 0 0;
}
img#homeNav_left {
    background-position: 0 -13px;
}
img#homeNav_1 {
    background-position: -28px 0;
}
img#homeNav_2 {
    background-position: -163px 0;
}
img#homeNav_3 {
    background-position: -294px 0;
}
img#homeNav_right {
    background-position: -433px -13px;
}
a:hover img#homeNav_left {
    background-position: 0 -54px;
}
a:hover img#homeNav_1, a img#homeNav_1.pageOn {
    background-position: -28px -41px;
}
a:hover img#homeNav_2, a img#homeNav_2.pageOn {
    background-position: -163px -41px;
}
a:hover img#homeNav_3, a img#homeNav_3.pageOn {
    background-position: -294px -41px;
}
a:hover img#homeNav_right {
    background-position: -433px -54px;
}




#content {
    margin: 30px auto;
}
#leftColumn {
    float: left;
    width: 110px;
    padding: 0 33px 0 0;
}
#mainColumn {
    float: left;
    width: 600px;
    padding: 0 0 0 33px;
}

/* left hand navigation area */
.subNav {
    margin: 0;
    margin-top: 55px;
    padding: 0;
    color: #666666;
    padding-bottom: -50px;
}
.subNav li {
    padding: 8px 5px;
    list-style-type: none;
    border-bottom: solid 1px #dddddd;
}
.subNav li.first-of-type {
    border-top: solid 1px #dddddd;
}

.subNav li a, .subNav li a:visited {
    text-decoration: none;
    color: #666666;
}
.subNav li a:hover, .subNav li a:active {
    color: #FF6600;
}
.subNav li a.pageOn, .subNav li a.pageOn:hover {
    color: #000000 !important;
}





#footerWrapper {
    background: #ffffff url(/img/footer/footer_wrapper_bg.gif) repeat-x;
    padding: 40px 0 15px 0;
    color: #505050;
}
#footer {
    padding-top: 15px;
    text-align: center;
    color: #343434;
    border-top: solid 1px #e0e0e0;
}
#footer a, #footer a:active, #footer a:hover, #footer a:visited {
    color: #343434;
    text-decoration: none;
}
#footer a:hover {
    text-decoration: underline;
}

#myThankYou {
    cursor: pointer;
    width: 389px;
    height: 127px;
    position: absolute;
    display: none;
    background: transparent url(/img/footer/thank_you.png) no-repeat;
    _background: none;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=image src='/img/footer/thank_you.png');
}