﻿/* PRETTY SEARCH
input.prettysearch { width:200px; height: 16px; background: url('searchfield_repeat.png') repeat-x center top; border: 0px none; margin: 0; font-style:normal; font-variant:normal; font-weight:normal; font-size:11px; font-family:Lucida Grande, Lucida Sans Unicode, Arial, sans-serif; padding-left:0; padding-right:0; padding-top:3px; padding-bottom:0 }
.search-wrapper { position: relative; width: 200px; }
.search-wrapper input.prettysearch { width: 171px; margin-left: 20px; *margin-top:-1px; *margin-right:-2px; *margin-left:10px; }
.search-wrapper .left { display: block; position: absolute; left: 0; top: 0; width: 20px; height: 19px; background: url('searchfield_leftcap.png') no-repeat left top; }
.search-wrapper .right { display: block; position: absolute; right: 0; top: 0; width: 10px; height: 19px; background: url('searchfield_rightcap.png') no-repeat right top; }
.search-wrapper.empty.blurred input { color: #7e7e7e; }
.search-wrapper .reset { position: absolute; width: 11px; height: 11px; overflow:hidden; z-index: 1; right: 4px; top: 4px; background: url('close.gif'); display: block; cursor: pointer; _cursor:hand }
.search-wrapper.empty .reset { display: none; }
label .prettyplaceholder { display: block; overflow: hidden; text-indent: -9999px; height: 0; width: 0;}
*/
body {
	text-align: center;
	font-family: Calibri,'Lucida Grande', Geneva, Arial;
	font-size: medium;
	margin-top: 0px;
}

body img{
	border:none;
}

body div {
	text-align: left;
}

#textbox2 a {
	text-decoration:none;
	color:black;
	outline:gray none;
}
#textbox2 a:hover {
	text-decoration:underline
}
#headermenu {
	width: 982px;
	height: 38px;
	background: url("mainmenu.png");
	background-repeat: no-repeat;
	position: relative;
	margin: 18px auto;
}

#headermenu ul {
	margin: 0;
	padding: 0;
}
#headermenu li {
	display: inline;
}

#headermenu li a {
	margin: 0;
	padding: 0;
	float: left;
	display: block;
	width: 117px;
	height: 38px;
	background-position: 0 0;
	background: url("mainmenu.png");
	background-repeat: no-repeat;
}

#headermenu li#hm-firstlink a { background-position: 0 0px; }
#headermenu li#hm-services a { background-position: -117px 0px; }
#headermenu li#hm-about a { background-position: -234px  0px; }
#headermenu li#hm-contact a { background-position: -351px  0px; }
#headermenu li#hm-accounts a { background-position: -468px  0px; }
#headermenu li#hm-green a { background-position: -585px  0px; }
#headermenu li#hm-support a { background-position: -702px  0px; }

#headermenu li#hm-firstlink a:hover { background-position: 0 -38px; }
#headermenu li#hm-services a:hover { background-position: -117px -38px; }
#headermenu li#hm-about a:hover { background-position: -234px  -38px; }
#headermenu li#hm-contact a:hover { background-position: -351px  -38px; }
#headermenu li#hm-accounts a:hover { background-position: -468px  -38px; }
#headermenu li#hm-green a:hover { background-position: -585px  -38px; }
#headermenu li#hm-support a:hover { background-position: -702px  -38px; }

#headermenu li#hm-firstlink a:active { background-position: 0 -76px; }
#headermenu li#hm-services a:active { background-position: -117px -76px; }
#headermenu li#hm-about a:active { background-position: -234px  -76px; }
#headermenu li#hm-contact a:active { background-position: -351px  -76px; }
#headermenu li#hm-accounts a:active { background-position: -468px  -76px; }
#headermenu li#hm-green a:active { background-position: -585px  -76px; }
#headermenu li#hm-support a:active { background-position: -702px  -76px; }

#headermenu.home li#hm-firstlink a { background-position: 0 0px; }
#headermenu.services li#hm-services a { background-position: -117px -114px !important; }
#headermenu.about li#hm-about a { background-position: -234px  -114px !important; }
#headermenu.contact li#hm-contact a { background-position: -351px  -114px !important; }
#headermenu.accounts li#hm-accounts a { background-position: -468px  -114px !important; }
#headermenu.green li#hm-green a { background-position: -585px  -114px !important; }
#headermenu.support li#hm-support a { background-position: -702px  -114px !important; }



#headermenu span
{
  display: none;
}


h1 {
	font-family: Calibri, "Lucida Grande", Geneva, Arial;
	font-size: medium;
	font-weight: bold;
	color: #008DB0;
}
