/*
** General styles
*/

body {
	margin: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	background: #fff;
}

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

img {
	border: 0px;
}

p {
	margin-bottom: 0px;
}

h1, h2 {
	font-weight: normal;
	text-transform: uppercase;
}

h1 {
	margin-bottom: 0px;
	font-size: 13px;
}

h2 {
	margin-top: 0px;
	font-size: 11px;
	
}

table {
	border-collapse: collapse;
	border-spacing: 0px;
}

td {
	vertical-align: bottom;
}
#projectMenuTable td {
	vertical-align: top;
}

/*
** Layout styles
*/

#container {
	width: 960px;
	height: 610px;
	margin: 50px auto;
	padding: 20px 32px;
	text-align: left;
}

#contentPane, #content, #navigation {
	width: 960px;
	overflow: hidden;
}

#contentPane {
	background-position: top left;
	background-repeat: no-repeat;
}

#contentPane, #content, #leftContent, #rightContent {
	height: 413px;
}

#navigation, #leftNavigation, #rightNavigation {
	height: 220px;
}

#leftContent, #rightContent, #leftNavigation, #rightNavigation/*, #scrollbar*/ {
	float: left;
}

#leftContent, #leftNavigation {
	width: 699px;
}

#rightContent, #rightNavigation {
	width: 261px;
}

#rightContent td {
	padding-left: 31px;
}

#leftNavigation {
	position: relative;
}

/*#scrollbar {
	display: none;
	width: 0px;
	height: 275px;
	overflow: hidden;
}

#scrollup, #scrolldown {
	display: block;
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
}
#scrollup:link, #scrolldown:link {
	background-color: #fff;
	background-position: top left;
}
#scrollup:hover, #scrolldown:hover {
	background-position: bottom left;
}
#scrollup {
	background-image: url(../images/design/scroll-up.png);
}
#scrolldown {
	background-image: url(../images/design/scroll-down.png);
}

#scrollarea {
	width: 20px;
	height: 235px;
	position: relative;
}

#scrollbutton {
	display: block;
	width: 20px;
	height: 40px;
	background-image: url(../images/design/scroll-bar.png);
	background-repeat: repeat-y;
}
#scrollbutton:link {
	background-color: #fff;
	background-position: top left;
}
#scrollbutton:hover {
	background-position: bottom left;
}*/

/*
** Left content styles
*/

#panArrows {
	position: relative;
	height: 413px;
}

#panArrows #Left, #panArrows #Right {
	position: absolute;
	top: 0px;
	width: 80px;
	height: 413px;
}

#panArrows #Left {
	left: 0px;
}

#panArrows #Right {
	right: -15px;
}

/*
** Right content styles
*/

#subMenu {
	margin-top: 10px;
}

#subMenu a {
	display: block;
	margin-top: 2px;
	font-size: 12px;
	text-transform: lowercase;
}

#subMenu a.selected {
	color: #f15722;
	/*background-color: #ddd;*/
}

#subMenu a.disabled {
	color: #ddd;
}

/*
** Left navigation styles
*/

#logoOrange, #logoWhite {
	position: absolute;
	height: 105px;
}

#logoOrange {
	width: 0px; /* 0 to 699px */
	background: #f15722 url(../images/design/Phorm-Logo-Orange.png) 546px 0px no-repeat;
}

#logoWhite {
	width: 699px; /* 0 to 699px */
	overflow: hidden;
	background-color: #fff;
}

#logoWhite a {
	margin-left: 546px;
}

#galleryMenu {
	float: right;
	width: 270px;
	margin-top: 105px;
}

#galleryMenu a {
	display: block;
	width: 100%;
	height: 44px;
	background-repeat: no-repeat;
}

#galleryMenu a:link, #galleryMenu a:visited {
	background-position: top center;
}
#galleryMenu a:hover, #galleryMenu a.current {
	background-position: bottom center;
}

#galleryMenu a span {
	display: none;
}

#projectMenu {
	position: absolute;
	top: 30px;
	left: 0px;
	/*width: 525px;*/
	height: 167px;
}

#projectMenu a {
	display: block;
	float: left;
	margin-bottom:3px;
	margin-right:15px;
}

/*
** Right navigation styles
*/

#mainMenu {
	width: 231px;
	padding: 30px 0px 0px 31px;
}

#mainMenu a {
	display: block;
	float: left;
	width: 53px;
	height: 14px;
	margin-left: 35px;
	font-size: 14px;
	background-repeat: no-repeat;
}

#mainMenu a.first {
	margin-left: 0px;
}

#mainMenu a:link, #mainMenu a:visited {
	background-position: top left;
}
#mainMenu a:hover, #mainMenu a.current {
	background-position: bottom left;
}

#mainMenu a span {
	display: none;
}

#map {
	display: none;
	position: relative;
	width: 196px;
	height: 114px;
	margin: 29px 0px 0px 31px;
	background: url(../images/design/map.png) top left no-repeat;
}

#mapPoint {
	display: none;
	position: absolute;
	width: 6px;
	height: 6px;
	background: url(../images/design/map-point.png) top left no-repeat;
}

/*
** Page-specific styles
*/

/* Home */

