/* Home page styles */
body .content {
	height: 304px;
	width: 230px;
	float: left;
	margin: 0 0 0 10px;
	overflow: hidden;
}

.scrollinganchordiv {
	width: 285px;
	height: 356px;
	margin-top: -32px;
	float: left;
	overflow: hidden;
	position: relative;
}

.scrollheight {
	width: 275px;
	height: 356px;
	padding: 0 5px;
	background-color: #f6f7f5;
	background-image: url("../../img/intermediaries/homerightwindowbg.gif");
	background-repeat: repeat-x;
	overflow: hidden;
	position: relative;
	z-index: 2;
}

.scrollheight h2 {
	margin-bottom: 20px;
	left: 5px;
}

.scrollheight p {
	margin: 5px;
	padding-bottom: 5px;
}

/* Greybox height hacks for ff, ie7 and ie6 (in that order) */
body .greybox {
	margin-top: 1px;
	height: 370px;
}

body .bottom {
	padding-top: 0px;
}

body .greybox,x:-moz {
	height: 375px;
}

body .bottom,x:-moz {
	padding-top: 4px;
}

* html body .greybox {
	height: 334px;
}

* html body .bottom {
	padding-top: 7px;
}

/* "Find a BDM" section hacks for ff, ie7 and ie6 (in that order) */
h2#findbdm {
	background-image: url(../../img/intermediaries/h2-findbdm.gif);
	margin: 15px 0 0 0;
	left: 0;
	top: 0;
}

h2#findbdm,x:-moz {
	margin: 5px 0 0 0;
}

* html h2#findbdm {
	margin: 5px 0 0 0;
}

body .content input {
	margin: 0 0 0 0;
	float: left;
}

/* end fixes */
* html body .content {
	margin-left: 5px;
}

a.homebutton {
	background-image: url(../../img/intermediaries/homecontentbutton.gif);
	display: block;
	width: 227px;
	height: 21px;
	padding: 8px 0 0 5px;
	margin-bottom: 5px;
	color: #ffffff;
	font-size: 12px;
	text-decoration: none;
}

a.homebutton span {
	color: #ffffff;
	font-weight: bold;
}

a.homebutton:hover,a.homebutton:focus,a.homebutton:active {
	background-image: url(../../img/intermediaries/homecontentbuttonOn.gif);
}

.flashObject {
	margin-left: -15px;
}

object,embed {
	position: relative;
	z-index: 0;
}

.welcometag {
	background: url(../../img/intermediaries/welcometag.gif);
	width: 89px;
	height: 89px;
	position: absolute;
	right: 0;
	top: -31px;
	z-index: 1;
}

.iconlinks {
	margin: 5px;
}

body hr {
	margin: 0px;
	clear: none;
	padding: 0;
}

body .content p {
	margin: 0px 0 5px 0;
}

/* Fix for Opera */ /* should work in all new browsers too */
.scrollheight:target {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}
