#intro_quote {
	margin: 0 auto 0 auto; 
	font-style:italic;
	margin-top:20px;
	margin-bottom: 30px;
	text-align:center;
}


#intro_wrapper {
    display: table;
    table-layout: fixed;
    width: 100%;
    text-align:center;
    margin: 0 auto 0 auto;
    border-spacing: 10px;
}

#intro {
    height: 100%;
    margin: 0 auto 0 auto;
    display: table-cell;
}


#intro_sbs {
    display: table;
    table-layout: fixed;
    width:99%;
    text-align:center;
    margin: 0 auto 0 auto;
    /*margin-left: 10px;*/
    /*border-spacing: 10px;*/
    
}

#mission {
    display: table-cell;
}

#services {
    display: table-cell;
    
}

#service_list {
    height: 100%;   
}

#service_list ul {
    padding: 0px;
	margin: 0px;
	width: 100%;
}

#service_list li {
    list-style-type:none;
    padding: 0px;
	margin: 0px;
	width: 100%;
	display: inline-block;
}

.service_title {
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
}

.service_img {
    width: 200px;
    height: auto;
}


.service_img_left {
    margin-right: 20px;
}

.service_img_right {
    margin-left: 20px;
}


.service {
    display: block;
    width: 100%;    
    display: table-cell;
    height: 100%;
}

#services_bar {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    text-align:center;
}

#services_bar ul {
    width: 100%;
    text-align:center;
    height: 20px;
    
}

#services_bar ul li {
    margin-right: 50px;
    height: 50px;
    width: 50px;
    display:inline-block;
}




/* NEWS PART*/

#div_news{
    display: table-cell;
    text-align:center;
	margin: 0 auto 0 auto;
	width:25%;
}

#news_fieldset {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 3px solid #ffffff;
	text-align: center;
	background-color: white;
	
}

#news_fieldset legend {
	text-align: center;
	font-weight: bold;
	padding-top: 20px;
	
	
}

#news{
	text-align: center; 
	background-color: white;
}

#news ul {
	padding: 0px;
	margin: 0px;
	width: 100%;
}

#news li{
	list-style-type:none;
	padding: 10px;
	margin: 0px;
	width: 100%;
}

#news_item {
    border: 1px solid #d6d6d6;
    -webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 3px;
	width: 95%;
	margin-top: 10px;
    background-color: whitesmoke;
}

/* END NEWS PART */

.scroll_service:hover {
    cursor:pointer;
}

.daily_view_fieldset {
    font-family: courier;
    font-size: 0.9em;
}

.daily_view_title {
    font-family: courier;
    font-weight: bold;
    font-size: 1em;
    margin: 10px 0 10px 0;
}

.daily_view_fieldset legend {
    text-align:center;
    font-weight: bold;
}

.daily_view_indicator {
    width: 20px;
}

#projects_container {
    display: table-cell;
    background-color: white;
}

.table-split {
  display: table-cell;
  width: 0.6%
}