
/* Layout Stylesheet */ 

body {  
background-color: #ffffff;
top:0px;
 left: 0px;
 width: 1000px;
height: 100%;
z-index: 1;
 }

#topbanner {  
 background-image: url(newimages/topbanner.jpg); background-repeat:no-repeat; background-attachment: absolute;  
position: absolute;
 top: 148px;
 left: 275px;
 width: 625px;
height: 58px;
}

#blankbanner {  
 background-image: url(newimages/blankbanner.jpg); background-repeat:no-repeat; background-attachment: absolute;  
position: absolute;
 top: 489px;
 left: 100px;
 width: 800px;
height: 37px;
}

#clientbanner {  
 background-image: url(newimages/clientbanner.jpg); background-repeat:no-repeat; background-attachment: absolute;  
position: absolute;
 top: 489px;
 left: 100px;
 width: 800px;
height: 37px;
}

#newsbanner {  
 background-image: url(newimages/newsbanner.jpg); background-repeat:no-repeat; background-attachment: absolute;  
position: absolute;
 top: 489px;
 left: 100px;
 width: 800px;
height: 37px;
}

#awardsbanner {  
 background-image: url(newimages/awardsbanner.jpg); background-repeat:no-repeat; background-attachment: absolute;  
position: absolute;
 top: 489px;
 left: 100px;
 width: 800px;
height: 37px;
}



#flash {  
position: absolute;
 top: 16px;
 left: 105px;
 width: 175px;
height: 475px;
}


#text {  
position: absolute;
 top: 220px;
 left: 300px;
 width: 400px;
height: 250px;
}

#textborder {  
position: absolute;
margin: 0px;
overflow: auto;
 border: 1px dotted #000000; 
padding: 10px;
 top: 200px;
 left: 280px;
 width: 400px;
height: 250px;
}

#textbottom {  
position: absolute;
margin: 0px;
overflow: auto;
 border: 1px dotted #000000; 
padding: 10px;
 top: 535px;
 left: 114px;
 width: 750px;
height: 40px;
}

#textside {  
position: absolute;
margin: 0px;
overflow: auto;
padding: 10px;
 top: 210px;
 left: 713px;
 width: 150px;
height: 250px;
}

h1 {
font-family:arial, sans-serif;
color: #333333;
font-size: 10px;
font-weight: 100;
padding: 0px;
letter-spacing: 0px;
text-align: right;
}

h2 {
font-family:arial, sans-serif;
color: #333333;
font-size: 10px;
font-weight: 100;
padding: 0px;
letter-spacing: 0px;
text-align: left;
}


a:link { 
color: #000000; 
text-decoration: none;
cursor: pointer;
 
}
a:visited { 
color: #333333; 
text-decoration: none;
cursor: pointer; 

}
a:hover {
color: #cc6666;
text-decoration: underline;
cursor: pointer;
}

