@charset "utf-8";

/* Global Stylesheet */
/* Developed by InMotion */


/* --------------------------------------- */
/* --( Style Sheet Import )-- */
/* --------------------------------------- */

@import url(nav.css);

/* --------------------------------------- */
/* --( Global Styles )-- */
/* --------------------------------------- */

html {
	font: 62.5%/1.25 arial, helvetica, sans-serif;
	background: #D4D4D4 url(../_img/html_bg.gif) repeat-x center 160px;
}
body {
	margin: 0;
	padding: 0;
	font-size: 1.2em;
	background: url(../_img/page_bg.gif) repeat-x left top;
}
#wrap {
	background:transparent url(../_img/wrap_bg.gif) repeat-y scroll center top;
	margin:0pt auto;
	width:911px;
}

/* --------------------------------------- */
/* --( Global Classes )-- */
/* --------------------------------------- */

	/* self clearing rules */
	.selfclear:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
	.selfclear { display: inline-block; _height: 1%; }
	/* Hides from IE-mac \*/
	.selfclear { display: block; }
	/* End hide from IE-mac */
	
	.nodisp {
		margin: 0;
		width: 0;
		height: 0;
		display: block;
		overflow: hidden;
	}
	
/* --------------------------------------- */
/* --( Main Container )-- */
/* --------------------------------------- */

	#main_container {
		width: 911px;
		margin: 0 auto;
		background: url(../_img/content_bg.gif) no-repeat top;
		min-height: 600px;
		height: auto !important;
		
	}
	
/* --------------------------------------- */
/* --( Header )-- */
/* --------------------------------------- */
	#header {
		position: relative;
	}

	/* --( Logo )-- */
		#header h1 {
			margin: 0;
			padding: 8px 0 0 25px;
			float: left;
		}
		#header h1 a {
			display: block;
			width: 106px;
			height: 95px;
			text-indent: -3000px;
			background: url(../_img/head_logo.gif) no-repeat;
			margin:0;
		}
		#header p#rs {
			float: left;
			margin: 0; 
			font-family: Arial, Helvetica, sans-serif;
			font-style: normal;
			font-size: 3em;
			letter-spacing: normal;
			position: absolute;
			left: 140px;
			top: 36px;
			padding: 0;
		}
		
	/* --( Phone Number )-- */
		#header p {
			display: block;
			padding: 23px 17px 0 0;
			margin: 0;
			float: right;
			color: #FEFEFE;
			text-align: right;
			font: 1.5em Georgia, "Times New Roman", Times, serif;
			font-weight: bold;
			font-style: italic;
			letter-spacing: .13em;
			overflow: auto;
		}
		
	/* --( Main Navigation )-- */
		#header ul,
		#header ul li {
			margin: 0;
			padding: 0;
		}
		#header ul {
			display: block;
			float: right;
			clear: right;
			padding: 0 19px 0 0;
			margin-top: 14px; /* Fixes an IE bug */
			width: 620px;
		}
		#header ul li {
			list-style: none;
			display: inline;
		}
		#header ul li a {
			display: block;
			float: left;
			width: 103px;
			text-align: center;
			padding: 13px 0 5px;
			color: #616161;
			font: 1.2em Verdana, Arial, Helvetica, sans-serif;
			font-weight: bold;
			background-image: url(../_img/nav_bg.jpg);
			background-repeat: no-repeat;
			text-decoration: none;
		}
		#header ul li a:hover {
			background-position: -103px 0px;
		}
		
		/* --( Drop Down )-- */
			#header ul li ul {
				background: #FFFFFF;
				border: 1px solid #CCCCCC;
			}
			#header ul li ul li {
				border-bottom: 1px solid #CCCCCC;
			}
			#header ul li.about_us ul {
				width: 100px; /* Define dropdown width */
			}
			#header ul li.about_us ul li a {
				width: 92px; /* Subtract link padding L&R from dropdown width */
			}
			#header ul li ul li a {
				width: auto;
				text-align: left;
				padding: 4px;
				color: #00add8;
				font: 1em Verdana, Arial, Helvetica, sans-serif;
				font-weight: normal;
				background: transparent;
				text-decoration: none;
			}
			#header ul li ul li a:hover {
				background: #998d7a;
				color: #FFF;
			}
			#header ul li:hover ul, /* pure CSS hover is removed below */
			#header ul li.sfHover ul {
				top: 35px;
			}
		
/* --------------------------------------- */
/* --( Content )-- */
/* --------------------------------------- */

	#content {
		width: 620px;
		float: left;
		padding: 15px 0 0 17px;
	}
	#content .img {
		margin: 0;
	}
	#content h2 {
		font: 2.167em "Times New Roman", Times, serif;
		font-weight: normal;
		color: #007B85;
		margin: .8em 0;
		border-bottom: 1px dotted #AAA;
	}
	#content h3 {
		font: 1.667em "Times New Roman", Times, serif;
		font-weight: normal;
		margin: .75em 0;
		color: #1EA2AB;
	}
	#content p {
		line-height: 1.5em;
	}
	#content .sep {
		display: block;
		height: 21px;
		margin: 10px 0;
		background: url(../_img/para_sep.gif) no-repeat center;
	}
	#content dt {
		font: 1.5em "Times New Roman", Times, serif;
		color: #666;
	}
	#content dd {
		margin: 0;
	}
	#content dt img {
		float: left;
		padding-right: 15px;
		padding-bottom: 1em;
	}
