/**************************
	Homepage-only styles
***************************/
/* Homepage H1 has a "subtitle" so close the margin gap */
body#home h1 {
	position: absolute;
left: -9999em;
}

body#home h2 {
text-align: center;
}
/* subtitle appears on the homepage, 
	immediately below the h1 element containing the title */
#subtitle-quote {
	text-align: center;
	font-style: italic;
	margin-bottom: 15px;
}

#subtitle-quote p,
#subtitle-quote cite {
	display: inline;
}

/* Central "thought bubble" bit */
div#central-block {
	background: url(/assets/7/img/young_man_glasses_fade.jpg) no-repeat right top;
min-height: 300px;
float: right;
padding-top: .5em;
}
div#central-block p {
margin-right: 260px;
}
div#central-block h3 {
font-size: 1.4em;
margin-bottom: 0;
}

div#central-block a {
    font-weight: bold;
}


/******** Sidebar *********/
body#home #loginform {
width: 80%;
}
body#home #loginform fieldset {
font-size: .9em;
}
body#home #loginform label {
float: none;
width: auto;
}

body#home #loginform input {
background-image: none;
height: 1%;
}

body#home #loginform fieldset input {
font-size: .9em;
width: 75%;
margin: 0;

}

div#bottomcopy a.pseudobutton {
background: #9D0B0B;
}

body#home div#quicklinks,
body#home div#memberwelcome {
display: none;
}
#quicksearchwrap {
position: absolute;
top: 26px;
right: 0;
font-size: .8em;
}
#quicksearchwrap input#quickformtext {
width: 50%;
float: left;
}
#quicksearchwrap form {
width: 22em;
float: right;
}
#quicksearchwrap label {
width: 30%;
float: left;
}
#quicksearchwrap input#submitbtn {
border: none;
height: 16px;
width: 16px;
margin-top: 2px;
}
#quicksearchwrap input#submitbtn:hover {
border: 1px solid #D0DCE8;
}