/*
grey: #29292a
nav current grey: #58595b
lighter grey: #bcbdc1
*/
* {
    margin: 0; padding: 0;
    }
a {
   outline: 0;
   text-decoration:none;
}

ul{
    list-style: none;
    }
p {
    margin: 15px 0;
    }
a:hover, a:active, a:focus {
    text-decoration:underline;
}

@import url("noreset.css") screen;

body{
    font: 12px Verdana, Sans-Serif; 
    background: transparent;
    line-height:16px;
    padding: 0px;
	margin: 0px;
}
img{
    margin-bottom:25px;
}
p{
 margin: 0px 0px 15px;
}
h2{
    color: #B6292F;
    font-family: verdana;
    font-size: 14px;
    font-weight: bolder;
    margin-top: 7px;
    margin-bottom:4px;
    text-transform: uppercase;
}
h2.expd8{
    text-transform:none;
}
ul{
    list-style:inside url("images/disc.png");
    margin-bottom:15px;
}
ul li ul{
    margin-left:15px;
    margin-bottom:0px;
}
.clear{
    clear: both;
}

#pagewrap{
    margin:0 auto !important;
    width: 870px;
    position: relative;
}

#header{
    position: relative;
    height:81px;
    padding-top:15px;
    padding-left:70px;
}


#header h1 a{
    display:block;
    width: 211px;
    height: 52px;
    background: url(images/branding.jpg) top left no-repeat;
    text-indent: -9999px;
    margin-bottom: 6px;
}
#description{
    background: url(images/desc-bg.jpg);
    width:837px;
    height: 23px;
    margin-left:-37px;
    padding-top:6px;

}

#description span#desc-left{
    display:block;
    background: url(images/strip-top-left.jpg);
    width:17px;
    height:29px;
    float:left;
    margin-top:-6px;
}
#description p{
    color: #ffffff;
    font-style:italic;
    font-size: 1em;
    display:inline;
    font-family: verdana;
    margin-left: 22px;
    font-weight:bolder;
text-transform: lowercase;
}

/*#top-pics{*/
/*    background: url(images/strip-top.jpg) bottom left no-repeat;*/
/*    width: 60%;*/
/*    height: 140px;*/
/*    padding-top: 35px;*/
/*    margin-left: 40%;*/
/*}*/

ul#nav{
    float: left;
    margin: 0 0 0 -70px;
    padding: 20px 0;
    width: 95px;
    list-style:none;
}

ul#nav li{
   font-size: 1em;
    font-weight: bolder;
    padding: 4px;
    position: relative;
    text-align: right;
    text-transform: uppercase;
}
ul#nav li#expd8-nav{
    text-transform:none;
}
ul#nav li a{
    color: #58595B;

}
ul#nav li#facebook-nav, ul#nav li#linkedin-nav{
	padding:0;
	float:right;
}
ul#nav li#facebook-nav a{
    display:block;
    background: url(images/facebook-icon.jpg);
    height: 29px;
    width:29px;
    float:right;
    text-decoration: none;
    text-indent:-9999px;
    text-align:left;
    margin:5px;
}
ul#nav li#linkedin-nav a{
    display:block;
    background: url(images/linkedin-icon.jpg);
    height: 29px;
    width:29px;
    float:right;
    text-decoration: none;
    text-indent:-9999px;
    text-align:left;
        margin:5px;
}

ul#nav li ul{
    left:0px;
    margin:0;
    padding:0;
    list-style:none;
}

ul#nav li ul li{
font-size:0.8em;
list-style-type:none;
font-weight:100;
text-transform:none;
line-height:1.2em;
}

ul#nav li ul li a{
 color: #aeafb1;
}

.main {
    float: right;
    padding: 15px 215px 15px 15px;
    width: 545px;
    }
#frontpage,#debt-collection{
    background:url(images/homeside.jpg) top right no-repeat;
