/* CSS Document */

/* Global Styles
--------------------------------------------------------------- */

p {
	line-height: 1.4em;
}

body, html {
	min-height: 101%;
}

body {
	text-align: left;
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background: url(../../images/misc/bodyBg.jpg) top repeat-x #fff;
	margin: 0px;
}

a:link, a:visited, a:focus {
	color: #0000FF;
	text-decoration: underline;
	outline: none;
}

a:hover, a:active {
	color: #000;
	text-decoration: underline;
}

a img {
	border: none;
}

h1 {
	font-size: 3.0em;
	font-weight: bold;
	color:#0b2e82;
	font-style:italic;
}

h2 {
	font-size: 2.0em;
	font-weight: bold;
	color:#0b2e82;
	font-style:italic;
}

h3 {
	font-size: 1.6em;
	font-weight: normal;
	color:#466bc3;
	font-style:italic;
}

/* Container Styles
--------------------------------------------------------------- */

#container {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	font-size: 1.2em;
}

	#contentContainer {
		width: 960px;
		position: absolute;
		z-index: 1;
		top: 420px;
	}
	
/* Main Styles
--------------------------------------------------------------- */

		#main {
			float: left;
			width: 660px;
			padding: 10px 20px;
		}
		
			blockquote {
				width:570px;
				background:url(../../images/layout/blockquoteBg.jpg) top center repeat-y;
				color:#fff;
			}
			
				blockquote  h2 {
					font-size:3em;
					font-style:italic;
					font-weight:bold;
					padding:15px 15px 0px 25px;
					margin:0;
					color:#fff;
				}
			
				blockquote ul {
					float:left;
					text-transform:uppercase;
					font-weight:bold;
				}
				
					blockquote ul li {
						width:230px;
						padding:3px 0px;
					}
		
/* Sidebar/CTA Styles
--------------------------------------------------------------- */
		
		#ctaWrap {
			border-top:1px solid #627fc4;
			border-right:1px solid #627fc4;
			height:154px;
			width:958px;
			background-color:#224392;
			position:absolute;
			top:277px;
			left:0px;
		}
		
			#ctaWrap div.cta {
				width:260px;
				height:154px;
				background:url(../../images/layout/ctaBlueBg.jpg) top center repeat-x;
				border-right:1px solid #789add;
				float:left;
				position:relative;
			}
			
				#ctaWrap div.cta h2 {
					font-weight:bold;
					color:#fff;
					position:absolute;
					left:10px;
					top:10px;
					font-size:2.0em;
					text-transform:uppercase;
					margin:0;
					padding:0;				
				}
					
					#ctaWrap div.cta p {
						color:#fff;
						position:absolute;
						left:118px;
						top:60px;
						margin:0;
						padding:0;
						font-size:1em;
						line-height:0.9em;
						padding-right:10px;
					}
					
					#ctaWrap div.cta a {
						display:block;
						width:104px;
						height:31px;
						position:absolute;
						bottom:20px;
						right:20px;
						color:#fff;
						background:url(../../images/layout/ctaLinkBg.jpg) center center no-repeat;
						text-decoration:none;
						padding:3px 10px;
					}
					
						#ctaWrap div.cta a:hover {
							text-decoration:underline;
						}
					
					#ctaWrap div.cta img {
						position:absolute;
						left:0px;
						bottom:0px;
					}
					
				
		#sidebar {
			float: right;
			width: 190px;
			background:url(../../images/layout/sidebarBg.jpg) top left repeat-y #f1ff91;
			padding:20px 30px;
			margin-top:-30px;
		}
		
			#sidebar h2 {
				text-transform:uppercase;
				color:#0b2e82;
				font-weight:bold;
				margin:0;
				padding:0;
				font-size:2.1em;
				text-align:center;
			}
			
				#sidebar p.sub {
					color:#636363;
					font-weight:bold;
					margin:0;
					padding:0;
					text-align:center;
					font-size:1.1em;
				}
				
				#sidebar p.details {
					color:#636363;
					font-weight:bold;
					margin:5px 0px 0px 0px;
					padding:0;
					text-align:left;
					font-size:1.0em;
					line-height:1.1em;
				}
				
				.listing {
					border-bottom:2px dotted #0b2e82;
				}
				
					.listing p {
						color:#0b2e82;
						font-size:0.9em;
						font-weight:bold;
						padding:2px 0px;
						margin:0;
					}
				
				div.thumbWrap {
					border:1px solid #035471;
					background-color:#dddddc;
					padding:2px 0px;
					font-size:1px;
					text-align:center;
					position:relative;
					margin:10px 0px;
				}
				
					div.thumbWrap img {
						margin:0;
						padding:0;
					}
					
					div.thumbWrap .downloadPdf {
						position:absolute;
						bottom:-13px;
						right:0px;
					}
				div.propertyListing {
					border:1px solid #0B2E82;
					background-color:#FCFEE8;
					padding:2px 0px 10px 0px;
					text-align:left;
					position:relative;
					margin:15px 0px;
					border:1px solid #035471;
					min-height:150px;
				}
				
					div.propertyListing p {
						width:260px;
						margin-top:5px;
						margin-bottom:5px;
					}
					
					div.propertyListing p span {
						display:block;
					}
				
					 div.propertyListing a.thumb {
					 	position:absolute;
						top:5px;
						right:5px;
					 }
					 
					  div.propertyListing a.thumb img {
					  	border:1px solid #035471;
						background-color:#dddddc;
					  }
						 div.propertyListing a.pdf {
							position:absolute;
							bottom:-13px;
							right:0px;
							border:0;
							background:none;
						}
						
						 div.propertyListing a.delete {
						 	position:absolute;
							left:10px;
							bottom:10px;
						 }
						 
						  div.propertyListing a.edit {
						 	position:absolute;
							left:100px;
							bottom:10px;
						 }
					 
					 p.category {
					 	position:absolute;
						right:10px;
						top:95px;
						width:180px;
						text-align:right;
						font-weight:bold;
						font-size:1.2em;
					 }
					 
					 p.saleType {
					 	position:absolute;
						right:10px;
						top:120px;
						width:180px;
						text-align:right;
						font-weight:bold;
						text-transform:uppercase;
						font-size:1.3em;
					 }
		
		.ucase {text-transform:uppercase;}
		