#container.Home #contentPane {
	/*background-image: url(../images/content/backgrounds/Home.jpg);*/
	background-position: 0px 413px;
}

#container.Home #logoWhite {
	width: 0px;
}

#container.Home #mainMenu {
	margin-left: 261px;
}

/* Profile */

#container.Profile #content, #container.Home #content {
	height: 0px;
	background: url(../images/design/translucent-white.png) top left repeat;
}

#container.Profile #leftContent, #container.Profile #rightContent {
	height: 0px;
}

#container.Profile #leftContent {
	width: 686px;
	margin-left: 13px;
}

#container.Profile #rightContent {
	width: 221px;
}

/*#container.Profile #leftContentContainer {
	height: 275px;
	overflow: hidden;
}

#container.Profile #scrollbar {
	width: 20px;
	margin-left: 20px;
}*/

#container.Profile #leftContent #publicationPreview {
	display: none;
	float: right;
	height: 413px;
	margin-left: 10px;
	border-style: solid;
	border-width: 0px 3px;
	border-color: #fff;
}

#container.Profile #leftContent #publicationBack {
	display: none;
	margin-top: 15px;
}

#container.Profile #leftContent .publicationDetail {
	display: none;
	margin-top: 15px;
	padding-top: 15px;
	border-top: solid 1px #fff;
}

#container.Profile #leftContent #publicationLinks {
	margin-top: 11px;
	padding: 1px;
}

#container.Profile #leftContent #publicationLinks a {
	display: block;
	float: left;
	width: 66px;
	height: 78px;
	margin: 0px 10px 10px 0px;
	background-repeat: no-repeat;
}

#container.Profile #leftContent #publicationLinks a:link, #container.Profile #leftContent #publicationLinks a:visited {
	background-position: top left;
}
#container.Profile #leftContent #publicationLinks a:hover {
	background-position: bottom left;
}

/*#container.Profile #leftContent #peopleLinks {
	float: left;
	width: 150px;
	margin-top: 10px;
	font-size: 10px;
}*/

#container.Profile #leftContent #peopleLinks, #recogLinks, #presLinks {
	width: 100%;
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}

#container.Profile #leftContent #peopleLinks td {
	width: 150px;
	vertical-align: bottom
}

#container.Profile #leftContent /*#peopleLinks */.peopleCat, .recogCat, .presCat {
	height: 0px;
	margin-top: 5px;
	overflow: hidden;
}

#container.Profile #leftContent /*#peopleLinks */.peopleCat td, .recogCat td {
	vertical-align: top;
}

#container.Profile #leftContent #peopleLinks .peopleCatLink, .recogCatLink, .presCatLink {
	font-size: 13px;
	font-weight: bold;
}

#container.Profile #leftContent .peopleDetail {
	display: none;
	margin-top: 15px;
}

#container.Profile #leftContent .peopleDetail p {
	margin: 7px 0px;
}

#container.Profile #leftContent .exhibitionTable {
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}

#container.Profile #leftContent .exhibitionTable td {
	padding: 0px 10px 10px 0px;
	vertical-align: top;
}

#container.Profile #leftContent .exhibitionTable .date {
	width: 60px;
	font-weight: bold;
}

#container.Profile #leftContent .date {
	color: #444;
}

#container.Profile #leftContent .recognitionTable {
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}

#container.Profile #leftContent .recognitionTable td {
	padding: 0px 10px 10px 0px;
	vertical-align: top;
}

#container.Profile #leftContent .recognitionTable .date {
	width: 60px;
	font-weight: bold;
}

/* Projects */

#container.Projects #leftContent, #container.ProjectDetail #leftContent, #container.Contact #leftContent {
	text-align: right;
}

#container.Projects #map, #container.ProjectDetail #map {
	display: block;
}

#container.ProjectDetail #mapPoint {
	display: block;
}

/* Project Detail */

#rightContent .description, #rightContent .byline {
	color: #4e4e4e;
}

#rightContent ul li{
	color: #4e4e4e;
}


#rightContent .byline {
	font-style: italic;
}

/* Contact */

#container.Contact #contentPane {
	background-image: url(../images/content/backgrounds/Contact.jpg);
	background-position: -1600px 0px; /* start: -1600; min: 0; max: -4321 */
}

#container.Contact #rightContent {
	width: 246px;
	margin-left: 15px;
	background: url(../images/design/translucent-white.png) top left repeat;
}

#container.Contact #rightContent td {
	padding: 25px 16px;
}

#rightContent .contactMethod {
	display: block;
	margin-top: 5px;
}

#rightContent .contactIcon {
	color: #f15722;
}

.subtext {
	font-size: 0.8em;
}

#mainMenu a#promo{
	border-bottom:2px solid #FFFFFF;
	border-top:2px solid #FFFFFF;
	color:#282828;
	height:70px;
	margin-left:0;
	margin-top:40px;
	text-align:center;
	width:inherit;
}

#mainMenu a#promo:hover{
	color:#282828;
	border-bottom:2px #282828 solid;
	border-top:2px #282828 solid;
}

#mainMenu a#promo span{
	display:block;
	letter-spacing:0.15em;
	margin-top:0;
	white-space:nowrap;
}