/* * * * h-line layout styles * * * */

.h-line
{
	border-top:solid 2px #b8b8b8;
}

.jump-to-home span
{
	font-size:14px;
	color:#b8b8b8;
	border-right:solid 1px #b8b8b8;
	padding:0 98px 0 0;
}

.jump-to-next span
{
	display:inline-block;
	font-size:14px;
	color:#009ee0;
	border-right:solid 1px #b8b8b8;
	padding:0 34px 0 0;
	width:141px;
}

.cursor
{
	cursor:pointer;
}

a:hover
{
	text-decoration:none;
}

/* ^ ^ ^ h-line layout styles ^ ^ ^ */

#contact-header
{
	margin:100px auto 0 auto;
}

#contact-header div h1
{
	font-size:36px;
	color:#00afd8;
}

#contact-header strong
{
	font-size:24px;
	display:block;
	margin:20px 210px 0 0;
}

#new-glasgow-office-map
{
	background:url(../../images/contact/velsoft_map.png) no-repeat;
	width:1900px;
	height:1000px;
}

#staff-photo
{
	background: url(../../images/contact/staff_photo.png) no-repeat;
	width: 656px;
	height: 314px;
	position: relative;
	top: 95px;
	left: 900px;
}

div.photo-text
{
	margin:95px 0 0 920px;
}

div.photo-box
{
	float:left;
	margin-right:50px;
}

div.photo-box h1
{
	font-size:16px;
	color:#636363;
	margin:0 0 -4px 0;
}

div.photo-box p
{
	font-size:13px;
	color:#636363;
}