/* Header Styles
--------------------------------------------------------------- */

#header {
	width: 958px;
	height: 164px;
	position: absolute;
	z-index: 1;
	top: 110px;
	left: 0px;
	background-color:#0B2E82;
	border-top:1px solid #9faccf;
	border-left:1px solid #445f9f;
	border-bottom:1px solid #006d90;
}

	#logo {
		width: 315px;
		height: 76px;
		float: left;
		position:absolute;
		top:45px;
		left:45px;
	}
	
	img#headerImg {
		position:absolute;
		top:-62px;
		right:0px;		
	}
	
	p.headerContactInfo {
		color:#0b2e82;
		font-weight:bold;
		text-align:right;
		position:absolute;
		top:-50px;
		right:0px;
		font-size:1.2em;
	}
	
	.ctaRight {
		padding:10px 0px 10px 30px;
		float:left;
		width:350px;
		font-size:1.2em;
		font-style:italic;
	}
	
		.ctaRight  p {
			color:#fff;
			line-height:1.6em;
			margin:0;padding:0;
		}
	
		.ctaRight p strong {
			display:block;
			font-size:1.4em;
		}
	
#flashSlideshow {
	background: url(../../images/misc/flashSlideshowBackup.jpg);
}

/* Horizontal Navigation Styles
--------------------------------------------------------------- */

#navigation {
	width: 960px;
	height: 61px;
	z-index: 1;
	position: absolute;
	left: 0px;
	top: 0px;
}

	#navigation ul {
		display: inline;
		list-style: none;
	}
	
		#navigation ul li {
			display: inline;
			margin: 0px;
		}
			  
			#navigation ul li a {
				float:left;
				background: #00216b;
				color: #0b2e82;
				text-transform:uppercase;
				text-decoration:none;
				padding: 20px 24px 10px 24px;
				font-weight: bold;
				font-size: 1.0em;
				display:block;
				background:url(../../images/layout/nav/navBg.jpg) top right no-repeat;
				height:61px;
			}
			
				#navigation ul li a.rightLink {
					border: none;
				}

				#navigation ul li a:hover {
					color:#fff;
				}
				
#navigation .index-a {
	background-image:url(../../images/layout/nav/navHomeBg.jpg);
	width:105px;
	padding:0;
}

#navigation .email-a {
	background-image:url(../../images/layout/nav/navEmailBg.jpg);
	width:100px;
	padding:0;
}

	#navigation span {display:none;}

/* Footer Styles
--------------------------------------------------------------- */

