@charset "UTF-8";

/* SpryTooltip.css - version 0.2 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* HACK FOR IE: to make sure the tooltips show above form controls, we underlay each tooltip with an iframe */
.iframeTooltip
{
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
}

.tooltipContent
{
	background-color: #FFFFCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding: 2px;
border:1px solid black;
}

.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	font-variant: normal;
	color: #000000;

}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	font-variant: normal;
	color: #B13925;

}
.disclaimer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-style: bold;

}
.menustyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	font-variant: normal;
	color: #009999;
}
.homepage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
}
.memberstable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-style: bold;

}
.homepagesearch {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	font-style: bold;

}
.homepagefooter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	font-style: bold;

}
.homepagecopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;

}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
position: relative;
z-index: 100;
}

.thumbnail:hover{
background-color: transparent;
z-index: 100;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: 1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 20px;
left: 50px; /*position where enlarged image should offset horizontally */

}


/* styles for forms */


.newform {
	
}

.newform label
{
width: 24em;
float: left;
text-align: right;
margin-right: 0.5em;
margin-bottom: 0.2em;
display: block
}

.newform .editions label
{
width:auto;
}

.newform .editions select 
{
margin-right:0.5em;	
}

.newform .editions input 
{
float:left;	
margin-right:0.5em;

}

.newform input {
width: 180px;
margin-bottom: 5px;
}

.newform input.smallinput {
width: 40px;
margin-bottom: 5px;
}

.newform input.medinput {
width: 60px;
margin-bottom: 5px;
}

.newform input.largeinput {
width: 100%;
margin-bottom: 5px;
}



.newform textarea{
width: 250px;
height: 150px;
margin-bottom: 5px;
}

.newform br{
clear: left;
}


.newform select 
{
	float:left;

}

.newform .submit input
{

margin-left: 4.5em;

}

.newform .horizontalselectboxes label {
	width: auto;
	float:none;
	text-align:left;
}

.newform .horizontalselectboxes select {
	width:auto;
	float:none;
}

.newform .horizontalselectboxes .field {
	float:left;
	padding: 10px;
}


.newform fieldset {
	margin-bottom: 20px;
	padding: 10px;
}

.newform .paymentinfo label {
	width: auto;
}

.newform .verticalselectboxes .field {
	float:none;
}

.newform .verticalselectboxes label {
	width:auto;
	
}

.newform .verticalselectboxes select {
	margin-right: 10px;	
	
}


/* remove margin and padding from p tags in conversation starter list elements so it spacing be consistent when p tags aren't present */
.conversationstarters ol li p{ 
padding: 0;
margin: 0;
}

/* add space between list elements */
.conversationstarters ol li { 
padding-bottom: 10px;
}

.style3 {font-size: large; color: #981C1E}

