body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #eeeeee;
}

a {color:#006699;}
a:hover {color:#2E76D6;text-decoration:underline;}
a img{border:none;}

#mainWrapper {
	margin: 10px auto 0px;
	width: 890px;
	background-color: #FFFFFF;
	padding: 8px;
	text-align: left;
}

#mainStructure { /*table with photo & caption*/
	width: 100%;
	border:solid 1px #cccccc;
	margin-bottom: 5px;
}
#slideshowHeading {
	margin-bottom: 10px;
}

#mainStructure .left{
	padding: 5px; 
	text-align:center;
	vertical-align:middle;
	width:500px;
	height:425px;
}
#mainStructure .right{
	vertical-align:bottom;
	padding: 5px 5px 15px 10px;
	text-align: left;
}
#footer {
    text-align:center;
    font-size:11px;
    color: #999999
}
#title {
	font-size: 16px;
	color: #006699;
	margin-bottom: 5px;
	font-weight: normal;
	clear: both;
}
#location {
	color: #666666;
	margin-bottom: 4px;
}
#architect{
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 4px;
}
#caption {
	margin-bottom: 3px;
	padding-top: 5px;
}

#caption p {
	margin: 0px 0px 8px;
	padding: 8px 0px 0px;
}

.smallGray {
	font-size: 10px;
	color: #666666;
	line-height: 13px;
}

.photoCredit {
	font-size: 10px;
	color: #666666;
	text-align: left;
	letter-spacing: 0.1em;
	padding: 5px 0px 0px;
}


/* NAV for Slideshow */

#nav {
	text-align: center;
	margin-top: 15px;
	width: auto;
	padding-top: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EEEEEE;
	font-size:11px;
	color:#006699;
}
#nav td {
	padding: 3px;
	white-space: nowrap;
	width: inherit;
}
#nav #numbering a {
	text-decoration: none;
	padding: 1px 3px;
	border: 1px solid #999999;
	margin-right: 4px;
	font-weight:bold;
}
#nav #numbering a:hover, #nav #numbering a.current {
	background-color:#006699;
	color:#FFFFFF;

}

/* sponsor & ad content */

#sponsor { /*style for heading at top that says sponsor*/
	width: 800px;
	text-align: center;
	font-size: 12px;
	font-style: oblique;
	color: #666666;
	padding: 5px;
	margin: 0px auto;
}
#sponsorLogo { /* style for advertiser logo if advertorial */
	float: right;
	font-style: italic;
	color: #666666;
}
#ad { /* style for 'leaderboard' at bottom*/
	background-position: center;
	margin: 5px auto 0px;
}

.rectangleAd {
	font-size: 10px;
	line-height: 14px;
	color: #999999;
	background-color: #EEE;
	text-align: center;
	padding: 5px;
	display:block;
	
}

.bluebox {border:dotted 1px #006699; padding:5px; margin:15px 20px 0 0;background-color: #E3ECF2;}
.boldheading {display:block; font-weight:bold; margin-bottom:8px;}

