﻿/** html img,
* html .png{
position:relative;
behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
this.src = "transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
);
}*/
body
{
    position:relative;
	background-color: #d4e0ec;
	color: #666666;
	font-size:14px;
	font-family:Arial;
}


html,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }

/*#globalheader { width: 785px; height: 36px;}
#globalheader #globalnav { margin: 0; padding: 0; }
#globalheader #globalnav li { display: inline; }
#globalheader #globalnav li a { float: left; height: 0; padding-top: 38px; overflow: hidden; }
#globalheader #globalnav li a,
#globalheader #globalsearch { background-image: url(/Master/Resources/topNav.gif); background-repeat: no-repeat; }


#globalheader #globalnav li#home a { background-position: 0 0; width: 131px; }
#globalheader #globalnav li#services a { background-position: -131px 0; width: 131px; }
#globalheader #globalnav li#proposal a { background-position: -262px 0; width:131px; }
#globalheader #globalnav li#about a { background-position: -393px 0; width:131px; }
#globalheader #globalnav li#careers a { background-position: -523px 0; width:130px; }
#globalheader #globalnav li#contact a { background-position: -654px 0; width:131px; }

#globalheader #globalnav li#home a:hover { background-position: 0 -38px; width: 131px; }
#globalheader #globalnav li#services a:hover { background-position: -131px -38px; width: 131px; }
#globalheader #globalnav li#proposal a:hover { background-position: -262px -38px; width: 131px; }
#globalheader #globalnav li#about a:hover { background-position: -393px -38px; width: 131px; }
#globalheader #globalnav li#careers a:hover { background-position: -523px -38px; width: 130px; }
#globalheader #globalnav li#contact a:hover { background-position: -654px -38px; width: 131px; }

#globalheader #globalnav li#home a:active { background-position: 0 -76px; width: 131px; }
#globalheader #globalnav li#services a:active { background-position: -131px -76px; width: 131px; }
#globalheader #globalnav li#proposal a:active { background-position: -262px -76px; width: 131px; }
#globalheader #globalnav li#about a:active { background-position: -393px -76px; width: 131px; }
#globalheader #globalnav li#careers a:active { background-position: -523px -76px; width: 130px; }
#globalheader #globalnav li#contact a:active { background-position: -654px -76px; width: 131px; }

#globalheader.home #globalnav li#home a:hover { background-position: 0 -38px !important; width: 131px; }
#globalheader.store #globalnav li#services a { background-position: -131px -114px !important; width: 131px; }
#globalheader.mac #globalnav li#proposal a { background-position: -262px -114px !important; width: 131px; }
#globalheader.iphone #globalnav li#about a { background-position: -393px -114px !important; width: 131px; }
#globalheader.downloads #globalnav li#careers a { background-position: -523px -114px !important; width: 130px; }
#globalheader.contact #globalnav li#contact a { background-position: -654px -114px !important; width: 131px; }*/