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


.pageHolder
{
	width:1000px;

	min-height:500px;
	margin-top:30px;
	text-align:left;
	
	background:black;
	position:relative;
}

	.pageHeader
	{

		padding:25px;
		padding-left:60px;
		position:relative;
	}

	.phone
	{
		position:absolute;
		right:40px;
		top:50px;
		color:#bbb;
		font-size:4em;
		font-weight:lighter;
		display:none;
	}

	.locations
	{
		position:absolute;
		right:40px;
		top:75px;
	}


		
		


	.pageMain
	{

		
	}
	
	.pageMainLeft
	{
		float:left;
		width:230px;
		height:639px;
		border-right:1px solid white;
		
	}
	
		.pageMainLeftImage
		{
			border-bottom:1px solid white;
			height:409px;
		}
		.pageMainLeftFeatureContent
		{
			background:#b0b1b5;
			height:171px;
			font-size:1.5em;
			
			padding:40px;
			padding-top:20px;
			color:black;
			
		}
			.pageMainLeftFeatureContent .white
			{
				color:white;	

				
			}


	.pageMainRight
	{
		float:left;

		width:769px;
		height:640px;
		overflow:hidden;
	
	}

		.pageMainRightFeatureContent
		{
			height:339px;
			padding:30px;
			padding-left:60px;
			padding-top:40px;
			color:#CCC;
			font-size:1.1em;
			overflow:hidden;

		}
			.pageMainRightFeatureContent strong
			{
				color:white;
				font-size:1.2em;
			}
			
			.pageMainRightFeatureContent p
			{
				margin-bottom:15px;
				margin-top:15px;
			}

		.pageMainRightLower
		{
			height:230px;
			border-top:1px solid white;

		}
		
			.pageMainRightLowerImage
			{

				float:left;
				width:220px;
				height:230px;
			}
			
			.pageMainRightLowerImageWide
			{
				float:left;
				width:440px;
				height:230px;
				display:none;
			}
			
			
			.pageMainRightLowerFeatureText
			{
				background-image: url(../images/quotes_start.png);
				background-repeat:no-repeat;
				background-position:20px 30px;
				padding:40px;
				padding-left:50px;
				padding-right:0px;
				padding-top:20px;
				font-size:1.1em;

				width:229px;
				height:150px;
				float:left;
				
			}
			
				.pageMainRightLowerFeatureTextInner
				{
					position:relative;

					width:230px;
					height:190px;
					font-size:0.95em;
					text-align:left;
					color:#ccc;
				}
				
			
			.pageMainRightLowerFeatureTextRight
			{
				background-image:url(../images/quotes_end.png);
				background-repeat:no-repeat;
				background-position:0px 160px;

				color:#ccc;

				float:left;
				width:40px;
				height:200px;
			}
			
				.pageMainRightLowerFeatureText .smaller
				{
					font-size:0.8em;
					
				}


	

	.popup
	{
		background-color:#231f20;
		background-image:url(../images/chevron_right.png);
		background-repeat:no-repeat;
		background-position:25px 60px;
		padding:50px;
		padding-left:60px;
		padding-top:40px;
		border:1px solid white;
		position:absolute;
		top:30px;
		left:260px;
		height:710px;
		width:590px;
		z-index:100;
		display:none;
color:#ccc;
font-size:1.1em;
	}
	
	#popup711
	{
		
		display:block !important;	
	}
	
		.popup .close
		{
			position:absolute;
			right:10px;
			top:10px;
			cursor:pointer;
		}
		.popup .close2
		{
			position:absolute;
			right:10px;
			bottom:10px;
			cursor:pointer;
			color:#0096de;
			font-size:1.2em;
		}

		.popup_col
		{
			float:left;
			width:270px;


		}
		
			.popup_col h1
			{
				margin-top:0px;
				padding-top:0px;
			}
			.popup_col p
			{
				margin-top:20px;
				margin-bottom:20px;
			}
		
			.popup .left
			{
				margin-right:40px;	
			}
		
			.popup ul
			{
				margin:0px;
				padding:17px;
				margin-bottom:0px;
			}
			
			.popup img
			{
				margin-top:-10px;	
				margin-bottom:15px;	
			}
			
			
			.popup .close img
			{
				margin-top:0px;	
				margin-bottom:0px;	
			}
			
			.popup li
			{
				margin-top:10px;	
				margin-bottom:10px;	
			}
			
			.popup .phoneblue
			{
				color:#0096de;
				font-size:1.5em;
				margin-bottom:0px;
			}
			.popup .emailblue
			{
				color:#0096de;
				font-size:1.0em;
				margin-top:10px;
			}
				.popup .emailblue a
				{
					color:#0096de;
				}
			
			.popup strong
			{
				color:white;
				font-size:1.1em;
			}

.content-left, .content-right
{
	float:left;
	width:300px;
}
.content-left
{
	margin-right:60px;
	
}