body{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 67.5%;
	color: #333;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background: #999;
}
h1,h2,h3,h4{
	margin-top: 0;
	font-weight: bold;
}
p{
	margin-bottom: 15px;
}
a{outline: none }
#PageContainer{
	width: 734px;
	height: 480px;
	margin: 50px auto;
	background: #999;
	position: relative;
}
#header{
	background: #555;
	height: 36px;
	border-bottom: solid 1px #555;
	margin: 0 4px 0 4px;
}
#header h1{
	display: none;
}
#SiteMenu{
}
#SiteMenu ul{
	margin: 0;
	padding: 0;
}
#SiteMenu li{
	list-style: none;
	margin: 0;
	padding: 0;
}
#SiteMenu li a{
	float: left;
	width: 144px;
	height: 21px;
	color: #fff;
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: -.01em;
	display: block;
	padding: 15px 0 0 0;
	margin-right: 1px;
}
#SiteMenu li a#PortfolioLink{
	width: 145px;
}
#SiteMenu li a#ContactLink{
	width: 144px;
}
#SiteMenu li a:hover{
	background: #aaa;
	color: #333;
}
#SiteMenu li a.Current,a.Current:hover{
	background: #666;
	cursor: default;
	color: #aaa;
}
#content{
	position: relative;
	margin: 4px 0 0 4px;
	height: 438px;
}
#footer{
	font-size: .9em;
	position: absolute;
	top: 479px; /*1px added for borders on content */
	width: 100%;
}
#footer #CopyrightNotice{
	width: 50%;
	float: left;
	margin-left: 4px;
	padding-top: 5px;
}
#footer #CreatorNotice{
	margin: 0 4px 0 15px;
	float: right;
	text-align: right;
}
#footer #FooterLinks{
	margin-top: 2px;
}
#footer #FooterLinks a{
	padding-top: 2px;
	color: #333;
	text-decoration: none;
	border-bottom: solid 1px #555;
}
#footer #FooterLinks a:hover{
	background: #333;
	color: #ccc;
	border-bottom: solid 1px #fff;
}

#footer #FooterLinks .Disclaimer{
	float:right;
	text-align:right;
}
#Logo{
	border: none;
	position: absolute;
	bottom: 4px;
	right: 4px;
}

#Disclaimer{
	float: left;
	width: 284px;
	position: absolute;
	left: 10px;
	right: 10px;
	padding: 5px;
	margin: 0;
	text-align: left;
	color: #777;
	overflow: hidden;
	background: #ccc;
}
#SiteCredit{
	text-align:center;
	margin-top: 30px;
	margin-left: 30px;
	overflow:hidden;
	background: #fff;
	width: 220px;
}
#DeveloperLogo {
	border: none;
}
#content .PictureBlock{
	width: 142px;
	height: 142px;
	margin: 0 4px 4px 0;
	float: left;
	background: url(images/photos.jpg) no-repeat -142px 0px;
	opacity: 0;
}

#content .InnerPictureBlock{
	background: url(images/photos.jpg) no-repeat -142px 0px;
	opacity: 0;
	width: 100%;
	height: 100%;
}

