﻿html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
 abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-weight: inherit;
	font-style: inherit;
    /*font-size: 100%;*/
	font-family: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	background: #000000;
	color: #270900;
	font-family: Trebuchet MS, Arial, Hevetica, Sans-Serif;
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 1;
	text-align: center;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/*---------COMMON---------*/
/*------------------------*/
table {
    border-collapse: collapse;
}

h1 {
    font-size: 22px;
    margin-bottom: 16px;
    padding-bottom: 0;
    text-indent: -9999px;
}

h2 {
    color: #8b5832;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 2px;
    text-transform: uppercase;
}

a {
    color: #000;
    text-decoration: underline;
}

a:hover, a.selected, .arrowLink a:hover {
    color: #000;
    text-decoration: underline;
}

.clear {
    clear: both;
}

.errorCopy { 
    color: #f40019;
    display: block;
}

.errorSummary {
    color: #A82727;    
    margin-bottom: 15px;
}

.errorSummary li {

    margin-bottom: 3px;
    padding-left: 20px;
}

.errorNote {
    color: #a82727;
}

.list, list2 {
    margin-bottom: 12px;
    padding-left: 10px;
}

.list li {
    background:transparent url(images/wrap/listDot.gif) left 6px no-repeat;
    padding-left: 12px;
}

.list li li {
    background:transparent url(images/wrap/listDash.gif) left 7px no-repeat;
}

.list2 li {
    background:transparent url(images/wrap/listDot2.gif) left 6px no-repeat;
}

.pdfLg {
    background:transparent url(images/visitor/pdfIconLg.gif) left 50% no-repeat;
    padding: 5px 0 5px 30px;
}
    

/*-------BASIC WRAP-------*/
/*------------------------*/

#container {
    background-color: #aca878;
    background-image: url(Images/wrap/bgLight.jpg);
    background-position:  top center;
    background-repeat: no-repeat;
    margin: 0 auto;
    width: 1000px;
}

#section #container {
    background-color: #8c5831;
    background-image: url(Images/wrap/bgDark.jpg);
    background-position:  top center;
    background-repeat: no-repeat;
    margin: 0 auto;
    width: 1000px;
}

.printLogo 
{
    display: none;
}

#header {
    background-image: url(Images/wrap/topNavBg.gif);
    background-position:  bottom left;
    background-repeat: repeat-x;
    height: 140px;
    margin-bottom: 3px;
    text-transform: uppercase;  
    width: 100%;
}

#topSupportBar {
    font-size: 12px;
    height: 75px;
    margin: 0 auto;
    position: relative;
    width: 900px;
}



#topSupportBar a {
    color: #231f20;
    text-decoration: none;
}

#topSupportBar a:hover {
    text-decoration: underline;
}

#stayConnected {
    height: 20px;
    position: absolute;
    right: 0;
    text-align: right;
    top: 16px;
}

#stayConnected a {
    background:transparent url(images/wrap/arrowBlack.gif) left 50% no-repeat;
    padding-left: 10px;
}

#topSupportNav {
    font-size: 12px;
    position: absolute;
    right: 0;
    top: 42px;
}

#topSupportNav li {
    display: inline;
    margin-left: 15px;
}

#topSearch input {
    vertical-align: middle;
}

#topSearch input.txtBox {
    background-color: #fff;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    border-left: 2px solid #000;
    border-right: none;
    font-size: 12px;
    height: 15px;
    padding: 3px 5px;
    width: 165px;
}  

#topSearch .btnSearch {
    background: transparent url(images/wrap/btnSearch.gif) no-repeat scroll left top;
    border: 0;    
    cursor: pointer;
    height: 25px;
    text-indent: -9999px;
    width: 67px;
}

#mainNav {
    height: 65px;    
    margin: 0 auto 0 auto;
    width: 900px;
}

#mainNav li {
    float:left;
}

#mainNav a {
    display:block;
    height:65px;
    margin: 0 1px 0 2px;
    overflow:hidden;
    text-indent:-9999px;
}

#mainNav a#home {
    background: transparent url(images/wrap/navCIM.gif) no-repeat scroll left top;    
    margin-left: 0;
    margin-right: 0;
    width:170px;
}

#shopping {
    background: transparent url(images/wrap/navShopping.gif) no-repeat scroll left top;
    width:105px;
}

