@import url("http://www.fatbeehive.com/beekeeper2/reset.css");
@import url("dl-form.css");
@import url("type.css");


body {
	background-color: #dcdcdc;
	text-align: center;
	padding-bottom: 50px;
}

.imageleft {
	float: left;
	margin: 0 10px 10px 0px;
}

.imageright {
	float: right;
	margin: 0 5px 10px 10px;
}

.red {
    color:#cf3e3f;
}
.smalltext {
    font-size:small;
}
.smallertext {
    font-size:8px;
}
.smallred {
    font-size:x-small;
    color:#cf3e3f;
}
.smallerred {
    color:#cf3e3f;
    font-size:8px;
}
#wrapper {
	width: 980px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	background: #fff url(../images/logo.gif) no-repeat left top;
	position: relative;
	/*margin-bottom: 50px;*/
}

th {
	text-align: left;
}

br.clear {
	clear: both;
}

/* @group Header */

#header {
	height: 168px;
	background: url(../images/headers/default.gif) no-repeat 205px;
	position: relative;
	padding-bottom: 20px;
}

#about-us #header {
	background-image: url(../images/headers/about-us.gif);
}

#conferences #header {
	background-image: url(../images/headers/events.gif);
}

#publications #header {
	background-image: url(../images/headers/publications.gif);
}

a.home_link {
	display: block;
	height: 168px;
	width: 166px;
}

a.home_link span {
	display: none;
}

#bottomnav {
	top: 0;
	right: 0;
	position: absolute;
	padding-top: 10px;
	padding-right: 20px;
	font-size:1.3em;
	font-weight:bold;
	color:#cf3e3f;
}
#bottomnav a{
	color:#1e60ad;
}

/* @group Search */

#searchbox {
	position: absolute;
	top: 20px;
	right: 0;
	padding-right: 20px;
	padding-top: 20px;
	width: 210px;
	text-align: right;
	/*background: url(../images/search_bg.gif) no-repeat;*/
	height: 148px;
}

#searchbox input {
	vertical-align: top;
}

#searchbox label {
	vertical-align: middle;
}

#searchbox input[type="text"] {
	width: auto;
}



/* @end */



/* @end */

/* @group Main Col */

#maincol {
	float: left;
	width: 730px;
	margin-left: 20px;
	display: inline;
}



/* @end */



/* @group Main Nav */

#mainnav {
	/*height: 40px;
	background: url(../images/mainnav_bg.gif) repeat-x left bottom;*/
	height: 20px;
	border-bottom: 20px solid #1e60ad;
	position: relative;
    font-weight:bold;
}

#mainnav ul {
	margin: 0;
	text-align: right;
	position: absolute;
	right: 0;
}

#mainnav li {
	list-style-type: none;
	display: inline;
}

#mainnav li a {
	padding-left: 40px;
	padding-right: 40px;
	height: 20px;
	float: left;
	border-right: 1px solid #dcdcdc;
}

#mainnav li a:hover {
	border-bottom: 10px solid #dcdcdc;
}

#mainnav li.on a {
	border-bottom: 10px solid #fff;
}

#mainnav li.last a {
	border-right-style: none;
}



/* @end */

/* @group Content */

/* @group Image with Caption */

#content dl.imgcaptionleft  {
	float: left;
	margin: 0 10px 3px 0;
}

#content dl.imgcaptionright  {
	float: right;
	margin: 0 0 10px 3px;
}

#content dl.imgcaptionleft dd, #content dl.imgcaptionright dd {
	margin: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 10px solid #dcdcdc;
}



/* @end */

#content {
	margin-right: 20px;
	margin-top: 10px;
}

#content ul.related_documents {
	margin: 0 0 0 10px;
}

#content ul.related_documents li {
	list-style-type: none;
}

/* @group Links */

#links h2 {
	clear: both;
	margin-bottom: 0;
}

#links p.info {
	width: 200px;
}

#links div.description {
	/*float: right;*/
	/*padding-left: 10px;
	padding-right: 10px;
	width: 390px;*/
}

#links img.link {
	width: 100px;
	float: right;
}



/* @end */



/* @end */

/* @group Right Col */

.other_links, #subnav, #recent_publications, #rhs_content, #home_newsletters{
	border: 3px solid #dcdcdc;
	margin-top: 10px;
}


/* @group Eurostar + Other Links */

.other_links a span {
	display: none;
}

.other_links a {
	display: block;
	background: no-repeat center center;
	/*height: 62px;*/
	/*width: 1;*/
	margin-left: auto;
	margin-right: auto;
}

