@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	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;
}
a:link {
	color: #376FB5;
}
a.nav:link {
	color:#FFFFFF;
	font-size:12px;
	text-decoration:none;
	position:relative;
	left:5px;
}
a.Catalog:link {
	color: #000000;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	position:relative;
	left:5px;
}
a.btm:link {
	color:#FFFFFF;
}
a:visited {
	color: #376FB5;
}
a.btm:visited {
	color:#FFFFFF;
}
a.nav:visited {
	color:#FFFFFF;
	font-size:12px;
	text-decoration:none;
	position:relative;
	left:5px;
}
a.Catalog:visited {
	color:#000000;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	position:relative;
	left:5px;
}
a:hover {
	color: #000000;
}
a.btm:hover {
	color:#376FB5;
}
a.nav:hover {
	color:#FFFFFF;
	font-size:12px;
	text-decoration:none;
	position:relative;
	left:5px;
	background: #005295;
}
a.Catalog:hover {
	color:#000000;
	font-size:12px;
	font-weight:bold;
	text-decoration:underline;
}
a img, :link img, :visited img { border: none }

.oneColFixCtrHdr #container {
	width: 710px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: url(images/Header.jpg);
	height:145px;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #headerInside {
	background: url(images/HeaderInside.jpg);
	height:152px;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #header h1, #headerInside h1 {
	margin: 10px 0px 0px 200px; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 60px 0px 100px 100px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size:16px;
	font-style:italic;
	font-weight: bold;
}
h1{
	margin-top:5px;
	margin-bottom:0px;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColFixCtrHdr #mainContentHome {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
#MenuBar2{
	position:relative;
	top:-15px;
}
.MenueBarItem{
	height:20px;
}
.MenueBarItemCurrent{
	font-size:12px;
	font-weight:bold;
	position:relative;
	left:5px;
	height:20px;
}
.floatLeft{
	float:left;
	width:123px;
	height:269px;
	margin:-5px 1px 5px -20px;
	background-image:url(images/SideBarLeftHome.jpg);
}
.floatLeftB{
	float:left;
	width:123px;
	height:269px;
	margin:-5px 1px 5px -20px;
	background-image:url(images/SideBarLeft.jpg);
}
.floatRight{
	float:right;
	width:160px;
	height:200px;
	border: thin solid #000000;
}
.floatRightInside{
	float:right;
	width:120px;
	height:600px;
	border: thin solid #000000;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:url(images/Footer.jpg);
	height:103px;
	width:690px;
}
.oneColFixCtrHdr #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 */
	vertical-align:bottom;
}
.footerCells {
	display:inline;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #000000;
	margin-right:4px;
	padding-right:3px;
}
.FooterAdd{
	width:710px;
	height:60px;
	border: thin solid #000000;
}
.HomeTextRel{
	position:relative;
}
.HomeText{
	width:500px;
	position:absolute;
	left:130px;
	top:0px;
	font-size:14px;
	font-weight:bold;
	color:#005295;
}
.Quote{
	font-size:14px;
	color:#376FB5;
	font-style:italic;
	width:700px;
}
h1{
	font-size:22px;
}
h2{
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
}
h3 {
	font-size:12px;
	font-weight:bold;
	margin-top:2px;
	margin-bottom:5px;
}
.Button{
	margin-bottom:0px;
}
#why{
	display:none;
	text-align:left;
}
#cost{
	display:none;
	text-align:left;
}
#hosting{
	display:none;
	text-align:left;
}
#domains{
	display:none;
	text-align:left;
}
#maint{
	display:none;
	text-align:left;
}
#searchEng{
	display:none;
	text-align:left;
}
#Before{
	display:none;
	text-align:left;
}
#Tools{
	display:none;
	text-align:left;
}

.ContactTable{
	font-size:12px;
}
.ContactCell{
	border-bottom: thin solid #000000;
}
.ContactFont {
	font-style:italic;
	font-weight:bold;
	font-size:12px;
}
.Services{
}
#Services{
}
.FontNormal{
	font-size:12px;
}
.menuBar{
	position:relative;
	top:-35px;
}
.busMat{
	line-height:10px;
}