/* CSS Document */


body, html {
	border:0px;
	padding:0px;
	margin: 0px;
	height:100%;
	/*position: fixed;*/
	color: #CCCCCC;
	background-color: #252525;
	background-image: url(gfx/main_bg.gif);
	background-repeat: repeat-y;
	background-position: 50%;
	background-attachment: fixed;
}


body,td,th,div,input,select,textarea,ul,li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
	line-height: 16px;
}
input,select,textarea {
	color: #333333;
}
a, a:link, a:visited {
	text-decoration: none;
	color: #92c7fc;
}
a:hover {
	text-decoration: none;
}
h1 {
	color: #92c7fc;
	font-size: 18px;
	margin-top: 0px;
	margin-bottom: 30px;
}
h2 {
	color: #92c7fc;
	font-size: 13px;
	font-weight: bold;
}
img {
	border: 0 none;
}
hr {
	border: 0;
	color: #666666;
	background-color: #666666;
	height: 1px;
	width: 530px;
	display:block;
	margin: 10px 0 10px 0;
}
form {
	display: inline;
}
.homebutton {
	cursor: pointer;
	display: block;
	position: relative;
	top: 0px;
	left: 0px;
	width: 200px;
	height: 41;
}
div {
	text-align: center;	
}
div#main {
	margin: 0 auto;
	width: 988px;
}
div#header {
	margin: 0 auto;
	width: 988px;
	height: 65px;
	background-color:#191919;
	border-bottom: 1px solid #666666;
}

div#header div.logo {
	width: 165px;
	height: 21px;
	float: left;
	padding-top: 35px;
	/*	margin-left: 11px;*/
	background-image:url(gfx/logo_dr.png);
	background-position: 0px;
	background-repeat:no-repeat;
	margin-left: 3px;
	overflow:hidden;
}

div#header div.tools {
	font-size:10px;
	width: 490px;
	height: 21px;
	float: left;
	color: #CCCCCC;
	padding-top: 22px;
	padding-left: 48px;
}
div#header div.tools a {
	color: #999999;
	text-decoration: none;
}
div#header div.tools a:hover {
	color: #CCCCCC;
}
div#header div.search {
	font-size:10px;
	width: 240px;
	height: 21px;
	float: right;
	color: #999999;
	padding-top: 22px;
	padding-right: 14px;
	text-align: right;
}
div#header input {
	font-size:10px;
	margin: 0px;
	padding: 0px;
	background-color: #191919;
	border: 1px solid #999999;
	color: #cccccc;
}
div#header input.search {
	width: 115px;
}
div#header input.btn {
	line-height: 10px;
	width: 24px;
	height: 14px;
	color: #999999;
}
div#header input.btnhov {
	color: #CCCCCC;
}
div {
	text-align: left;	
}
div#menu {
	padding: 10px 0 125px 10px;
	width: 189px;
	float: right;
}
div#menu ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
}
div#menu li {
	margin:0px;
	padding-bottom: 3px;
	padding-top: 2px;
	float:left;
	width: 188px;
}

div#menu li a.parent, a.parent_sel {
	color:#CCCCCC;
	text-decoration:none;
	display:block;
	background: url(gfx/menu_grey.png) 1px 5px;
	background-repeat: no-repeat;
	line-height: 16px;
	padding-left: 20px;
}
div#menu li a.parent_sel {
	color:#ffffff;
	background: url(gfx/menu_red.png) 1px 5px;
	background-repeat: no-repeat;
/*	background-position: -199px 5px;*/
	font-weight: bold;
}
div#menu li a.parent:hover {
	color:#ffffff;
	background: url(gfx/menu_red.png) 1px 5px;
	background-repeat: no-repeat;
/*	background-position: -199px 5px;*/
}
div#menu li a.sub, a.sub_sel {
	color:#CCCCCC;
	text-decoration:none;
	display:block;
	background: url(gfx/submenu_grey.png) 20px 7px;
	background-repeat: no-repeat;
	line-height: 16px;
	padding-left: 30px;
}
div#menu li a.sub_sel {
	color:#92c7fc;
	background: url(gfx/submenu_red.png) 20px 7px;
	background-repeat: no-repeat;