#footer {
	clear: both;
	width: 940px;
	color: #fff;
	background:url(../../images/layout/footerBg.jpg) top center repeat-x #0b2e82;
	padding: 20px 10px 10px 10px;
	font-size: 0.9em;
}

	#footer .index-a, #footer .contact-a {
		display: none;
	}

	#footer h2 {
		font-weight: bold;
		margin: 0px;
		color: #fff;
		padding: 3px 5px;
		font-size: 1.2em;
		font-style: italic;
		width: 250px;
	}
		
	#footer li {
		list-style: none;
	}
	
	#footer p, #footer ul {
		margin: 0px;
		padding: 0px;
	}

	#footer a {
		white-space: nowrap;
		color: #fff;
		text-decoration: underline;
	}
	
	#footer a:hover {
		color: #ffcc00;
		text-decoration:underline;
	}

/* Footer Services Styles
--------------------------------------------------------------- */	

	#footer #footer-services {
		float: left;
		width: 250px;
		margin: 0px;
	}
	
		#footer #footer-services ul li {
			float: left;
		}
	
			#footer #footer-services ul li a {
				float: left;
				width: 230px;
				padding: 3px 5px;
				border-bottom: 1px dotted #777;
			}
		
/* Footer Areas Styles
--------------------------------------------------------------- */	

	#footer #footer-areas {
		float: left;
		width: 320px;
	}
	
		#footer #footer-areas h2 {
			width: 300px;
		}
	
		#footer #footer-areas ul {
			float: left;
			width: 155px;
		}
	
		#footer #footer-areas ul li {
			float: left;
			width: 125px;
			padding: 3px 5px;
			border-bottom: 1px dotted #777;
		}
		
/* Footer Right Styles
--------------------------------------------------------------- */	

	#footer #footer-right {
		float: left;
		width: 190px;
	}
	
		#footer #footer-right h2 {
			width: 170px;
		}
		
		#footer #footer-right p {
			line-height: 20px;
			padding: 3px 5px;
		}
				
/* Footer Right Styles2
--------------------------------------------------------------- */	

	#footer #footer-right2 {
		float: left;
		width: 165px;
	}
	
		#footer #footer-right2 h2 {
			width: 155px;
		}
		
			#footer #footer-right2 ul li {
				float: left;
			}
					
			#footer #footer-right2 ul li a {
				float: left;
				width: 165px;
				padding: 3px 5px;
				border-bottom: 1px dotted #777;
			}
		
		#footer #footer-right2 p {
			line-height: 20px;
			padding: 3px 5px;
		}
		
		#footer #footer-right2 .bottomLink {
			margin-bottom: 5px;
		}
		
		
/* Footer Bottom Styles
--------------------------------------------------------------- */	

	#footer #footer-bottom {
		width: 940px;
		clear: both;
		float: left;
		margin: 10px 0px 0px 0px;
		text-align: center;
	}

/* Image Styles
--------------------------------------------------------------- */

.img-left {
	float: left;
	margin: 0px 10px 10px 0px;
}

.img-right {
	float: right;
	margin: 0px 0px 10px 10px;
}
	
	.img-border {
		border: 1px solid #ccc;
	}
	
/* Generic Styles
--------------------------------------------------------------- */

.clearfix {
	clear: both;
}


/* Admin Styles */

textarea {
	width:400px;
	height:100px;
}

ul#adminNav {
	width:180px;
	float:left;
	margin:0;
	padding:0;
	list-style-type:none;
}

	ul#adminNav li {
		padding:2px 0px;
	}
	
	ul#adminNav ul {
		margin:0;
		padding:0;
		list-style-type:none;
	}
	
		ul#adminNav ul li {
			padding-left:25px;
			background:url(../../images/layout/adminInnerNavBg.jpg) left center no-repeat;
		}

#adminContent {
	width:450px;
	padding-left:20px;
	float:left;
	border-left:1px solid #666;
}

	#adminContent h2 {
		position:absolute;
		top:25px;
		left:220px;
	}


div.propertyListing {
	width:430px;
	padding:0px 15px 15px 10px;
	position:relative;
}

#adminContent div.propertyListing {
	padding:0px 15px 35px 10px;
}
	p span {
		font-style:italic;
	}

	 p.name {

		font-weight:bold;
		font-size:1.3em;
	}
	
	input, select, textarea {display:block;}
	
	
	.contact-left {
		width:200px;
		float:left;
	}
	
	.contact-right {
		width:450px;
		float:right;
	}
	
	.botBuster {
		display:none;
	}