/* --------------------------------------- */
/* --( Testimonials )-- */
/* --------------------------------------- */

	#testimonials {
		width: 248px;
		float: right;
		background-image: url(../_img/testimonial_bg.gif);
		background-repeat: no-repeat;
		background-position: 0px 3px;
		min-height: 295px;
		height: auto !important;
		height: 295px;
		padding: 3px 11px 0 0;
	}
	#testimonials.owners {
		background-image: url(../_img/testimonial_bg-owners.gif);
	}
	#testimonials.owners p a{
		padding-top: 180px;
		display: block;
		font: 1.5em "Times New Roman", Times, serif;
		color: #1EA2AB;
		text-align: center;
		position: relative;
	}
	#testimonials h3 {
		display: block;
		margin: 0;
		padding: 5px 0 15px;
		font-family: "Times New Roman", Times, serif;
		font-weight: normal;
		color: #FAFAFA;
		text-align: center;
		font-size: 2.5em;
		letter-spacing: .04em;
	}
	#testimonials p {
		padding: 0 17px;
		line-height: 1.5em;
	}
	#testimonials p.name {
		text-align: right;
		font-size: .9em;
	}
	
	#testimonials ul {
		margin: 0;
		padding: 0 17px;
		list-style: none;
	}
	#testimonials li h4 {
		font: 1.5em "Times New Roman", Times, serif;
		font-weight: normal;
		margin: 1em 0 0;
	}
	#testimonials ul a {
		color: #1EA2AB;
	}
	#testimonials ul ul li, #testimonials .faq li {
		list-style: square;
		font-size: 1.167em;
		margin: .583em 0;
	}
	#testimonials .faq {
		padding: 0 17px 0 30px;
	}
	#testimonials dt {
		text-align: center;
	}
	#testimonials dd {
		margin-left: 0;
		text-align: center;
	}
/* --------------------------------------- */
/* --( Feature )-- */
/* --------------------------------------- */

	#feature {
		width: 248px;
		float: right;
		clear: right;
		padding: 7px 11px 0 0;
		background-image: url(../_img/feat_bg.gif);
		background-repeat: no-repeat;
		background-position: 0px 7px;
		min-height: 157px;
		height: auto !important;
		height: 157px;
	}
	#feature h3 {
		display: block;
		text-align: center;
		font: 1.7em "Times New Roman", Times, serif;
		color: #595959;
		font-weight: normal;
		margin: 0;
		padding: 8px 0 8px;
	}
	#feature p {
		
		padding: 0 20px;
		line-height: 1.5em;
	}
	
/* --------------------------------------- */
/* --( Footer )-- */
/* --------------------------------------- */

	#footer {
		clear: both;
		display: inline-block;
		width: 100%;
		background-image: url(../_img/footer_bg.gif);
		background-repeat: no-repeat;
		background-position: 0px 0px;
		padding: 36px 0 0 0;
		background-color: #D4D4D4;
		
	}
	#footer p {
		text-align: center;
		font-weight: bold;
		color: #65B5AE;
		font-size: .95em;
		margin: 0;
		padding: 8px 0 0;
	}
	#footer p a {
		color: #65B5AE;
		text-transform: uppercase;
		text-decoration: none;
	}
	#footer p a:hover {
		text-decoration: underline;
		color: #65B5AE;
	}
	#footer p.credit a {
		color: #999;
		text-decoration: underline;
		text-transform: none;
	}
	/* Index Service Listing */
dl.services {
	margin-top: 32px;
}
dl.services dt span{	
	font: 27px "Times New Roman", Times, serif;
	font-weight: normal;
	color: #007B85;
	padding-bottom: .125em;
	margin-top: 200px;
}
dl.services dd {
	margin-left: 0;
	border-top: 1px dotted #999;
	margin-bottom: 2em;
}
dl.services dd p img {
	float: left;
	margin: 0 1em 1em 0;
	
}
dl.services dd p a {
	float: right;
	display: block;
	text-decoration: none;
	font-size: 12px;
}
dl.services dd ul {
	padding-left: 20px;
	margin-left: 0;
}
dl.services dd li {
	margin: .56em 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.33em;
	line-height: 1.125em;
	color: #616F93;
}
dl.services dd li a {
	color: #44537A;
}
dl.services dd p span {
	width: 130px;
	margin-right: 1em;
	display: block;
	float: left
}
dl.property dd p a { float: left; }
dl.property dd p a img { border: none; padding-bottom: 25px; }

/* self clearing rules */

	.selfclear:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }

	.selfclear { display: inline-block; _height: 1%; }

	/* Hides from IE-mac \*/

	.selfclear { display: block; }

	/* End hide from IE-mac */
	