﻿/* General CSS */

body 
{
    line-height:160%;
    background-image: url(../images/background.gif); 
    background-repeat: repeat-x;
    font-family:Arial,Helvetica,sans-serif;
}

p,li
{
    color:#5A5A5A;
    font-size:12pt;
}

a
{
    color:#5A5A5A;
}

.linklist
{
    font-weight:bold;
    list-style-image : url('../images/arrowbutton.jpg');
}

h1
{
    font-size:24px;
    padding:30px 0 0 10px;
    margin-bottom:0;
    color:#ffffff;
}

h2
{
    font-size:18px;
    padding-bottom:0;
}

h3
{
    font-size:16px;
    padding:0;
    margin:0;
}

.backbutton
{
    color:#0000ff;
    font-weight:bold;
    text-align:center;
}

#container
{
    position: relative; 
    margin-left: auto; 
    margin-right: auto; 
    width: 940px; 
    top: 7px;
    left: 0px;
}

#content
{
    float:left;
    background-color:#ffffff;
    border:solid 1px #000000;
    padding:10px;
    margin-top:10px;
}

/* END OF GENERAL CSS */

/* HEADER CSS CLASSES */

#header
{
    position:inherit;
    height:120px;   
}

#header > #contact
{
    position:absolute;
    left:173px;
    top:20px;
    line-height:100%;
    text-align:right;
    font-size:24px;
    font-weight:bolder;
    min-height:35px;
    height:90px;
    z-index:20;
    width: 220px;
}

#header > #email
{
    position:absolute;
    left:152px;
    top:71px;
    line-height:100%;
    text-align:right;
    font-size:12px;
    font-weight:bolder;
    min-height:35px;
    height:36px;
    z-index:30;
    width: 240px;
}

#header .contact > a
{
    color:#000000;
}

/* END OF HEADER CSS */

/* MAIN PAGE CSS */

/* TOGGLE BUTTON */

#toggle
{
    position:absolute;
    color:#ffffff;
    font-weight:bolder;
    font-size:12px;
    top:162px;
    right:9px;
    z-index:50;
}

#toggle > a
{
    color:#ffffff;
}

/* END TOGGLE BUTTON */

#text > h1
{  
    padding:0;
    color:#000000;
}

#text
{
    float:left;
    margin:0 0 10px 10px;
    top:0px; 
    width:700px;
    z-index:15;
}

/* END OF MAIN CSS */

.smallImage
{
    float:right;
}

.faqImage
{
    float:right;
}

/*for the office image in contact us*/
#small_logo
{
    vertical-align:middle;
}

.largeQuote
{
    text-align:center;
    font-size:larger;
    font-style:italic;
    font-weight:bolder;
}

.photo
{
    padding:3px;
    border:solid 1px #c0c0c0;
    float:right;
    left:0px; 
    top:0px; 
    z-index:15; 
    background-color:#ffffff; 
}

.profile
{
    padding-top:20px;
    height:250px;
}

/* GOOGLE MAP CSS */

.googlemap
{   
    margin: 10px 0 5px 0;
    padding:3px;
    border:solid 1px #c0c0c0;
    float:right;
    left:0px; 
    top:0px; 
    width:400px;
    z-index:15; 
    background-color:#ffffff; 
}

#saddr
{
    text-transform:uppercase;
}

/* END OF GOOGLE MAP CSS */

/* CONTACT TABLE CSS */

#contactTable
{
    width:100%;
}

#contactTable input{
    width:300px;
}

#contactTable textarea
{
    width:99%;
}

.errorField
{
    color:Red;
    font-weight:bold;
}

/* END OF CONTAC TABLE CSS */

/* CONTACT POPUP CSS */

#logo
{
    float:right; 
    margin-top:15px; 
    width:215px; 
    height:200px; 
    z-index:15; 
    margin-right:20px; 
    text-align: right
}

/* END OF CONTACT POP UP CSS */

/* FOOTER CSS */

#footer
{
    position:relative;
    float:left;
    width:100%;
    background-color:#0000ff;
}

#footer p
{
    text-align:center;
    font-size:12px;
    font-weight:bold;
    line-height:15px;
    margin:0;
    padding:10px 0 10px 0;
    color:#ffffff;
}


#footer p > a
{
    color:#ffffff;
}

.smallText
{
    font-size:9px;
}

#copyright
{
    float:left;
    color:#ffffff;
    background-color:#000000; 
    text-align:center;
    font-size:12px;
    width:100%;
}

/* END OF FOOTER CSS */

/* MFIT LINK */

#mfit
{
    background-color:#000000;
    text-align:right;
    padding-right:10px;
    font-size:9px;
}