/* CSS Document */

/*	---------------- General */

		body,td,th {
			font-family: "Lucida Grande", Lucida Sans, Verdana, Arial, Helvetica, sans-serif;
			font-size: 12px;
			color: #767073;
			}
		body {
			margin: 0;
			padding: 0;
			background-color: #4c4c4c;
			}
		
		h1, h2, h3, h4 {
			margin: 0 0 8px 0;
			padding: 0;
			font-weight: bold;
			line-height: 1.2em;
			color: #d1aa6c;
			}
			h1 {
				font-size: 18px;
				margin: 0 0 20px 0;
				padding: 0 0 6px 0;
				border-bottom: 1px dotted #cacaca; /* IE6 border solid */
				}
			h2 { font-size: 16px; }
			h3 { font-size: 14px; }
			h4 { font-size: 12px; }
		
		p {
			margin: 0 0 15px 0;
			padding: 0;
			line-height: 1.5em;
			}
		
		a {
			color: #d1aa6c;
			text-decoration: underline;
			}
			a:hover { color: #d3b88c; }
			a img  { border: none; }
		
		ul {
			margin: 0 0 15px 40px;
			padding: 0;
			list-style: disc url(../images/construct/bullet-acorn.gif);
			}
			ul li {
				margin: 0;
				padding: 2px 0;
				line-height: 1.5em;
				}
		
/*	---------------- Misc styles */
		
		.emphasize {
			color: #9f8e73;
			font-size: 13px;
			}
		
		.text-left { text-align: left; }
		.text-right { text-align: right; }
		
		img.img-l {
			float: left;
			margin: 5px 15px 12px 0;
			}
		img.img-r {
			float: right;
			margin: 5px 0 12px 15px;
			}
		
		table.clearTable td {
			padding: 2px 0;
			}
		
		div.roundedBox {
			width: 220px;
			}
			div.roundedBox h2 {
				display: block;
				margin: 0;
				padding: 0;
				line-height: 45px;
				text-indent: 15px;
				background: url(../images/construct/sidepanel-header-bg.gif) top no-repeat;
				font-size: 18px;
				font-weight: normal;
				color: #dacfbf;
				}
			div.rbShade {
				width: 220px;
				background: #d1aa6c url(../images/construct/sidepanel-bg-shade.png) top no-repeat; /* IE6 remove bg image */
				}
			div.roundedBox ul {
				margin: 0;
				padding: 10px 12px 16px 12px;
				list-style: none;
				background: url(../images/construct/sidepanel-base-bg.png) bottom no-repeat;
				}
				div.roundedBox ul li {
					margin: 0;
					padding: 3px 3px;
					list-style-type: none;
					font-size: 11px;
					color: #fff;
					line-height: 1.1em;
					border-bottom: 1px dotted #d9b987; /* IE6 border solid */
					}
					div.roundedBox ul li.text-right {
						border: none;
						font-size: 12px;
						}
					div.roundedBox ul li a {
						color: #fff;
						text-decoration: none;
						}
						div.roundedBox ul li a:hover { color: #efefef; }
				div.roundedBox ul.fat li { padding-bottom: 13px; }
				div.roundedBox ul.nofuss li { border: none; }
				div.roundedBox table.clearTable td { color: #fff; font-size: 11px; }
		
		/*div.rb-yellow h2 { color: #d6d1ae !important; }
		div.rb-yellow ul li { border-bottom-color: #d8d089 !important; }
		div.rb-yellow div.bShade { background-color: #d0c56c !important; }*/
		
		.clear-both {
			clear: both;
			height: 10px;
			}
		
/*	---------------- Page specific */

		h2.sideHeader {
			margin: 0 0 20px 0;
			padding: 0 20px;
			font-size: 18px;
			font-weight: normal;
			color: #666;
			line-height: 1em;
			letter-spacing: -0.03em;
			text-align: right;
			}
			h2.sideHeader span {
				font-size: 10px;
				font-weight: bold;
				color: #d1aa6c;
				letter-spacing: 0em;
				}
		
		ul.pg-serviceslist {
			margin: 0 0 15px 0;
			padding: 15px 0 0 0;
			list-style: none;
			}
			ul.pg-serviceslist li {
				clear: left;
				margin: 0 0 15px 0;
				padding: 0;
				list-style-type: none;
				font-size: 10px;
				color: #999;
				}
				ul.pg-serviceslist li strong { font-size: 12px; color: #767073; }
				ul.pg-serviceslist li span {
					float: left;
					margin: 0 15px 15px 0;
					height: 80px;
					background-repeat: no-repeat;
					}
		
		#googleMap {
			margin-bottom: 20px;
			width: 500px;
			height: 210px;
			border: 5px solid #fff;
			}
			#googleMap p {
				margin: 0;
				font-size: 11px;
				}
		
		ul.pg-galleryImages {
			margin: 0 0 15px 0;
			padding: 0;
			list-style: none;
			}
			ul.pg-galleryImages li {
				float: left;
				margin: 0;
				padding: 0;
				list-style-type: none;
				}
				ul.pg-galleryImages li a img {
					margin: 0 10px 10px 0;
					border: 1px solid #ccc;
					}
					ul.pg-galleryImages li a:hover img { border: 1px solid #666; }
		
		form.pg-contactform {
			margin: 0;
			padding: 0;
			}
			form.pg-contactform input {
				margin: 0;
				padding: 3px;
				width: 145px;
				font-size: 12px;
				border: none;
				}
			form.pg-contactform button {
				margin: 0;
				padding: 5px;
				border: none;
				color: #333;
				background-color: #dcb9d0;
				}
		
/*	---------------- Layout */

		#navigation {
			width: auto;
			height: 40px;
			background-color: #565656;
			}
			#navigation ul {
				margin: 0 auto;
				padding: 0;
				width: 760px;
				height: 39px;
				border-left: 1px solid #5f5f5f;
				list-style: none;
				}
				#navigation ul li {
					float: left;
					margin: 0;
					padding: 0;
					border-right: 1px solid #5f5f5f;
					}
					#navigation ul li a {
						display: block;
						padding: 0 12px;
						border-bottom: 3px solid #d1aa6c;
						line-height: 36px;
						text-decoration: none;
						color: #e9e9e9;
						background: none;
						}
						#navigation ul li a:hover, #navigation ul li a.activeItem {
							color: #fff;
							background-color: #444;
							}
		
			#navigation ul li.nav-orange a { border-bottom-color: #d1aa6c; }
			#navigation ul li.nav-yellow a { border-bottom-color: #d0c56c; }
			#navigation ul li.nav-green a { border-bottom-color: #a4b879; }
			#navigation ul li.nav-blue a { border-bottom-color: #7eb4d7; }
			#navigation ul li.nav-purple a { border-bottom-color: #a999c7; }
			#navigation ul li.nav-pink a { border-bottom-color: #d77eb8; }
		
		#wrapper {
			width: auto;
			background: #ebebeb url(../images/construct/header-full-bg.jpg) top no-repeat;
			}
			
			#header {
				margin: 0 auto;
				width: 760px;
				height: 140px;
				background: url(../images/construct/header-main-detail.jpg) no-repeat;
				}
				#header a img { margin-top: 29px; }
			
			#page {
				width: auto;
				min-height: 270px;
				height: auto !important;
				height: 270px;
				background: url(../images/construct/page-bg-rptx.jpg) top repeat-x;
				}
				#innerpage {
					margin: 0 auto;
					padding: 35px 0;
					width: 760px;
					}
					div.pageCol-a {
						float: left;
						width: 510px;
						}
					div.pageCol-b {
						float: right;
						width: 220px;
						}
					div.pageCol-50-a {
						float: left;
						width: 365px;
						}
					div.pageCol-50-b {
						float: right;
						width: 365px;
						}
		
		#footer {
			width: auto;
			min-height: 130px;
			height: auto !important;
			height: 130px;
			background: url(../images/construct/footer-full-rptx.jpg) top repeat-x;
			}
			#footer ul {
				margin: 0 auto;
				width: 760px;
				padding: 30px 0 0 0;
				list-style: none;
				}
				#footer ul li {
					float: right;
					width: 375px;
					margin: 0;
					padding: 0;
					list-style-type: none;
					font-size: 12px;
					color: #b6a58b;
					line-height: 18px;
					text-align: right;
					}
					#footer ul li strong {
						color: #dacfbf;
						}
					#footer ul li a {
						color: #dacfbf;
						text-decoration: none;
						}
						#footer ul li a:hover { color: #eee8df; }
					#footer ul li.fCopyright {
						float: left;
						font-size: 13px;
						text-align: left;
						}
						#footer ul li.fCopyright span {
							font-size: 11px;
							color: #dacfbf;
							}

