@charset "UTF-8";
/* CSS Document */

body{
	
	background-color:#333;

}

#wrapper {

	width:	980px;
	height: 800px;
	background-image:url(background.png);
	background-repeat:no-repeat;
	margin: 0px auto;
	margin-top: -10px;
	
}

#container {

	width:	800px;
	height: 720px;
	margin: auto;
	overflow: hidden;

}

#clearing {
	
	clear: both;
	
}
	
	#contact {
	
		width: 200px;
		height: 92px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#FFF;
		position: relative;
		float: left;
		top: 50px;
		left: 40px;
	
	}
	
		#contact h1 {
			
			font-family:Arial, Helvetica, sans-serif;
			color: #FF6600;
			font-size: 14px;
		
		}
	
		#contact a{
		
			font-family:Arial, Helvetica, sans-serif;
			font-size:12px;
			font-weight: bold;
			color:#fff;
			text-decoration:none;
			
		}

		#contact a:hover{
		 
			font-family:Arial, Helvetica, sans-serif;
			font-size:12px;
			font-weight: bold;
			color:#FF6600;
		}
	
	#logo {
	
		width: 170px;
		position: relative;
		float: right;
		top: 50px;
		right: 45px;
	
	}
	
	#menu {
		position: relative;
		top: 36px;
		left: 40px;
	}

		#menu ul{
			list-style: none;
			padding: 0px;
		
		}
		
		#menu li{
		
			padding-left: 12px;
			display: inline;
		
		}

			#menu li a{
			
				font-family:Arial, Helvetica, sans-serif;
				font-size:11px;
				font-weight: bold;
				color:#fff;
				text-decoration:none;
				
			}
			
			
			#menu li a:hover{
				font-family:Arial, Helvetica, sans-serif;
				font-size:11px;
				font-weight: bold;
				color:#000;
			}
			
			#menu .selected {
				color: #000;
			}

	#slideshow_overlay {
		
		background-image: url(images/trans_overlay.png);
		width: 415px;
		height: 241px;
		position: relative;
		top: 26px;
		left: 30px;
		z-index: 10;
		
	}
	
	#slideshow {
		
		background-image: url(images/slideshow_bg.png);
		background-repeat: no-repeat;
		width: 738px;
		height: 241px;
		margin: 22px 0px 0px 27px;
		z-index: 3;
		position: relative;
		top: -238px;

	}
	
	#contact_button {
		
		position: relative;
		top: -70px;
		left: 37px;
		
	}
	
	#content_white_big {
		
		background-image: url(images/white_bg_big.png);
		width: 700px;
		height: 292px;
		margin: -355px 0px 0px 145px;
		z-index: 1;
		
	}
	
		#white_space_text{
			
			white-space: pre;
			position: relative;
			top: -35px;
			left: 150px;
			width: 530px;
			height: 115px;
			line-height: 17px;
		
		}
		
		#white_space_table{
			
			position: relative;
			top: 65px;
			left: 190px;
			width: 530px;
			height: 200px;
		
		}
	
	#content_white_map {
		
		background-image: url(images/white_bg_map.png);
		width: 600px;
		height: 200px;
		margin: -335px 0px 0px 235px;
		z-index: 1;
		
	}
	
	#content_orange_big {
		
		background-image: url(images/orange_bg_big.png);
		width: 551px;
		height: 146px;
		margin: -290px 0px 0px 135px;
		z-index: 2;
		
	}
	
	#content_orange_long {
		
		background-image: url(images/orange_bg_long.png);
		width: 400px;
		height: 174px;
		margin: -300px 0px 0px 135px;
		z-index: 2;
		
	}
	
	#contact_orange_long {
		
		background-image: url(images/orange_bg_long.png);
		width: 400px;
		height: 174px;
		margin: -240px 0px 0px 135px;
		z-index: 2;
		
	}
	
	
	#content_orange_big p {
		
		width: 455px;
		height: 93px;
		margin: 0px;
		padding: 30px 10px 28px 25px;
		overflow: hidden;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 16px;
		font-weight: normal;
		color: #FFF;
		line-height: 1.25;
		
	}
	
	#content_orange_small {
		
		background-image: url(images/orange_bg_small.png);
		width: 331px;
		height: 146px;
		margin: -290px 0px 0px 135px;
		z-index: 2;
		
	}
	
		.menuservices {
			
			padding-top: 30px;
			padding-left: 17px;
			width: 207px;
			
		}
	
		.menuservices ul{
		
					list-style: none;
					padding: 0px;
				
				}
				
				.menuservices li{
				
					padding-left: 12px;
				
				}
		
					.menuservices a{
					
						font-family:Arial, Helvetica, sans-serif;
						font-size:11px;
						font-weight: bold;
						color:#fff;
						text-decoration:none;
						
					}
					
					.menuservices a:hover{
						font-family:Arial, Helvetica, sans-serif;
						font-size:11px;
						font-weight: bold;
						color:#000;
					}
					
					.menuservices .selected {
					    color: #000;
					}
				
		
	#map {
		
		position: relative;
		top: -60px;
		left: 535px;
	}

	#text {
		padding: 50px 0px 0px 45px;
		width: 485px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:15px;
		font-weight: normal;
		color:#000;
		line-height: 1.2;
	}

		#text a{
			font-family:Arial, Helvetica, sans-serif;
			font-size:15px;
			font-weight: normal;
			color:#000;
			text-decoration:none;
		}
		
		#text a:hover{
			font-family:Arial, Helvetica, sans-serif;
			font-size:15px;
			font-weight: normal;
			color:#fff;
		}

		#text ul{
			padding: 0px 0px 0px 12px;
			line-height: 1.2;
		
		}
		
		#text h1{
			font-family:Arial, Helvetica, sans-serif;
			font-size:24px;
			font-weight: normal;
			color:#000;
		}
		
		#text h2{
			font-family:Arial, Helvetica, sans-serif;
			font-size:18px;
			font-weight: normal;
			color:#000;
		}

	#credits {
		 display: inline-block;
		 font-family:Arial, Helvetica, sans-serif;
		 font-size:10px;
		 color:#999;
		 text-align: right;
		 text-decoration:none;
		 position: relative;
		 width: 835px;
	}

		#credits a{
			 display: inline-block;
			 font-family:Arial, Helvetica, sans-serif;
			 font-size:10px;
			 color:#999;
			 text-decoration:none;
		
		}
		
		#credits a:hover{
			 display: inline-block;
			 font-family:Arial, Helvetica, sans-serif;
			 font-size:10px;
			 color:#FF6600;
			 text-decoration:none;
		
		}


