@charset "UTF-8";

/* START GLOBAL STYLES FOR ENTIRE SITE */
/* GLOBAL NAVIGATION IS IN SEPARATE STYLES DOCUMENT IN SAME FOLDER */

/* *************************** */
/* GENERAL STYLES */
body {
	background-color: #B1BCC3;
	text-align: center;
	margin: 0px;
	padding: 0px;
	color: #636467;
	background-image: url(../../assets/images/bg_main.jpg);
	height: 300px;
}
a:focus { 
	outline: none; /* Turns off Firefox link lines */
}
a:link, a:visited {
	color:#C96419;
	text-decoration: underline;
}
a:hover, a:active {
	color:#636467;
	text-decoration: underline;
}
.clearfloats {
	margin: 0px;
	clear: both;
	height: 0px;
	font-size: 1px;
}

/* *************************** */
/* SPECIAL STYLES */
/* this style makes anything with PDF as the link name have an icon next to it see the site http://snippets.dzone.com/posts/show/5860 */
/* #contentWrap a[href$='.pdf'] {
display:inline-block;
padding-left:0px;
padding-left:12px;
line-height:13px;
background: url(../../assets/images/icon_pdf.gif) center left no-repeat;
} */

/* *************************** */
/* WRAPPER STYLES */
#wrapper {
	width: 931px;
	margin-top: 18px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	border: 0px solid #FF0000;
}

/* *************************** */
/* TOP NAVIGATION STYLES */
#topnav {
	float: left;
	width: 931px;
	margin-bottom: 8px;
}
#topnav ul.locations {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	list-style-type: none;
	margin: 0px;
	float: left;
	width: 931px;
	padding: 0px;
}
#topnav ul.locations li {
	float: left;
	display: inline;
}
#topnav ul.locations a:link, #topnav ul.locations a:visited {
	display: block;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-right: 6px;
	padding-left: 6px;
	color: #636467;
	text-decoration: none;
	background-image: url(../../assets/images/icon_arrow_grey_off.gif);
	background-repeat: no-repeat;
	background-position: left 9px;
}
#topnav ul.locations a:hover, #topnav ul.locations a:active {
	color: #FFFFFF;
}

/* *************************** */
/* HEAD WRAP STYLES */
#headWrap {
	background-color: #000;
	float: left;
	width: 931px;
	position: relative;
	z-index: 10; /* stacking order for divs to fix IE bug - this should be applied to insure nested absolute-positioned child divs also sit above rest of page elements - number is the same as the child div */
}

/* *************************** */
/* LOGO STYLES */
#logo {
	width: 310px;
	float: left;
	height: 257px;
	z-index: -10;
}
#logo img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding: 0px;
}

/* *************************** */
/* VIGNETTE STYLES */
#vignette {
	float: right;
	width: 620px;
	height: 257px;
	position: relative;
}
#vignette.story01 { /* this is the class style that changes the background image of the story and positions it too */
	background-image: url(../../assets/images/vignette_story01_masthead.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

/* *************************** */
/* QUOTE STYLES */
#quotebox {
	margin: 0px;
	padding-top: 25px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 40px;
	width: 225px;
	float: left;
}
#quotebox p {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding: 0px;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 18px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#quotebox p.name {
	font-size: 11px;
	line-height: 14px;
}
#quotebox p.name strong {
	color: #FFFFFF;
	font-weight: bold;
}
#quotebox ul.readmore {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	text-transform: uppercase;
	margin-top: 8px;
	list-style-type: none;
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
	float: left;
	margin-bottom: 0px;
}
#quotebox ul.readmore a:link, #quotebox ul.readmore a:visited  {
	display: inline;
	float: left;
	padding: 0px;
	width: 70px;
	color: #C96419;
	text-decoration: none;
	background-image: url(../../assets/images/icon_arrow_orange.gif);
	background-position: right;
	background-repeat: no-repeat;
}
#quotebox ul.readmore a:hover, #quotebox ul.readmore a:active  {
	color: #FFFFFF;
	background-image: url(../../assets/images/icon_arrow_white.gif);
}

