/* Home page style sheet for PEHP. */
/* Copyright 2010 PEHP */

/* flash placeholder */

#primary #flash {
	width: 715px;
	height: 320px;
	display: block;
	background-color: gray;
}

/* member login panel
------------------------------ */

#member-login {
	width: 230px;
	height: 320px;
	position: absolute;
	overflow: hidden;
	right: 0;
	top: 0;
	background: gray url(../../images/home/member-login.gif) no-repeat;
}

#member-login h3 {
	width: 214px;
	height: 16px;
	margin: 0;
	padding: 6px 0 4px 16px;
	float: left;
	background: #c7c9cb url(../../images/home/member-login-h3.gif) repeat-x;
	color: #2c67a3;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	outline: none;
}

#member-login h3.ui-state-active {
	background: #27639f url(../../images/home/member-login-h3-active.gif) repeat-x;
}

#member-login h3 a {
	color: #2c67a3;
	outline: none;
}

#member-login h3.ui-state-active a {
	color: #fff;
}

#member-login h3#first {
	background: #c7c9cb url(../../images/home/member-login-h3-first.gif);
}

#member-login h3#first.ui-state-active {
	width: 214px;
	height: 16px;
	margin: 0;
	padding: 6px 0 4px 16px;
	background: #27639f url(../../images/home/member-login-h3-first-active.gif);
	color: #fff;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
}

#member-login .section {
	width: 195px;
	height: 189px;
	padding: 18px 17px;
	float: left;
	overflow: hidden;
	position: relative;	
	color: #626262;
}

#member-login .section p {
	margin: 0;
}

#member-login .section ul {
	margin: 0;
	padding: 0;
}

#member-login .section ul li {
	list-style-type: none;
}

#member-login .section ul li a {
	color: #626262;
}
#member-login .section ul li a:hover {
	color: #2c67a3;
	text-decoration:underline;
}
/* login form */

#member-login .section form {
	margin-top: 17px;
}

#member-login .section form label {
	margin-bottom: 2px;
	display: block;
}

#member-login .section form input {
	
}

#member-login .section form input#login {
	width: 60px;
	height: 20px;
	margin-top: 18px;
}

#member-login .section form #links {
	position: absolute;
	right: 18px;
	bottom: 22px;
	font-size: 10px;
}

#member-login .section form #links a {
	margin-bottom: 5px;
	display: block;
	color: #626262;
	text-decoration: underline;
}

/* navigation buckets
------------------------------ */

#buckets {
	width: 715px;
	height: 119px;
	margin: 15px 0 24px;
	position: relative;
	cursor: pointer;
}

.bucket {
	width: 154px;
	height: 91px;
	margin: 0;
	padding: 14px 18px;
	float: left;
	position: relative;
	background: url(../../images/home/bucket.jpg) no-repeat left top;
	color: #fff;
}

#buckets .bucket#members {
	margin-right: 15px;
}

#buckets .bucket#employers {
	float: right;
}

#buckets .bucket.active-bucket {
	width: 270px;
}

.bucket span.corners {
	width: 6px;
	height: 119px;
	position: absolute;
	top: 0;
	right: 0;
	background: url(../../images/home/bucket-span.gif) no-repeat right top;
}

#buckets .bucket span.image {
	height: 119px;
	width: 100%;
	position: absolute;
	bottom: 0;
	right: 0;
}

/* bucket image variations - make sure to set height and width for IE6! */

#buckets .bucket#members span.image {
	width: 122px;
	height: 109px;
	background: transparent url(../../images/home/bucket-members.png) no-repeat right bottom;
}

#buckets .bucket#providers span.image {
	width: 86px;
	height: 108px;
	background: transparent url(../../images/home/bucket-providers.png) no-repeat right bottom;
}

#buckets .bucket#employers span.image {
	width: 93px;
	height: 108px;
	background: transparent url(../../images/home/bucket-employers.png) no-repeat right bottom;
}

.bucket h2 {
	margin: 0;
	position: relative;
	z-index: 10;
	font-size: 20px;
}

.bucket p {
	width: 185px;
	position: relative;
	z-index: 10;
	margin: 5px 0;
	display: none;
}

.bucketEnter {
	color: #a9c8e8;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 15px;
}

.bucket#brokers {
	width: 194px;
	margin: 0;
	position: absolute;
	top: 335px;
	right: 0;
}

.bucket#brokers p {
	width: 200px;
	display: block;
}

.bucket#brokers a {
	margin-top: 2px;
	display: block;
}
.cursor
{
	cursor:pointer;	
}


/* infomation boxes
------------------------------ */

#info-boxes {
	width: 975px;
	height: 110px;
	margin: 0 0 0 -15px;
	position: relative;
}

#info-boxes .info {
	width: 245px;
	height: 110px;
	float: left;
	background: url(../../images/home/info.jpg) no-repeat 0 bottom;
}

#info-boxes .info#center {
	width: 482px;
	background: url(../../images/home/info-center.jpg) no-repeat 0 bottom;
}

#info-boxes .info#last {
	width: 245px;
	position: absolute;
	right: 0;
}

#info-boxes .info h3 {
	margin: 0;
	padding:  0 15px 10px;
	background: url(../../images/home/info.jpg) no-repeat 0 bottom;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
}

#info-boxes .info#center h3 {
	background: url(../../images/home/info-center.jpg) no-repeat 0 bottom;
}

#info-boxes .info p {
	margin: 10px 0 7px;
	padding:  0 15px;
}

#info-boxes .info a {
	padding: 0 15px;
}
#info-boxes .info h3 a
{
	color: #808080;
	text-decoration: none;
	padding: 0;

}
#info-boxes .info h3 a:hover
{
	color: #2c67a3;
	text-decoration: underline;
}
