﻿/* MAIN SHEETS */
@import "main_navigation.css";
@import "layout_inner.css";

/* MODULES */
@import "application.css";
@import "news.css";
@import "home.css";
@import "header.css";
@import "footer.css";

/* OTHER SHEETS */
@import "form.css";
@import "sitemap.css";

/****** LAYOUT **/


img, div, li, a, ul, li, ul#main_navigation
{
    behavior: url(../../js/iepngfix.htc);
}

body
{
    font-family: Verdana, Arial, Tahoma, Sans-Serif;
    font-size: 11px;
    padding: 0;
    margin: 0;
    color: #000;
    background-color: #061122;
}

h1
{
    font-size: 1.3em;
    color: #003F87;
    padding: 0;
    margin: 0;
}

h2
{
    text-transform: capitalize;
    font-size: 1.2em;
    color: #000000;
    padding: 0;
    margin: 0;
    clear: both;
}

h3, h4
{
    font-size: 1.1em;
    color: #000000;
}

h3 a
{
    font-size: 1em;
}

img
{
    border: 0;
}

p
{
    padding: 0;
    margin: 0 0 10px 0;
    color: #000; /* EDITED */
    font-size: 11px;
    line-height: 1.5em;
    letter-spacing: 0.04em;
}

p.no_padding
{
    padding: 0;
    margin: 0;
}

.left
{
    float: left;
}

.right
{
    float: right;
}

.clear
{
    clear: both;
}

.hidden
{
    display: none;
}

a, a:visited, a:link
{
    color: #fff; /* EDITED */
    text-decoration: none; /* EDITED */
}

a:active, a:hover, a:visited:hover
{
    color: #fff;
    font-style: normal;
    text-decoration: underline;
}
/*
input, select
{
    margin: 0 0 5px 0;
}
*/
/** header **/

.header
{
    height: 120px;
    float: left;
    width: 990px;
    background-image: url(../images/shd/header_strip.jpg);
}

.header img
{
    margin: 16px;
}

.header ul
{
    position: relative;
    text-align: right;
    margin-right: 1em;
}


.header li
{
    display: inline;
}

.header li a
{
    color: #061122;
}

.header li a:hover
{
    color: #061122;
}

.ruInputs li
{
list-style-type: none !important;
}


/****** Container **/
#outerContainer
{
    margin: auto;
    display: block;
    width: 990px;
}
.container
{
    width: 990px;
    margin: auto;
    background-repeat: no-repeat;
    background-color: #B1C6DB;
    display: block;
    float: left;
}
.containerHome
{
    width: 990px;
    margin: auto;
    background-repeat: no-repeat;
    background-color: #B1C6DB;
    display: block;
    float: left;
    margin-top: 10px;
}

.containerHome .content
{
    position: relative;
    float: left;
    width: 970px;
    padding: 0 10px 0 10px;
    height: 505px;
    background-repeat: no-repeat;
    background-image: url(../images/shd/home_background.jpg);
}

.container .content
{
    float: left;
    width: 970px;
    padding: 0 10px 0 10px;
    background-repeat: no-repeat;
    background-image: url(../images/shd/inner_background.jpg);
    background-color: #D0DEEB;
}


.content_sub
{
    float: left;
    width: 970px;
    padding-bottom: 20px;
}


a.clientLogin
{
    width: 214px;
    height: 0px;
    padding-top: 68px;
    background-image: url(../images/shd/client_login.jpg);
    overflow: hidden;
    display: block;
    float: right;
    margin-right: 12px;
    margin-top: 13px;
}
a.clientLogin:hover
{
    background-position: left -68px;
}


#col1
{
    width: 715px;
    float: left;
}
#col2
{
    width: 230px;
    float: right;
}
#main_content
{
    float: left;
    /* background: url(../images/shd/content_bottom.png) no-repeat left bottom; */
    width: 715px;
    display: block;
    height: auto;
    padding: 0 0 25px 0;
}
#main_content_inner
{
    padding: 24px 17px 1px 30px;
    /* background: url(../images/shd/content_top.png); */
    display: block;
    float: left;
    width: 660px;
    margin-top: 15px;
}

