@charset "UTF-8";
@import url("base.css");
#header .phone {
	position: absolute;
	z-index: 10;
	top: 82px;
	right: 304px;
	color: #fff;
	font-size: 27px;
}

#header .bottom {
	padding-bottom: 6px;
	background: transparent url(../../elements/skin/tabline.gif) bottom left no-repeat;
	_background: transparent url(../../elements/skin/tabline-no-shdw.gif) bottom left no-repeat;
}
#header ul.navigation {
	height: 45px;
	width: 888px;
	margin-left: 6px;
}
#header ul.navigation li {
	float: left;
	width: 143px;
	height: 100%;
	margin: 0 5px 0 0;
} 
#header ul.navigation li a {
	display: block;
	background: url(../../elements/skin/tab.png) left top no-repeat;
	/*background: url(../../elements/skin/tab2.gif) left top no-repeat;*/
	/*height: 100%;*/
	height: 33px;
	text-decoration: none;
	color: #4488bb;
	
	/*font-size: 1.5em;*/
	font-size: 15px;
	text-align: center;
	line-height: 1.1em;
	text-transform: uppercase;
	font-weight: bold;
	overflow: hidden;
	padding: 8px 5px 4px 5px;
}
#header ul.navigation li a:hover { background-position: left -150px; color: #fff; }
/*---------------------------------------*/
/* -------------
 * Main Navigation
 * ------------- */
#header ul.navigation {
	line-height: 1;
}
#header ul.navigation li {
	position: relative;
	z-index: 10;
}
#header ul.navigation a:hover, #header ul.navigation li:hover a, #header ul.navigation li.sfhover a {
	color:#fff;
	background-position:left -150px;
}
/*#header ul.navigation li:hover a {
	background-position:left -150px;
}*/

/*---------------------------------------*/
/* Set li to relative for third level */
#header ul.navigation li li {
	position: relative;
	z-index: 10;
	background-image: none;
	padding: 0;
}
#header ul.navigation li li a {
	background-image: none;
	padding: 10px 0 10px 12px;
	height: auto;
	text-transform: uppercase;
}
#header ul.navigation ul a {
	font-size: 1.2em;
	line-height: 1.2em;
	width: 215px;
	font-weight: normal;
	border-top: 1px solid #4488bb;
	height: auto;
	text-align: left;
}
#header ul.navigation ul li:first-child a {
	border: none;	
}
/* Second level links */
#header ul.navigation ul {
	position: absolute;
	z-index: 100;
	left: -999em;
	top: 45px;
	width: 227px;
	border: 1px solid #4488bb;
	margin: 0;
	height: auto;
}

#header ul.navigation li:hover, 
#header ul.navigation li.sfhover {
	direction:ltr;
} /* Fix IE7 sticky menus */

#header ul.navigation li:hover ul,
#header ul.navigation li.sfhover ul { left: 0; }

#header ul.navigation li:hover ul li a:hover, 
#header ul.navigation li.sfhover ul li a:hover {
	color: #4488bb;
	background-color: #fff;
}
#header ul.navigation li:hover ul li a, 
#header ul.navigation li.sfhover ul li a {
	color: #fff;
	background-color: #81aed1;
}
/*---------------------------------------*/
#header .section-nav {
	position: absolute;
	top: 28px;
	right: 35px;
	height: 36px;
}
#header .section-nav li {
	float: left;
	margin: 0 6px 0 0;
}
#header .section-nav li a {
	float: left;
	display: block;
	background:url("../../elements/skin/toptabs.gif") no-repeat left top;
	padding:0 0 0 9px;
	position: relative;
	z-index: 10;
	text-decoration: none;
	font-weight:normal;
	color:#034b92;
	text-transform: uppercase;
	font-size: 1.2em;
}
#header .section-nav li a span {
	float: left;
	display:block;
	width:.1em;
	background:url("../../elements/skin/toptabs.gif") no-repeat right top;
	padding:0 9px 0 0px;
	width:auto;
	height: 36px;
	overflow: hidden;
	line-height: 39px;
}
#header .section-nav li a:hover { background-position: left -36px; color: #fff; }
#header .section-nav li a:hover span { background-position: right -36px; cursor: pointer; }

