@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;
	height:328px;
	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;
	}
	
	#Buttons {
		float:right;
		width:212px;
		margin-left:15px;
	}
	
		a.Button {
			display:block;
			float:left;
			width:212px;
			height:42px;
			text-indent:-9999px;
			border:none;
			margin-bottom:10px;
		}
		
		a.PhotoBlog { background:url(../Images/HomeButtons.png) no-repeat left top }
			a.PhotoBlog:hover { background-position:right top; }
			
		a.Testimonials { background:url(../Images/HomeButtons.png) no-repeat left center; }
			a.Testimonials:hover { background-position:right center; }
			
		a.ClientList { background:url(../Images/HomeButtons.png) no-repeat left bottom; }
			a.ClientList:hover { background-position:right bottom; }

a.fb {
	position:relative;
	top:-12px;
	margin-right:10px;

}


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

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

	#CenterCol img {
		display:none;
	}
	
	#CenterCol img .Visible {
		display:inline;
	}

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


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

	




