#dining {
    background: transparent url(images/wrap/navDining.gif) no-repeat scroll left top;
    width:84px;
}

#events {
    background: transparent url(images/wrap/navEvents.gif) no-repeat scroll left top;
    width:207px;
}

#visitorInfo {
    background: transparent url(images/wrap/navVisitorInfo.gif) no-repeat scroll left top;
    width:124px;
}

#mainNav a#experience {
    background:transparent url(images/wrap/navExperience.gif) no-repeat scroll left top;
    margin-right: 0;
    width:196px;
}

#mainNav a:hover, #mainNav a.select, #mainNav a#experience:hover {
    background-position: 0 -65px;
}

#mainBody {
    background:transparent url(images/wrap/sideBarBg.gif) 50px top repeat-y;
    width: 1000px;
}

#mainBodyContainer {
    width: 1000px;
    min-height: 580px;
    text-align: left;    
}

#sideBar, #mainContent, #sideBar2 {
    float: left;
}

#sideBar {
    margin-left: 50px;
    padding: 37px 5px 0 5px;
    width: 160px;
}

#leftSideNav {
    font-family: Times New Roman, Times, Serif;
    font-size: 12px;
    text-transform: uppercase
}

#leftSideNav li {
    margin-bottom: 10px;
}

#leftSideNav li a {
    border-bottom: 1px solid #231f20;
    border-top: 1px solid #231f20;
    color: #fff;   
    display: block; 
    letter-spacing: 1px;
    line-height: 16px;
    padding: 7px 0 7px 10px;
    text-decoration: none;
    width: 150px;
}

#leftSideNav a:hover, #leftSideNav a.select {
    background-color: transparent;
    border-bottom: 1px solid #daa643;
    border-top: 1px solid #daa643;
    color: #daa643;
}

#leftSideNav li ul {
    margin-top: 6px;
}

#leftSideNav li li {
    margin-bottom: 10px;
}

#leftSideNav li li a {    
    background: transparent url(images/wrap/arrowLnavWhite.gif) 10px 8px no-repeat;
    padding-left: 25px;
    padding-top: 2px;
    padding-bottom: 2px;
    text-transform: none;    
    width: 135px;
}

#leftSideNav li li a:hover, #leftSideNav li li a.select {    
    background: transparent url(images/wrap/arrowLnavGold.gif) 10px 8px no-repeat;
}

#leftSideNav li li li a {
    padding-left: 40px;
    background: transparent url(images/wrap/arrowLnavWhite.gif) 25px 8px no-repeat;
    width: 120px;
}

#leftSideNav li li li a:hover, #leftSideNav li li li a.select {    
    background: transparent url(images/wrap/arrowLnavGold.gif) 25px 8px no-repeat;
}

#mainContent {
    margin: 30px 15px 20px 30px;
    display: inline;
    width: 500px;
    text-align: left;
}   

#mainContent p, #mainContent li {
    letter-spacing: 1px;
    line-height: 16px;
}

#mainContent p {
    margin-bottom: 12px;
}


#sideBar2 {
    margin: 30px 20px 0px 0;
    width: 186px;
}

.sideBox {
    background: transparent url(images/wrap/sideBar/sideBg.png) top left repeat;
    border: 1px solid #231f20;
    letter-spacing: 1px;
    margin-bottom: 20px;
    padding-bottom: 12px;
}

.sideBox h3 {
    height: 35px;
    margin-bottom: 15px;
    text-indent: -9999px;
    width: 184px;
}

.sideBox h3 a {
    height: 35px;
}

#mainBody .sideBox p {
    margin-bottom: 6px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 14px;
}

.sideBox a {
    background: transparent url(images/wrap/arrowBlack.gif) left 3px no-repeat;
    color: #000;
    display: block;
    padding-left: 13px;
    text-decoration:none;
}

.sideBox a:hover {
    text-decoration: underline;
}
    
#findStoreBox h3 {   
   background: transparent url(images/wrap/sideBar/headFindStore.gif) top left no-repeat;
}

#shuttleServiceBox h3 {
   background: transparent url(images/wrap/sideBar/headShuttleService.gif) top left no-repeat;
   height: 49px;
}

#gettingHereBox h3 {
   background: transparent url(images/wrap/sideBar/headGettingHere.gif) top left no-repeat;
}

