* { margin: 0; padding: 0; }
a { outline: none; }
a img { border: none; }

body
{
	background-color: #f3f3f4;
	font-family: Verdana;
	font-size: 10px;
}

h2 { font-size: 9.5px; font-weight: bold; color: #808284; }
p { color: #bcbdbf; margin: 0.5em 0; font-size: 9.5px; }
p strong { color: #808284; }
address { font-style: normal; }

#LayoutHolder
{
	background-color: White;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 960px;
	height: 657px;
	padding: 20px 20px 17px 20px;
	margin: -350px 0 0 -500px;
	overflow: hidden;
}

#ContentHolder
{
	height: 640px;
	width: 960px;
	margin-bottom: 10px;
	overflow: hidden;
}

.ContentPage .Image
{
	width: 740px;
	height: 640px;
	background-color: #f3f3f4;
	float: left;
	margin-right: 20px;
	overflow: hidden;
}
.ContentPage .Content
{
	float: left;
	width: 200px;
	height: 640px;
	overflow: hidden;
}

.ContentPage .Content a
{
	color: #808284;
	text-decoration: none;
}
.ContentPage .Content a:hover,
.ContentPage .Content a.Active { color: #808284; background-position: left -13px; text-decoration: underline; }

.ContactDetailBlock { margin-top: 1.5em; }

#JobScrollArea
{
	height: 565px;
	width: 700px;
	margin: 27px 0 38px 130px;
	overflow: hidden;
}

#JobScrollAreaInner
{
	height: 565px;
	overflow: hidden;
}

#JobScrollArea .Column
{
	width: 100px;
	height: 565px;
	overflow: hidden;
	margin-right: 50px;
	float: left;
}

#JobScrollArea .ColumnLast
{
	margin-right: 0;
}

#JobScrollArea a,
.JobDetailPage #Thumbs a
{
	display: block;
	width: 90px;
	height: 90px;
	padding: 4px;
	border: solid 1px #eff0f0;
	margin: 0 0 55px 0;
}

#JobScrollArea a:hover,
.JobDetailPage #Thumbs a:hover,
.JobDetailPage #Thumbs a.Active { border: solid 1px #bcbdbf; }

#JobScroller
{
	height: 10px;
	width: 100%;
	background: transparent url(Assets/ScrollerRail.png) repeat left top;
}

#JobScrollerHandle
{
	height: 10px;
	width: 74px;
	background: transparent url(Assets/ScrollerHandle.png) repeat left top;
}
#JobScrollerHandle:hover
{
	cursor: pointer;
	cursor: hand;
}

.JobDetailPage { border-bottom: solid 1px #bcbdbf; padding-bottom: 12px; }

.JobDetailPage #LargeImagePanel 
{
	display: block;
	width: 960px;
    height: 455px;
}
.JobDetailPage #LargeImagePanelInner {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 960px;
    height: 455px;
    line-height: 455px;
}
.JobDetailPage #LargeImagePanelInner * {
    vertical-align: middle;
}
* html .JobDetailPage #LargeImagePanelInner span {
    display: inline-block;
    height: 100%;
}

.JobDetailPage #InfoPanel
{
	height: 455px;
	width: 960px;
	display: none;
	overflow: hidden;
}
.JobDetailPage #InfoPanelInner
{
	width: 250px;
	margin: 0 auto;
}
.JobDetailPage #InfoPanelInner h2 { font-weight: bold; margin-top: 4px; }

.JobDetailPage p.Description
{
	margin: 15px 0;
	text-align: center;
}
.JobDetailPage p.Description span { padding: 0 15px; }

.JobDetailPage #Thumbs { height: 100px; margin: 0 auto 10px auto; overflow: hidden; padding-left: 20px; }
.JobDetailPage #Thumbs a { float: left; margin: 0 20px 0 0; }

.JobDetailPage .Tools { height: 20px; width: 240px; margin: 0 auto; overflow: hidden; }
.JobDetailPage .Tools a
{
	display: block;
	height: 20px;
	width: 20px;
	margin: 0 10px;
	float: left;
	overflow: hidden;
	text-decoration: none;
	text-indent: -2000px;
	background: transparent url(Assets/ControlStrip.gif) no-repeat left top;
}
.JobDetailPage .Tools a.Info					{ background-position: 0 top; }
.JobDetailPage .Tools a.Info:hover				{ background-position: 0 bottom; }
.JobDetailPage .Tools a.PreviousPhoto			{ background-position: -20px top; }
.JobDetailPage .Tools a.PreviousPhoto:hover		{ background-position: -20px bottom; }
.JobDetailPage .Tools a.NextPhoto				{ background-position: -40px top; }
.JobDetailPage .Tools a.NextPhoto:hover			{ background-position: -40px bottom; }
.JobDetailPage .Tools a.PreviousJob				{ background-position: -60px top; }
.JobDetailPage .Tools a.PreviousJob:hover		{ background-position: -60px bottom; }
.JobDetailPage .Tools a.NextJob					{ background-position: -80px top; }
.JobDetailPage .Tools a.NextJob:hover			{ background-position: -80px bottom; }
.JobDetailPage .Tools a.BackToFolio				{ background-position: -100px top; }
.JobDetailPage .Tools a.BackToFolio:hover		{ background-position: -100px bottom; }

.ContactDetailBlock p { margin: 0; }
.ContactDetailBlock p a:link,
.ContactDetailBlock p a:active,
.ContactDetailBlock p a:visited { color: #bcbdbf; }

#Menu
{
	height: 13px;
	overflow: hidden;
	background: transparent url(Assets/Logo.gif) no-repeat right 2px;
}

#Menu li
{
	float: left;
	list-style-type: none;
	line-height: 13px;
	vertical-align: middle;
	margin-right: 15px;
}

#Menu li a
{
	padding-left: 10px;
	color: #bcbdbf;
	text-decoration: none;
	background: transparent url(Assets/PlusSign.gif) no-repeat left top;
}
#Menu li a:hover,
#Menu li a.Active { color: #808284; background-position: left -13px; }

.SeoParagraph { margin-top: 20px; }