﻿body
{
background: #fff;
}

/* ################################### HEADER LAYOUT  #################################*/


#HeaderContainer
{
    width:100%;   
    background:url(../images/header_bg.jpg) top; 
}

#Header
{
    width:986px;
    position:relative;
    margin:0 auto;
    z-index:10;
}

#Logo
{
    float:left;
}

#CallUs
{
    float:right;
    clear:right;
}

#login
{
    float:right;
}



/* ################################### NAV LAYOUT  #################################*/

#NavContainer
{
    Width:100%;
    background-image:url(../images/nav_bg.jpg);
    background-position:bottom;
    background-repeat:repeat-x;
    background-color:#aeaeae;
    padding:0px 0px 0px 0px;
    border-bottom:solid 1px #fff;
}
#navigation
{
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    width:986px;
    border:solid 0px #000;
    margin:0 auto;
}



/* ################################### BREADCRUMB LAYOUT  #################################*/

#breadcrumb
{
    width:774px;
    padding:0px 0px 0px 20px;
    border:solid 0px #000;
    margin:0px 0px 0px 0px;
    float:right;
    background:#094c7c url(../images/breadcrumb_bg.jpg) no-repeat bottom;
}

/* ################################### PAGE LAYOUT  #################################*/

#main_container
{
    width:100%;
    background:#fff url(../images/page_bg.jpg) top repeat-x;
}



/* ################################### HOMEPAGE LAYOUT  #################################*/

#ctl00_MainArea_HomepageArea
{
    width:986px;
    margin:0 auto;
    padding:0px 0px 0px 0px;
    background:#fff;
}

#home_content_1
{
    border:solid 0px #000;
    width:986px;
    padding:0px 0px 1px 0px;
}

#ctl00_MainArea_home_content_2
{
    border:solid 0px #000;
    width:191px;
    float:left;
    margin:0px 0px 0px 0px;
    padding:0px 0px 20px 0px;
    min-height:120px;
    height:auto !important;
    height:120px;
}

#ctl00_MainArea_home_content_3
{
    border:solid 0px #000;
    width:521px;
    float:left;
    margin:0px 0px 0px 0px;
    padding:26px 0px 20px 30px;
}
#ctl00_MainArea_home_content_4
{
    border:solid 0px #000;
    float:right;
    width:207px;
    padding:26px 0px 20px 0px;
}

/*######################################### COPYPAGE LAYOUT #########################*/


#ctl00_MainArea_SideMenu
{
    width:191px;
    border:solid 0px #000;
    padding:0px 0px 0px 0px;
    background-image:url(../images/side_menu_bg.gif);
    background-repeat:repeat-y;
}

.quotes
{
    display:block;
    width:191px;
    margin:11px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    border:solid 0px #000;
}

.quotestop
{
    display:block;
    background-image:url(../images/side_nav_first_bg.gif);
    background-repeat:no-repeat;
    background-color:#959595;
    padding:6px 0px 5px 15px;
}
.quotesmiddle
{
    padding:10px 15px 1px 15px;
    display:block;
    border-left:solid 1px #e0e0e0;
    border-right:solid 1px #e0e0e0;
}
.quotesbottom
{
    display:block;
    border-bottom:solid 1px #e0e0e0;
}

#latest_news
{
    width:207px;
}

#latest_news_top
{
    width:187px;
    background:#929292 url(../images/news_top.jpg) no-repeat;
    color:#fff;
    font-weight:bold;
    padding:4px 0px 3px 20px;
}

#latest_news_middle
{
    padding:10px 10px 0px 20px;
}

.NewsOverview
{
    display:block;
    margin:15px 0px 0px 0px;
    min-height:80px;
    height:auto !important;
    height:80px;
}




/*##################################################################################################*/
/* Login Boxes */
/*##################################################################################################*/               
#login_container
{
    width:190px;
    margin:0 auto;
    text-align:center;
    padding:10px 0px 10px 0px;
}

#login_box
{
    height:220px;
    width:190px;
    background:url(../images/login_bg.jpg);
    background-repeat: no-repeat;
}

#login_title
{
    padding:5px 0px 0px 0px;
    height:20px;
    text-align:center;
}

#login_boxes
{
    height:110px;
    text-align:center;
}



#login_button
{
    padding:0px 10px 0px 0px;
    text-align:right;
}



/*##################################################################################################*/
/* Login Boxes End */
/*##################################################################################################*/


/*########################################FOOTER LAYOUT##############################*/

#footer_container
{
    width:100%;
    background:#fff url(../images/footer_bg.jpg) repeat-x;
    border:solid 0px #000;
}


#footer
{
    width:986px;
    margin:0 auto;
    padding:0px 0px 10px 0px;
}

#SiteMap
{
    float:left;
    padding:20px 0px 0px 0px;
}
#Copyright
{
    float:right;
    padding:20px 0px 0px 0px;
}