#main_content_inner ul, #main_content_inner ul li
{
    list-style-type: circle;
}

#main_content_inner ul li
{
    margin-left: 30px;
    padding-left: 10px;
}

#main_content_inner h2
{
    margin-top: 14px;
}

#main_content_inner a
{
    border-bottom: 1px dotted #003F87;
    color: #003F87;
    text-decoration: none;
}

#main_content_inner a:hover
{
    border-bottom: 1px dotted #007F87;
    color: #007F87;
}

#main_content_inner .grid table
{
    width: 100%;
    border-top: 1px solid #8FB8D8;
    border-left: 1px solid #8FB8D8;
}

#main_content_inner .grid table th
{
    background: #A4D3EE;
    text-align: center;
    font-family: Trebuchet MS,Arial,sans-serif;
    font-weight: bold;
    color: #005BBB;
    padding: .3em 0.5em;
}

#main_content_inner .grid td, #main_content_inner .grid th
{
    border-bottom: 1px solid #8FB8D8;
    border-right: 1px solid #8FB8D8;
}

#main_content_inner .grid table td
{
    color: #333333;
    padding: .3em 1em;
    text-align: left;
}

#main_content_inner .grid table caption
{
    width: auto;
    text-align: center;
    color: #fff;
    background: #003f87;
    font-weight: bold;
    text-align: left;
    padding: 3px 8px;
}


/** BOXED CONTENT **/

.content_sub .boxedNoBkg, .content_sub .boxedNoBkg p, .content_sub .boxedNoBkg h3
{
    background: none;
    color: #061122;
}

html > body .ie6Height
{
    height: auto;
}

/** TESTIMONIALS **/

.testimonials
{
    /* background: url(../images/shd/innerContentBkg_ie6.png); */
    background: #fff;
    width: 300px;
    float: right;
    margin-right: 0.5em;
    margin-top: 2.4em;
    padding: 1em; /* border: 1px solid #000; */
}

.testimonials li
{
    list-style-type: disc;
    padding: 0;
    margin-left: 1em;
    font-size: 11px;
}

.testimonials p
{
    font-size: 11px;
    max-height: 400px;
}

.orangeHeader, h3.orangeHeader
{
    color: #ff7800;
}

.testimonials h3
{
    color: #ff7800;
    padding: 0px;
    margin-top: 0px;
}

html > body .testimonials
{
    /* background: url(../images/shd/innerContentBkg.png); */
    background: #fff;
}

/****** Links **/

.arrow_right
{
    background: url(../images/shd/link_arrow_right.gif) no-repeat right bottom;
    padding: 0 10px 0 0;
}

.arrow_left
{
    background: url(../images/shd/link_arrow_left.gif) no-repeat left 3px;
    padding: 0 0 0 8px;
}

/*** Mike ***/

a
{
    font-size: 11px;
}

ul
{
    list-style: none;
    padding: 0px;
}

li
{
    padding-left: 2em;
    margin-left: 0;
}







/** landingContent **/

.content_sub .landingContent
{
    margin: 0em;
    padding: 0em;
    
}


.content_sub ul.landingContent a:hover
{
    font-style: normal;
    text-decoration: underline;
}

.content_sub #main_content_inner ul.landingContent li a
{
    float: right;
    clear: both;
    padding: 5px 23px 5px 10px;
    background: url(../images/shd/blackLinkArrow.gif) 100px 8px no-repeat #fff;
    border: none;
}
.content_sub ul.landingContent li h3 a
{
    background: transparent none repeat scroll 0%;
    color: #000;
    float: none;
    font-style: normal;
    padding: 1em;
    position: relative;
    text-align: left;
}

.content_sub ul.landingContent h3
{
    color: #000;
    margin: 9px 0px 14px;
}

.content_sub ul.landingContent p
{
    font-size: 11px;
    padding: 0;
    margin-bottom: 5px;
}

