/* Resets */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0; padding:0; border:0; outline:0; vertical-align:baseline; background:transparent;line-height:1.2em;}
body {font-size: 62.5%;font-family:Arial, Helvetica, sans-serif;color:#747474; background: #fbf9f8;}
blockquote, q {quotes:none;}
blockquote:before, blockquote:after,
q:before, q:after {content:''; content:none;}
:focus {outline:none;} 
ins {text-decoration:overline;} 
del {text-decoration:line-through;}
table {border-spacing:0;}
li{
	list-style:none;
}
.content h2, .content p, .content dl, .content ul, .content ol {
	margin-bottom:10px;
}
	.content li{
		list-style: disc;
		margin-left: 15px;
	}
		.content li li{
			list-style: circle; 
			margin-left: 15px; 
		}
address{
	font-style: normal;
}
button:hover{
	cursor: pointer;
}
h1{
	font-size: 1.8em;
}
h2.contentTitle{
	color:#454545;
	font-size:2.8em;
}
.note{
	font-size: .8em;
}
.auto{
	width:auto;
}
/* Drop Shadows */
#mainNav a,#footerNav a,h1,h2,h3,h4,h5,h6,#callOut li a,.slideshow dt{
	-moz-text-shadow:2px 2px 2px rgba(0, 0, 0, 0.3);
	-webkit-text-shadow:2px 2px 2px rgba(0, 0, 0, 0.3);
	text-shadow:2px 2px 2px rgba(0, 0, 0, 0.3);
}
/* Centers The Page Content */
.pageframe{
	width:990px;
	margin: 0 auto;
	font-size: 1.2em;
}
a{color:#0c276a;text-decorati    on: none;}
	a:hover{text-decoration: underline;}

h1,h2,h3{font-family:Baskerville,Arial, Helvetica, sans-serif;font-weight: normal;}
h2{
	font-size: 1.6em;
}
/* Forms */
input{
	border: 1px solid #949494;
	/*color: #bebebe;*/
	color:#949494;
	height:16px;
}
textarea{
	border: 1px solid #949494;
	/*color: #bebebe;*/
	color:#949494;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1em;
}
/* Header */
#header{
	padding-top: 5px;
}
#header #memberArea{
	border: 1px solid #e4e4e8;
	padding: 13px 6px 11px 6px;
	float: right;
	width: 312px;
	margin-top: 10px;
	background: #fff;
}
	#memberArea h3{
		color:#454545;
		display:block;
		font-family:arial;
		font-size:1em;
		width:300px;
		margin-bottom: 3px;
		padding-left: 7px;
	}
	#memberArea form{
		margin-bottom: 10px;
		float: left;
	}
		#memberArea ul.quickCart{
			margin-left: 7px;
		}
			#memberArea ul.quickCart a{
				text-decoration: none;
			}
				#memberArea ul.quickCart a:hover{
					text-decoration: underline;
				}
		#memberArea li{
			width: auto;
			float: left;
			margin-right: 10px;
		}
			#memberArea #memberSignIn li{
				margin-right: 5px;
			}
			#memberArea input{
				width: 120px;
			}
			button{
				background: #1f295b;
				color: #fff;
				padding: 2px;
				border: none;
				float: right;
			}
			@media screen and (-webkit-min-device-pixel-ratio:0) {
			    button { padding:4px; }
			}
	#mainNav{
		background: url(/img/bg-doubleBorder.gif) left bottom repeat-x;
		float: left;
		margin-top: 7px;
		padding-bottom: 2px;
		width: 100%;
	}
		#mainNav li{
			float: left;
			margin-right: 0;
			padding: 10px 8px;
		}
			#mainNav li:hover{
				background: #1e295b;
			}
			#mainNav li a{
				text-decoration: none;
				font-weight: bold;
				color: #1e295b;
				display: block;
			}	
				#mainNav li:hover a{
					color: #fff;
				}
				
	/* Dropdown Nav */			
		#mainNav li ul {
			position: absolute;
			width: 210px;
			margin-left: -10px;
			margin-top: 9px;
			margin-bottom: 5px;
			left: -999em;
			border: 1px solid #1e295b;
			background: #fff;
		}
		#mainNav li:hover ul, #mainNav li.sfhover ul {
			left: auto;
			position: absolute;
		}
			#mainNav li li{
				width: 190px;
				border-bottom: 1px solid #1e295b;
			}
				#mainNav li li.last{
					border: none;
				}
				#mainNav li li:hover{
					background: #eaeaea;
				}
					#mainNav li li:hover a{
						color: #8e8e8e;
					}
				#mainNav li:hover li a{
					color: #1e295b;
					font-weight: normal;
				}
				