#LogoBlock{
	width: 142px;
	height: 142px;
	margin: 0 4px 4px 0;
	float: left;
	background: url(images/smith-sinnett-logo.png) no-repeat;
	opacity: 0;
}
/* random elements */
.EmptyResultsMessage{
	font-weight: bold;
	padding: 15px;
}
/*
 * CONTACT
*/
#ContactInfo{
	background: #555;
	height: 26px;
	margin: 0 4px;
	color: #eee;
	padding: 9px 0 0 0;
	text-align: center;
}
#ContactInfo span{
	padding-top: 10px;
}
#ContactInfo a{
	text-decoration: none;
	color: #eee;
	padding: 2px 1px;
}
#ContactInfo a:hover{
	color: #333;
	background: #ddd;
}
#ContactInfo .DataLabel{
	font-weight: bold;
}
#ContactInfo #SuiteNumber,
#ContactInfo #CityStateZip,
#ContactInfo #PhoneNum,
#ContactInfo #FaxNum,
#ContactInfo #EmailAddress{
	margin: 0 4px 0 4px;
}
#ContactInfo #StreetAddress{
	margin: 0 4px 0 0;
}
/* PORTFOLIO */
#PortfolioControlsContainer a.CurrentViewMode,a.CurrentViewMode:hover{
	color: #ccc; /*#cbe3f0;*/
	background: transparent;
	cursor: default;
}
p#ViewModeOptions{
	display:none;
	font-size: .9em;
	margin: 30px 0 0 10px;
}
#SlideShowControls{
	z-index: 10;
	position: absolute;
	bottom: 8px;
	left: 260px;
	width: 60px;
	display: none;
}
#SlideShowControls ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#SlideShowControls li{
	display: inline;
}
#SlideShowControls #SlideShowPreviousControl,#SlideShowNextControl,#SlideShowPlayControl{
	float: left;
	display: block;
	width: 20px;
	height: 20px;
	overflow: hidden;
	text-indent: -5000px;
	background-image: url(images/slideshow-controls-sprite.png);
	background-repeat: no-repeat;
}
#SlideShowPreviousControl{
	background-position: 0 0;
}
#SlideShowNextControl{
	background-position: 0 -60px;
}
#SlideShowPlayControl.Playing{
	background-position: 0 -40px;
}
#SlideShowPlayControl.Paused{
	background-position: 0 -20px;
}
#SlideShowPreviousControl:hover{
	background-position: -20px 0px !important;
}
#SlideShowNextControl:hover{
	background-position: -20px -60px;
}
#SlideShowPlayControl.Playing:hover{
	background-position: -20px -40px !important;
}
#SlideShowPlayControl.Paused:hover{
	background-position: -20px -20px !important;
}
#PortfolioContainer{
	position: relative;
	width: 578px;
	height: 432px;
	overflow: hidden;
	margin: 0 4px 4px 0;
	background: #ddd;
	border: solid 1px #bbb;
}
.PhotoContainer{
	position: absolute;
	top: -500px;
	width: 576px;
	height: 402px;
	opacity: 0;
	text-align: center;
}
.PhotoContainerListView{
	position: relative;
	top: 0;
	opacity: 1;
	text-align: center;
	height: auto;
	margin-bottom: 60px;
	height: 434px;
}
.PhotoContainer .ProjectInfo{
	float: left;
	width: 142px;
	height: 434px;
	position: absolute;
	left: -146px;
	padding: 0;
	margin: 0;
	text-align: left;
	color: #777;
	overflow: hidden;
	background: #ddd;
}
.PhotoContainerListView .ProjectInfo{
	float: left;
	width: 142px;
	height: 434px;
	position: absolute;
	padding: 0;
	margin: 0;
	left: 0;
	text-align: left;
	color: #777;
	overflow: hidden;
}
.PhotoContainerListView img{
	position: relative;
	left: 72px;
}
.ProjectInfo h3{
	font-size: .9em;
	color: #555;
	margin: 4px 0 0 4px;
}
.ProjectInfo dt{
	margin: 10px 0 0 4px;
	font-weight: bold;
	font-size: .9em;
	color: #555;
}
.ProjectInfo dd{
	margin-left: 4px;
	font-size: .9em;
	/*text-align: justify;*/
}
.ControlsContainer{
	float: right;
	width: 142px;
	height: 288px;
	background: #777;
	color: #fff;
	margin: 0 4px 4px 4px;
}
.ControlsContainer h2,.ControlsContainer h3, .ControlsContainer p{
	margin: 10px 0 20px 10px;
}
.ControlsContainer h2{
	font-size: .9em;
	text-transform: uppercase;
	font-weight: 300;
	font-stretch: condensed;
	display: none;
}
.ControlsContainer h3{
	font-size: 0.9em;
	margin: 25px 0 3px 10px;
	padding: 0;
}
.ControlsContainer p{
	font-size: .9em;
	margin-top: 0px;
	padding: 0;
}
.ControlsContainer p#NowShowingText{
	font-weight: bold;
	display: none;
}
.ControlsContainer ul{
	margin: 0;
	padding: 0;
}
.ControlsContainer li{
	font-size: .9em;
	margin: 0 10px 0 10px;
	padding: 0;
	list-style-type: none;
}
.ControlsContainer li a{
	display: block;
	padding: 1px;
	/*letter-spacing: -0.01em;*/
	border-bottom: solid 1px #888;
	font-stretch: extra-condensed;
}
.ControlsContainer a{
	color: #fff;
	padding: 0 2px;
	text-decoration: none;
}
.ControlsContainer a:hover{
	color: #333;
	background: #eee;
}
.SupplementalInfo{
	float: left;
	width: 142px;
	height: 434px;
	background: #bbb;
	margin: 0 4px 0 0;
	overflow: auto;
}
.SupplementalInfo p{
	margin: 5px 5px 0 5px;
	font-size: .9em;
}
.SupplementalInfo p a{
	font-weight: bold;
	color: #444;
	padding: 1px;
}
.SupplementalInfo p a:hover{
	background: #444;
	color: #fff;
	text-decoration: none;
}

