/* 
------------------------------------
Prudential Blake Atlantic Commercial

Content's Stylesheet

http://www.prublakeatlantic.com

Created by: Noni Purnama
------------------------------------
*/


/* General*/

html, body {
	margin: 0;
	padding: 0;
	background: white;
	color: #000;
}

body {
	min-width: 880px;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 100%;
}

#wrapper_content {
	margin: 30px auto;
	width: 880px;
	background: #286eb6; 
}

#header_content {
	width: 880px;
	height: 196px;
}

#header_content_left {
	width: 643px;
	height: 184px;
	float: left;
}

#header_content_right {
	width: 237px;
	height: 184px;
	float: right;
}

#header_content_right_top {
	height: 53px;
}

#header_content_right_bottom {
	height: 131px;
}

h1 {
	font-size: 0.9em;
	font-weight: bold;
}

p {
	font-size: 0.8em;	
}

.bold {
	font-weight: bold;
}

img {
	border: 0;
}

a {
	font-weight: bold;
	text-decoration: none;
	color: #254077;
}

a:hover {
	color: #951108;
	text-decoration: underline;
}


/* Content */

#page_title {
	background: #286eb6;
	padding: 0px 13px 8px 14px;
	border-bottom: 1px dotted white;
	color: white;
	font-size: 0.9em;
	font-weight: bold;
	text-transform: uppercase;
}

#page_title a {
	color: white;
	font-weight: bold;
	text-transform: uppercase;
}

#page_title a:hover {
	color: #FFD515;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

#content {
	background: #C4D5F8;
	float: left;
	width: 720px;
	min-height: 320px;
	padding: 13px 13px 13px 14px;
}

ul.menu_service {
	margin-left: 15px;
	padding: 0;
}

li.menu_service {
	list-style-type: disc;
	font-size: 0.8em;
}

li.nol {
	list-style-type: none;
	margin-left: -15px;
	font-size: 0.8em;
}

ul.resources {
	margin-left: 0px;
	padding: 0;
}

li.resources{
	list-style-type: none;
	font-size: 0.8em;
}

ul.client_list {
	margin-left: 0px;
	padding: 0;
	
}

li.client_list {
	list-style-type: none;
	font-size: 0.8em;;
}

ol.selling_strategy {
	margin-left: 28px;
	padding: 0;
}

li.selling_strategy {
	list-style-type: upper-alpha;
	font-size: 0.8em;
}

iframe {
	width: 720px;
	height: 550px;
	border: 1px dotted white;
	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;
}


.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;
}

.backtoplink {
	text-align: right;	
}

#clientlist_col1 {
	width: 240px;
	float: left;
}

#clientlist_col2 {
	width: 240px;
	float: left;
}

#clientlist_col3 {
	width: 240px;
	float: right;
}

#career_img {
	float: left; 
	padding: 0px 10px 10px 0px;
}


/* Side Menu */

.side_menu{
	background: #286eb6; 
	float: right;
	width: 133px;
}

.side_menu ul {
	float: left;
	width: 133px;
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1.5em;
}

.side_menu li {
	padding-left: 10px;
	border-bottom: 1px dotted white;
}

.side_menu li a {
	display: block;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 0.9em;
	color: white;
}

.side_menu li:hover {
	background: #254077;
}

.side_menu li:hover > a {
	text-decoration: none;
	color: #FFD515;
	background: #254077;   
}


/* Footer */

#footer_content {	
	clear: both;
	width: 880px;
	height: 40px;
	background-color: #286eb6;
	text-align: center;
	border-top: 1px dotted white;
}

.copyright {
	margin-top: 7px;
	font-size: 0.6em;
	font-weight: bold;
	color: white;
}