@charset "ISO-8859-1";
/* CSS Document */

#TitleBar h1 {
	position:absolute;
	left:438px;
	color:#eff4fd;
	letter-spacing:3px;
}

#TopContentAreaWrap {
	background:url(../images/HomeTopContentTile.jpg) repeat-x top #dae0ed;
	min-height:315px;
	border-bottom:#d8d8d8 1px solid;
}

#TopContentArea {
	width:980px;
	margin:0 auto;
	position:relative;
}

	#Video {
		float:left;
		width:421px;
		height:330px;
		margin-top:-35px;
		background:url(../images/HomeVideoBox.png) no-repeat;
		padding-left:19px;
		padding-top:18px;
		position:relative;
		z-index:1;
	}
		
	#TopContent {
		float:right;
		width:540px;
		padding-top:20px;
	}
	
		#TopContent p {
			width:280px;
			text-align:justify;
		}
	
	#Buttons {
		float:right;
		width:212px;
		margin-left:15px;
	}
	
		#Buttons ul,
		#Buttons li {
			margin:0;
			padding:0;
			list-style-type:none;
		}
	
		#Buttons li {
			display:block;
			float:left;
			width:212px;
			height:42px;
			text-indent:-9999px;
			border:none;
			margin-bottom:10px;
		}
		
		li.PhotoBlog { background:url(../images/BigHomeButtons.png) no-repeat left top }
			
		li.Testimonials { background:url(../images/BigHomeButtons.png) no-repeat left center; }
			
		li.ClientList { background:url(../images/BigHomeButtons.png) no-repeat left bottom; }
			


#LeftCol {
	float:left;
	width:315px;
	margin-right:7px;
}

#CenterCol {
	float:left;
	width:323px;
}


#RightCol {
	float:right;
	width:315px;
}


	#LeftCol img,
	#RightCol img {
		margin-bottom:12px;
	}

	




























