body {font-size: 12px; font-family: arial, helvetica, verdana, sans-serif; }

a, a:link, a:visited {text-decoration: none; color: #000; }
a:link:hover, a:visited:hover {color: #555; }

h2 {font-size: 16px; }



/******** nav boxes *********/

#nav {
	padding: 0px 20px 10px 20px;
}

.navbox {
	float: left;
	width: 107px;
	height: 72px;
	margin-right: 8px;
	background-color: #6a9dab;
	color: #fff;
}

.navbox a {
	font-size: 12px;
	color: #fff;
}

.navbox a:link, .navbox a:visited {color: #fff; }
.navbox a:hover {color: #fff; }

.roundtop { 
	background: url(/shared/images/tr.gif) no-repeat top right; 
}

.roundbottom {
	background: url(/shared/images/br.gif) no-repeat top right; 
}

.navtitle {
	margin: 0px 12px;
	text-align: right;
	font-size: 12px;
	height: 60px;
}


/******** sidenav *********/

#sidenav {
	margin-top: 12px;
	margin-bottom: 10px;
	font-size: 11px;
}

#sidenav ul {
	width: 126px;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#sidenav li {
	padding: 0px !important;
	padding: 1px 0px; /* fix bug in IE where 0px spreads out the line too much */
}

#sidenav a {
	display: block;
	padding: 4px 10px;
	color: #000;
}

#sidenav a:link, #sidenav a:visited {
	color: #000;
}

#sidenav a:hover {
	color: #555;
	background: #fff;
}

#sidenav a#selected {
	font-weight: bold;
	background: #fff;
}

/******** subcategorynav *********/

#subcategorynav {
	margin: 0px 0px 20px 10px;
	padding: 0px;
	font-size: 11px;
}

#subcategorynav ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#subcategorynav li {
	display: inline;
	padding: 0px 20px 0px 0px;
}

#subcategorynav a {
	color: #999;
	text-decoration: none;
	white-space: nowrap;
}

#subcategorynav a:link, #subcategorynav a:visited {
	color: #999;
}

#subcategorynav a:hover {
	color: #000;
}

#subcategorynav a#selected {
	color: #000;
	font-weight: bold;
}


/******** event *********/

#eventnav {
	float: right;
	margin: 32px 9px 2px 0px;
	font-size: 20px;
	font-weight: bold;
	padding: 2px;
	background-color: #fff;
}

#eventnav .weekday {
	display: inline;
	padding: 0px 0px 0px 3px;
}

#eventnav .date {
	display: inline;
	color: #fff;
	padding: 0px 5px;
}

.eventnavtitle {
	clear: both;
	color: #fff;
	font-size: 9px;
	margin: 0px 9px 16px 0px;
}


/******** content *********/

#location {
	clear: left;
	font-size: 11px;
	padding: 0px 10px 16px 10px;
}

#location .photo {
	float: left;
	width: 212px;
	text-align: right;
}

#location .title {
	font-weight: bold;
}

#location .description {
	color: #555;
	font-size: 10px;
	margin: 6px 0px;
}

#location .address {
	color: #555;
	font-size: 10px;
}

#location .phone {
	color: #555;
	font-size: 10px;
}

#location .email {
	color: #555;
	font-size: 10px;
}

#location .website {
	color: #555;
	font-size: 10px;
}

#location .icons {
	margin-right: 32px;
}

#location .icons img {
	margin: 1px 2px 1px 0px;
}


#location.featured {
	clear: left;
	font-size: 13px;
	padding: 10px 0px 20px 10px;
}

.locationintro {
	color: #777;
	font-size: 14px;
	line-height: 150%;
	padding: 0px 70px 26px 10px;
}

.locationdivider {
	clear: left;
	height: 20px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
}

.locationviewall {
	font-size: 14px;
	font-weight: bold;
	margin: 20px 10px;
}


/******** iconkey *********/

#iconkey {
	margin: 10px;
	padding: 10px;
	background-color: #e1e1e1;
}

#iconkey ul {
	color: #555;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#iconkey li {
	float: left;
}

.iconkeyitem {
	padding: 2px 5px 2px 0px;
	white-space: nowrap;
}

.iconkeyitem .icon {
	padding: 0px 3px;
}

/******** content *********/

#content {
	width: 665px;
	background-color: #fff;
	padding: 0px 20px 10px 20px;
	margin: 0px;
}

