@charset "utf-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #003;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-attachment: fixed;
	background-image: url(images/headerBG.jpg);
	background-repeat: repeat-x;
}
a {
	color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
}
#header  {
	width: 800px;
	padding: 0;
	margin-right: auto;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFF;
}
#header h1  {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.25em;
	text-align: center;
	color: #2D2497;
	font-weight: lighter;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
}
#header h1 img   {
	height: 150px;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
	padding-bottom: 10px;
}
#container  {
	width: 800px;
	margin: 0 auto;
	text-align: left;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 1200px;
	background-color: #FFF;
}
#navbar   {
	background-color: #514DAE;
	height: 35px;
	border-top-style: none;
	border-bottom-style: none;
	width: 480px;
	margin-right: auto;
	margin-left: auto;
	border-right-style: none;
	border-left-style: none;
}
#navbaroutter #navbar a    {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#navbaroutter   {
	background-color: #514DAE;
	height: 35px;
}
#outtercontainer  {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/containersides.png);
	background-repeat: no-repeat;
}
#mainContent  {
	height: 950px;
	width: 800px;
	float: left;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
	background-color: #FFF;
}
#mainContent #links    {
	height: 600px;
	width: 775px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
}
#mainContent #links #jatmore    {
	float: left;
	height: 250px;
	width: 250px;
	margin-top: 10px;
	margin-left: 15px;
	background-image: url(images/jarmt.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	border: 1px solid #514DAE;
}
#mainContent #links #jatmore h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	text-align: center;
	margin-top: 10px;
	color: #00C;
}
#mainContent #links #jatmore p {
	color: #0096C1;
	text-align: center;
	font-size: .85em;
	text-transform: capitalize;
}

#mainContent #bottomcontent    {
	height: 450px;
	background-color: #FFF;
	background-image: url(images/bottomBG.gif);
	background-repeat: no-repeat;
}
#mainContent #bottomcontent #left    {
	float: left;
	height: 250px;
	width: 250px;
	margin-left: 10px;
	border: 1px solid #003;
	background-image: url(images/divBTM2.png);
	background-position: bottom;
	background-repeat: no-repeat;
}
#mainContent #bottomcontent #middle    {
	float: left;
	height: 250px;
	width: 250px;
	margin-left: 12px;
	border: 1px solid #003;
	margin-right: 5px;
	background-image: url(images/divBTM1.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
#mainContent #bottomcontent #right    {
	float: right;
	height: 250px;
	width: 250px;
	margin-right: 10px;
	border: 1px solid #003;
	background-image: url(images/divBTM3.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
#mainContent #servicescontent    {
	height: 950px;
}
#mainContent #servicescontent #servicescontent1    {
	float: left;
	height: 300px;
	width: 250px;
	border-top-style: none;
	background-image: url(images/virustrojanBG.gif);
	background-repeat: no-repeat;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: 10px;
	margin-top: 15px;
	text-align: center;
	text-indent: -9999px;
}
#mainContent #servicescontent #servicescontent2    {
	float: left;
	height: 300px;
	width: 250px;
	background-image: url(images/datarecoveryBG.gif);
	background-repeat: no-repeat;
	margin-left: 15px;
	margin-top: 15px;
	text-align: center;
	text-indent: -9999px;
}
#mainContent #servicescontent #servicescontent3    {
	float: right;
	height: 300px;
	width: 250px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(images/pcupgradesBG.gif);
	background-repeat: no-repeat;
	margin-right: 10px;
	margin-top: 15px;
	text-align: center;
	text-indent: -9999px;
	border-top-style: none;
}
#mainContent #servicescontent #servicescontent4    {
	float: left;
	height: 300px;
	width: 250px;
	margin-top: 25px;
	margin-left: 10px;
	text-align: center;
	text-indent: -9999px;
	background-image: url(images/annualBG.gif);
	background-repeat: no-repeat;
}
#mainContent #servicescontent #servicescontent5    {
	text-align: center;
	text-indent: -9999px;
	float: left;
	height: 300px;
	width: 250px;
	margin-top: 25px;
	margin-left: 15px;
	background-image: url(images/netsafety.gif);
	background-repeat: no-repeat;
}
#mainContent #servicescontent #servicescontent6    {
	float: right;
	height: 300px;
	width: 250px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: relative;
	top: 25px;
	right: 10px;
	visibility: visible;
	overflow: visible;
	background-image: url(images/seniors.gif);
	background-repeat: no-repeat;
	text-align: center;
	text-indent: -9999px;
}
#footer  {
	padding: 0;
	background-color: #4A469F;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
#footer p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #CCC;
	font-family: Verdana, Geneva, sans-serif;
	font-size: .75em;
	text-align: center;
}
.blue {
	color: #06F;
	text-decoration: underline;
}
#mainContent #mainnotes p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.95em;
	padding: 15px;
	color: #251D9E;
	text-align: justify;
}