.content_sub #main_content_inner ul.landingContent li
{
    /* background: url(../images/shd/landingBoxBckg_ie6.png); */
    padding: 5px 0 15px;
    border-top: 1px dotted #003f87;
    width: 100%;
    position: relative; /* border: 1px solid #000; */
    clear: both;
    list-style-type: none;
    margin: 0;
}

.content_sub ul.landingContent li li
{
    border: none;
}

body .content_sub ul.landingContent li li
{
    width: auto;
    background: none;
    height: auto;
}

.content_sub ul.landingContent ul
{
    margin-left: 34px;
}

body .content_sub #main_content_inner ul.landingContent ul li
{
    background: none;
    float: left;
    padding: 1px 0px;
    font-size: 11px;
    width: 305px;
    clear: none;
    list-style-type: circle;
    border: none;
}

.content_sub ul.landingContent li h3.oneLine
{
    margin-bottom: 1em;
}

/** watchDemo **/

body .watchDemo
{
    background: url(../images/shd/watchDemoBkg.gif) no-repeat;
    height: 65px;
    width: 655px;
}

#main_content_inner .watchDemo h3
{
    margin: 0 0 5px 115px;
    padding-top: 26px;
}

#main_content_inner .watchDemo a
{
    padding: 0px 0px 5px 15px;
    color: #fff;
    position: relative;
    border: 0;
}

#main_content_inner .watchDemo a:hover
{
    text-decoration: none;
    color: #ccc;
    border-bottom: none;
}

#main_content_inner .watchDemo p
{
    color:#ccc;
    margin-left:130px;
    padding-top:1px;
    border-top: 1px dotted #fff;
    display: inline;
    width: auto;
}

/* footer*/

#footer
{
    clear: both;
}

#footer ul p
{
    text-align: center;
    font-size: 10px;
    padding-top: 1em;
    color: #fff;
}

#footer ul
{
    text-align: right;
    padding-top: 1.7em;
    margin-right: 1em;
}

#footer input
{
    font-size: 11px;
    margin: 0;
    padding: 2px 0 2px 4px;
    border: none;
}

#footer li
{
    display: inline;
}

.tabbed
{
    margin-top: 29px;
}

/**html>body .tabbed
{
    margin-top:29px;
} **/

/** SITEMAP **/

#sitemap
{
    margin: 1em 0 1em 2em;
    color: #000;
}

h1.sitemap
{
    margin: 0 0 0 2em;
    color: #000;
}

#sitemap
{
    list-style-type: disc;
}

#sitemap li
{
    margin-left: 2em;
    padding: 0.3em 1em;
}

#sitemap li a
{
    color: #000;
    font-size: 1.3em;
    font-weight: bold;
}

#sitemap li li a
{
    font-size: 0.9em;
    font-weight: normal;
}

#sitemap ul
{
    list-style-type: circle;
}

.form ol
{
    margin-top: 1em;
    margin-bottom: 1em;
}

.form label
{
    color: #000;
}


.form ol li
{
    list-style-type: none;
}

.form a.submitbtn
{
    background: #ff7800;
    padding: 0.3em;
}

#childPageHolder
{
    background: url(/images/shd/inThisSectionTop.jpg) no-repeat;
    width: 209px;
    padding-top: 12px;
    float: right;
    margin-right: 12px;
    margin-top: 14px;
}

#childPageHolder h1
{
    margin: 6px 0 0 13px;
    color: #000;
    font-size: 1.2em;
}


#childPageList
{
    background: url(/images/shd/inThisSectionBottom.png) bottom no-repeat;
    width: 207px;
    padding: 6px 0 14px 0;
    margin: 0;
}

#childPageList li
{
    background: none;
    padding: 5px 5px 5px 15px;
}

#childPageList li a
{
    background: url(/images/shd/inThisSectionBullet.jpg) no-repeat 0 3px;
    padding-left: 15px;
    display: block;
}

#childPageList li a:hover
{
    color: #999;
    text-decoration: none;
}