.other_links a.eurostar {
	background-image: url(../images/eurostar.gif);
	height: 62px;
}

.other_links a.cfb {
	background-image: url(../images/cfb_link.gif);
	height: 97px;
}

.other_links {
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}



/* @end */

#rightcol {
	width: 210px;
	float: left;
	display: inline;
	margin-right: 20px;
	border-top: 20px solid #1e60ad;
	padding-top: 20px;
	padding-bottom: 20px;
}

/* @group Sub Nav */
#home_newsletters {
	padding:17px;
}
#home_newsletters h4 {
	padding-bottom:5px;
padding-left:0;
color:#1A5FAD;
font-size:1.167em;
font-style:normal;
font-weight:normal;
}

#home_newsletters ol {
	margin: 0;
	padding: 0 0 0 0px;
    font-weight:bold;
}

#home_newsletters ol li {
	font-size:1.1em;
	color:#000;
	list-style-type: none;
}

#home_newsletters ol li a {
	display: block;
	padding: 10px 10px 10px 30px;
	background: url(../images/newspaper.gif) no-repeat left;
	color:#000;
}


#subnav ul, #recent_publications ol {
	margin: 0;
	padding: 0;
    font-weight:bold;
}

#subnav li, #recent_publications li {
	list-style-type: none;
}

#subnav li a, #site_links li a, #recent_publications li a {
	display: block;
	padding: 10px 30px 10px 10px;
	background: url(../images/subnav_arrow.gif) no-repeat right 7px;
}

#subnav li ul {
	margin-left: 10px;
}

#subnav li ul li a {
	background-image: none;
}



/* @end */

/* @group Recent Publications */

#recent_publications {
	padding: 17px;
}

#recent_publications li a {
	background: none;
	padding: 5px 0;
}

#recent_publications h4 {
	padding-left: 0;
	padding-bottom: 5px;
}



/* @end */

/* @group Links */

#site_links ul {
	margin: 0;
	padding: 0;
}

#site_links {
	margin-top: 20px;
}

#site_links li {
	list-style-type: none;
}

#site_links li a {
	border-bottom: 13px solid #1e60ad;
	text-align: right;
	background-position: 199px 9px;
	padding-right: 20px;
}



/* @end */

/* @group Right Hand Side Content */

#rhs_content {
	padding: 10px;
}



/* @end */



/* @end */

/* @group Footer */

#footer {
	clear: both;
	padding-top: 20px;
}

#bottomnav {
	padding-left: 20px;
	padding-bottom: 10px;
}

#copyright {
	background-color: #dcdcdc;
	width: 210px;
	height: 15px;
	right: 0;
	bottom: 0;
	position: absolute;
	margin: 0;
	text-align: right;
	padding-right: 20px;
	padding-top: 5px;
}



/* @end */

/* @group Search Results */

#searchResults dl { margin: 10px 0 20px 0px; } 
#searchResults dl dt, #searchResults dl dd { margin-left: 0px; } 
#searchResults .info {font-weight: normal; }



/* @end */

#book_amazon_link {
	width: 120px;
	float: right;
	clear: right;
}

/* @group Results List */

ul.resultslist li {
	padding-bottom: 20px;
}



/* @end */

/* @group Members View */

#members_list h2 {
	clear: both;
}

#members_list {
	margin-top: 20px;
}

.member {
	float: left;
	width: 350px;
	margin-bottom: 10px;
	margin-right: 10px;
}

.member.first_member {
	clear: left;
	margin-right: 0;
}

.member img {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

.member h3 {
	margin-top: 0;
	margin-bottom: 0;
}



/* @end */

ul.cleared li {
	list-style-type: none;
	clear: both;
	margin-bottom: 20px;
}

p.price {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

#content p {
	margin-top: 14px;
}

#sponsors #content table {
	border-collapse: collapse;
	width: 100%;
}

#sponsors #content table tr {
	
}

#sponsors #content table td.blurb {
	border-left: 1px solid #b8dcff;
}

#sponsors #content td {
	padding: 10px;
}

ul.publications-results {
	margin: 0;
	padding: 0;
}

ul.publications-results li {
	list-style-type: none;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 2px solid #eee;
}

table.publications-results th {
	border-bottom: 2px solid #ccc;
}

table.publications-results td {
	vertical-align: top;
}

table.publications-results tr.odd {
	background-color: #fafafa;
}

.image-container {
	width: 100px;
	float: left;
}
