/*
Author: Keith Bernier
*/

	/*Header Styles*/
header {
background-image: url("blue_header.png");
background-repeat: no-repeat;
background-position: center;
background-color: white;
background-size: 100% 100%;
width: 100%;
height: 150px;
font-size: 2.5em;
border-bottom: 3px solid gray;
text-align: center;
margin-top: -40px;
}







	/*Body Styles*/
body {
background-color: rgb(242, 242, 242);
}

hr{
width:65%;

}


	/*Article Styles*/
article{
background-color: white;
margin-left: auto;
margin-right: auto;
margin-bottom: 20px;
width: 60%;
}

article.contact{
height: 800px;
}

article.serviceTop{
margin-bottom: 25px;
margin-left: 15%;
width: 70%;
font-size: 1.5em;
padding: 20px;
}

#serviceTab{
margin-left: 3%;
border-radius: 30px;
margin-right: auto;
font-size: .8em;
height: 650px;
}

article.infastructure a{
text-align: center;
}

article.infastructure img{
width: 107%;
margin-left: -3.5%
}

article.services a{
text-align: center;
}

article.services img{
width: 107%;
margin-left: -3.5%
}


#topLink{
font-weight: bold;
margin-left: 2%;
margin-bottom: 30;
}

#securityRight{
float: right;
width: 20%;
height: 0px;
}

#ns{
height: 1200px;
}

p.address{
margin-left: 25px;
}

p.s{
font-size: 1.5em;
}

p.networkSecurity{
font-size: 1.2em;
width: 75%;
}



	/*Multi-Media Styles*/

iframe{
display: block;
float: left;
border: 2px solid black;
margin-top: 20px;
margin-right: 20px;
}

.rightlogo{
float: right;
margin-right: 50px;
margin-top: 50px;
}

img.map{
float: right;
margin-right: 50px;
margin-top: -300px;
width: 35%;
height: auto;
}

#digital1{
float: right;
margin-top: -920px;
height: 150px;
}

#digital2{
float: right;
margin-top: -620px;
height: 150px;
}

#digital3{
float: right;
margin-top: -320px;
height: 150px;
}


	/*Navigation Styles*/
nav ul {
clear: both;
list-style: none;
text-align: center;
}

li {
display: inline;
font-size: 1.7em;
}

a {
text-decoration: none;
color: #444;
}

	/*Heading Text Styles*/

h2{
margin-left:75px;
font-size: 3em;
}

h2.networkSecurity{
background-color: rgb(221,221,221);
border-bottom: 1px solid gray;
padding-left: 20px;
margin-left: 0px; 
font-size: 2.5em;
font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

h3{
font-size: 2em;
color: rgb(51, 153, 255);
}

section.services h3{
text-align: center;
color: blue;
}






	/*Footer Styles*/
footer{
clear: both;
text-align: center;
border-top: 1px solid black;
padding-top: 10px;
}