/*	background-position: -160px 7px;*/
}
div#menu li a.sub:hover {
	color:#FFFFFF;
	background: url(gfx/submenu_red.png) 20px 7px;
	background-repeat: no-repeat;
/*	background-position: -160px 7px;*/
}

div#menu li a.child, a.child_sel {
	color:#CCCCCC;
	text-decoration:none;
	display:block;
	background-repeat: no-repeat;
	line-height: 16px;
	padding-left: 40px;
}
div#menu li a.child_sel {
	color:#ffffff;
}
div#menu li a.child:hover {
	color:#ffffff;
}


div#menu #personalize {
	width: 179px;
	background-color: #191919;
	color: #cccccc;
	overflow: hidden;
	overflow-y: hidden;
}

#personalizehome {
	width: 320px;
	color: white;
	background-color: #333333;
	
	overflow: hidden;
	overflow-y: hidden;
}



div#menu hr {
	width: 160px;
	display:block;
	margin: 10px 0 10px 0;
}
div#aObjConn {
	margin-top: 10px;
	/*margin-left: 20px;*/
	padding: 0px;
	width: 188px;
	height: 120px;
}
div#content {
	float: left;
	width: 789px;
}
div#flashcontent {
	width: 789px;
	/*height: 300px;*/
	padding-bottom: 0px;
	margin: 0px;
	background-image:url(gfx/dropdownshadow789x306.gif); 
	background-position: bottom; 
	background-repeat: no-repeat
}
div#copy {
	float: left;
	width: 530px;
	padding-left: 30px;
	padding-right: 29px;
	padding-top: 30px;
	padding-bottom: 30px;
}
div#copy .img {
	border: 2px solid #FFFFFF;
}
div#copy a, div#print a:link, div#print a:visited {
	color: #92c7fc;
}
div#banner {
	float: left;
	width: 190px;
	margin-left: 1px;
}
div#banner a, div#print a:link, div#print a:visited {
	color: #92c7fc;
}
div#banner div.banners {
	padding: 30px 14px 0 14px;
}

div#banner div.bannerad_head {
	background-image:url(gfx/banner_framed_bg.gif); 
	background-repeat: no-repeat;
	width:160px;
	/*height:24px;*/
	padding:5px 0 5px 10px;
	font-weight:bold;
	font-size:10px;
}
div#banner div.bannerad_middel {
	background-color:#191919; 
	width:148px; 
	padding:5px 10px 0 10px; 
	border-right:1px solid #666666; 
	border-left:1px solid #666666;
}
div#banner div.bannerad_end {
	background-image:url(gfx/banner_framed_end_bg.gif);
	width:160px;
	height:20px;
	padding:0 0 0 10px;
	margin-bottom:15px;
}
div#footer div.tools {
	font-size:10px;
	width: 400px;
	height: 51px;
	float: left;
	color: #999999;
	padding: 37px 0 0 0px;
}
div#footer div.tools a {
	font-weight: normal;
	color: #999999;
	text-decoration: none;
}
div#footer div.tools a:hover {
	color: #666666;
}
div#footer div.logo {
	float: right;
	padding-right: 20px;
	text-align:right;
}
div#footer div.logo_print {
	float: right;
	padding-right: 20px;
	text-align:right;
	display:none;
}
div#footer div.logo_print {
	float: right;
	padding-right: 20px;
	text-align:right;
	display:none;
}
div#footer div.print { /* print icon div */
	padding-top: 20px;
	float: left;
	padding-left: 120px;
	text-align:right;
}


div#library {
	width: 100%;
	padding: 10px;
	background-color: white;
	color: black;
}



.attention {
	color: #92c7fc;
	font-weight:bold;	
}
.layer_Expanded {
	overflow: inherit;
}
.layer_Collapsed {
	height:65px;
	overflow: hidden;
}
a.compare {
	color: #92c7fc;
}
.librarystorytitle {
	color: #333333;
	font-size: 18px;
	letter-spacing: 1px;
}