/* Focus */
#focus{
	margin-top: 11px;
}
#alertArea{
	background: #a00611;
	padding: 8px 15px;
	color: #fff;
	margin-bottom: 1px;
	float: left;
}
	#alertArea h2{
		font-size:1.3em;
		letter-spacing:1px;
		padding-right:10px;
		text-transform:uppercase;
		width:555px;
	}
	#alertArea p{
		width: 395px;
		margin-top: 3px;
	}
		#alertArea p a{
			float: right;
			color: #fff;
			text-transform: uppercase;
		}
	#alertArea h2,#alertArea p{
		float: left;
	}
#callOut{
	float: left;
	margin-bottom: 10px;
}
	#callOut div{
		float: left;
		width: 188px;
		background: #1e295b;
		border: 1px solid #fff;
		margin-top: -1px;
	}
	#callOut ul{
		width: 174px;
		border: 1px solid #fff;
		margin: -1px 7px 7px 7px;
	}
		#callOut li span{
			display: block;
			border-bottom: 1px solid #fff;
			width: 135px;
			margin-left: 19px;
			text-align: center;
		}
			#callOut li.last span{
				border: none;
			}
		#callOut li a{
			color: #fff;
			font-weight: bold;
			display: block;
			text-decoration: none;
			line-height: 1.3em;
		}
			#callOut li a:hover{
				text-decoration: underline
			}
	#callOut img{
		float: right;
	}
#shopQuick{
	float: left;
}
#shopQuick li{
	float: left;
	margin-right: 10px;
}
	#shopQuick li.form{
		margin-right: 0;
	}
	#shopQuick li img,#shopQuick li form{
		border: 1px solid #e5e5e9;
	}
	#shopQuick li form{
		width: 168px;
		padding: 10px;
		background:#fff url(/img/bg-emailSignup.jpg) left bottom no-repeat;
		padding-bottom: 73px;
	}
		#shopQuick li form li{
			float: none;
			margin-bottom: 13px;
		}
		#shopQuick li form h2{
			color: #454545;
			font-weight: normal;
			line-height: .7em;
			margin-top: 10px;
		}
			#shopQuick li form h2 span{
				clear: left;
				font-size: 1.4em;
				margin-left: 15px;
			}
			#shopQuick li form p{
				font-size: .9em;
				width: 145px;
				margin:11px 0 30px 0;
			}
				#shopQuick li form input{
					width: 100%;
				}
				#shopQuick li form a{
					color: #747474;
					font-size: .8em;
				}
				#shopQuick li form button{
					float: right;
					margin-right: -2px;
				}
/* Content */
.content{
	padding: 20px 14px;
	background: url(/img/bg-doubleBorder.gif) left top repeat-x;
	margin-top: 9px;
}
/* Footer */
#footer .pageframe{
	background: #f0eef0;
	margin-top: 25px;
}
	#footer #footerWrap{
		padding: 15px 14px;
		font-size: .9em;
	}
		#footerWrap div{
			width: 120px;
			float: left;
			margin-right: 84px;
		}
			#footerWrap div.large{
				width: 235px;
				margin-right: 60px;
			}
				#footerWrap div.large ul{
					width: 120px;
					float: left;
					margin-right: 30px;
				}
					#footerWrap div.large ul.secondElement{
						width: 83px;
						margin: 0;
					}
			#footerWrap h3{
				padding-bottom:7px;
				border-bottom: 1px solid #747474;
				margin-bottom: 8px;
			}
			#footerWrap li{
				margin-bottom: 3px;
			}
				#footerWrap li a{
					text-decoration: none;
				}
					#footerWrap li a:hover{
						text-decoration: underline;
					}
			#footerWrap .companyInfo{
				width: 225px;
				margin: 15px 0 0 0;
			}
			.companyInfo address span{
				display: block;
				font-weight: bold;
			}
			.companyInfo p,.companyInfo cite{
				margin-top: 24px;
				display: block;
				font-style: normal;
			}
/* Related Pages */
.list{
	margin-top: 15px;
	float: left;
}
	.list.slideshowEnabled{
		padding-left: 197px;
	}
.list-stories{
	padding: 10px;
}
	.list-stories.alt{
		background: #f1f1f1;
		*background:none;
	}
	.list-stories dt,.list-stories dd{
		margin-bottom: 10px;
	}
	.list-stories dt a{
		font-size: 1.2em;
		text-decoration: none;
	}
		.list-stories dt a:hover{
			text-decoration: underline;
		}
		.list-stories dd.image{
			float: left;
			width: 162px;
		}
			.list-stories dd.thumb,.list-stories dd.thumb.linkable{
				padding-left: 162px;
			}

