/**************** PAGE INTRO **********/
#introwrapper {
    /*background: url(/images/cms/intro_bg.jpg) 50% 0;*/
	height:700px;
    } 	
#introwidth {
    width:615px;
    margin:0 auto;
	}
#intro_top {
    height:152px;
    }	
.intro {
    position:relative;
    margin:0 5px;
	float:left;
    width:195px;
    display:inline;
	height:384px;
    }   	
.intro_green {
    background: url(/images/cms/intro_green.png) no-repeat;
	} 
.intro_blue {
    background: url(/images/cms/intro_blue.png) no-repeat;
	} 	
.intro_orange {
    background: url(/images/cms/intro_orange.png) no-repeat;
	}
.intro_green img ,
.intro_blue img ,
.intro_orange img {
    margin:10px 0;
    padding:2px;
    }  	
.intro_green img{
    background:#c0ff9c;
    border:solid 1px #498d32;
    }  	
.intro_blue img{
    background:#c1eaff;
    border:solid 1px #477690;
    } 
.intro_orange img{
    background:#ffe4be;
    border:solid 1px #c16f00;
    }  
.intro_green img:hover ,
.intro_blue img:hover ,
.intro_orange img:hover {
    border:solid 1px #fff;
    }  	
	
.intro .module h3 {
    color:#FFF;
    font-size: 24px;
    font-weight:bold;
	line-height:100%;
    }
.intro .module h4 {
    color:#FFF;
    font-size: 16px;
    font-weight:normal;
	line-height:120%;
    }		
.intro .module {
    padding:17px 11px 20px 12px;
    color:#090909;
	font-size:12px;
    }
.intro .module span{
    color:#fff;
	}
.intro .module p{
    line-height:1.6em;
    } 	
.intro .readon {
	position:absolute;
	right:20px;
	bottom:50px;
	display:block;
	width:126px;
	padding-right:32px;
	height:24px;
	padding-top:8px;
	text-align:center;
    font-size:14px;
    font-weight:bold;
    color:#fff;
    text-decoration:none;
    cursor:pointer;
	
    }
.intro a:hover.readon {
    color:#fff;
    text-decoration:none;
    }
.introfooter {
    padding-top:55px;
    font-size:11px;
	color:#537381;
	text-align:center;
	}
.introfooter a {      	
	color:#537381;
	text-decoration:none;
	}
.introfooter a:hover {      	
	color:#537381;
	text-decoration:underline;
	}	
	