/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.6.0
*/
html{color:#000;background:#FFF;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
/* to preserve line-height and selector appearance */
/*sup {vertical-align:text-top; display: inline-block;}*/
/*sub {vertical-align:text-bottom; display: inline-block;}*/
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
/*to enable resizing for IE*/
input,textarea,select{*font-size:100%;}
/*because legend doesn't inherit in IE */
legend{color:#000;}
del,ins{text-decoration:none;}

/*END YUI RESET*/
html {
	background-color: #feda77;
	background-image: url("../images/htmlBackground.png");
	background-repeat: repeat-y;
	background-position: top center;
}
body {
	background-image: url("../images/background.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	/*background-attachment: fixed;*/
}
br {
	clear: both;
	visibility: hidden;
}
b, strong {
	font-weight: bold;
	font-style: inherit;
	color: #4e0c0d;
}
i, em {
	font-style: oblique;
	font-weight: inherit;
}
a {
	color: #ed2424;
	text-decoration: none;
	border-bottom: 1px dotted #ed2424;
	padding-bottom: 1px;
}
a:hover {
	border-bottom: 1px solid #ed2424;
}
#container {
	width: 920px;
	border-top: none;
	margin: 0px auto 0px auto;
	background-image: url("../images/largeImages_arnolds1.png");
	background-position: center 55px;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
#masthead {
	height: 70px;
}
#masthead .logo {
	padding: 5px;
	position: fixed;
}
#content {
	width: 445px;
	margin: 90px 0px 50px 435px;
	padding-bottom: 100px;
}
#primaryNavigation {
	height: 45px;
	width: 437px;
	margin: 0px 0px -4px 4px;
	background-image: url("../images/primaryNavigationBackground.jpg");
	background-repeat: repeat-x;
	background-position: 0px 5px;
}
#primaryNavigation ul li {
	float: left;
	margin-top: 5px;
	padding: 0px 10px 3px 10px;
	margin-right: 20px;
	font-size: 10px;
	background-repeat: no-repeat;
	background-position: 7px 3px;
}
#primaryNavigation ul li:hover {
	margin-top: 6px;
}
#primaryNavigation ul li a {
	color: #f6f0d3;
	border-bottom: none;
}
#primaryNavigation ul li.selected {
	background-color: #f6f0d3;
	background-position: 7px 8px;
	margin-top: 0px;
	padding-top: 5px;
}
#primaryNavigation ul li.selected a {
	color: #000000;
}
#primaryNavigation ul li strong {
	display: block;
	visibility: hidden;
	height: 22px;
}
#primaryNavigation ul li.what {
	background-image: url("../images/navWhat.png");
}
#primaryNavigation ul li.what.selected {
	background-image: url("../images/navWhatSelected.png");
}
#primaryNavigation ul li.who {
	background-image: url("../images/navWho.png");
}
#primaryNavigation ul li.who.selected {
	background-image: url("../images/navWhoSelected.png");
}
#primaryNavigation ul li.why {
	background-image: url("../images/navWhy.png");
}
#primaryNavigation ul li.why.selected {
	background-image: url("../images/navWhySelected.png");
}
#primaryNavigation ul li.where {
	background-image: url("../images/navWhere.png");
}
#primaryNavigation ul li.where.selected {
	background-image: url("../images/navWhereSelected.png");
}
ul.subNav {
	margin-left: 0px !important;
}
ul.subNav li {
	background-color: #4e0c0d;
	color: #f5eac3;
	cursor: pointer;
	padding-bottom: 2px;
	margin-right: 1px;
}
ul.subNav li a {
	padding: 3px 10px 0px 10px;
	display: block;
	border-bottom: none;
}
ul.subNav li:hover {
	border-top: 2px solid #4e0c0d;
	padding-bottom: 0px;
	background-image: url("../images/primaryNavigationBackground.jpg");
}
ul.subNav li h2 {
	text-align: left !important;
	color: #f5eac3 !important;
	margin-bottom: -5px;
}
ul.subNav li address {
	font-size: 10px;
	padding-left: 10px;
	color: #f5eac3;
}
#copy {
	background-image: url("../images/copyBackground.png");
	background-repeat: repeat-y;
}
#primaryCopy {
	margin: 0px 4px 0px 4px;
	padding: 20px;
	background-image: url("../images/primaryCopyBackground.jpg");
	background-repeat: no-repeat;
}
#primaryCopy p {
	font: normal 12px/18px Georgia, serif;
	margin-bottom: 9px;
}
#primaryCopy ol, #primaryCopy ul {
	margin-left: 30px;
}
#primaryCopy ol li, #primaryCopy ul li {
	font: normal 12px/18px Georgia, serif;
	margin-bottom: 4px;
}
#primaryCopy ol li {
	list-style-type: decimal;
}
#primaryCopy blockquote {
	background-image: url("../images/blockquoteBackground.gif");
	background-repeat: no-repeat;
	margin: -9px 20px 0px 10px;
	padding: 9px 0px 15px 20px;
	font: normal 10px/18px Verdana, sans-serif;
}
#primaryCopy h1 {
	font: bold 14px/18px Georgia, serif;
	color: #4e0c0d;
}
#primaryCopy h2 {
	font: bold 13px/18px Georgia, serif;
	text-align: right;
	margin-right: 20px;
	color: #4e0c0d;
}

#primaryCopy p .introduction, #primaryCopy p .conclusion {
	background-color: #f6f0d3;
}
#primaryCopy p .introduction {
	font-weight: bold;
}
#primaryCopy p .conclusion {
	font-style: oblique;
}
#primaryCopy img.smallSample {
	position: absolute;
	margin-left: -215px;
}
#primaryCopy img.medSample {
	margin: 0px auto 0px auto;
}
#footer {
	background-image: url("../images/footerBackground.png");
	background-repeat: no-repeat;
	background-position: bottom;
	height: 60px;
	padding: 10px 23px 20px 23px;
}
#footer ul {
	margin-right: 70px;
}
#footer ul li {
	display: inline;
	font: normal 9px/12px Georgia, serif;
}
#footer ul li:before {
	content: "|";
}
#footer ul li:first-child:before {
	content: "";
}
.mobileOnly {
	display: none;
}