﻿
/* Changing behavior of master page style */
body 
{
    background-image: none;
}

#menuContainer > div > #headerLeft > .topMenu a:hover 
{
    color: #000;
    text-decoration: none;
	border-bottom: 1px solid #fff;
	margin-bottom: -1px;
}

#menuContainer > div > #headerLeft > ul > .current_page_item > a:visited, 
#menuContainer > div > #headerLeft > ul > .current_page_item > a:link, 
#menuContainer > div > #headerLeft > ul > .current_page_item > a:visited,
#menuContainer > div > #headerLeft > ul > .current_page_item > a:hover  
{
	background-color: #2077dd;
	border-bottom: 1px solid #2077DD;
    margin-bottom: -1px;
    color: #fff;
}

/* Style for start */

.start 
{
    width: 100%;
    overflow: hidden;
}

.start > .backgroundBlue 
{
	background-image: url(img/bg_blueshade_500_height.gif);
	background-color: #2077DD;
}

.start > .backgroundBlue .introduction 
{
	/*margin: 0;*/
	margin: 20px 50px 0;
	width: 431px;
	text-align: left;
	/*width: 55%;*/
	height: auto;
	float: right;
}

.start > .backgroundBlue .introduction > div
{
    padding: -1px 40px 0 0;
}

.start > .backgroundBlue .introduction > div > img
{
    margin-left: 10px;
}

.start > .backgroundBlue .introduction > div a 
{
    color: #fff;
    text-decoration: none;
	padding-left: 11px;
	padding-bottom: 2px;
	background-image: url(img/btn_textlinks_ondark.png);
	background-repeat: no-repeat;
	background-position: left;
	float:right;
}

.start > .backgroundBlue .introduction > div  a:hover 
{
    color: #fc0;
} 


.start > .backgroundBlue > img:first-child
{
    background-image: none;
    color:#333;    
    float: left;
    margin: 0;
    min-height: 0px;
    text-align: left;
    width: 45%;
}

/* (Second row) */ 

.start > .puff
{
	margin: 0px auto;
	text-align: left;
	/*width: 860px;*/
}

.start > .puff:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.start > .puff .leftPuff
{
	
    background-color: Transparent;
    padding: 0 0 100px 0;
	margin: 0px 50px 0 0;
	text-align: left;
	width: 431px;
	height: auto;
	color: #333;
	float: right;
}

.start > .puff .rightPuff > .rightContent > .partnerLogos img:first-child 
{
    /*margin-left: 40px;  */
   margin-top:40px;
   float:left;
}

.start > .puff .rightPuff > .rightContent > .partnerLogos img
{
   /* margin-left: 50px; */ 
   margin-top:40px;
   float:right;
}

.start > .puff .leftPuff > p 
{
    padding-right: 0px;   
}

.start > .puff .leftPuff > p > a 
{
    color: #2077DD;
    text-decoration: none;
	padding-left: 11px;
	padding-bottom: 1px;
	background-image: url(img/btn_textlinks.png);
	background-repeat: no-repeat;
	background-position: left;
	
	float:right;
}


.start > .puff .leftPuff > p > a:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
	}

.start > .puff .leftPuff > p > a:hover 
{
	color: #900;
}

.start > .puff .rightPuff
{
    background-image: none;
    padding: 0 20px 100px 20px;
    color: #333;    
    float: left;
    margin: 0;
    min-height: 0px;
    text-align: left;
    width: 345px;
}

.start > .puff .rightPuff > .rightContent > p > a 
{
    color: #2077DD;
    text-decoration: none;
	padding-left: 11px;
	padding-bottom: 1px;
	background-image: url(img/btn_textlinks.png);
	background-repeat: no-repeat;
	background-position: left;
	float:right;
}

.start > .puff .rightPuff > .rightContent > p > a:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
	}

.start > .puff .rightPuff > .rightContent > p > a:hover 
{
	color: #900;
}

.start > .puff .rightPuff > .rightContent > .news > a 
{
    color: #2077DD;
    text-decoration: none;
	
	padding-bottom: 1px;
	
}


.start > .puff .leftPuff > div
{
    padding: 20px 40px 0 0;
}



.start > .puff > .rightPuff > div 
{
    padding: 0px 40px 0px 25px;
}


.backgroundOverflowFix 
{
    display: none;   
}

.leftContainerStart
{
    /*background-color: #fff;*/
    background-image: url(img/bg_blueshade_500_height.gif);
	background-repeat: repeat-x;
	/*padding: 0 0 50px 0;*/
	margin: 0;
	text-align: left;
	width: 55%;
	height: 302px;
	color: #333;
	float: left;
}

.rightContainerStart 
{
	/*color: #fff;*/
    float: left;
    margin: 0;
    height: 302px;
    /*padding: 0 0 50px 0;*/
    text-align: left;
    width: 45%;
    background-image: url(img/bg_blueshade_500_height.gif);
	background-repeat: repeat-x;	
}


.leftContainerStartWhite
{
    background-color: #fff;    
	/*padding: 0 0 50px 0;*/
	margin: 0;
	text-align: left;
	width: 55%;
	color: #333;
	float: left;
}

.rightContainerStartWhite
{
	/*color: #fff;*/
    float: left;
    margin: 0;    
    /*padding: 0 0 50px 0;*/
    text-align: left;
    width: 45%;
    background-color: #fff;
}