﻿body 
{
    padding:0;
    margin:0;
     font-family:Verdana;
}

/* Main Layout */
#MainArea
{
    width:900px; 
    height:825px;
    margin:0 0 0 150px;
}

#MainArea #HeaderArea
{
    width:100%;
    height:100px;
}

#MainArea #NavBar
{
    background:#00529C;
    width:100%; 
    height:35px;
    margin:5px 0 5px 0;
}

#MainArea #MainImage
{
    width:100%; 
    height:300px; 
    background-image:url(../Images/MainImage.png);
    background-repeat:no-repeat;
    background-position:center;
    margin:10px 0 0 0;
}

#MainArea #Content
{
    width:100%; 
    margin:5px 0 5px 0;
    height:auto;
}

#MainArea #Footer
{
    text-align:center; 
    width:100%; 
    height:15px;
    margin: 30px 0 0 0;
}

/* Header Area */
#HeaderArea #LogoAndText
{
    width:70%; 
    height:100%;
    float:left;
}

#LogoAndText #VIPLogo
{
    width:35%; 
    height:89%; 
    float:left; 
    background-image:url(../Images/VIPLogo.png);
    background-repeat:no-repeat;
    background-position:center;
    margin:15px 0 0 0;
}

#LogoAndText #LogoAndTextSeperator
{
    width:2%; 
    height:60%;
    float:left;
    margin:35px 10px 0 10px;
    background-image:url(../Images/VehiclesSplitter.png);
    background-repeat:no-repeat;
    background-position:center;
}

#LogoAndText #VIPText
{
    width:50%; 
    height:45%; 
    float:left; 
    margin:50px 0 0 0;
    color:#929292;
    font-size:20pt;
}

#HeaderArea #ContactAndSmallNav 
{
    width:30%; 
    height:100%;
    float:right;
}

#ContactAndSmallNav #SmallNav
{
    width:100%; 
    height:30%; 
    text-align:center;
    font-size:8pt;
}

#ContactAndSmallNav #ContactImage
{
    width:70%; 
    height:70%; 
    margin:0 0 0 40px; 
    background-image:url(../Images/tel.gif);
    background-repeat:no-repeat;
    background-position:center;
}

#SmallNav a
{
    color:Black;
    text-decoration:none;
}

#SmallNav a:hover
{
    text-decoration:underline;
}

/* Nav Bar */
#NavBar .Link
{
    width:178px; 
    height:100%;
    float:left;
    text-align:center;
    margin:10px 0 0 0;
    display:block;
}

#NavBar .LinkSpliter
{
    width:2px; 
    height:60%;
    float:left;
    background-image:url(../Images/VehiclesSplitter.png);
    background-repeat:no-repeat;
    background-position:center;
    margin:8px 0 0 0;
}

.Link a
{
    display:block;
    text-decoration:none;
    font-size:10pt;
    color:#ffffff;
    font-family:Verdana;
    font-weight:bold;
}

.Link a:hover
{
    display:block;
    text-decoration:underline;
}

/* Content Area */
#Content .TextArea
{
    width:30%; 
    height:93%; 
    margin:10px 0 0 0; 
    padding:5px;
    float:right; 
    background:#FAFAFA;
    border:solid #EEEEEE  1px;
}

#Content li
{
    font-size:8pt;
    font-family:Verdana;
}

#Content .TextArea #Icons .Image
{
    float:left;
    padding:20px 0 20px 30px;
}

#Content .TextArea .Image img
{
    border:none;
}

#Content .TextAreaMain
{
    width:66%;
    height:93%;
    margin:10px 10px 0 0;
    padding:5px;
    float:left;
    background:#FAFAFA;    
    border:solid #EEEEEE  1px;
}

#Content h2
{
    font-size:12pt;
    font-family:Verdana;
    margin: 10px 0 0 0;
}

#Content h3
{
    font-size:10pt;
    font-family:Verdana;
}

#Content h4
{    
    font-family:Verdana;
    font-size:9pt;
}

#Content h5
{
    font-family:Verdana;
    font-size:10pt;
    padding:5px;
    margin:0
}

#Content p
{
    font-size:8pt;
    font-family:Verdana;
}

#Content a
{
    text-decoration:none;
    color:Blue;    
}

#Content a:hover
{
    text-decoration:underline;
}

/* Input Form */
#Content #InputForm 
{
    margin:10px 0 0 0;
    font-size:10pt;
}

#InputForm ul
{
    list-style:none;
}

#InputForm label   
{
    float:left;
    width:120px;
}

#InputForm input, textarea
{
    width:125px;
    margin-bottom:5px;
}

#InputForm textarea
{
    width:250px;
}

#InputForm .boxes
{
    width:1em;
}

#InputForm #SubmitButton
{
    margin-left:120px;
    margin-top:5px;
    width:90px;
}

#Content .PageImage
{
    float:right;
    position:relative;
    margin: 20px 0 0 10px;
}

#TabArea .Items
{
    margin: 29px 5px 0 5px;
    padding:20px 5px 0 5px;
}

