/*******Global browser resets*******/
*{
	margin: 0;
	padding: 0;
}

* {
	margin: 0;
	padding: 0;
}

body{
	font-family:  Tahoma, Arial, Verdana;
	font-size: 62.5%;
	background: #ffffff;
	color: #333333;
}

ul, ol, li{
	list-style-type: none;
}
 a{
	text-decoration: none;
	color:#0055b0;
 }
 
 a:hover{
	text-decoration: underline;
	color:#000000;
 }

 a img{
	border: none;
 }
 
 .hidden {
	left:-9999px;
	position:absolute;
	visibility: hidden;
}

/*******End Global browser resets*******/

/*******header styles Start*******/
#GlobalHeader{
	float: left;
	width: 100%;
	position: relative;
	z-index: 30;
}

/*BT logo */
#BTMark {
	float:left;
	padding:15px 0 20px 20px;
}

#Signpost {
	float:left;
	margin:27px 0 0 18px;
}

/*search form */
#GlobalSearchForm {
	float:right;
	position:relative;
	width:378px;
	padding-right: 16px;
}

#GlobalSearchForm fieldset {
	width:378px;
	border:medium none;
	clear:both;
	margin:0;
}

#searchCat ul{
	overflow: hidden;
	margin-left: 4px;
}

#searchCat ul li{
	color:#0066CC;
	font-size: 1.1em;
	font-family:Tahoma, verdana,lucida,arial,helvetica,sans-serif;
	display:inline;
	float:left;
	margin:0 12px 0 0;	
}

#searchCat ul li span.google{
	float: left;
	position: relative;
	top: -3px;
	padding-left: 3px;
	color: #666666;
}

#searchCat ul li span.google img{
	position: relative;
	top: 4px;
}

#searchCat ul li a {
    padding-bottom:5px;
	display: block;
	float: left;
}

#searchCat ul li a.selected {
	color:#000000;
	font-weight: bold;
}

#searchCat ul li a.highlight {
	background:transparent url(/static/wa/homepage/images/newhomepage/css/bg_searcharrow.gif) no-repeat scroll center bottom !important;
	
}

#GlobalSearchForm input.field{
	display:inline;
	float:left;
	margin:4px 5px 0 0;
	width:289px;
	color: #666666;
	font-size: 1.1em;
	padding:1px;
	border: 1px solid #cccccc;
	height: 15px;
}

#GlobalSearchForm input.phoneBookName, #GlobalSearchForm input.phoneBookLocation{
	display:inline;
	float:left;
	margin:4px 5px 0 0;
	width:140px;
	color: #666666;
	font-size: 1.1em;
	padding:1px;
	border: 1px solid #cccccc;
	height: 15px;
}

#GlobalSearchForm .searchOptionsPB ul {
	overflow: hidden;
	clear: both;
	padding: 3px 0 0;
}

#GlobalSearchForm .searchOptionsPB ul  li{
	float: left;
	font-size: 1.0em;
	padding: 0 10px 0 0;
}

#GlobalSearchForm .searchOptionsPB ul  li input{
	float: left;
	margin-top: 2px;
	margin-right: 5px;
	height: 12px;
}

#GlobalSearchForm .searchOptionsPB ul  li label{
	float: left;
	padding-top: 0;
	color: #333333;
}

#GlobalSearchForm fieldset.highlight {
	background: transparent url(/static/wa/homepage/images/newhomepage/css/bg_searchfield_bot.gif) no-repeat left bottom !important;
}

#GlobalSearchForm fieldset.highlight .highlightInner {
	background: transparent url(/static/wa/homepage/images/newhomepage/css/bg_searchfield_top.gif) no-repeat left top !important;
}

#GlobalSearchForm .highlightInner {
	padding:0 4px 4px;
	overflow: hidden;
	width: 370px;
}

#GlobalSearchForm div.inputH16px {
	display:inline;
	float:left;
	margin-top:4px;
}

#GlobalSearchForm  .searchFields{
	overflow: hidden;
}

#GlobalSearchForm  label{
	font-size: 1.1em;
	padding: 5px 0 0;
}

#GlobalSearchForm  label.location{
	padding-left: 52px;
}

div.inputH16px {
	height:18px;
	overflow:hidden;
	width: 71px
}

div.inputH16px  input.hover{
	margin-top: -18px;
}

.member{
	position: absolute;
	top: 0;
	right: 400px;
	font-size: 1.1em;
	font-family: Tahoma, Arial, Verdana;
	padding: 7px 10px 0;
	border-right: 1px dotted #cccccc;
	z-index: 10;
}

.member p{
	background:transparent url(/static/wa/homepage/images/newhomepage/logo_member.gif) no-repeat scroll left top;
	padding-left: 15px;
}
/* Primary Nav */
#GlobalSearchForm .links{
    padding: 3px 0 0 5px;
}


#PrimNav {
	background:transparent url(/static/wa/homepage/images/newhomepage/css/bg_line_blue_1x1.gif) repeat-x scroll center bottom;
	overflow: hidden;
	float: left;
}

#PrimNav ul {
	clear:both;
	display:block;
	font-size:1.2em;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	overflow:hidden;
}