min-height:350px;
}
#about-us{
    background:url(images/aboutside.jpg) top right no-repeat;
    padding-top:25px;
min-height:350px;
}
#dynavate{
    background:url(images/dynavateside.jpg) top right no-repeat;
    padding-top:25px;
}
#dynavate2{
  padding-top:25px;
}
.debt{
padding-top:0px;
}

#main-content{
    width: 500px;
    float:left;
    margin-bottom:10px;
}
#dynavate-frontpage, #expd8-frontpage{
   float: left;
    padding: 0 52px 0 0;
    width: 220px;
}
td{
        padding: 5px;
    vertical-align: top;
}
a.more{
    color: #B6292F;
    font-style:italic;
    font-size:0.8em;
    background:url(images/more.jpg) top left no-repeat;
    padding-left: 20px;
}
a#dynavate-button, a#expd8-button{
    display:block;
    width: 212px;
    height: 131px;
    text-indent:-9999px;
    margin-bottom:25px;
}
a#dynavate-button{
    background: url(images/dynavate-button.jpg);
    
}
a#expd8-button{
    background: url(images/expd8-button.jpg);
    width:209px;
    
}
.dynavate ul{
float:left;
margin-right:10px;
}
.debt ul{
float:none;
}
#blue-chip{
    padding:15px;
    margin:15px 0px;
    border: 1px solid #BBBBBB;

}
#blue-chip p{
    margin:0;
}
/*footer*/
#frontpage-footer{
    background: url("images/frontpage-footer-bg.jpg") no-repeat scroll right top transparent;
    height: 88px;
    padding-left: 400px;
    padding-top: 63px;
    color:white;
}
#frontpage-footer p{
    width:220px;
}
#frontpage-footer form{
    width:220px;
}
#frontpage-footer form ul{
    padding:0px;
    margin:0px;
    list-style:none;
}
#frontpage-footer form ul li{
    margin-bottom:5px;
    position:relative;
}
#frontpage-footer form ul li.error{
    border:1px solid red;
}
#frontpage-footer form ul li.error span{
    position:absolute;
    color: #ffffff;
    display:none;
    
}

#frontpage-footer form label{
    color: #ffffff;
    
    width:50px;
    font-size:10px;
}
#frontpage-footer form input.text-input{
float:right;
height:12px;
border:1px solid #87888a;
background:white;
}
#frontpage-footer form ul li.form_buttons input{
    border:1px solid #87888a;
    background: #d1d2d4;
    float:right;
    margin-left:10px;
    font-size:0.8em;
    padding:2px 5px;
    text-transform:uppercase;
}
#about-us-footer{
    background: url("images/about-us-footer-bg.jpg") no-repeat scroll right top transparent;
    height:142px;
    color: #dedede;
    padding:10px;
    padding: 10px 180px 0 130px;
    font-size: 0.8em;
    line-height:1.2em;
}
#about-us-footer h2{
    color: #dedede;
    font-weight: bolder;
}
#about-us-footer p{
    margin-bottom:10px;
}
#about-us-footer ul{
    color: #FFFFFF;
    float: left;
    font-weight: bolder;
    list-style: disc outside url("images/disc.png");
    margin-top: -5px;
    padding-left: 15px;
    width: 215px;
}

/*services*/
#services-content{
float:left;
margin-left:25%;
margin-top:0;
width:18%;
}

/*contact*/
table#contact-details {
    border-style: none;
    width: 100%;
    
}
table#contact-details td{
    border-style: none;
    vertical-align:top;
}

/*dynavate*/
.dynavate h3{
    background: url("images/dynavatelogo.jpg") no-repeat scroll left top transparent;
    height: 64px;
    margin: 10px 30px 40px 0;
    text-indent: -9999px;
    width: 346px;
}

h3.overview{
    text-indent: -9999px;
    background: url("images/overview.png") top left no-repeat;
    width: 545px;
    height: 435px;
        margin-bottom:15px;
    margin-top:25px;

}
h3.diagram{
    text-indent: -9999px;
    background: url("images/transact.png") top left no-repeat;
    width: 545px;
    height: 311px;
    margin-bottom:15px;
}

