﻿/************************ Site Rules  *************************/
*
{
    margin: 0px;
}
img
{
    border-style: none;
}

body
{
    background-color: #F1F1F1;
    margin: 0 auto;
    width: 980px;
    position: relative;
    color: #333333;
}

hr
{
    color: #5C80B1;
}
a
{
    text-decoration: none;
    color: #5C80B1;
}
a:hover
{
    text-decoration: underline;
}
p, li
{
    margin: 10px;
    font-family: calibri, arial;
    font-size: 11pt;
}
h2
{
    margin: 5px;
    font-family: verdana;
    font-size: large;
    font-weight: bold;
    text-decoration: none;
    color: #5C80B1;
}
.pageHeader
{
    margin-left: 30px;
    margin-top: 15px;
    margin-bottom: 10px;
}
.h1Img-container
{
    margin: 10px;
    height: 50px;
}

.clearMe
{
    clear: both;
}
.container
{
    margin-left: auto;
    margin-right: auto;
    width: 900px;
    height: 100%;
}
.errorMsg
{
    font-size: small;
    color: #FF0000;
    text-decoration: none;
    font-family: 'Times New Roman' , Times, serif;
}
.headerContainer
{
    margin-top: 10px;
    height: 200px;
    width: 900px;
    background-image: url('../images/headerImg.png');
    background-repeat: no-repeat;
}

.navContainer
{
    float: right;
    height: 100px;
    width: 660px;
    margin-top: 50px;
    margin-right: 5px;
}
.navContainer a
{
    background-position: bottom;
    float: left;
    height: 40px;
    width: 110px;
    margin-right: 10px;
    color: #FFFFFF;
    font-family: MarlonBookDB;
    text-decoration: none;
    font-size: x-large;
    text-align: center;
    font-weight: bold;
    line-height: 40px;
    background-image: url('../images/navRoBg.png');
    background-repeat: no-repeat;
}

.navContainer a:visited
{
    border-style: none;
}

.navContainer a:hover
{
    background-position: top;
    background-image: url('../images/navRoBg.png');
    background-repeat: no-repeat;
}

.navButtons
{
    margin:20px 80px 10px auto;
    width:700px;   
    height:85px;
}
.navButtons a
{
    float:left;
    margin-left:10px;
    margin-right:20px;   
}
.body
{
    width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.defaultPage-imgContainer
{
    width: 225px;
    height: 150px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 10px;
}
.slideshowContainer
{
    position: relative;
    background-color: #f2f2f2;
    border: thin solid #000000;
    height:325px;
    width: 650px;   
    margin: 0px auto 15px auto;
}
.slideContainer
{
    position:absolute;
    display: none;
    height:325px;
    width:650px;
}
.bodyContentHeader
{
    margin-left: auto;
    margin-right: auto;
    width: 875px;
    margin-bottom: -20px;
}
.bodyContentBody
{
    margin-left: auto;
    margin-right: auto;
    background-image: url('../images/contentBodyBg.png');
    background-repeat: repeat-y;
    width: 875px;
}
.bodyContentFooter
{
    margin-left: auto;
    margin-right: auto;
    width: 875px;
}
.bodyContentColumn
{
    margin-right: 40px;
    width: 240px;
    float: right;
}
.footerContainer
{
    margin-top: 10px;
    text-align: right;
    width: 900px;
    height: 50px;
    background-image: url('../images/footerBg.png');
    background-repeat: no-repeat;
}


/************* About Page  ********************/
.aboutHeader
{
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 850px;
    height: 350px;
    background-image: url('../images/aboutImg.png');
    background-repeat: no-repeat;
    position: relative;
}

/********** EMBED FLASH HERE ****************/
.embededFlashAbout
{
    height: 218px;
    width: 349px;
    position: absolute;
    top: 32px;
    right: 88px;
}

/*********** REQUEST A QUOTE ****************/
.quoteContainer
{
    width: 630px;
    margin-left: auto;
    margin-right: auto;
}
.quoteRow
{
    position: relative;
    height: 50px;
}
.quoteLabelColumn
{
    margin-left: 10px;
    width: 120px;
    float: left;
    padding-right: 5px;
}
.quoteTextboxColumn
{
    float: left;
}
.quoteCheckBoxColumn
{
    float: left;
}
.quoteSliderColumn
{
    float: left;
}
.quoteSlider
{
    border: 0;
    color: #5C80B1;
    font-weight: bold;
}
