/*----------------------------------
	website: Capital Realty Advisors
	ver. 1.0
	design: Property Line
	Date: March 30, 2009
----------------------------------*/
/*---Global Reset---*/
html, body, div, span, applet, object, iframe, table, caption, tbody, tfoot, thead, tr, th, td, 
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, 
dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	vertical-align: baseline;
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
	}
/* remember to define focus styles! */
:focus { outline: 0; }
body { font-size: 62.5%; font-family: Verdana, Helvetica, Arial, sans-serif; background: white; line-height: 1; color: #909090; height: 100%;}
ol, ul { list-style: none; }
/* tables still need cellspacing="0" in the markup */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { font-weight: normal; text-align: left; }
/* remove possible quote marks (") from <q> & <blockquote> */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
html, body { height: 100%;}
/*----------------------------------
	Layout Styles
----------------------------------*/
#wrapper-main {
	width: 100%;
	background: #ffffff;
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

#wrapper-header-index,
#wrapper-header-properties,
#wrapper-header-services,
#wrapper-header-about,
#wrapper-header-contact {
	overflow: hidden;
	width: 100%;
	height: 116px;
}
	#wrapper-header-index { background: #ffffff url(../images/bgs/caprealty_home_01.jpg) no-repeat;}
	#wrapper-header-properties { background: #ffffff url(../images/bgs/caprealty_properties_01.jpg) no-repeat;}
	#wrapper-header-services { background: #ffffff url(../images/bgs/caprealty_services_01.gif) no-repeat;}
	#wrapper-header-about { background: #ffffff url(../images/bgs/caprealty_about_01.jpg) no-repeat;}
	#wrapper-header-contact { background: #ffffff url(../images/bgs/caprealty_contact_01.jpg) no-repeat;}
	
	
	#wrapper-header-sub {
		background: none;
		overflow: hidden;
		width: 100%;
		height: 116px;
	}
	
#branding {
	width: 100%;
	margin: 25px 0 0 123px;
}
	#branding-sub {
		width: 100%;
		margin: 25px 0 0 10px;
	}
	
/*---main navigation---*/
#nav-main {
	width: 996px;
	overflow: hidden;
}
	#nav-main ul {
		float: right;
	}
		#nav-main ul li {
			float: left;
		}
			#nav-main ul li a {
				float: left;
				display: block;
				padding: 5px 10px;
				margin: 0 5px;
				color: #909090;
				font-size: 1.2em;
				font-weight: bold;
				text-decoration: none;
			}
				#nav-main ul li a:hover {
					color: #1e3655;
				}
				#nav-main ul li a.current {
					color: #1e3655;
				}
				
#wrapper-content {
	width: 100%;
	padding-bottom: 60px;
}
	#content-inner {
	}
		#content-inner #intro,
		#content-inner #properties-intro,
		#content-inner #services-intro,
		#content-inner #about-intro,
		#content-inner #contact-intro {
			width: 100%;
			background: url(../images/bgs/caprealty_center_bgptn_03.jpg) repeat-x;
		}
			#content-inner #intro-inner {
				width: 646px;
				height: 198px;
				padding: 70px 0 0 340px;
				background: url(../images/bgs/caprealty_center_bgimg_02.jpg) no-repeat;
			}
				#content-inner #index-intro-inner h2,
				#content-inner #about-intro-inner h2,
				#content-inner #properties-intro-inner h2,
				#content-inner #services-intro-inner h2,
				#content-inner #contact-intro-inner h2 {
					font-size: 1.8em;
					color: #1e3655;
					padding-bottom: 10px;
				}
				#content-inner #index-intro-inner p,
				#content-inner #about-intro-inner p,
				#content-inner #properties-intro-inner p,
				#content-inner #services-intro-inner p,
				#content-inner #contact-intro-inner p {
					font-size: 1.2em;
					color: #ffffff;
					line-height: 1.8em;
				}
				#content-inner #contact-intro-inner a {
					color: #ffffff;
				}
		#content-inner #index-intro-inner,		
		#content-inner #properties-intro-inner,
		#content-inner #services-intro-inner,
		#content-inner #about-intro-inner,
		#content-inner #contact-intro-inner {
			width: 646px;
			height: 198px;
			padding: 70px 0 0 340px;
		}
		#content-inner #index-intro-inner { background: url(../images/bgs/caprealty_home_03.jpg) no-repeat; }
		#content-inner #properties-intro-inner { background:url(../images/bgs/caprealty_properties_03.jpg) no-repeat; }
		#content-inner #services-intro-inner { background: url(../images/bgs/caprealty_services_03.jpg) no-repeat; }
		#content-inner #about-intro-inner { background: url(../images/bgs/caprealty_about_03.jpg) no-repeat; }
		#content-inner #contact-intro-inner { background: url(../images/bgs/caprealty_contact_02.jpg) no-repeat; }

		#content-inner #title-bar {
			padding: 20px 0 10px 350px;
			background: url(../images/bgs/caprealty_center_bgptn_03.jpg) repeat-x;
		}
			#content-inner #title-bar h2 {
				color: #ffffff;
				font-size: 1.8em;
			}
			
#content-main {
	padding: 25px 0 40px 340px;
	background: url(../images/bgs/caprealty_bottom_bgbar_03.gif) repeat-x;
	overflow: hidden;
}

	#content-main .contact-info {
		float: left;
		width: 310px;
	}
		#content-main .contact-info ul {
			font-size: 1.1em;
			line-height: 1.6em;
			margin-bottom: 15px;
		}
			#content-main .contact-info ul a {
				color: #1e3655;
				text-decoration: none;
			}
			#content-main .contact-info ul a:hover {
				border-bottom: 1px dotted #1e3655;
			}
		
