html, body {
    padding: 0;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    color: #333;
    font-size: 12px;
    line-height: 1.5em;
    background: url('../images/bk.jpg') repeat-x #ebeced;
}

h1 {
    font-family: Arial, sans-serif;
    color: #003784;
    margin: 0;
    font-size: 1.6656656656656657em;
    line-height: 0.9em;
    margin-bottom: 0.9em;
}

h2 {
    font-family: Arial, Helvetica, sans-serif;
    color: #555;
    margin: 0;
    font-size: 1.5em;
    line-height: 1em;
    margin-bottom: 1em;
    font-weight: normal;
}

h3 {
    margin: 0;
    font-size: 1.3333333333333333em;
    line-height: 1.125em;
    margin-bottom: 1.125em;
}

h4 {
    margin: 0;
    font-size: 1.1665665665665667em;
    line-height: 1.2857142857142858em;
    margin-bottom: 1.2857142857142858em;
}

p, ul, blockquote, pre, td, th, label {
    margin: 0;
    font-size: 1em;
    line-height: 1.5em;
    margin-bottom: 1.5em;
}

li ul,
li ol {
    margin-bottom: 0;
}

p.small {
    margin: 0;
    font-size: 0.8333333333333334em;
    line-height: 1.8em;
    margin-bottom: 1.8em;
}

table {
    border-collapse: collapse;
    margin-bottom: 1.5em;
}

a {
    color: #272324;
    text-decoration: underline;
}

a:hover {text-decoration: none;}
a:active {color: #A65925;}
a:visited {color: #0958A4;}

.subnav a {
    text-decoration: none;
}

.subnav h2 {
    color: #093884;
}

.subnav .meta {
    height: 20px;
}

a.morelink img {
    float: right;
    padding-right: 1.5em;
}

a.subnav: hover {text-decoration: none;}
a.subnav: active {color: #A65925;}
a.subnav: visited {color: #0958A4;}
/* Layout container
------------------------------------------------------------- */
#container {
    margin: auto;
    width: 956px;
}
    
#containerw {
    width: 100%;
    float: left;
    background-color: #fff;
}

/* Header section 
------------------------------------------------------------- */

#top {
    width: 956px;
    height: 86px;
    background: url('../images/top.jpg') no-repeat;
}    
    
#logo {
    width: 314px;
    height: 86px;
    float: left;
}    
    
#demo {
    width: 180px;
    height: 60px;
    padding: 18px 0 0 0;
    float: right;
}

#header {
    width: 956px;
    height: 330px;
    background: url('../images/header.jpg') no-repeat;
}    
    
/* Page Content
------------------------------------------------------------- */
#title {
    background-color: #5483af;
}

#title h1 {
    text-align: left;
    padding: 0 0 0 1em;
    margin: 0;
}
/*
p.link{text-decoration: underline;}
p.link: hover{text-decoration: none;}
*/
.welcome {
    clear: both;
    background: url('../images/welcome_gradient.jpg') repeat-y;
    float: left;
    font-size: 15px;
    color: white;
    overflow: auto;
}
.welcome .inner {
    padding: 0 12px;
}

.welcome .description {
    float: left;
    width: 58%;
}

.welcome .description .inner {
    padding-bottom: 6px;
}

.welcome .case-study .inner {
}

.welcome .description p.main {
    font-size: 1.2em;
}

.welcome .case-study {
    float: right;
    width: 41%;
}

.welcome .case-study p {
    margin: 0;
    padding: 0;
    text-align: right;
    padding-right: 12px;
    font-size: 0.8em;
}

.welcome p,
.welcome blockquote {
    font-size: 0.9em;
    margin-top: 1em;
    margin-bottom: 0;
}

.welcome .description .inner {
    border-right: 1px dotted #ccc;
}

.welcome blockquote {
    background: url('../images/ldquo.png') no-repeat top left;
    padding-left: 54px;
}

.welcome blockquote .said-by {
    text-align: right;
    background: url('../images/rdquo.png') no-repeat top right;
    padding: 18px 54px 18px 0;
}

#welcome_bottom{
    clear: both;
    width: 956px;
    height: 27px;
    background: url('../images/welcome_bottom.jpg') no-repeat;
}
#welcome_top{
    clear: both;
    width: 956px;
    height: 4px;
    background: url('../images/welcome_top.jpg') no-repeat;
}

#content {
    width: 956px;
    background: url('../images/contentbk.jpg') no-repeat bottom;
    float: left;
    padding: 0 0 15px 0px;
    line-height: 12px;
    margin: 0 -3px 0 0;
}

#solutions {
    width: 209px;
    background: url('../images/solutions.jpg') no-repeat;
    float: left;
    padding: 23px 20px 0px 25px;
}

.welcome strong,
.welcome a {
    color: #ccf;
}

.welcome strong {
    font-weight: normal;
}

#tech {
    width: 225px;
    background: url('../images/technology.jpg') no-repeat;
    float: left;
    padding: 23px 0 0px 22px;
}
    
#closer {
    width: 229px;
    background: url('../images/closer.jpg') no-repeat;
    float: left;
    padding: 23px 0 0px 20px;
}
    
#news {
    width: 186px;
    background: url('../images/news.jpg') no-repeat;
    float: left;
    padding: 23px 10px 0 10px;
}

#news ul li a {
    color: #665;
}

#news h2 {
    font-size: 16px;
    margin: 0;
    padding: 0 0 28px 0;
    font-weight: bold;
    line-height: 20px;
    letter-spacing: normal;
}

.content {
    padding: 20px;
}

.nav {
    float: left;
    margin: 0 0 20px 0;
    padding: 0;
    width: 190px;
    list-style: none;
    border-top: 1px solid #ccc;
}

.nav li {
    margin: 0;
    padding: 0;
}

.nav a {
    background: #eee;
    display: block;
    padding: 3px 5px;
    color: #559;
    text-decoration: none;
    border-bottom: 1px solid #ccc;
}

.nav a:hover {
    background: #ddf;
}

.page {
    float: left;
    width: 610px;
    padding: 20px 0 0 20px;
}

/* Footer area
------------------------------------------------------------- */
#footer {
    width: 956px;
    height: 58px;
    background: url('../images/footer.jpg') no-repeat;
    text-align: center;
    padding: 10px 0 0 0;
    line-height: 18px;
    color: #665;
    margin: auto;
}

#footer a {
    color: #0C5AA5;
}
    
#footer a:active {color: #A65925;}
    
#footerw {
    width: 100%;
    background: url('../images/footerbk.jpg') repeat-x;
    float: left;}

    
/* Classes and styles
------------------------------------------------- */
    
li.check {
    line-height: 14px;
}

#news ul {
    margin: 0.5em 0 0.5em 2em;
    padding: 0;
}

#news li {
    margin: 0.5em 0;
    padding: 0;
}

.cream {color: #F1EEDF;}
.darkblue {color: #272324;}
.lightblue {color: #0958A4;}

.imgBorder {
    border: 3px solid #D6D7D8;
    margin-bottom: 5px;
}



div.form_row{
    clear: both;
}

div.form_label{
    float: left;
    width: 80px;
}