#PrimNav ul li {
	float: left;
	display: inline;
	margin: 0 0 0 2px;
	padding: 0;
	background: #6697be url(/static/wa/homepage/images/newhomepage/css/prim_nav_right.gif) no-repeat top right;
	list-style: none;
	line-height:1.4em;
	
}
#PrimNav ul li:hover {
	background: #93b9d2 url(/static/wa/homepage/images/newhomepage/css/prim_nav_right_hover.gif) no-repeat top right;
	outline: 1px dotted #000000;
}

#PrimNav ul li a, #PrimNav ul li span {
	background: url(/static/wa/homepage/images/newhomepage/css/prim_nav_left.gif) no-repeat top left;
}
#PrimNav ul li:hover a {
	background: url(/static/wa/homepage/images/newhomepage/css/prim_nav_left_hover.gif) no-repeat top left;
	color: #ffffff !important;
}

#PrimNav ul li.selected {
	background: url(/static/wa/homepage/images/newhomepage/css/prim_nav_selected_right.gif) no-repeat top right;
}

#PrimNav ul li.selected a, #PrimNav ul li.selected span {
	background: url(/static/wa/homepage/images/newhomepage/css/prim_nav_selected_left.gif) no-repeat top left;
	font-weight: 600;
}

#PrimNav ul li span, #PrimNav ul li a, #PrimNav ul li a:link, #PrimNav ul li a:visited, #PrimNav ul li a:active {
	display: block;
	padding: 7px 0;
	text-decoration: none;
	color: #fff;
	text-align: center;
	font-weight: 600;
}

#PrimNav ul li a:hover{
	color: #000;	
}

#PrimNav ul li a:hover, #PrimNav ul li a:focus, #PrimNav ul li a:active{
	outline: 1px dotted #000000;
}


#PrimNav ul li.selected span, #PrimNav ul li.selected a, 
#PrimNav ul li.selected a:link, #PrimNav ul li.selected a:visited, 
#PrimNav ul li.selected a:active,
#PrimNav ul li.lastselected span, #PrimNav ul li.lastselected a, 
#PrimNav ul li.lastselected a:link, #PrimNav ul li.lastselected a:visited, 
#PrimNav ul li.lastselected a:active, #PrimNav ul li.lastselected a:hover {
	color: #000;
}

#PrimNav ul li.selected a:hover{
	color: #000000!important;
}
 
#PrimNav ul li.selected a:hover{
	background: url(/static/wa/homepage/images/newhomepage/css/prim_nav_selected_left.gif) no-repeat top left !important;
}

#PrimNav ul li:hover a {
	background: url(/static/wa/homepage/images/newhomepage/css/prim_nav_left_hover.gif) no-repeat top left;
	color: #ffffff!important;
}

#PrimNav ul li a.loginTab img {
	position: relative;
	top: 2px;
}


/* Secondary Navigation */
#SecNav {
	clear: both;
	background:transparent url(/static/wa/homepage/images/newhomepage/css/bg_subnav.gif) repeat-x scroll left bottom;
	border-left:1px solid #AFAFAF;
	border-right:1px solid #AFAFAF;
	padding:6px 0 7px;
	overflow: hidden;
}

#SecNav ul {
	clear:both;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	overflow:hidden;
	padding:0 10px;
}

#SecNav ul li {
	float:left;
	margin:0;
	padding:0 10px;
	font-size: 1.2em;
}

#SecNav ul li.selected span {
	color:#000000 !important;
}
/*header width - 980px */
body.wide  #Page {
	width: 980px;
	margin:0 auto 0;
	text-align:left;
	padding: 7px 0 0;
}

body.homePage  #Page {
	background: transparent url(/static/wa/homepage/images/newhomepage/css/bg_topheader.gif) no-repeat left top;
}

body.wide #PrimNav ul li.tabs {
	width:194px;
}

body.homePage  #PrimNav {
	padding-top: 16px;
}

body.wide #PrimNav ul li#navTab1 {
	margin: 0;
	width: 196px;
}

body.wide #SecNav {
	width: 978px;
}
/* End header width - 980px */

/*header width - 720px */
body.narrow #Page {
	width: 720px;
	margin:0 auto 0;
	text-align:left;
	padding: 7px 0 0;
}

body.narrow #PrimNav ul li.tabs {
	width:142px;
}

body.narrow #PrimNav ul li#navTab1 {
	margin: 0;
	width: 144px;
}

body.narrow #SecNav {
	width: 718px;
}
/* End header width - 720px */

/*******footer start*******/
#Footer {
	background-color:#EBEBEB;
	clear:both;
	height:40px;
	border-top:1px solid #ADC5D7;
}

#Footer ul {
	border:0 none;
	display:block;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:11px 20px 0;
}


#Footer ul li {
	background-image:url(/static/wa/homepage/images/newhomepage/css/separator_dot_4x4.gif);
	background-position:0 6px;
	background-repeat:no-repeat;
	border:0 none;
	display:block;
	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0 7px 0 13px;
}

#Footer ul li.first {
	background:transparent none repeat scroll 0 0;
	padding-left:0;
}

#Footer ul li  a {
	color:#0066CC;
	font-size: 1.1em;
}

#Footer ul li  a:hover {
	color:#000000;
	text-decoration: underline;
}

/*******footer End*******/
