
/*      This is the CSS style sheet for DTS Express */

body{
text-align:center;
background-color: #C2C9C5;
margin: 0 0 0 0;
}

/*Paragraphs */

p{
font-family: Helvetica, sans-serif;
font-size: 70%;
font-weight:normal;
color:#000000;
text-align:left;
line-height:15px;
}

p.address{
font-family: Helvetica, sans-serif;
font-size: 70%;
font-weight:bold;
color:#008134;
text-align:left;
line-height:15px;
}

h1{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 90%;
font-weight:bold;
color:#CF1600;
text-align:left;
margin-top:20px;
margin-bottom: -5px;
}

ul{
margin-left:0px;
margin-top:-10px;
}

li.bullets {  
font-family: Helvetica, sans-serif; 
color:#000000;
font-size: 70%; 
list-style-image:  url(../images/red_bullet.gif); 
line-height: 15px;
margin-left:18px;
}

input.grey{
background-color:#FFFFFF;
font-weight:normal;
color:#343434;
margin-top:3px;
margin-bottom:3px;
border:1px solid #343434;
}


/*Set a LINKS for pages*/

a{
text-decoration: none;
font-family: Helvetica, sans-serif;
font-weight: bold;
}
a:link{
color:#008134;
}
a:visited{
color:#008134;
}
a:hover{
color:#CF1600;
}



/*Layout Divs*/


#Background{
position:absolute;
left:0px;
top:0px; 
width:100%; 
height:100%;
text-align:center;
background-color: #C2C9C5;
}

#Center{
position:relative; 
width:800px; 
top:0px;
height:120%;
text-align:left;
background-color: #FFFFFF;
}

#Buttons{
position:absolute; 
width:186px; 
height:auto;
left:32px;
top:215px; 
z-index:1;
}

#MainContent{
position:absolute; 
width:537px; 
top:214px; 
left:241px; 
height:auto; 
z-index:1;
padding-bottom:20px;
}

#Logo{
position:absolute;
top:15px;
left:32px; 
width:192px; 
height:164px;
z-index:1;
}

#Phone{
position:absolute;
top:420px;
left:32px; 
width:186px; 
height:179px;
text-align:center;
margin-bottom:15px;
z-index:1;
}

#Subline{
position:absolute;
top:52px;
left:434px; 
width:345px; 
height:22px;
z-index:1;
}

#Top1{
position:absolute;
top:179px;
left:0px; 
width:253px; 
height:17px;
z-index:1;
}

#Top2{
position:absolute;
top:91px;
left:233px; 
width:567px; 
height:105px;
z-index:1;
}
