/* 
------------------------------------
Prudential Blake Atlantic Commercial

http://www.prublakeatlantic.com

Created by: Noni Purnama
------------------------------------
*/


/* General */

html, * {
	padding: 0;
}

body {
	background: white;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 100%;
	color: black;
}

#wrap {
	width: 747px;
	margin: auto;
	background: #C4D5F8;
}

#top_banner {
	width: 747px;
	height: 196px;
}

#page_title {
	width: 720px;
	height: 15px;
	padding: 5px 13px 5px 14px;
	background: #286EB6;
	font-size: 0.9em;
	font-weight: bold;
	text-transform: uppercase;
	color: white;
}

#frame {
	width: 720px;
	padding: 13px 13px 13px 14px;
}

#footer {
	float: left;
	width: 747px;
	height: 25px;
	background-color: #286EB6;
	margin-bottom: 30px;
}

.copyright {
	width: 738px;
	margin-top: 6px;
	text-transform: uppercase;
	text-align: center;
	font-size: 0.6em;
	color: white;
}

h1 {
	font-size: 0.9em;
	font-weight: bold;
}

p {
	font-size: 0.8em;	
}

.bold {
	font-weight: bold;
}

img {
	border: 0;
}



/* Page: Home */

#column_left {
	float: left;
	width: 506px;
	height: 348px;
}

#subcolumn_left_photo {
	float: left;
	width: 506px;
	height: 222px;
}

#subcolumn_left_news {
	float: left;
	width: 207px;
	height: 126px;
}

#subcolumn_left_ftproperty {
	float: right;
	width: 299px;
	height: 126px;
	background: url("../images/pb_ftpropertybg.gif") no-repeat 0% 0%;
}

#column_right {
	width: 241px;
	height: 348px;
	float: right;
}

#subcolumn_right_buy {
	width: 241px;
	height: 71px;
}

#subcolumn_right_sell {
	width: 241px;
	height: 77px;
}

#subcolumn_right_lease {
	width: 241px;
	height: 76px;
}

#subcolumn_right_agent {
	width: 241px;
	height: 39px;
}

#subcolumn_right_career {
	width: 241px;
	height: 21px;
}

#subcolumn_right_residential {
	width: 241px;
	height: 21px;
}

#subcolumn_right_about {
	width: 241px;
	height: 21px;
}

#subcolumn_right_comnews {
	width: 241px;
	height: 22px;
}



/* Page: Property */

ul {
	margin-left: 15px;
}

li {
	list-style-type: disc;
	font-size: 0.8em;
}

.nol {
	list-style-type: none;
	margin-left: -15px;
}

a {
	color:  #013592;
	text-decoration: none;
}

a:hover {
	color: red;
	text-decoration: underline;
}

iframe {
	width: 720px;
	height: 400px;
	border: 1px dotted black;
	margin: auto;
}

.container_form {
	width: 650px;
}

#line_padding {
	padding-bottom: 10px;
	font-size: 0.8em;
}

#form_column_left {
	width: 325px;
	padding-top: 10px;
	float: left;
}

#form_column_right {
	width: 325px;
	padding-top: 10px;
	float: right;
}



/* Page: Agents */

.agent {
	padding-bottom: 10px;
}

#agent_col1 {
	float: left;
	width: 360px;
}

#agent_col2 {
	float: right;
	width: 360px;
}

.agent_photo {
	float: left;
	left: 0px;
	border: 1px solid white;
	padding: 4px;
	width: 81px; /* Total width with padding and border 91px: 1px + 4px + 81px +  + 4px + 1px */
	height: 94px;
}

.agent_info {
	float: left;
	margin-left: 8px;
	margin-right: 10px;
	width: 251px;
	height: 125px;
	font-size: 0.8em;
}

.agent_contact {
	float: right;
	margin-left: 8px;
	margin-right: 10px;
	width: 611px;
	height: 125px;
	font-size: 0.8em;
}



/* Page: About */
.backtoplink {
	text-align: right;	
}

#clientlist_col1 {
	width: 240px;
	float: left;
}

#clientlist_col2 {
	width: 240px;
	float: left;
}

#clientlist_col3 {
	width: 240px;
	float: right;
}