/* *************************** */
/* STORY STYLES */
#story01 {
	position: absolute;
	background-color: #D6DDE3;
	left: 25px;
	top: -1px;
	z-index: 10; /* stacking order for divs to fix IE bug insures layer sits above others give same value as parent div */
	border: 0px solid #B1BCC3;
	float: left;
	padding: 1px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #FFFFFF;
	visibility: hidden;
}
#story01 h3 {
	color: #C96419;
	padding-top: 0px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 17px;
	/* letter-spacing: -0.045em; */ /* Optional for tighter letterspacing */
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
}
#story01 p {
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#story01 #storynav {
	background-color: #000000;
	text-align: right;
	clear: right;
	padding-top: 17px;
	padding-right: 35px;
	padding-bottom: 17px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #FFFFFF;
}
#storynav a:link, #storynav a:visited {
	text-decoration: none;
}
#storynav a:hover, #storynav a:active {
	color: #FFFFFF;
}
#story01 #storytext {
	float: left;
	width: 421px;
	background-color: #000000;
	padding-right: 45px;
	padding-left: 35px;
}
#story01 #storyimage {
	clear: both;
	background-color: #000000;
}
#rightFlash {
	width: 325px;
	float: left;
	height: 257px;
}

/* *************************** */
/* GLOBAL NAV STYLES - CSS STYLES FOR MENU ITEMS IN SEPARATE STYLES DOCUMENT IN SAME FOLDER */
#globalnavWrap {
	width: 931px;
	float: left;
	margin: 0px;
	padding: 0px;
	background-color: #000;
	background-image: url(../../assets/images/bg_orangecurve.gif);
	background-position: 260px -1px;
	background-repeat: no-repeat;
	position: relative;
	z-index: 1;
}
#globalnav {
	float: right;
	width: 620px;
	background-color: #f89e22;
	background-image: url(../../assets/images/bg_orangefade.gif);
}

/* *************************** */
/* CONTENT WRAP STYLES */
#contentWrap {
	float: left;
	width: 931px;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
	background-image: url(../../assets/images/bg_interior_full.gif); /* this background has a transparent central gap to separate the main contentA from the side contentB */
	background-repeat: repeat-y;
	background-position: left top;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E8EDEF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#contentWrap p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#contentWrap p.intro01 {
	font-size: 17px;
	/* letter-spacing: -0.045em; */ /* activate this if you want letterspacing the same as h3 heads in the Content B box */
	line-height: 26px;
	color: #7E7E7E;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#contentWrap h1 {
	color: #C96419;
	margin-top: 0px;
	padding-top: 0px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 25px;
	letter-spacing: -0.055em;
	margin-bottom: 15px;
	line-height: 28px;
}
/* these two styles below control PDF icon off and over states */
#contentWrap a.downloadpdf:link, #contentWrap a.downloadpdf:visited {
	text-decoration: none;
	display:inline-block;
	padding-left:0px;
	padding-left:12px;
	background: url(../../assets/images/icon_pdf_off.gif) center left no-repeat;
	font-size: 11px;
	margin-left: 2px;
}
#contentWrap a.downloadpdf:hover, #contentWrap a.downloadpdf:active {
	background: url(../../assets/images/icon_pdf_over.gif) center left no-repeat;
}