.MainContentContainer{
	/* float:left; */
	width: 412px;
	height: 432px;
	overflow: auto;
	margin: 0;
	padding: 0 10px;
	background: #ddd;
	border: solid 1px #bbb;
}
/*
 * DOCUMENTS
*/
#ProjectControlsContainer #ProjectList{
	margin-top: 20px;
}
.ProjectContainer{
	border: solid 1px #eee;
	padding: 10px;
	margin: 15px 4px 30px 0;
}
.ProjectContainer h2{
	font-size: .9em;
	font-weight: bold;
	margin: -20px 0 20px 0;
	color: #555;
}
.ProjectContainer h2 span{
	background: #ddd;
	padding: 0 2px;
}
.ProjectContainer h3{
	font-size: .9em;
	font-weight: bold;
	color: #999;
	margin: 0 0 15px 0;
}
.ProjectContainer .Related{
	margin: 0 20px;
}
.ProjectContainer img{
	border: none;
	margin-right: 10px;
	float: left;
	clear: left;
}
.ProjectContainer h4 {
	margin-bottom: 40px;
	font-size: .9em;
	font-weight: bold;
}
.ProjectContainer h4 a{
	color: #990;
	padding: 1px;
}
.ProjectContainer h4 a:hover{
	background: #990;
	color: #fff;
}
.ProjectContainer p.DateInfo{
	color: #999;
	font-size: .9em;
	margin: 0 0 40px 0;
}

/*
 * PEOPLE
 */
#PeopleControlsContainer #ScrollUpControl,
#PeopleControlsContainer #ScrollDownControl,
#ServicesControlsContainer #ScrollUpControl,
#ServicesControlsContainer #ScrollDownControl,
#NewsControlsContainer #ScrollUpControl,
#NewsControlsContainer #ScrollDownControl{
	margin: 0 10px;
	font-size: .1em;
	height: 10px;
	cursor: default;
	text-align: center;
	overflow: hidden;
	visibility: hidden;
	text-indent: -5000px;
	background: url(images/scroll-arrows-sprite.png) no-repeat;
}
#PeopleControlsContainer h2,
#ServicesControlsContainer h2,
#NewsControlsContainer h2{
	margin-bottom: 15px;
}
#PeopleControlsContainer #ScrollUpControl,
#ServicesControlsContainer #ScrollUpControl,
#NewsControlsContainer #ScrollUpControl{
	margin: 5px 0;
	background-position: 50% 0;
}
#PeopleControlsContainer #ScrollDownControl,
#ServicesControlsContainer #ScrollDownControl,
#NewsControlsContainer #ScrollDownControl{
	margin: 5px 0;
	background-position: 50% -20px;
}
#PeopleListLinks,
#ServicesListLinks,
#NewsListLinks{
	list-style:none;
	overflow: hidden;
	height: 250px;
}
#PeopleListLinks a{
	text-decoration:none;
}
.Person{
	margin-bottom: 25px;
}
.Person h2{
	font-size: .9em;
	margin: 10px 10px 0 10px;
	color: #555;
}
.Person h2 a{
	color: #555;
	text-decoration: none;
}
.Person h3{
	color: #999;
	font-size: .9em;
	font-style: italic;
	margin: 0 10px 10px 10px;
}
.Person p{
	margin: 0 10px 10px 10px;
}
/*
 * SERVICES
 */
#ServicesList{
 	margin: 20px 30px;
}
#ServicesList dt{
	font-size: 0.9em;
	font-weight: bold;
	padding: 0;
	color: #555;
}
#ServicesList dd{
	margin: 0 0 25px 0;
	color: #777;
}
#ServicesContainer p{
	color: #777;
	margin: 10px;
	line-height: 1.1em;
}
/* NEWS */
#NewsContainer .NewsPost{
	margin: 10px 10px 50px 10px;
}
#NewsContainer .NewsPost h2{
}
#NewsContainer .PostAttachments{
	margin: 0 25px;
}
#NewsContainer .PostAttachments li{
	margin-bottom: 6px;
	list-style-type: square;
	margin-left: 12px;
}
#NewsContainer .PostAttachments li h4 small{
	color: #777;
	padding-right: 15px;
}
#NewsContainer h4 a{
	color: #990;
	padding: 1px;
	font-weight: bold;
	text-decoration: none;
}
#NewsContainer h4 a:hover{
	background: #990;
	color: #fff;
}
#NewsContainer a.ImageLink{
	padding: 0;
	background: 0;
	border: 0;
}
.AccessLink {
	padding: 30px 5px 10px;
}
.AccessLink a{
	color: #333;
}
.AccessLink a:hover{
	color: #EEE;
}
