/* CSS Document */

* {
	margin: 0;
	padding: 0;
	font-family: 'Gill Sans', Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #929292;
}

body {
	text-align: center;
}

p {
	padding-bottom: 15px;
}

h1 {
	font-family: 'Gill Sans', Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #000;
	padding-bottom: 15px;
}

h2 {
	font-family: 'Gill Sans', Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #000;
}

#Wrapper {
	position: relative;
	width: 883px;
	height: 486px;
	margin: 50px auto 0 auto;
	text-align: center;
}

#MastHead {
	position: relative;
	width: 651px;
	height: 106px;
	margin: 0 auto;
	background: #FFF url(../img/headersub.gif) no-repeat top left;
	text-align: left;
}

#Home #MastHead {
	width: 651px;
	height: 192px;
	background: #FFF url(../img/headerhome.gif) no-repeat top left;
}

#MastHead a.Map {
	position: absolute;
	width: 360px;
	height: 55px;
	left: 2px;
	top: 20px;
	text-indent: -1000em;
	text-decoration: none;
}

#Home #MastHead a.Map {
	display: none;
}

#ContentArea {
	position: relative;
	width: 651px;
	height: 337px;
	margin: 0 auto;
}

#StudyContentArea {
	position: relative;
	width: 651px;
	height: 216px;
	margin: 0 auto;
}

#SubScroller {
	width: 735px;
	height: 121px;
	text-align: center;
	background: #FFF url(../img/mininav.gif) no-repeat top center;
	margin: 0 auto;
}

#Home #SubScroller {
	width: 883px;
	height: 164px;
	background: none;
	margin: 0;
}

#Home #Contact {
	width: 651px;
	height: 87px;
	margin: 0 auto;
	background: #FFF url(../img/addresshome.gif) no-repeat top left;
}

#Footer {
	position: relative;
	width: 663px;
	height: 43px;
	text-align: right;
	margin: 0 auto;
}

#Home #Footer {
	width: 651px;
}

#Footer img {
	margin-right: 42px;
}

#Footer img.Last {
	margin-right: 0;
}

#Home #Footer img.First {
	display: none;
}

#Client, #About, #Visit, #Study {
	position: relative;
	width: 651px;
	margin: 0 auto;
	text-align: left;
}

#Client #Photo, #About #Photo, #Visit #Photo, #Study #Photo {
	float: left;
	height: 330px;
}

#Client #MainContent, #About #MainContent, #Visit #MainContent, #Study #MainContent {
	float: right;
	height: 330px;
}

#Visit #Photo {
	width: 424px;
}

#Visit #MainContent {
	width: 211px;
}

#About #Photo {
	width: 288px;
}

#About #MainContent {
	width: 347px;
}

#Study #Photo {
	width: 288px;
	height: 216px;
}

#Study #MainContent {
	width: 347px;
	height: 216px;
}

#Client #Title {
	width: 195px;
	float: left;
}

#Client #List {
	width: 440px;
	float: right;
}

#Client #Photo {
	width: 194px;
}

#Client #MainContent {
	width: 230px;
}

.Clear {
	clear: both;
}

#MainContent {
	position: relative;
	text-align: left;
}

#MainContent a {
	font-weight: bold;
}

#MainContent a:link, #MainContent a:visited {
	color: #000;
	text-decoration: none;
}

#MainContent a:hover, #MainContent a:active {
	color: #87B7D2;
	text-decoration: none;
}

#Client #Photo a {
	color: #D1D2D4;
	font-weight: bold;
}

#Client #Photo a:link, #Client #Photo a:visited {
	color: #D1D2D4;
	text-decoration: none;
}

#Client #Photo a:hover, #Client #Photo a:active {
	color: #000;
	text-decoration: none;
}

#Client #Photo a.selected:link, #Client #Photo a.selected:visited {
	color: #000;
	text-decoration: none;
}

span {
	padding-left: 20px;
}