#content-main #content-right {
	width: 700px;
	margin-bottom: 40px;
	overflow: hidden;
}
	#content-main #content-right h2 {
		font-size: 1.4em;
		color: #1e3655;
	}
	#content-main #content-right h3 {
		font-size: 1.4em;
		color: #1e3655;
	}
	#content-main #content-right p,
	#content-main #content-right ul {
		margin: 10px 0 20px;
		font-size: 1.2em;
		line-height: 1.6em;
	}
	#content-main #content-right ul {
		list-style: disc;
		padding-left: 15px;
	}
	#content-main #content-right ul#external {
		list-style: none;
	}
	#content-main #content-right ul a.external {
		color: #1e3655;
		font-weight: bold;
		text-decoration: none;
	}
		#content-main #content-right ul a.external:hover {
			text-decoration: underline;
		}
	#content-main #content-right img {
		margin-bottom: 20px;
		border: 3px solid #909090;
	}

	#content-right .module {
		width: 320px;
		margin-right: 10px;
		float: left;
		display: inline;
	}
		#content-right .module h2 {
			padding-bottom: 10px;
		}
			#content-right .module h2 a {
				text-decoration: none;
			}
			#content-right .module h2 a:visited {
				color: #1e3655;
			}
		#content-right .module img {
			border: 3px solid #909090;
		}
		#content-main #content-right .module ul {
			margin-left: 10px;
		}
		#content-right .module span {
			float: right;
			margin-right: 10px;
			font-size: 1.1em;
		}
		#content-right .module span a {
			color: #1e3655;
			display: block;
			text-decoration: none;
			padding: 5px 0;
		}
			#content-right .module span a:hover {
				text-decoration: underline;
			}
			
/*----------------------------------
	Profile styles
----------------------------------*/
#content-right .profile {
	overflow: hidden;
}
	#content-right .profile .profile-img {
		float: left;
	}
	#content-right .profile .profile-info {
		overflow: hidden;
		width: 543px;
	}
	#content-main #content-right .profile-info img {
		margin-bottom: 0;
	}
		#content-main #content-right .profile .profile-info ul {
			float: left;
			list-style: none;
			display: inline;
		}
			#content-main #content-right .profile .profile-info ul li.name,
			#content-main #content-right .profile .profile-info ul li.title {
				font-weight: bold;
				color: #1e3655;
			}
			#content-main #content-right .profile .profile-info ul a {
				text-decoration: none;
				color: #1e3655;
			}
				#content-main #content-right .profile .profile-info ul a:hover {
					border-bottom: 1px dotted #1e3655;
				}
/*
#content-right .services,
#content-right .about,
#content-right .properties,
#content-right .contact {
	margin-left: 25px;
}
*/
/*----------------------------------
	Footer styles
----------------------------------*/
#wrapper-footer {
	position: absolute;
	bottom: 0;
	height: 60px;
	width: 100%;
}

#footer-details {
}
	#footer-details p.nav-footer {
		width: 686px;
		padding-left: 315px;
		margin-bottom: 10px;
		text-align: center;
	}
		#footer-details p.nav-footer a {
			padding: 3px 10px;
			color: #909090;
			text-decoration: none;
		}
			#footer-details p.nav-footer a:hover {
				color: #1e3655;
			}
		#footer-details .address {
			font-size: 1em;
			width: 686px;
			margin: 0 0 5px 315px;
			line-height: 1.8em;
		}
			#footer-details .address p {
				text-align: center;
			}
			#footer-details .address p a {
				color: #1e3655;
				text-decoration: none;
			}
			#footer-details .address p a:hover {
				text-decoration: underline;
			}
		#footer-details .copyright {
			height: 20px;
			padding-left: 315px;
			line-height: 1.8em;
			background: #909090;
			color: #ffffff;
		}
			#footer-details .copyright p {
				width: 686px;
				text-align: center;
			}
			#footer-details .copyright a {
				color: #ffffff;
				text-decoration: none;
			}
			#footer-details .copyright a:hover {
				border-bottom: 1px dotted #ffffff;
			}


/*----------------------------------
	PLConnect
----------------------------------*/
#content-right .plconnect {
	margin: 25px 0 15px;
}
	div#connect #results .header, div#connect #results .header td, div#connect #results .footer, #connect #results .footer td {
		background: #92A4B2 !important;
		color:#ffffff !important;
		font-family:Arial,Helvetica,sans-serif;
		font-size:8pt;
		padding:4px 8px;
		vertical-align:baseline;
	}
	#connect #results table#listings div.address a,
	#connect #results table#listings td.attachments a {
		color:#3B8DBF !important;
		font-weight: bold;
	}

	div#connect #results .toolbar, div#connect #results .toolbar td {
		background: #D1E4EF;
	}

/*----------------------------------
	Form Styles
----------------------------------*/
#content-main #content-right #contact-form p {
	margin: 5px 0;
	padding: 0;
}

#contact-form div {
	margin: 10px 0;
}
#contact-form div label {
	float: left;
	width: 200px;
	text-align: right;
	padding-right: 15px;
}
#contact-form div.submit {
	margin-left: 215px;
}

#content-main #content-right p.asterisk {
	font-size: 1em;
	font-style: italic;
}

#content-main #content-right #contact-form .required p {
	font-size: 1.1em;
	font-style: italic;
	margin-left: 215px;
}

span.red {
	color: #ec0b0b;
}

/*----------------------------------
	Login form
----------------------------------*/

form#login-form label {
	float: left;
	width: 200px;
	text-align: right;
	padding-right: 15px;
}
form#login-form div {
	margin: 10px 0;
}
form#login-form div.submit {
	margin-left: 215px;
}