/* CSS Document 

Colours:
Light Blue: #217fc3
Dark Blue: #30358e
Light Green: #7ac144
Dark Green: #40a748

*/

body {
	margin-top: 0px;
	background-color: #eeeeee;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#Wrapper{
	background-color: #FFF;
	min-width: 740px;
	max-width: 1000px;
	width: 100%;
	margin-right: 0px;
	max-height: none;
	margin-left: 0px;
}
#AllContent {
	width: 100%;
	min-width: 740px;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

#Header {
	background-color: #0E51A7;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-bottom: 43px;
	overflow-y: visible;
	height: auto;
	max-height: none;
	
}
#HeaderLogo {
	padding-top: 30px;
	padding-left: 30px;
	padding-bottom: 30px;
}
#MainNav ul {
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-left-radius: 10px;
	/* [disabled]background-color: #4D4D4D; */
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#MainNav a {
	width: 25%;
	display: block;
	float: left;
	text-align: center;
	background-color: #0E51A7;
	color: #FFFFFF;
	text-transform: uppercase;
	padding-top: 10px;
	padding-bottom: 10px;
	text-decoration: none;
	font-weight: normal;
	overflow-y: visible;
}
#MainNav a:hover, #MainNav a:active, #MainNav a:focus, #MainNav a.thispage {
	background-color: #2DD700;
	color: #000000;
	text-decoration: none;
}
#Content {
	min-height: 600px;
	clear: left;
	overflow-y: auto;
	padding-bottom: 30px;
	/* [disabled]margin-bottom: 24px; */
}
#Main {
	width: 60%;
	float: left;
	padding-top: 20px;
	clear: both;
	padding-left: 2%;
	padding-bottom: 20px;
}
#Sidebar {
	width: 33%;
	float: right;
	/* [disabled]margin-right: 2%; */
	padding-top: 20px;
	padding-bottom: 10px;
}
#NewWebsite {
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-top: -20px;
	padding-right: px;

}
#Content #AllContent #Certifications {
	clear: both;
	overflow-y: visible;
	padding-top: 10px;
}
#MSAER {
	width: 30%;
	float: left;
	margin-right: 3%;
	margin-left: 2%;
}
#MSRegRefurb {
	width: 30%;
	float: left;
}
#ESET {
	width: 30%;
	float: left;
	margin-left: 3%;
	margin-right: 2%;
}
h1{
	color: #0E51A7;
	float: none;
	clear: none;
}
h2{
	color: #0E51A7;
	float: none;
	clear: none;
}
p {
	margin-top: -10px;
	text-align: justify;
	
}
input  {
	display: inline-block;
	width: 200px;
	height: 20px;
	float: left;
}
form{
	margin-top: 30px;
}
form #submit {
	width: 60px;
	height: 30px;
	clear: left;
	margin-left: 80px;
	margin-top: 10px;
}
#Content label {
	display: inline-block;
	float: left;
	clear: left;
	width: 80px;
	text-align: left;
	height: 40px;
}
#Content textarea {
	display: inline-block;
	float: left;
}
#feedback{
	clear: left;
	padding-top: 15px;
}
footer{
	background-color: #0E51A7;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;

	
}
#Content #AllContent #Main img {
	padding-top: 10px;
	padding-bottom: 10px;
}


footer p {
	color: #FFFFFF;
	margin-bottom: 0px;
	margin-top: 0px;
}
#Content #AllContent #Certifications  img {
	width: 100%;
	/* [disabled]height: 12%; */
	max-width: 100%;
	padding-top: 20px;
}
#Divider {
	clear: both;
	width: 80%;


}