#stayConnectedBox h3 {
   background: transparent url(images/wrap/sideBar/headStayConnected.gif) top left no-repeat;
}

#leasingBox h3 {
   background: transparent url(images/wrap/sideBar/headLeasing.gif) top left no-repeat;
}

#directionsBox h3 {
   background: transparent url(images/wrap/sideBar/headDirections.gif) top left no-repeat;
}

#directionsBox p {
    line-height: 13px;
}

#footer {
    font-size: 11px;
    margin: 0 auto;
    padding-bottom: 15px;
    position: relative;
    width: 900px;
}

#footer h4 {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 6px;
    text-transform: uppercase;
}

#footer a {
    text-decoration: none;
    line-height: 11px;
}

#footer a:hover {
    text-decoration: underline;
}

#footer div li {
    background:transparent url(images/wrap/footerArrow2Black.gif) left 50% no-repeat;
    float: left;
    margin-bottom: 7px;
    margin-right: 12px;
    padding-left: 10px;
    padding-bottom: 2px;
}

#footerSideBar, #footerMain{
    float: left;
    padding-top: 25px;
    text-align: left;
}

#footerSideBar {
    color: #fff;
    padding-left: 20px;
    padding-right: 51px;
    width: 129px;
}

#footerSideBar a {
    color: #fff;
}

#footerSideBar p {
    line-height: 15px;
    margin-bottom: 7px;
}

#footerSideBar p a {
    background:transparent url(images/wrap/footerArrow1.gif) left 50% no-repeat; 
    padding-left: 12px;
}   

#footerMain {
    border-top: 1px solid #000;
    width: 700px;
}

#footerMain1 {
    float: left;
    width: 200px;
}

#footerMain2 {
    float: right;
    width: 248px;
    padding-top: 13px;
}

#footerMain2 ul {
    float: left;
    margin-bottom: 40px;
}

#footer #footerMain2 li {
    margin-bottom: 3px;
}

#footerMain2 li.last {
    background: none;
    padding-left: 0;
}

#footerMain2 a {
    line-height: 16px;
}

div #at16pf a#at-whatsthis {
    width:100px;
}

div .addthis_default_style .at300b, .addthis_default_style .at300m {
    background:transparent url(//s7.addthis.com/static/t00/logo1414.gif) no-repeat scroll left center;
    line-height: 16px;
}

div .at300bs {
    width: 14px;
}

div .at300bs.at15t_expanded, div .at300bs.at15t_compact {
    background: none;
}


/*-------SUB PAGES -------*/
/*------------------------*/
.arrowLink a {
    background:transparent url(images/wrap/arrowBlack.gif) left 5px no-repeat;
    color:#000000;
    padding-left:13px;
    text-decoration: none;
}

.arrowLink2 a {
    background:transparent url(images/wrap/arrowBlackL.gif) left 5px no-repeat;
    color:#000000;
    padding-left:10px;
    text-decoration: none;
}

.arrowLink2 a:hover {
    text-decoration: underline;
}

p.eventDate {
    font-size: 15px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.marquee {
    height: 277px;
    position: absolute;
    top: -30px;
    left: -27px;
    width: 727px;
}

.btnList li {
    float: left;
    margin-right: 10px;
}

.table1 {
    line-height: 16px;
    width: 700px;
}

.table1 th {
    border-bottom: 2px solid #8b8862;
    padding-bottom: 3px;
    padding-right: 15px;
    text-transform: uppercase;
    vertical-align: bottom;
}

.table1 td {
    border-bottom: 1px solid #8b8862;
    font-size: 14px;
    padding-bottom: 8px;
    padding-right: 15px;
    padding-top: 12px;
}

.table1 tr.even td {
    background: transparent url(images/shopping/altRowBg.png) top left repeat;
    _background: none;
    _background-color: #e0dcc1;
}

.table1 td.firstCol {
    padding-left: 8px;
}

.gallery {
    margin-bottom: 25px;
}

.gallery li {
    float: left;
    font-size: 11px;    
    margin-bottom: 10px;
    margin-right: 15px;
}

.gallery li a img {
    border: 1px solid #000;
    height: 83px;
    width: 110px;
}

.gallery li.last {
    margin-right: 0px;
}



#shuttleServiceBox .pdfLg
{
    background-image:none;
}