/*----------------------------------------------------------*/
/* Glacier Web Creative SERVICES Cascading Style Sheet */
/* Author: Steve Pettee, Glacier Web Creative */
/* www.GlacierWebCreative.com */
/*----------------------------------------------------------*/

/* General
------------------------------------------------------------*/


#content {
    height: 1842px;}
    
    #main-services {
    position: absolute;
    left: 205px;
    top: 40px;
    width: 430px;
    padding-left: 10px;}
    
#main-services h2 {
    position: relative;
    width: 410px;
    border-bottom: 1px solid rgb(39,101,158);  /* dark blue */
    color: rgb(39,101,158);  /* dark blue */ 
    padding-bottom: 20px;}
    
#main-services a {
    display: block;
    position: relative;
    left: 150px;
    width: 100px;
    text-align: center;
    padding: 20px 0px 20px 0px; 
    font: italic 15px georgia;}
    
#main-services a:link, #main-services a:visited { color: rgb(39,101,158);}   /* dark blue */
#main-services a:hover { color: rgb(255,80,192)} 

#emphasis {
    position: absolute;
    width: 205px;
    top:100px;
    left: 680px;
    padding-left: 10px;}
    
#emphasis h5 {
    position: relative;
    width: 175px;
    height: 20px;
    border-bottom: 1px solid rgb(39,101,158);  /* dark blue */
    padding-bottom: 5px;
    color: rgb(39,101,158);   /* dark blue */
    font: 700 17px arial;}
    
#emphasis p, #main-services p {
    font: 17px/160% georgia ;
    color: rgb(39,39,39);}   /* black-gray */
    
#emphasis p {font: italic 17px/160% georgia;}

#emphasis img {
    display: block;
    margin-top: 10px;}
    
.biul {
    font: italic bold 17px georgia;}
    
#footer {
    position: absolute;
    top: 2000px;}

























