body {
margin: 0;
padding: 0;
text-align: left;
font: 75% arial, tahoma, "Trebuchet MS", verdana, arial, verdana, sans-serif;

}

#container {
width: 100%;
\width: 100%;
w\idth: 99%;
border: 0px solid #eee;
margin-left: auto;
margin-right: auto;
padding: 0;
line-height: 1.5em;
}

#banner {
height: 175px;
padding: 0;
background: #1d1e8a url(./images/website_banner.png) no-repeat;
color: #333;
background-size: 100% 100%;

}

#bluemenuspace{
width: 100%;

height:20px;
background:#5285DE;
}

		/* TOP NAVIGATION */
#navlist {
width: 100%;
padding: 4px 5px 5px 0;
margin: 0 0 20px 0;
text-align: left;
letter-spacing: 3px;
color: #fff;
background: #5285DE;
}
#navlist li {
list-style: none;
margin: 0;
display: inline;
}
#navlist li a {
padding: 5px .75em;
margin: 0;
color: #fff;
background: #5285DE;
text-decoration: none;
}
#navlist li a:link { color: #fff;
background: #5285DE;
}
#navlist li a:visited {
color: #fff;
background: #5285DE;
}
#navlist li a:hover {
color: #fff;
background: #203FDC;
}
#navlist li a#current {
color: #fff;
background:#203FDC;
}

		/* LEFT MENU */
.menu ul li {
line-height: 1.8em;
margin: 0 10px 0 0;
padding: 0;
list-style-type: square;
color: #203FDC;
background: inherit;
}
.menu ul li a {
color: #F17C0B;
background: inherit;
}
.menu ul li a:hover {
color: #203FDC;
background: inherit;
}

		/* MAIN CONTENT */
#content {
padding: 0 20px 0 20px;
margin-left: 170px;
margin-right: 170px;
border-left: 1px dashed #333;
border-right: 1px dashed #333;
color: #555;
background-color: #fff;
}

		/* ARTICLES */
		
#css-table{
	display:table;
	border-collapse:collapse;		
}
#css-row{
	display:table-row;	
}

.intro, .intro2, .intro3, .intro4{
	display:table-cell;
	width:42%;
	padding:10px;
}
.intro2{
	margin-left:10px;	
	
}	
/*
.intro {
float:left;
width: 42%;
margin: 3px 0 5px 0;
padding: 5px;
text-align:left;
height: 20%;
}
.intro2 {
float: left;
width: 42%;
margin: 3px 0 5px 20px;
padding: 5px;
height: 20%;
}
.intro3 {
width: 42%;
margin: 3px 0 5px 0;
padding: 5px;
float:left;
}
.intro4 {
float:right;
width: 42%;
margin: 3px 0 5px 0;
padding: 5px;
}*/	

#row2{
margin-top:220px;	
display:block;
}	
p {
	font-size:1.5em;
	
}	

		/* LEFT SIDEBAR */
#sidebar-a {
float: left;
width: 150px;
\width: 160px;
w\idth: 150px;
margin-right: 5px;
padding: 0 5px 0 5px;
color: #666;
background-color: #fff;
}

		/* RIGHT SIDEBAR */
#sidebar-b {
float: right;
width: 150px;
\width: 160px;
w\idth: 150px;
margin: 0 0 0 5px;
padding: 0 5px 15px 5px;
color: #333;
background-color:#FAF8E9;
}

		/* FOOTER */
#footer {
clear: both;
padding: 5px;
margin: 0;
background-color: #5285DE;
color: #fff;
}
#footer a {
text-decoration: none;
color: #fff;
background-color:#5285DE;
}
#footer  a:hover {
text-decoration: none;
color: #F17C0B;
background-color:#5285DE;
}
/*MOVEABLE FOOTER*/
		/* FOOTER */
#halffooter {
padding: 5px;
margin-top: 50px;
background-color: #5285DE;
color: #fff;
}
#halffooter a {
text-decoration: none;
color: #fff;
background-color:#5285DE;
}
#halffooter  a:hover {
text-decoration: none;
color: #F17C0B;
background-color:#5285DE;
}

		/* LINKS */
a {
text-decoration: none;
color: #fff;
}
a:hover {
text-decoration:underline;
color: #666;
background-color:#fff;
}
a img {
border: 0;
}

		/* IMAGE PROPERTIES */
.border {
padding: 10px;
margin: 10px;
border: 1px solid #5285DE;
}
.imgleft {
float: left;
border: 1px solid #90b905;
margin: 5px 10px 10px 15px;
padding: 5px;
}

		/* HEADING PROPERTIES */
h1 {
margin-left:10px;	
width: 30%;
font-size: 200%;
letter-spacing: 5px;
color:#FFFFFF;
}
h2 {
font-size: 130%;
text-transform: uppercase;
letter-spacing: 10px;
color:#5285DE;
background: #fff;
}
h3 {
padding: 5px;
text-transform: uppercase;
font-size: 110%;
color:#fff;
background: #203FDC;
}
h4{
padding: 5px;
text-transform: uppercase;
font-size: 110%;
color:#fff;
background: #F17C0B;
}
#aboutlist{
float:left;
width: 100%;
margin: 3px 0 5px 0;
padding: 5px;
text-align:left;

}
#techlist{
float:left;
width: 42%;
margin: 3px 0 5px 0;
padding: 5px;
text-align:left;

}
#serviceslist{
float:left;
width: 42%;
margin: 3px 0 5px 0;
padding: 5px;
text-align:left;

}