﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
body
{
    font-size: .75em;
    font-family: Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #000;
}

a:link
{
    color: #034af3;
    text-decoration: underline;
}
a:visited
{
    color: #505abc;
}
a:hover
{
    color: #1d60ff;
    text-decoration: none;
}
a:active
{
    color: #12eb87;
}

p, ul
{
    margin-bottom: 20px;
    line-height: 1.6em;
}

.left { float:left;}
.right { float:right;}

.clear { clear: both; }
.hidden { display:none; }







/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
}

h1
{
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}
h2
{
    padding: 0 0 10px 0;
}
h3
{
    font-size: 1.2em;
}
h4
{
    font-size: 1.1em;
}
h5, h6
{
    font-size: 1em;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

body 
{
   background:#ffffff url('/Images/bg.jpg') repeat-x left top; 
}
    

#footer
{
    position: absolute;
    top:505px;
    right:50px;   
    line-height:160%;
}
#footer span
{
    color: #666;
}

#service 
{
    position: absolute;
    top:250px;
    left:575px;   
}

#service td
{
    font-weight: bold;
    font-size:18px;
    padding-bottom:15px;
}
#service td.heading
{
    color: #999;
    padding-right:15px;
}
    
    
    
