/* GENERAL */

body {
	background: #f5f5f5 url(../images/background.png) repeat-x center top;
	margin: 0px;
	padding: 0px;
	line-height: 1;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	}

p {
	line-height: 1.75em;
	padding: 0;
	margin: 0 0 1em 0;
	color: #333;
	font-size: 0.875em;
}

h4 {
	color: #333;
	font-size: 0.875em;
	margin: 1em 0 0 0;
	line-height: 1.75em;
}

table {
	width: 386px;
	font-size: 0.875em;
	border-collapse: collapse;
	margin: 0 0 1em 0;
	float: left;
}

th {
	background-color: #333;
	color: #fff;
	padding: 13px 16px 8px 14px;
	margin: 0;
	border-bottom: solid 1px #fff;
}

td {
	background-color: #F5F5F5;
	color: #333;
	padding: 10px 16px 5px 14px;
	margin: 0;
	border-bottom: solid 1px #fff;
}

a, img {
	border: 0;
	margin: 0;
	padding: 0;
}

.text_area a, #copyright a {
	color: #4c7b89;
	text-decoration: none;
	border-bottom: solid 1px #4c7b89;
}

.text_area a:hover, #copyright a:hover {
	color: #fff;
	background-color: #4c7b89;
	text-decoration: none;
}

/* LAYOUT */

div#holder {
	position: relative;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-right:auto;
	margin-left:auto;
	width: 960px;
	color: #000;
	text-align: left;
}

div#header {
	height: 353px;
	background-color: #f5f5f5;
}

div#body {
	background-color: #f5f5f5;
	padding: 0 22px 0 22px;
	min-height: 500px;
}

div#footer {
	background-color: #f5f5f5;
	margin-bottom: 20px;
}

div#text_area_holder {
	min-height: 400px;
}

div.text_area {
	background-color: #fff;
	width: 659px;
	float: left;
	padding: 35px;
	border-bottom: solid 25px #f5f5f5;
}


div#left {
	width: 400px;
	float: left;
}

div#right {
	width: 500px;
	float: left;
}

/* SPECIFIC ELEMENTS */

/* Menu */

ul#menu {
	background-color: #f5f5f5;
	width: 187px;
	float:left;
	margin: 0;
	padding: 0;
	line-height: 1.1;
}

ul#menu li {
	list-style: none;
	margin: 0;
	padding: 0;
	border: 0;
}

ul#menu li a {
	background: #4c7b89 url(../images/menu_back.png) no-repeat left top;
	width: 167px;
	padding: 10px;
	color: #fff;
	font-size: 1em;
	font-family: "Arial Black", Arial, sans-serif;
	display: block;
	cursor: pointer;
	margin: 0;
	text-decoration: none;
}
	
ul#menu li a.selected, ul#menu li a.selected:hover {
	background: #fff url(../images/menu_back_selected.png) no-repeat left top;
	color: #538695;
	cursor: pointer;
}

ul#menu li a:hover {
	background: #3D626D url(../images/menu_back_hover.png) no-repeat left top;
	color: #fff;
	cursor: pointer;
}

ul#menu li a.certificate_button {
	background: #4c7b89 url(../images/menu_back_download.png) no-repeat left top;
	margin-top: 10px;
}

ul#menu li a:hover.certificate_button {
	background: #3D626D url(../images/menu_back_hover_download.png) no-repeat left top;
	color: #fff;
	margin-top: 10px;
}

#cbre_logo {
	margin: 2em 0 0 0;
}

#pnf_logo {
	margin: 1em 0 2em 0;
}

ul#menu a#cbre_link, ul#menu a#pnf_link {
	background-color: #f5f5f5;
	background-image: none;
}

div.text_area img {
	float: right;
}

div.text_area p, div.text_area h4 {
	float: left;
	width: 386px;
}

div.text_area h2 {
	float: left;
	width: 386px;
	color: #4d6270;
	font-size: 1.25em;
	font-family: "Arial Black", Arial, sans-serif;
	padding: 0 0 0.5em 0;
	margin: 0;
}

div.text_area ul {
	float: left;
	width: 346px;	
	line-height: 1.5em;
	padding: 0 0 0 40px;
	margin: 0 0 1em 0;
	color: #333;
	font-size: 0.875em;
}

#photos_holder {
	background: #abc2b4 url(../images/photos_top.png) no-repeat center top;
	width: 703px;
	float: left;
}

.photos {
	background: #abc2b4 url(../images/photos_top.png) no-repeat center top;
	width: 703px;
	padding: 15px 15px 2px 15px;
}

div.text_area .photoset_inbody {
	width: 603px;
}

div.text_area .photoset_inbody img {
	float: left;
	border: 5px solid #ABC2B4;
	margin:0 10px 10px 0;
}

#photos_bottom {
	background: #f5f5f5 url(../images/photos_bottom.png) no-repeat center top;
	height: 13px;
	width: 733px;
	padding: 0;
	margin: 0;
}

.photos h1 {
	color: #fff;
	font-size: 1em;
	font-family: "Arial Black", Arial, sans-serif;
	padding: 0 0 0.5em 0;
	margin: 0;
}

.photos img {
	border: solid 5px #fff;
	margin: 0 10px 10px 0;
}

a#PDF_button, a#PDF_button img {
	float: right;
	width: 159px;
}

p#copyright {
	text-align: center;
	line-height: 1.75em;
	padding: 0;
	margin: 0 0 40px 0;
	color: #333;
	font-size: 0.75em;
}