@charset "UTF-8";
/* CSS Document */

body {
background-color: #ffffff;
margin: auto;
position: relative;
color: #333333;
font-family: Arial, Helvetica, sans-serif;
font-size: 10pt;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-style: normal;
	line-height: 12pt;
	font-weight: lighter;




}

a:link, a:visited {
	color: #333333;
	text-decoration:none;
}

a.nobook:hover {
	color:#333333;
	}

a:hover{
	color: #CCCCCC;
}

a.navlink, .navlink {
	font-size:11pt;
	color:#999999;
}

a.navlink:hover {
	color:#333333;
	}

.roberthobbsblack {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 18px;
	position: relative;
	text-align: center;
	padding-top: 25px;
 }

.roberthobbsgrey {
	font-family: Arial, Helvetica, sans-serif;
	color: #808080;
	font-size: 18px;
}

.roberthobbsnav {
	font-family:Arial, Helvetica, sans-serif;
	margin-left:-55px;
	font-size: 20px;
	padding-top: 25px;
	font-weight: bold;
 }


#maincontent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 44;
	margin-right: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: 12pt;
	font-weight: lighter;
	width: 431px;
	color: #666;
	}

#footer {
padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD; margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */


}

.coverbox {
	text-decoration: none;
	text-align: center;
	position: relative;
}



.d {
text-decoration: none;
	text-align: center;
	position: relative;
	font-size: 12pt;
}


.copyright {
	font-family: Arial, Helvetica, sans-serif;
	color: #010101;
	font-size:6pt;
	position:relative;
}


.coverbox {
	text-decoration: none;
	text-align: center;
	position: relative;
}





#cover_drop{
	list-style:none;
	/* Clear floats */
	float:left;
	width:100%;
	position:relative;
	z-index:5;
	left:-45px;
}
#cover_drop li{
	float:left;
	position:relative;
}
#cover_drop a{
	display:block;
	padding:5px;
	text-decoration:none;
}
#cover_drop a:hover{
	color:#999;
}

#coverdrop a.no_book:hover {
	color:#333;
}



/*--- DROPDOWN ---*/
#cover_drop ul{
	background:#fff; /* Adding a background makes the dropdown work properly in IE7+. Make this as close to your page's background as possible (i.e. white page == white background). */
	background:rgba(255,255,255,0); /* But! Let's make the background fully transparent where we can, we don't actually want to see it if we can help it... */
	list-style:none;
	position:absolute;
	left:-9999px; /* Hide off-screen when not needed (this is more accessible than display:none;) */
}
#cover_drop ul li{
	padding-top:1px; /* Introducing a padding between the li and the a give the illusion spaced items */
	float:none;
}
#cover_drop ul a{
	white-space:nowrap; /* Stop text wrapping and creating multi-line dropdown items */
}
#cover_drop li:hover ul{ /* Display the dropdown on hover */
	left:-300px; /* Bring back on-screen when needed */
	top:0px;
}
#cover_drop li:hover a{ /* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */
	background:#FFFFFF;
}
#cover_drop li:hover ul a{ /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */
	text-decoration:none;
}
#cover_drop li:hover ul li a:hover{ /* Here we define the most explicit hover states--what happens when you hover each individual link. */
	background:#FFFFFF;
}
	
.header{
	font-size: 14px;
	color:#000000;
	font-weight:bold;
}