﻿/********************************************************
***** Body **********************************************
********************************************************/
div
{
    margin:0px;
    padding:0px;
}
body 
{
    margin:0px;
    padding:0px;
    background:#0E0B06 url(../images1/header_back.gif);
    font:13px Verdana, serif;
    border-bottom:10px solid black;
}
.body_top
{
    padding:0px;
    margin:0px;
    color:#888;
    background-color:#fff;
    background:#fff url(../images/grey_back1.gif) repeat-x top center;
    border-bottom:1px solid #ddd;
    border-top:1px solid #ddd;
}
.body_top p
{
    line-height:1.5em;
}
.body_top_container
{
    padding:40px 0px !important;
}
.body_bottom
{
    padding:0px 0px 30px 0px;
    color:#fff;
}
.clear_div
{
    clear:both;
    margin:0px;
    padding:0px;
    display:block;
}
.innerBody
{
    background-color: #FF8000;
    background-image: url(../images/orange.gif);
    background-position: center top;
    padding-top: 0px;
    color: #fff;
    clear: both;
}

.innerBody a
{
   
}

.section_container
{
    clear:both;
}
.section_left
{
    width:540px;
    float:left;
    padding-right:10px;
}
.section_right
{
    float:right;
    width:380px;
}
.shadow_top
{
    background: url(../images/shadow1.png) repeat-x left bottom;
    height:25px;
}
.shadow_bottom
{
    background: url(../images/shadow.png) repeat-x left top;
    height:25px;

}

/********************************************************
***** Header & Links ************************************
********************************************************/

h1 span.highlighted
{
    color:#3193C1;
    color:#2ACCC3;
    color:#6AB4C9;
    
}
a
{
    color:#FF7600;
    text-decoration:none;
}
a:hover
{
    color:#FFD200;
}
.body_top h1
{
    font-family:Georgia, serif;
    font-weight:normal;
    font-size:26px;
    color:#FFAE00;
    color:#444;
    margin:0px;
}
h2
{
    font-family:Georgia, Serif;
    font-size:20px;
    font-weight:normal;
    margin:10px 0px 15px 0px;
    clear:both;
}

/********************************************************
***** Header ********************************************
********************************************************/
.outer_header
{
    background:  url(../images/back.gif) repeat-x top right;
}
.header
{
    padding:0px;
    margin:0px; 
}
.header_container, .nav_container,
.body_top_container, .body_bottom_container,
.footer_container
{
    margin:0px auto;
    padding:0px;
    width:1000px;   
}
.header_left span,
.header_right span
{
    font-size:30px;
    visibility:hidden;
}
.header_right
{
    float:left;
    width:350px;
    height:100px;
}
.header_left
{
    background:url(../images/title.png) no-repeat top left;

    float:left;
    width:500px;
    height:100px;
}
.header_container
{
    margin-top:62px;
    height:102px;
    
}

/********************************************************
***** Navbar ********************************************
********************************************************/
.nav_bar
{
    background:#000;
    padding:10px 0px;
    border-top:1px solid #222;
    margin-right:100px;
}

.nav_bar ul
{
    margin:0px;
    padding:0px 0px 0px 0px;
    font-family: Georgia,serif ;
    font-size:15px;
    float:right;
}
.nav_bar ul li
{
    margin:0px 0px 0px 0px;
    padding:0px 30px 0px 20px;
    float:left;
    list-style-type:none;
    
    border-right:1px solid #555 !important;
}
.nav_bar a
{
    color:#777;
    text-decoration:none;
    border:0px solid #000;
}
.nav_bar a:hover
{
    color:#999;
}
li.about_link
{
    margin-left:0px !important;
    padding-left:15px !important;
    border-left:1px solid #555 !important;
    /*font-style:italic;
    padding-right:20px !important;*/
}
li.contact_link
{
    /*font-style:italic;*/
}

/********************************************************
***** Footer ********************************************
********************************************************/
.footer
{
    padding: 35px 0px 70px 0px;
    margin:0px;
    border-top: 5px solid #430400;
    color: #6C6960;
    font-family: Georgia, Serif;
    clear:both;
    background:url(../images/footer_back.gif);
}


#validation
{
    margin:0px 0px 10px 0px;
    float:left;
}
#validation ul
{
    margin:0px;
    padding:0px;
    width:280px;
}
#validation li
{
    display:inline;
    margin:0px;
    padding:0px;
}
#validation img
{
    border:0px solid #fff;
}


form
{
    margin:0px;
    padding:0px;
}
#contact
{
    margin-left:40px;
    width:150px;
}
#contact a
{
    font-weight:bold;
    color:orange;
    font-size:14px;
    margin:0px 10px 0px 0px;
}

.footer_container
{
    margin: 0px auto;
    width:780px;
}
.footer_container div
{
    float:left;
    width:30%;

}
div
{
   

}