/* *************************** */
/* CONTENT A STYLES */
#contentWrap #contentA {
	float: left;
	width: 544px;
	padding-top: 40px;
	padding-left: 35px;
	padding-right: 35px;
	padding-bottom: 0px;
}
#contentA #contentA1  h2 {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 15px;
}
#contentA #contentA1  h3 {
	font-weight: bold;
	margin-bottom: -15px;
	font-size: 12px;
	text-transform: uppercase;
}
#contentA #contentA1  p {
	margin-bottom: -8px;
	margin-top: 15px;
	line-height: 15px;
}
#contentA #contentA1 p.extraspace {
	padding-top: 5px;
}
#contentA strong {
	font-weight: bold;
}
#contentA .cityName {
	font-size: 17px;
	color: #C96419;
}
#contentA .backtotop {
	font-size: 10px;
	text-transform: uppercase;
}
#contentA ul {
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 30px;
	padding-left: 0px;
}
#contentA li {
	list-style-type: none;
	background-image: url(../images/bullet_orange.gif);
	list-style-image: none;
	background-repeat: no-repeat;
	background-position: left 7px;
	padding-left: 11px;
	margin-bottom: 10px;
}
#contentA li.jumptos {
	margin-bottom: 0px;
}

/* *************************** */
/* CONTENT B STYLES */
#contentWrap #contentB {
	margin-left: 3px;
	float: left;
}
#contentB p {
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#contentB.sizeOne { /* this option can be used to change the padding inset values depending on what gets nested in the div at the time */
	padding-top: 40px;
	padding-left: 20px;
}
#contentB #thumbnailsWrap {
	float: left;
}
#contentB #thumbnails  {
	width: 285px;
	float: left;
	font-size: 11px;
	line-height: 14px;
	margin-bottom: 12px;
	clear: left;
}
#contentB #thumbnails a:link, #contentB #thumbnails a:visited {
	color: #C96419;
	text-decoration: none;
}
#contentB #thumbnails a:hover, #contentB #thumbnails a:active {
	color: #636467;
}
#contentB #thumbnails h3 {
	color: #C96419;
	padding-top: 7px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 17px;
	/* letter-spacing: -0.045em; */ /* Optional if you want tighter letterspace like the H1 heads in Content A box */
	margin-bottom: 3px;
	padding-bottom: 0px;
	margin-top: 0px;
}
#contentB #thumbnails a.youarehere {
	color: #636467;
}
#contentB #thumbnails h3.times {
	padding-top: 0px;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 18px;
	/* letter-spacing: -0.045em; */ /* Optional if you want tighter letterspace like the H1 heads in Content A box */
	margin-bottom: 6px;
	padding-bottom: 0px;
	margin-top: 25px;
	color: #838383;
	line-height: 19px;
}
#contentB #thumbnails img {
	float: left;
	padding-right: 4px;
}
#contentB #cities ul {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 200px;
	float: left;
}
#contentB #cities li a:link.youarehere, #contentB #cities li a:visited.youarehere {
	background-image: url(../images/icon_arrow_grey.gif);
	color: #636467;
}
#contentB #cities li a:link, #contentB #cities li a:visited {
	text-transform: uppercase;
	text-decoration: none;
	font-size: 14px;
	line-height: 17px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-image: url(../images/icon_arrow_orange.gif);
	background-position: left 45%;
	background-repeat: no-repeat;
	padding-left: 6px;
	display: block;
}
#contentB #cities li a:hover, #contentB #cities li a:active {
	background-image: url(../images/icon_arrow_grey.gif);
}

/* *************************** */
/* FOOTER STYLES */
#footer {
	clear: both;
	float: left;
	width: 921px;
	margin-bottom: 50px;
	font-size: 10px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
	color: #999999;
	line-height: 14px;
}
#footer #copyright img {
	margin-bottom: 3px;
	margin-top: 0px;
}
#footer a:link, #footer a:visited {
	color: #999999;
	text-decoration: none;
	text-transform: uppercase;
}
#footer a:hover, #footer a:active {
	color: #333333;
}
#footer p {
	margin: 0px;
	padding: 0px;
}
#footer #copyright {
	float: left;
	width: 250px;
	text-transform: none;
}
#footer #footernav {
	float: left;
	width: 600px;
	margin-left: 10px;
}

