@charset "utf-8";
/* CSS Document */

@charset "utf-8";
/* CSS Document */

/* CSS RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	vertical-align: top;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	background-color: #ebeff2;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* CSS RESET END */

/* LINKS COLOR */

a:link { color:#204ba2;}
a:visited { color: #204ba2;}
a:hover { color: #204ba2}
a:active {
	color: #204ba2;
}	



/* Main Container */


div#container{
	margin: 0 auto;
	width:800px;
	}


/* Header */

div#title{
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #204ba2;
	font-size: 18px;
    height:25px;
	text-align:left;
	margin-top:80px;
	}


div#servicesconcontainer{
	background-color:#FFF;
	height:60px;
	width:800px;
	margin-top:5px;
	padding: 10px;
	border-radius: 6px;
	display:inline-block;
	text-align:justify;
}


div#otherservicesconcontainer{
	background-color:#FFF;
	height:60px;
	width:800px;
	margin-top:5px;
	padding: 10px;
	border-radius: 6px;
	display:inline-block;
	text-align:justify;
}
div#textcontainer{
	background-color:#FFF;
	height:auto;
	margin-top:5px;
	padding: 10px;
	border-radius: 6px;
	line-height: 1.2;
}

	
.block1{
	width: 33%;
	float:left;
	}
	
.block1end{
	width: 33%;
	float:right;
	}	
	
.block2{
	width: 25%;
	float:left;
	}
	
.block2end{
	width: 25%;
	float:right;
	}


.icon{
	width:50px;
	float:left;
	}

		
.textcontent{
	padding-left:55px;
	margin-top: 8px;
	text-align: left;
	vertical-align: top;
	width:140px;
	float:clear;
	}

.redtext{
	color:red;
	line-height: 1.4;
	}

div#browtext{
	color:red;
	line-height: 1.4;
	text-align:center;
	}

	

.linkstable {
    margin-left:auto; 
    margin-right:auto;
	width: 600px;
  }

.linkstable, .linkstable th, .linkstable td {
    border: 1px solid #939597;
	text-align: left;
	padding: 5px;
} 



.linkstable th {
     height: 30px;
	 background-color:#048d69;

} 

.linkstable td {
     height: 30px;
     vertical-align: bottom;
	 width:300px;
}
.linkstable tr:hover {background-color: #5ec097} 
 
