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

body {
	font-family: "Trebuchet MS", Tahoma, "Times New Roman";
	font-size: 100%;
	color: #000000;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	text-align:center;
}
#bodylayout{ text-align: left; }
/*---------------------------- Links -------------------------------*/
a {  
	color: #990000;
	text-decoration: none;
	}	
a:visited {
	color: #993300;
	text-decoration: none;
	}
a:hover {
	color: #CC0033;
	text-decoration: underline;
	}		
a img {
	border: none;
	}
a.hilink, .hilink:visited {
	color: #BF7903;
	}
a.hilink:hover, .hilink:active {
	color: #224359;
	}
/*------------------------ Navigation ------------------------- */
#pagemenu { 
  color:#FFFFFF;
  text-shadow:#666666;
  background-image:url(images/menubg-grad.gif);
}
#pagemenu ul {
  margin: 1em 0 1em 0;
  list-style:none;
  list-style-image:none;
}
#pagemenu li{ 
  display:block;
  list-style:none;
  margin: 8px 0 7px 1em;
}
#pagemenu  a{
	color:#FFFFFF;
	font-weight:bold;
	text-decoration: none;
	padding: 8px 30px 7px 5px;
}
#pagemenu a:hover{ 
       color:#000000;
   	   background-color:#FFFFFF;
}
#pagemenu div{ 
  padding: 5px 5px 5px 10px;
  border-bottom:#FFFFFF 1px solid;
}
.menu ol{ display:inline; text-align:left; }
.menu li{ 
  display: inline;   
}

.fltrt{ float:right; } 
.fltlt{ float:left;} 
.clearfloat{ clear:both; }
#content{ 
   width: 800px;
   text-align:left; 
}
#dated{ font-size: .6em; font-weight:600; }
#webservices {
	float:left;
	width: 25em;
	margin:0;
	border-right:#990000 1px dashed;
	padding-right: 5px;
}
#computersupport{ 
  margin-left:26em;
  padding-left:1em;
}
#webservices h2{
   text-align:right;
   font-size: 1.4 em;
   color:#DEC48D;
   margin: 0;
   padding:0;
}
#computersupport h2{
   text-align:right;
   font-size: 1.4 em;
   color:#DEC48D;
   margin: 0;
   padding:0;
}
.footerlegal {
    clear:both;
    font-size: 1.25 ems;
    color:#666666;
	padding: 10px;
}
.smallheader{ 
   font-size: .8em;
   float:right;
}
/* MAIN CONTENT */
.column1-unit {
	width:840px;
	margin-bottom:10px !important /*Non-IE6*/;
	margin-bottom:5px /*IE6*/;
}
.column2-unit-left {
	float:left;
	width:400px;
	margin-bottom:10px !important /*Non-IE6*/;
	margin-bottom:5px /*IE6*/;
}
.column2-unit-right {
	float:right;
	width:400px;
	margin-bottom:10px !important /*Non-IE6*/;
	margin-bottom:5px /*IE6*/;
}
.column3-unit-left {
	float:left;
	width:253px;
	margin-bottom:10px !important /*Non-IE6*/;
	margin-bottom:5px /*IE6*/;
}
.column3-unit-middle {
	float:left;
	width:253px;
	margin-bottom:10px !important /*Non-IE6*/;
	margin-bottom:5px /*IE6*/;
	margin-left:40px;
}
.column3-unit-right {
	float:right;
	width:253px;
	margin-bottom:10px !important /*Non-IE6*/;
	margin-bottom:5px /*IE6*/;
}
.main2-unitright{
	float:right;
	width:235px;
	margin-bottom:10px !important /*Non-IE6*/;
	margin-bottom:5px /*IE6*/;
}
main2-unitleft{
	float:left;
	width:400px;
	margin-bottom:10px !important /*Non-IE6*/;
	margin-bottom:5px /*IE6*/;
}
/********************/
/*  FOOTER SECTION  */
/********************/
.footer p {
	line-height:1.3em;
	text-align:center;
	color:rgb(125,125,125);
	font-weight:bold;
	font-size:110%;
}
.footer p.credits {
	font-weight:normal;
}
.footer a {
	text-decoration:underline;
	color:rgb(125,125,125);
}
.footer a:hover {
	text-decoration:none;
	color:rgb(0,0,0);
}
.footer a:visited {
	color:rgb(0,0,0);
}