#content .rightphoto {
	float: right;
	margin: 0px 20px 20px 30px;
	padding-top: 16px;
}

.rightphoto img {
	margin-bottom: 10px;
}

/******** homepage styles *********/

#homecontent {
	color: #fff;
	font-size: 12px;
	line-height: 140%;
	padding: 10px 0px 6px 16px;
	margin: 10px 0px;
	text-align: left;
}

#homepagephotos {
	margin-left: 36px;
}

#homepagephotos img {
	padding: 0px;
	margin: 0px 8px 0px 0px;
	border-top: 7px solid #fff;
	border-right: 7px solid #fff;
	border-bottom: 0px;
	border-left: 7px solid #fff;
}


/******** itinerary *********/

#itinerarytitle {
	color: #fff;
	font-size: 16px;
	padding: 44px 30px 10px 30px;
}

#itineraryinfo {
	color: #555;
	background-color: #ddd;
	padding: 10px 0px;
}

#itinerarydescription {
	padding: 0px 30px;
	font-size: 12px;
	line-height: 20px;
}

#itinerarycontact {
	padding: 0px 30px 10px 30px;
}

#itinerarycontact a {color: #555; font-weight: bold; }
#itinerarycontact a:link, .itinerarycontact a:visited {color: #555; font-weight: bold; }
#itinerarycontact a:hover {color: #000; font-weight: bold; }

.itinerarydivider {
	height: 20px;
}

#location .photo {
	float: left;
	width: 212px;
	text-align: right;
}

.itineraryday {
	font-size: 11px;
	font-weight: bold;
	padding: 3px 30px;
	margin: 10px 0px;
	border-bottom: 1px solid #aaa;
}

.itinerarytime {
	color: #999;
	font-size: 12px;
	font-weight: bold;
	margin: 20px 30px 5px 30px;
}

.itineraryheader {
	font-size: 13px;
	font-weight: bold;
	margin: 20px 0px 8px 0px;
	padding-left: 10px;
}

.itinerarylistitem {
	font-size: 11px;
	margin: 0px 0px 4px 35px;
}

#itineraryitem {
	font-size: 12px;
	margin-left: 30px;
	margin-bottom: 16px;
}

#itineraryitem .itineraryitemtitle {
	font-size: 12px;
	font-weight: bold;
	margin-right: 30px;
}

#itineraryitem .title {
	font-size: 12px;
	font-weight: bold;
	margin-right: 30px;
	margin-bottom:2px;
}

#itineraryitem .description {
	color: #555;
	font-size: 11px;
	margin-right: 30px;
	line-height:16px;
}

#itineraryitem .itineraryitemdescription {
	color: #555;
	font-size: 11px;
	margin-right: 30px;
	line-height:16px;
}


/******** webcalendar *********/

#webcalendar {
	width: 160px;
	float: right;
	padding: 10px 0px 10px 0px;
}

.webcalendarArrowPrevious {
	text-align: center;
	padding: 0px 0px 12px 0px;
}

.webcalendarArrowNext {
	text-align: center;
	padding: 8px 0px 0px 0px;
}


/******** webcalendarevents *********/

#webcalendarevents {
	font-size: 12px;
	margin-left: 10px;
	margin-right: 200px;
}

#webcalendarevents .datetitle {
	font-size: 14px;
	padding: 10px 0px;
}

#webcalendarevents .featuredtitle {
	font-size: 20px;
	color: #826d88;
}

.day {
	float: left;
	font-size: 12px;
	font-weight: bold;
	padding: 2px;
	background-color: #826d88;
	margin: 12px 0px 10px 0px;
}

.day .weekday {
	float: left;
	color: #fff;
	padding: 0px 3px 0px 3px;
}

.day .date {
	float: right;
	color: #826d88;
	background-color: #fff;
	padding: 0px 5px;
}

#webcalendarevents .eventitem {
	padding: 0px 0px 10px 20px;
}

#webcalendarevents .eventtitle {
	font-weight: bold;
}

#webcalendarevents .eventdescription {
	color: #555;
	font-size: 10px;
	margin-top: 2px;
}

.webcalendarintro {
	color: #777;
	font-size: 14px;
	line-height: 150%;
	padding-top: 10px;
}


/******** secondarynav *********/