.orig h3{
    text-indent: -9999px;
    background: url("images/orig.jpg") top left no-repeat;
    width: 400px;
    height: 303px;
    
}

h3.architecture{
    text-indent: -9999px;
    background: url("images/architecture.jpg") top left no-repeat;
    width: 545px;
    height:648px;
    margin-bottom:15px;
    margin-top:25px;
    
}
#dynavate-footer{
    background: url("images/dynavate-footer-bg.jpg") no-repeat scroll right top transparent;
    height: 88px;
    padding-left: 400px;
    padding-top: 63px;
}
#overview-footer{
    background: url("images/overview-footer-bg.jpg") no-repeat scroll right top transparent;
    height: 88px;
    padding-left: 400px;
    padding-top: 63px;
}
#transact-footer{
    background: url("images/transact-footer-bg.jpg") no-repeat scroll right top transparent;
    height: 88px;
    padding-left: 400px;
    padding-top: 63px;
}
#orig-footer{
    background: url("images/orig-footer-bg.jpg") no-repeat scroll right top transparent;
    height: 88px;
    padding-left: 400px;
    padding-top: 63px;
}
#other-footer{
    background: url("images/other-footer-bg.jpg") no-repeat scroll right top transparent;
    height: 88px;
    padding-left: 400px;
    padding-top: 63px;
}
#technical-footer{
    background: url("images/technical-footer-bg.jpg") no-repeat scroll right top transparent;
    height: 88px;
    padding-left: 400px;
    padding-top: 63px;
}

/*expd8*/
#expd8{
    background:url(images/expd8side.jpg) top right no-repeat;
    padding-top:25px;
    z-index:0;
}
#expd8-footer{
    background: url("images/expd8-footer-bg.png") no-repeat scroll right top transparent;
    height: 281px;
    margin-top:-256px;
    z-index:500;
    position:relative;
}

h2#expd8-logo{
    background: url("images/expd8-logo.jpg") no-repeat scroll right top transparent;
    width:223px;
    height:66px;
    text-indent: -9999px;
}

a#expd8-link{
    font-size:1.5em;
    font-weight:bolder;
    color:#30438e;
    z-index:1000;
    position:relative;
    display:block;
}


/*services*/
#services{
        background:url(images/servicesside.jpg) top right no-repeat;
    padding-top:25px;
}
#services-footer{
    background: url("images/services-footer-bg.jpg") no-repeat scroll right top transparent;
    height: 88px;
    padding-left: 400px;
    padding-top: 63px;
}

/*contacts*/
#contacts{
            background:url(images/contactside.jpg) top right no-repeat;
    
}
#contacts-footer{
            background: url("images/contact-footer-bg.jpg") no-repeat scroll right top transparent;
    height: 88px;
    padding-left: 400px;
    padding-top: 63px;
}

/* 
	LEVEL ONE

ul.dropdown                         { position: relative; }
ul.dropdown li                      {  zoom: 1; }

ul.dropdown li a                    { display: block;}
ul.dropdown li.hover,
ul.dropdown li:hover                { position: relative; }



/* 
	LEVEL TWO
*/
ul.dropdown ul 						{ display: none; position: absolute; top: 100%; left: 0; }
ul.dropdown ul li 					{ font-weight: normal;  float: none; }
ul.hover ul {display: block;}
									  
                                    /* IE 6 & 7 Needs Inline Block 
ul.dropdown ul li a					{ width: 100%; display: inline-block; } 

/* 
	LEVEL THREE

ul.dropdown ul ul 					{ left: 100%; top: 0; }
ul.dropdown li:hover > ul 			{ visibility: visible; }
/**/
#copyright{
    margin:0 auto;
    text-align:center;
    font-size: 8px;
}