#right .content { font-size: 1.4em; color: #333; line-height: 1.5em; }
#right .content>*, #right div p, #right .content p strong, #right .content p a { line-height: 1.5em; }
#right .content p {
	margin-bottom: 20px;
}
#right .content .bread-crumb {
	margin-bottom: 20px;
	clear: both;
	color: #bab5ae;
	font-size: .86em;
	line-height: 1em;
	text-transform: uppercase;
}
#right .content .bread-crumb a {
	text-decoration: none;
	color: #bab5ae;
	font-weight: normal;
	line-height: 1em;
}
#right .content .bread-crumb span {
	color: #4488bb;
	line-height: 1em;
}
#right .content h1 {
	color: #6c136b;
	font-size: 1.43em;
	margin-bottom: 8px;
	text-transform: uppercase;
	line-height: 1.1em;
}
#right .content h2 {
	color: #4488bb;
	font-size: 1.29em;
	margin-bottom: 4px;
	line-height: 1.1em;
}
#right .content h3 {
	font-size: 1em;
	margin-bottom: 3px;
	line-height: 1.1em;
	font-weight: bold;
	color: #034b92;
	text-transform: uppercase;
}
#right .content h4 {
	color: #464749;
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 2px;
	line-height: 1.1em;
}

#right .content a {
	color: #6c136b;
}

/*----------------------------------------
 * Form Styles
 *----------------------------------------*/
.form .fieldNames, .form tr td:first-child { text-align: right; }
.form td { padding: 0 6px 6px 0; }
.form .text { border: 1px solid #9e9c9c; font-size: 1em; width: 224px; padding: 2px; }
.form textarea.text {
	font-family: Arial, Helvetica, sans-serif;
	height: 60px;
}
.form input.small { width: 44px; }
.form input.medium { width: 90px; }
.form td>span {
	color: #6c136b;
	font-style: italic;
	vertical-align: top;
}
.form span.loc {
	font-style: normal;
	color: #59595b;
	font-size: .9em;
}

/*----------------------------------------
 * Highlited Tab Styles
 *----------------------------------------*/
body.member #header .section-nav #nav-member a { background-position: left -36px; color: #fff; }
body.member #header .section-nav #nav-member a span { background-position: right -36px; cursor: pointer; }

body.shopper #header .section-nav #nav-shopper a { background-position: left -36px; color: #fff; }
body.shopper #header .section-nav #nav-shopper a span { background-position: right -36px; cursor: pointer; }

#header ul.navigation li.selected a { background-position: left -150px; color: #fff; }

/*----------------------------------------
 * Buttons
 *----------------------------------------*/
a.button span,
button span {
	background: transparent url(../../elements/skin/button2.gif) no-repeat scroll right top;
	display: block;
	float: left;
	padding: 0px 14px 0px 0px; /* sliding doors padding */
	margin: 0px;
}

a.button span span,
button span span {
	background: transparent url(../../elements/skin/button2.gif) no-repeat;
	color: #fff;
	padding: 0px 0px 0px 12px;
	font-weight: normal;
	/*font-size: .93em;*/
	font-size: 13px;
	font-weight: bold;
	line-height: 26px;
	height: 31px;
	text-transform: capitalize;
	white-space: nowrap;
}

a.button,
button {
	margin: 0 5px 0 0;
	padding: 0;
	border: none;
	background-color: transparent;
	cursor: pointer;
	overflow: visible;
	text-decoration: none;
}
button::-moz-focus-inner {
	border: none;  /* overrides extra padding in Firefox */
}


*:first-child+html button[type]{width: 1;} /* IE7 */

/* Pagination */
#wrapper a.sf_PagerSelItem {
	text-decoration: none;
	color: #000;
	cursor: default;
}

table.county {
	width: 100%;
}
table.county th { padding: 0 0 2px 0; }
table.county td { border-top: 1px solid #000; text-align: left; padding: 4px 2px 4px 0; }

iframe { border: none; }