#secondarynav {
	color: #000;
	font-size: 10px;
	margin: 18px 5px 10px 10px;
	padding-top: 4px;
}

#secondarynav ul {
	list-style-type: none;
	padding: 0px;
	margin: 3px 0px 0px 0px;
	white-space: nowrap;
}

#secondarynav li {
	color: #000;
	display: inline;
	padding: 0px 5px 0px 0px;
}

#secondarynav li a {
	color: #000;
	padding: 2px 12px;
	background-color: #888;
}

#secondarynav li a:link, #footer li a:visited {
	color: #000;
}

#secondarynav li a:hover {
	background-color: #6dbd28;
}

#secondarynav li a#selected {
	color: #fff;
	font-weight: bold;
}

/******** footer *********/

#footer {
	color: #fff;
	font-size: 10px;
	margin: 10px 5px 10px 10px;
	padding-top: 2px;
}

#footer ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#footer li {
	color: #aaa;
	display: inline;
	padding: 0px 5px 0px 7px;
}

#footer li a {
	color: #aaa;
	white-space: nowrap;
}

#footer li a:link, #footer li a:visited {
	color: #aaa;
}

#footer li a:hover {
	color: #fff;
}

#footer li a#selected {
	color: #fff;
	font-weight: bold;
}

#footer li.firstitem {
	border-left: 0px;
}


/******** announcement *********/

#window.announcement {
	width: 527px;
	margin: 16px;
	text-align: left;
}

#closeWindow {font-size: 10px; }
#closeWindow a, #closeWindow a:link, #closeWindow a:visited {color: #fff; }
#closeWindow a:link:hover, #closeWindow a:visited:hover {color: #000; }

#announcementContent {
	background-color: #fff;
	padding: 6px 13px;
}

#announcement {
	clear: left;
	font-size: 11px;
	padding: 0px 10px 16px 10px;
}

#announcement .photo {
	display: table;
	margin-top: 8px;
}

#announcement .thumbnail {
	float: left;
	width: 170px;
	text-align: right;
}

#announcement .announcementTitle {
	font-size: 16px;
	font-weight: bold;
}

#announcement .announcementListTitle {
	font-size: 12px;
	font-weight: bold;
}

#announcement .website {
	color: #555;
	font-size: 10px;
}

#announcement .description {
	color: #555;
	font-size: 10px;
	margin-top: 16px;
}

#announcement .summary {
	color: #777;
	font-size: 10px;
	margin-top: 3px;
}

#announcement .link {
	margin-top: 6px;
	font-size: 10px;
}

#announcement .photolist {
	display: table;
}



#announcement.featured {
	clear: left;
	font-size: 13px;
	padding: 10px 0px 20px 10px;
}

#announcement.featured .title {
	font-size: 12px;
}

.announcementdivider {
	clear: left;
	border-top: 1px solid #ccc;
	margin: 20px 0px 10px 0px;
	background-color: #ddd;
	font-size: 10px;
	font-weight: bold;
	padding: 4px 0px 4px 10px;
}

.announcementphoto {
	float: left;
	margin: 5px;
}

#announcement.homepage {
	padding-top: 4px;
	margin-left: 24px;
	padding-left: 0px;
	clear: none;
}


#homeannouncement {
	color: #aaa;
	font-size: 11px;
	padding: 8px 12px 8px 70px;
	margin: 0px;
}

#homeannouncement .title {
	color: #fff;
	font-weight: bold;
}

#homeannouncement .btn {
	margin-left: 16px;
}

#homeannouncement a, #homeannouncement a:link {color: #aaa; }
#homeannouncement a:hover, #homeannouncement a:visited:hover {color: #fff; }

#homeannouncement img {
	margin: 0px 0px 2px 2px;
}


/******** language *********/

#language {color: #fff; font-size: 10px; margin: 30px 8px 70px 0px; }

#language a {color: #fff; font-size: 10px; }
#language a:link, #language a:visited {color: #fff; font-size: 10px; }
#language a:hover {color: #ccc; } /* 6dbd28 */


/******** misc syles *********/

.pagetitle {color: #fff; font-size: 20px; margin: 28px 20px 5px 180px; white-space: nowrap; }
.subtitle {color: #000; }

.clearall {clear: both; line-height: 0px; font-size: 1px; }

img.corner {
   width: 6px;
   height: 6px;
   border: none;
   display: block !important;
}