﻿* {
	margin: 0;
}
html, body {
	height: 100%;
}

body
{

    font-family: Arial;
    font-size: 10pt;
    background: #ffffff;

}


.header_wraper
{
    background: url(../images/header_bg.jpg) #040a53;
    color: #ffffff;
    height: 109px;

}

.header
{
    width: 930px;
    margin: 0 auto;
    height: 110px;
}

.top_menu
{
    float:right;
}

.top_menu ul
{
    width: 340px;
    list-style: none;
    padding: 0;
    margin: 0;

}

.top_menu li
{
    float:left;
    border-right: 1px solid #ffffff;



}

.top_menu li.last
{
    border-right: 0px;


}

.top_menu li a
{
    color: #ffffff;
    line-height: 16px;
    text-decoration: none;
    display: block;
    height: 15px;
    font-size: 12px;
    padding: 0 15px;
    

}

.top_menu li.last a
{

    padding-right: 0px;
    

}

.top_menu li a:hover
{
    text-decoration: underline;

}


.logo
{
    float: left;
}

.verticleclear
{
    clear: both;
}
.menu_section
{
    width: 930px;

}
.service_menu
{
    float:left;
    margin-top: 5px;
}

.insidecontent_menu ul
{
    width: 220px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.insidecontent_menu li
{

    border-bottom: 1px solid #ffffff;
    width: 220px;
    background: url(../images/navarrows.gif) no-repeat top right;
    margin-bottom:20px;
    text-align: right;



}

.insidecontent_menu li a
{
    color: #ffffff;
    line-height: 20px;
    text-decoration: none;
    display: block;
    height: 20px;
    font-size: 12px;
    padding-right: 17px;
}

.insidecontent_menu li  a:hover
{
    color: #f9fae2;
    font-weight: bold;
}

.navigation_menu
{
    float: right;
    margin-top: 15px;
}

.navigation_menu ul
{
    width: 165px;
    list-style: none;
    padding: 0;
    margin: 0;

}

.navigation_menu li
{
    float:left;
    border-right: 1px solid #3e52a8;



}

.navigation_menu li.last
{
    border-right: 0px;


}

.navigation_menu li a
{
    color: #ffffff;
    line-height: 30px;
    text-decoration: none;
    display: block;
    height: 30px;
    font-size: 12px;
    font-weight: bold;
    padding: 0 15px;
    

}

.navigation_menu li.last a
{

    padding-right: 0px;
    

}

.navigation_menu li a:hover
{
    color: #f9fae2;

}


.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -100px; /* the bottom margin is the negative value of the footer's height */
	background: #ffffff;
}


.footer, .push {
	height: 100px; /* .push must be the same height as .footer */
	
	
}

.footer
{
    background: url(../images/footer_bg.jpg) #1a215e;
	color: #ffffff;
	font-family: Arial, Helvetica, Tahoma;
	font-size: 9pt;
	
}

.footercontent
{
    width: 930px;
    margin: 0 auto;
    height: 100px;
    text-align: right;
}

.content
{
    width: 930px;
    margin: 0 auto
}

.insidecontent_area
{
    width: 930px;
    background: #02063d;
}

.insidecontent_menu
{
    width: 220px;
    float:left;
    background: url(../images/insidecontentmenu_bg.jpg) repeat-x #02063d;   
    min-height:400px;
    color:#ffffff;
    padding:50px 10px 10px 10px;
}

.insidecontent_content
{
    width: 640px;
    float:left;
    background: url(../images/insidecontent_bg.jpg) repeat-x #02063d;   
    min-height:400px;
    color:#ffffff;
    padding:30px 25px 10px 25px;
}

