/* generic site styles */

body.barton {
	background-color: black;
	color: white;
	margin: 0;
	padding: 0;
	height: 100%;
	font: 12px Arial, Helvetica, Geneva, sans-serif;
}

body.blank {
	background-color: white;
	color: white;
	margin: 0;
	padding: 0;
	height: 100%;
	font: 12px Arial, Helvetica, Geneva, sans-serif;
}

a {
	text-decoration: none;
	color: white;
}

a:hover {
	color: gray;
}

span.barton_blue {
	color: #488FC0;
}

/* menu styles */

div.menu {
	left: 50%;
	margin-left: -283px;
	width: 566px;
	height: 19px;
	position: absolute;
	top: 25%;
}

table.menu {
	width: 100%;
	height: 100%;
}

td.menu_item {
	width: 140px;
	height: 100%;
	padding: 0 39px;
}

td.menu_divider {
	width: 2px;
	height: 100%;
	padding: 0;
}

img.menu_item {
	border-style: none;
}

/* logo/info styles */

div.logo_info {
	position: absolute;
	top: 85%;
	width: 680px;
	margin-left: -340px;
	left: 50%;
	text-align: center;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	margin-bottom: 0px;
	background-color: black;
}

div.logo_barton {
	margin-left: -105px;
}

div.logo_architect {
	margin-left: 35px;
}

div.logo_address {
	color: gray;
	font-size: 11px;
	padding-bottom: 3px;
	padding-top: 2px;
}

div.info {
	color: gray;
	font-size: 9px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

img.logo {
	border-style: none;
}

/* page styles */

div.page_content {
	position: absolute;
	top: 25%;
	height: 50%;
	left: 50%;
	width: 488px;
	margin-left: -244px;
	margin-top: 35px;
	overflow: auto;
}

div.page_content a {
	color: #488FC0;
	text-decoration: none;
}

div.page_content a:hover {
	text-decoration: underline;
}

/* project index styles */

div.project_index_image {
	background-color: white;
	width: 199px;
	margin: 0;
	padding: 0;
	border-right: 1px solid #bdbdbd;
	vertical-align: bottom;
	top: 0;
	position: absolute;
	bottom: 50%;
	height: 50%;
}

img.project_index {
	border: 0;
	width: 199px;
	margin: 0;
	padding: 0;
	bottom: 0%;
	position: absolute;
}

div.project_index_info {
	background-color: black;
	vertical-align: top;
	text-align: right;
	width: 159px;
	margin: 0;
	font-size: 11px;
	border-right: 1px solid #7f7f7f;
	position: absolute;
	top: 50%;
	height: 50%;
	padding-right: 20px;
	padding-left: 20px;
}

div.project_spacer {
	height: 20px;
}

span.upper {
	text-transform: uppercase;
}

div.black_filler {
	width: 100%;
	background-color: #000;
	height: 50%;
	top: 50%;
	bottom: 0px;
	z-index: -1;
	position: absolute;
	left: 0;
}

div.project_index_info a {
	color: #488FC0;
}

/* project detail styles */

div.close_and_return {
	font-size: 10px;
	color: #fff;
	z-index: 2;
	position: absolute;
	bottom: 4px;
	left: 4px;
}

/* My Comment */

div.close_and_return a {
	color: #488FC0;
	text-decoration: none;
}

div.project_detail_image {
	background-color: white;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
	top: 0;
	left: 340px;
	position: absolute;
}

div.image_caption {
	vertical-align: top;
	text-align: left;
	width: 160px;
	position: absolute;
	top: 420px;
	padding-top: 20px;
	left: 140px; 
	bottom: 0;
	z-index: 1;
	color: white;
	font-weight: normal;
	font-style: normal;
}

img.project_detail {
	border: 0;
	position: absolute;
	top: 0;
	left: 340px;
	max-height: 100%;
}

div.project_detail_info {
	background-color: black;
	vertical-align: top;
	width: 300px;
	margin: 0;
	border-right: 1px solid #7f7f7f;
	font-size: 11px;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	padding-right: 40px;
}

div.project_detail_images1 {
	vertical-align: top;
	text-align: left;
	width: 40px;
	position: absolute;
	top: 120px;
	left: 30px;
	height: 30%;
	z-index: 1;
}

div.project_detail_images2 {
	vertical-align: top;
	text-align: left;
	width: 40px;
	position: absolute;
	top: 120px;
	left: 80px;
	height: 30%;
	z-index: 1;
}

td.project_detail_extra {
	padding-left: 10px;
	text-align: left;
	vertical-align: top;
}

img.project_detail_extra {
	width: 40px;
	margin-top: 10px;
	border: 1px solid gray;
}

div.project_detail_description {
	vertical-align: top;
	text-align: left;
	width: 160px;
	position: absolute;
	top: 0;
	padding-top: 20px;
	left: 140px; 
	bottom: 0;
	z-index: 1;
}

div.project_detail_details {
	vertical-align: top;
	text-align: right;
	width: 100px;
	position: absolute;
	top: 0;
	left: 20px; 
	bottom: 0;
	z-index: 1;
	padding-top: 20px;
}

span.upper {
	text-transform: uppercase;
}

div.project_detail_info a {
	color: #488FC0;
}