/*testing*/

#slider {
    width: 335pxpx;
    margin: 0 auto;
    position: relative;
}

.scroll {
    height: 260px;
    width: 365px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
}

.scrollContainer div.panel {
    padding: 45px 16px 0px 15px;
    height: 210px;
    width: 350px;
}

.panel h2 {

	height: 14px;
	padding-bottom: 10px;
}

.hide {
    display: none;
}

.date {
	
	padding-top: 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FF6D01;
	
}

#people {
	
	width: 90%;
	height: 100%;
	
}

	#people td {
		
		padding: 0px 0px 0px 10px;
		font: 11px helvetica,arial,clean,sans-serif;
		width: 100px;
		
	}
	
	#people .name{
		
		padding: 0px 0px 0px 10px;
		font: 12px helvetica,arial,clean,sans-serif;
		color: #FF6D01;
		font-weight: bold;
		
	}
	
	#people .smaller{
		
		font: 10px helvetica,arial,clean,sans-serif;
		color: #000;
		
	}
	
	#people .contact{
		
		padding: 2px 0px 0px 10px;
		font: 11px helvetica,arial,clean,sans-serif;
		background: #CFCFCF;
		
	}
	
	#people .email{
		
		padding: 2px 0px 0px 10px;
		font: 11px helvetica,arial,clean,sans-serif;
		color: #FF6D01;
		
	}
	
	#people .email a{
		
		font: 11px helvetica,arial,clean,sans-serif;
		color: #FF6D01;
		text-decoration: none;
		
	}
	
	#people .email a:hover{
		
		font: 11px helvetica,arial,clean,sans-serif;
		color: #000;
		
	}
	
	#people .spacer{
		
		width: 15px;		
	}

		
#logos {

	width: 90%;
	height: 100%;
	border-collapse: separate;
	
}

	#logos td {
		
		width: 155px;
		height: 60px;
		vertical-align: middle;
		text-align: center;
		
	}
	
	#logos td img {
		border: 1px solid #CFCFCF;
		
	}

	#contactleft {
	
	padding-top: 25px;
	padding-left: 28px;
	width: 236px;
	color: #FFF;
	line-height: 1.2;
	
}

	#contactleft a{
		
			font-family:Arial, Helvetica, sans-serif;
			font-size:12px;
			font-weight: bold;
			color:#fff;
			text-decoration:none;
			
		}

	#contactleft a:hover{
		 
			font-family:Arial, Helvetica, sans-serif;
			font-size:12px;
			font-weight: bold;
			color:#000;
		}

	#contactleft h2 {
		color: #000;
		font-weight: bold;
		font-size: 16px;
		padding-bottom: 5px;
	}

#property {
	
	background-color: #FFF;
	
	}

.propertyheading {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FF6D01;
		
}
