﻿body 
{
    background-color: black; 
    text-align: center; 
    padding: 0; 
    margin: 0;
    font-family: Verdana, Arial;
    color: White;
    font-weight: bold;
    font-size: 10pt;
}

h1
{
    font-size: 130%;
}

p
{
    font-size: 80%;
}

img
{
    border: none;
}
    
/********Main Page Styling***************/
#topbar
{
    position: absolute;
    left: 0px; 
    top: 100px;
}

.pageBars
{
    background-image: url(../images/side_banners.jpg);  
    background-repeat: repeat-x; 
    display: block;
    text-align: center; 
    width: 100%; 
    height: 7px;
}

#logo
{
    position: absolute; 
    top: -10px;
}


#top-links
{
    position: absolute;
    top: 100px;
    text-align: center;
    font-size: 80%;
}

#top-links ul
{
    list-style-type: none;
    float: right;
    margin-right: 0;
}

#top-links li
{
    float: left;
    padding: 0;
    text-align: center;
    border-right: solid 2px white;
}

#top-links a, #top-links a:active, #top-links a:link, #top-links a:visited, #e-links a, #e-links a:active, #e-links a:link, #e-links a:visited
{
    color: White;
    text-decoration: none;
    width: 100%;
    padding: 0 15px;
}

#top-links a, #top-links a:active, #top-links a:link
{
    padding: 0 15px;
}

#top-links a:hover, #e-links a:hover
{
    color: Orange;
}


#e-links
{
    position: absolute;
    top: 60px;
    right: 0;
    /*right: 30px;*/
    color: White;
}

#e-links ul
{
    list-style-type: none;
}

#e-links li
{
    float: left;
    margin: 0 50px;
}

#main-content
{
    display: block; 
    width: 1000px; 
    min-height: 609px; 
    margin: 0px auto;
    background-image: url(../images/main_background2.jpg); 
    background-repeat: no-repeat;
    /*padding-top: 40px;*/
    text-align: left;
}

#main-content-blog
{
    display: block; 
    width: 1000px; 
    min-height: 609px; 
    margin: 0px auto;
    background-image: url(../images/blog_background.jpg); 
    background-repeat: no-repeat;
    /*padding-top: 40px;*/
    text-align: left;
}

#bottom-bar
{
}

/***General page styling***/
#text-content
{
    width: 600px;
    padding-top: 50px;
    margin-left: 30px;
}

#text-content p
{
    margin-left: 20px;
}

#text-content a
{
    color: White;
    text-decoration: underline;
}

#text-content a:hover
{
    color: Orange;
}

#service-headings
{
    float: left;
    width: 220px;
}

#service-headings a
{
    text-decoration: none;
}

.service-heading
{
    width: 200px;
    font-size: 105%;
    color: 	#8FBC8F;
}

.expand-links
{
    font-size: 70%;
    display: none;
}

.expand-links a
{
    text-decoration: none;
}

#description-container
{
    padding: 10px;
    margin-left: 220px; 
    position: static;
}

.service-description
{
    display: none;
}

.top-para
{
    margin-top: 0;
}

.form-label
{
    height: 23px;
}

#logo-images img, #webdesign-images img, #ad-images img
{
    float: left; margin: 2px;
}

.orange
{
    color: Orange;
}