/**

 *  FILE: templates.css

 *

 *  ABSTRACTION:

 *    The CSS for the template interface of the MITH. 

 *    Supported by IE 4+ and Netscape 4+.

 *

 *  DOCUMENTS:

 *    None

 *

 *  AUTHOR:

 *    Charles Mukasa

 *

 *  CREATION DATE (2016/11/28):

 *    

 *	  

 *

 *  COPYRIGHT:

 *    Dansk ICT Management.

 *

 *  VERSION:

 *  1.0

 *

 *  NOTES:

 *    None

**/
body {
font-family: Century Gothic;
font-size: 15px;
background: #d4e495;
}
.white_bg {
padding: 15px;
background: #fff;
}
.grey_line {
background: #ccc;
}
.top_bg {
background: #199f4a;
}
div.orange {
position: relative;
box-shadow: 0px 10px 4px rgba(0, 0, 0, 0.3);
padding: 13px;
background: #fcb415;

}
.flash_arrow {
position:absolute;
top:831px;
left: 0px;
width:100%;
}
.news_block {
	padding: 30px 0 30px 0;
}
.gap1{
	padding:0 5px 5px 5px;
    background: #fff;
	}
.gap2{
	padding:80px 0px 0px 0px;
	}	
.what_block {
	background: #fbaa1b;
}	
.header {
font: Haettenschweiler;
padding: 30px 0;	
font-size: 36px;
font-weight:bold;
text-transform: uppercase;
}
.header2 {
font: Haettenschweiler;
padding: 30px 30px 0px 0;	
font-size: 36px;
font-weight:bold;
color: #fff;
text-transform: uppercase;
}
.what_we_do_text,.what_block {
	padding: 0px 0 30px 0;
}
.approach_text {
font-size: 24px;	
color: #fff;	
}
.black_google {
padding: 30px;
color: #fff;
background-color: #B2BEB5;
}
.black_footer {
padding: 30px;
color: #fff;
background-color: #000;
}
.footer_bg {
	padding:30px;
	background-color: #199f4a;
}
a.whitie {
	color: #fbaa1b;
	text-decoration: none;
}
a.whitie:hover {
	color: #199f4a;
	text-decoration: none;
}
.icon_gap {
	padding: 0 20px 0 0;
}
#mod-search-searchword {
padding: 6px;	
border: solid 1px #666;
width:240px;
   background: url(../images/search_bg.gif) no-repeat;	
}
a.roll {
 text-decoration: none;
  background: #fff;
}
a.roll:hover {
 text-decoration: none;
 background: #199f4a;
}
strong {
font: Haettenschweiler;
padding: 30px 0;	
font-size: 30px;
font-weight:bold;
color: #199f4a;
}
#logos_gap {
	margin: -50px 0 0 0;
}
.inner_text {
	padding:30px;
    background: #fff;
}
h2 {
font: Haettenschweiler;
font-size: 30px;
font-weight:bold;
color: #963863;
text-transform: uppercase;
}
ul.breadcrumb li {
list-style: none;
display:inline;
font-weight:normal;
margin:0px;
padding: 0px;
border: solid 0px #ffffff;
}
#breado_move {
margin: 0px 0 20px -40px;
padding: 0px;
}
a.pathway {
 text-decoration: none;
 color: #963863;
}
a.pathway:hover {
 text-decoration: underline;
 color: #963863;
}
.caption {
	text-align: center;
	color: #666;
	padding: 10px 0;
	font-weight:bold;
}
.tablo {
background: #000;
}
.cell_header {
padding:15px;
font-weight:bold;
color:#fff;
background: #000;
}
.cell_body{
	padding:20px;
	background-color: #e8e8e8;
}
a {
 text-decoration: none;
 color: #fff;
}
a:hover {
 color: #fcb415;
}
a.link {
	color: #199f4a;
	text-decoration: none;
}
a.link:hover {
	color: #199f4a;
	text-decoration: underline;
}