@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;
}
#container  {
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
} 
#search {
	width: 237px;
	height: 22px;
	position: absolute;
	left: 726px;
	top: 26px;
	border: none;/*
	background-image:url(redesignAssets/images/searchInput.png); 
	background-repeat:no-repeat;*/
}

#submitSearch {
}
#header  #search  #cse-search-box   {
	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;
	border: none;
	position: relative;
	width: 234px;
	height: 24px;
}

/*#cse-search-box  #searchField  {
	background-image: url(../redesignAssets/images/searchInput.png);
	background-repeat: no-repeat;
	height: 24px;
	width: 176px;
	border: 1px solid FFFFFF;
	position: absolute;
	left: 0px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}*/
#cse-search-box #searchSubmit {
	position: absolute;
	left: 172px;
}
#header  {
	background: #FFFFFF;
	height: 65px;
	position: relative;
} 
#header   ul    {
	float: none;
	list-style-image: none;
	list-style-type: none;
	position: absolute;
	top: 26px;
	width: 476px;
	left: 242px;
	height: 26px;
}
#header  li   {
	float: left;
}
.navBar {
	margin-right: 12px;
	font-size: 100%;
}
#header  h1  {
	margin: 0px; /* 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: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	position: absolute;
	height: 65px;
	width: 183px;
	font-size: 1em;
}
#header  h1  span   {
	background-image: url(../redesignAssets/images/headerLogo.png);
	position: absolute;
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
}

#home {
	position: relative;
	height: 26px;
	width: 58px;
}

#home a span {
	background-image: url(../redesignAssets/images/navHome2.gif);
	background-position:top;
	position: absolute;
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
}

#home a:hover span {
	background-image: url(../redesignAssets/images/navHome2.gif);
	background-position:bottom;
	position: absolute;
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
}

#products {
	position: relative;
	height: 26px;
	width: 87px;
}

#products a span {
	background-image: url(../redesignAssets/images/navProducts2.gif);
	background-position:top;
	position: absolute;
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
}

#products a:hover span {
	background-image: url(../redesignAssets/images/navProducts2.gif);
	background-position:bottom;
	position: absolute;
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
}

#services {
	position: relative;
	height: 26px;
	width: 83px;
}

#services a span {
	background-image: url(../redesignAssets/images/navServices2.gif);
	background-position:top;
	position: absolute;
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
}

#services a:hover span {
	background-image: url(../redesignAssets/images/navServices2.gif);
	background-position:bottom;
	position: absolute;
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
}
#aboutUs {
	position: relative;
	height: 26px;
	width: 88px;
}

#aboutUs a span {
	background-image: url(../redesignAssets/images/navAboutUs2.gif);
	background-position:top;
	position: absolute;
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
}

#aboutUs a:hover span {
	background-image: url(../redesignAssets/images/navAboutUs2.gif);
	background-position:bottom;
	position: absolute;
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
}
#blog {
	position: relative;
	height: 26px;
	width: 45px;
}

#blog a span {
	background-image: url(../redesignAssets/images/navBlog2.gif);
	background-position:top;
	position: absolute;
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
}

#blog a:hover span {
	background-image: url(../redesignAssets/images/navBlog2.gif);
	background-position:bottom;
	position: absolute;
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
}
#ukFlag, #usFlag {
	position: relative;
	height: 27px;
	width: 26px;
}
#usFlag a span {
	background-image: url(../Images/USUKsprite.jpg);
	background-position:0px -54px;
	position: absolute;
	height: 100%;
	width: 26px;
	background-repeat: no-repeat;
}
#usFlag a:hover span {
	background-image: url(../Images/USUKsprite.jpg);
	background-position:0px -27px;
	background-repeat: no-repeat;
}
#usFlag a:active span {
	background-attachment: fixed;
	background-image: url(../Images/USUKsprite.jpg);
	background-repeat: no-repeat;
	background-position: 0px -54px;
}


#ukFlag a span {
	background-image: url(../Images/USUKsprite.jpg);
	background-position:-27px 0px;
	position: absolute;
	height: 100%;
	width: 26px;
	background-repeat: no-repeat;
}
#ukFlag a:hover span {
	background-image: url(../Images/USUKsprite.jpg);
	background-position:-27px -27px;
	background-repeat: no-repeat;
}

/*.home #netSolTech {
	width: 100px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	display:block;
}*/
#ukFlag a:active span {
	background-attachment: fixed;
	background-image: url(../Images/USUKsprite.jpg);
	background-repeat: no-repeat;
	background-position: -27px -27px;
}

#ukFlag a h2, #usFlag a h2 {
	margin-top: -1000em;
}
#myMcCue {
	position: relative;
	height: 26px;
	width: 94px;
}

#myMcCue a span {
	background-image: url(../redesignAssets/images/navMy2.gif);
	background-position:top;
	position: absolute;
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	top: 1px;
}

#myMcCue a:hover span {
	background-image: url(../redesignAssets/images/navMy2.gif);
	background-position:bottom;
	position: absolute;
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	top: 1px;
}
#sidebar1  {
	float: right; /* since this element is floated, a width must be given */
	width: 215px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
#mainContent { 
	/*margin: 0 250px 0 0;  the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	/*padding: 0 20px;  remember that padding is the space inside the div box and margin is the space outside the div box */
} 
#footer {
	background:#ffffff;
	font-size: 0.64em;
	color: #999999;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
} 
#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 */
	text-align: center;
}
#footer ul {
	
	float: left;
	list-style-image: none;
	list-style-type: none;
	position: relative;
	/*margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;*/
	text-align: center;
	left:50%;
	width: 960px;
	/*top: 26px;
	left: 242px;
	height: 26px;*/
}
#footer li {
	position:relative
	float: left;	
	margin-right: 12px;
	right:50%;
}
#footer li a {
	color:#69b836;
}


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}
#netSolTech a {
	color: #999999;
	text-decoration: none;
}
#netSolTech {
	margin-right: auto;
	margin-left: auto;
	width: 61px;

}
