 body {font-family: verdana, arial, sans-serif; font-size:100%; behavior:url(/web/20071011031125im_/http://www.advocate.com/40/css/css/csshover.htc);}
* {margin:0; padding:0;} 

a img {border: none; }
	
																					/*             --------- HEADER --------- 			*/
div#HeaderBkgnd {
	height:123px;
	width:100%;  /* extends color full width of browser */
	white-space: nowrap;
	background-color: #9e352b;
}
div#Header {
	height:123px;
	width:980px;
	white-space: nowrap;
	background-color: #9e352b;
}
div#Header ul {
	margin: 0px;
	padding: 0px;
	white-space: nowrap;
	background: url('/web/20071011031125im_/http://www.advocate.com/40/images/MainLogo.gif');
}
div#Header li {
	list-style-type: none;
	display: block;
	float: left;
}

A.MainLogo {
	background: url(/web/20071011031125im_/http://www.advocate.com/40/images/MainLogo.gif) no-repeat; 
	 background-position:
  		0px /* Horisontal shift */
  		0px; /* Vertical line shift */
 	display: block;  /* Image as sectional element */
 	width: 247px; /* Image width in pixels */
 	height: 123px; /* Image height */
}
																					/*             --------- TOP NAV
/* the horizontal menu starts here */
div#listmenu {
	width:100%;
	float:left;
	border-top:1px solid #888;
	border-bottom:1px solid #000;
	font-size:0.8em;
	background-color:#000;
	background:#111110 url(/web/20071011031125im_/http://www.advocate.com/40/images/present/navbg.jpg) repeat-x scroll left top;
	}
div#listmenu ul {margin:0 0 0 30px;/* indents ul from edge of container */
	}
div#listmenu li {
	float:left;	/* causes the list to align horizontally instead of stack */
	position:relative; /* positioning context for the absolutely positioned drop-down */
	list-style-type:none;	/* removes the bullet off each list item */
	background-color:#222; /*sets the background of the menu items */
	background:#111110 url(/web/20071011031125im_/http://www.advocate.com/40/images/present/navbg.jpg) repeat-x scroll left top;
	border-right:1px solid #888; /* creates dividing lines between the li elements */
	border-left:1px solid #333; /* creates dividing lines between the li elements */
	}
div#listmenu li:first-child {
	border-left:1px solid #333; /*the first vertical line on the menu */
	}
div#listmenu li:hover { 
	background-color:#D00; /*sets the background of the menu items */
	background:#111110 url(/web/20071011031125im_/http://www.advocate.com/40/images/present/navbghov.jpg) repeat-x scroll left top;
	}
div#listmenu a {
	display:block; /*makes list items in drop down highlight and wrapped lines indent correctly */
	padding:0 15px; /*creates space each side of menu item's text */
	text-decoration:none;	 /* removes the underlining of the link */
	color:#DDD;	/* sets the type color */
	}
div#listmenu a:hover {
	color:#DDD;
	}
/* the horizontal menu ends here */

/* the drop-down starts here */
div#listmenu ul li ul {
	margin:0; /* prevents the TEMP value inheriting from the horiz menu - OK to remove if you remove TEMP above */
	position:absolute; /* positions the drop-down ul in relation to its relatively positioned li parent */
	width:10em; /*sets the width of the menu - in combo with the li's 100% width, makes the menu stack*/
	left:-1px; /*aligns the drop exactly under the menu */
	}
div#listmenu ul li ul li {
	width:100%; /* makes the list items fill the list container (ul) */
	border-left:1px solid #333; /*  three sides of each drop-down item */
	border-bottom:1px solid #333;
	border-right:1px solid #333;
	border-top:1px solid #666;
	padding:0 0 1px;
	}
div#listmenu ul li ul li:first-child {
	border-top:1px solid #DDD; /*the top edge of the dropdown */
	}
/* make the drop-down display as the menu is rolled over */
div#listmenu ul li ul {display:none;} /* conceals the drop-down when menu not hovered */
div#listmenu ul li:hover ul {display:block; } /* shows the drop-down when the menu is hovered */

/* pop-out starts here */
body div#listmenu ul li ul li ul  {
	visibility:hidden; /* same effect as display:none in this situation */
	top:-1px;
	left:10em;
	}
div#listmenu ul li ul li:hover ul {visibility:visible;} /* same effect as display:block in this situation */

/* another level of pop-outs */
div#listmenu ul li ul li:hover ul li ul {display:none;} /* conceals the drop-down when menu not hovered */
div#listmenu ul li ul li ul li:hover ul {display:block; } /* shows the drop-down when the menu is hovered */

/* THE HACK ZONE - */

/* hack for IE (all flavors) so the menu has a vertical line on the left */
* html div#listmenu ul {
	float:left; /* makes the ul wrap the li's */
	border-left:1px solid #000; /* adds the rightmost menu vertical line to the ul */
	margin-left:15px; /* IE doubles the given value above - why? */
	}
/* add a top line to drops and pops in IE browsers - can't read :first-child */
* html  div#listmenu ul li ul {
	border-top:1px solid #069;
	border-left:0px; /* stops the drop inheriting the ul border */
	}
/* the Tantek hack to feed IE Win 5.5-5.0 a lower value to get the pop-out to touch the drop-down */
* html  div#listmenu ul li ul li ul { 
  left:9.85em; 
  voice-family: "\"}\""; 
  voice-family:inherit;
  left:10em;
  }
/* and the "be nice to Opera" rule */
html>body div#listmenu ul li ul li ul {
  top:-1px;
  left:10em;
  }

/* an Opera-only hack to fix a redraw problem by invisibly extending the ul */
/* the first-level drop stays open for 100px below the bottom but at least it works */
/* this can be reduced to as little as 22px if you don't have pop-outs */
/* the pop-out menu stays open for 22px below the bottom but at least it works */
	@media all and (min-width: 0px){
   body div#listmenu ul li ul {padding-bottom:70px;}
   body div#listmenu ul li ul li ul {padding-bottom:22px;}
   body div#listmenu ul li ul li ul li ul li:hover {visibility:visible;} /* same effect as display:block in this situation */

   }
/*end Opera hack */
/* end of hack zone */
/* END OF LIST-BASED MENU */




																					/*             ---------  MAIN THREE COLUMNS - AFTER HEADER --------- 			*/

div#contentarea {
	width:890px; 
	margin-left:auto;
	margin-right:auto;
}

div#column1 {
	width:100px; 
	float:left;
}

div#column2 {
	width:575px;  
	float:left;
	margin-top:10px;

}

div#column3 {
	width:300px;  
	float:left;
}


/* here follows the brillant "no-extra-markup" clearing method devised by Tony Aslett - www.csscreator.com */
/* simply add the clearfix class to any container that must enclose floated elements */
/* read the details of how and why this works at http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
    content: ".";              /* the period is placed on the page as the last thing before the div closes */
	display: block;          /* inline elements don't respond to the clear property */ 
    height: 0;                  /* ensure the period is not visible */
    clear: both;               /* make the container clear the period */
    visibility: hidden;	     /* further ensures the period is not visible */
}

.clearfix {display: inline-block;}   /* a fix for IE Mac */

/* next a fix for the dreaded Guillotine bug in IE6 */
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* end of "no-extra-markup" clearing method */
																					/*             --------- LOWER MODULES WITH ROLLOVERS --------- 			*/

div#LowerMod {
	width: 575px;
	margin-top: 10px;
	margin: 10px 0px 0px 0px;
	padding: 0px;
}
div#LowerMod ul {
	margin: 0px;
	padding: 0px;
}
div#LowerMod li {
	list-style-type: none;
	display: inline;
	float: left;
	width: 136px;
}

.LowerMod_textbox {
 	display: block; 
	padding: 0px 2px 0px 5px;
 	width: 129px; 
 	height: 186px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	line-height: 18px;
}


A.LowerModSpace {
 	display: block;  /* Image as sectional element */
 	width: 10px; /* Image width in pixels */
	height: 10px;
}

A.LowerMod_1 {
 	background: url('/web/20071011031125im_/http://www.advocate.com/40/images/lowerModMenuRollovers.jpg'); /* Way to the file with an initial image */
 	display: block;  /* Image as sectional element */
 	width: 136px; /* Image width in pixels */
 	height: 186px; /* Image height */
  	background-position:
  	0px /* Horisontal shift */
  	0px; /* Vertical line shift */
}

A.LowerMod_1:hover {
 	background-position:
  	0px /* Horisontal shift */
  	-186px; /* Vertical line shift */
}

A.LowerMod_2 {
 	background: url('/web/20071011031125im_/http://www.advocate.com/40/images/lowerModMenuRollovers.jpg'); /* Way to the file with an initial image */
 	display: block;  /* Image as sectional element */
 	width: 136px; /* Image width in pixels */
 	height: 186px; /* Image height */
  	background-position:
  	-138px /* Horisontal shift */
  	0px; /* Vertical line shift */
}

A.LowerMod_2:hover {
 	background-position:
  	-138px /* Horisontal shift */
  	-186px; /* Vertical line shift */
}

A.LowerMod_3 {
 	background: url('/web/20071011031125im_/http://www.advocate.com/40/images/lowerModMenuRollovers.jpg'); /* Way to the file with an initial image */
 	display: block;  /* Image as sectional element */
 	width: 136px; /* Image width in pixels */
 	height: 186px; /* Image height */
 	 background-position:
  	-276px /* Horisontal shift */
  	0px; /* Vertical line shift */
}

A.LowerMod_3:hover {
 	background-position:
  	-276px /* Horisontal shift */
  	-186px; /* Vertical line shift */
}

A.LowerMod_4 {
 	background: url('/web/20071011031125im_/http://www.advocate.com/40/images/lowerModMenuRollovers.jpg'); /* Way to the file with an initial image */
 	display: block;  /* Image as sectional element */
 	width: 136px; /* Image width in pixels */
 	height: 186px; /* Image height */
  	background-position:
  	-414px /* Horisontal shift */
  	0px; /* Vertical line shift */
}

A.LowerMod_4:hover {
 	background-position:
  	-414px /* Horisontal shift */
  	-186px; /* Vertical line shift */
}

																					/*             --------- ICON HUB MODULES --------- 			*/

div#Icon_Hub_Mod {
	width: 575px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
div#Icon_Hub_Mod ul {
	margin: 0px;
	padding: 0px;
}
div#Icon_Hub_Mod li {
	list-style-type: none;
	display: inline;
	float: left;
	width: 136px;
}

.Icon_Hub_textbox {
	display: block;
	padding: 0px 2px 0px 5px;
	width: 127px;
	height: 300px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	line-height: 32px;
	border: 1px solid #999999;
}

A.Icon_Hub_Mod_1 {
 	background: url('/web/20071011031125im_/http://www.advocate.com/40/images/content/icon_hub_jd.jpg'); /* Way to the file with an initial image */
 	display: block;  /* Image as sectional element */
 	width: 136px; /* Image width in pixels */
 	height: 200px; /* Image height */
}
A.Icon_Hub_Mod_2 {
 	background: url('/web/20071011031125im_/http://www.advocate.com/40/images/content/icon_hub_stephinmerritt.jpg'); /* Way to the file with an initial image */
 	display: block;  /* Image as sectional element */
 	width: 136px; /* Image width in pixels */
 	height: 200px; /* Image height */
}
A.Icon_Hub_Mod_3 {
 	background: url('/web/20071011031125im_/http://www.advocate.com/40/images/content/icon_hub_bethditto.jpg'); /* Way to the file with an initial image */
 	display: block;  /* Image as sectional element */
 	width: 136px; /* Image width in pixels */
 	height: 200px; /* Image height */
}
A.Icon_Hub_Mod_4 {
 	background: url('/web/20071011031125im_/http://www.advocate.com/40/images/content/icon_hub_eddroste.jpg'); /* Way to the file with an initial image */
 	display: block;  /* Image as sectional element */
 	width: 136px; /* Image width in pixels */
 	height: 200px; /* Image height */
}


div#footer {
	width:975px;
	margin: 15px 0px 15px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #333;
	text-align: center;
	text-decoration: none;
	margin-left:auto;
	margin-right:auto;
	}
	
div#footer a:link {
	color: #333;
	text-decoration: none;
}
div#footer a:visited {
    	color: #333;
	text-decoration: none;
}
div#footer a:hover {
    	font-weight: normal;
    	color: #F33;
	text-decoration: underline;
}

div#adWrapper300 {
 	display: block; 
	padding: 10px 0px 0px 10px;
}

div#linkList {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	line-height: 28px;
	width: 220px;
	padding: 15px 0px 25px 80px;
	border: 1px solid #CCCCCC;
	margin-top: 5px;
	margin-left: 10px;
	background-color: #FFFFFF;
}
div#linkList a:link {
	color: #333;
	text-decoration: none;
}
div#linkList a:visited {
    	color: #333;
	text-decoration: none;
}
div#linkList a:hover {
    	font-weight: normal;
    	color: #9e352b;
		text-decoration: underline;
}

div#votebox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	line-height: 13px;
	width: 290px;
	padding: 15px 0px 15px 10px;
	border: 1px solid #CCCCCC;
	margin-top: 5px;
	margin-left: 10px;
	background-color: #FFFFFF;
}

div#votebox a:link {
	color: #333;
	text-decoration: none;
}
div#votebox a:visited {
    	color: #333;
	text-decoration: none;
}
div#votebox a:hover {
    	color: #9e352b;
		text-decoration: underline;
}

div#subForm {
	display: block;
	padding: 100px 10px 10px 10px;
	margin: 5px 0px 0px 0px;
	background-color: #7e91b1;
	background-image: url(/web/20071011031125im_/http://www.advocate.com/40/images/subscribeLogo.gif);
	background-repeat: no-repeat;
	border: 1px solid #333333;
	height: 200px;
	width: 278px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}



																					/*             --------- DETAIL PAGES --------- 			*/


div#subhed {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
	background-color: #666666;
	padding-left: 5px;
	width: 570px;
}
div#hed {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	color: #330000;
	text-decoration: none;
	margin-top: 10px;
	margin-left: 5px;
}
div#bodycopyBox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	line-height: 18px;
	padding: 5px 15px 25px 15px;
	border: 1px solid #CCCCCC;
	margin-top: 20px;
	background-color: #FFFFFF;
}



div#photoCredit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #666666;
	float: right;
	letter-spacing: .2em;
}

.byline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	letter-spacing: .2em;
	font-style: italic;
	display: block; 
	float: right;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #333333;
	margin: 0px;
	padding: 5px 0px 5px 0px;
}
blockquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	float: right;
	color: #444444;
	background-color: #FFFFFF;
	width: 350px;
	line-height: 32px;
	padding: 7px;
	border: 1px solid #999999;
	margin: 4px;
	background:#FFFFFF url(/web/20071011031125im_/http://www.advocate.com/40/images/content/quote.gif) no-repeat scroll left top;
}


div#initialcap {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 200px;
	float: left;
	color: #b14736;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	margin-right: 10px;
	padding: 75px 5px 75px 5px;
}
.dropcap {
	float:left;
 	margin-top:0px;
 	color:gray;
 	padding-top:0.2em;
	padding-right:0.0em;
	padding-bottom:0em;
 	font-size:32pt;
 	height:1em;
 	font-weight:bold;
 	font-family:"times", "Times New Roman";
} 
 
img.floatLeft { 
    float: left; 
    margin: 4px; 
}
img.floatRight { 
    float: right; 
    margin: 4px; 
}
.numberedList {
	padding: 5px 5px 5px 25px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	width: 200px;
	list-style-position: inside;
	line-height: 25px;
	font-weight: bold;
	text-align: left;
}

																					/*             --------- HUB PAGE STYLES --------- 	*/

H6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #333333;
	width: 265px;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	font-weight: normal;
	display: block;
}


div#HubPageList {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: #333333;
	margin: 30px 0px 0px 0px;
	padding: 10px;
	display: block;
	width: 555px;
}

div#HubPageList p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: normal;
	color: #333333;
	margin: 0px 0px 10px 10px;
	padding: 0px;
}

div#HubPageList li a {
	text-decoration: none;
	font-weight: normal;
	color: #666;
	list-style: none;
}
div#HubPageList li a:link {
	color: #666;
	list-style: none;
}
div#HubPageListli a:visited {
    color: #666;
	list-style: none;
}
div#HubPageList li a:hover {
    font-weight: normal;
    color: #000;
	list-style: none;
}

div#HubPage p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #333333;
	width: 265px;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	font-weight: normal;
	display: block;
}

div#HubPage {
	height: 522px;
	width: 550px;
	background-color: #fcedc2;
	border-right-style: solid;
	border-left-style: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
div#HubPage ul {
	margin: 0px;
	padding: 0px;
}

div#HubPage li {
	float: left;
	height: 250px;
	width: 274px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: inline;	
}

.HubPageTitle {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #333333;
	background-color: #F8E18D;
	height: 21px;
	width: 264px;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	display: block;
	text-decoration: none;
	line-height: 21px;
	top: -3px;
	position: relative;
}

A.HubPageTitle:hover {
	color: #FFF;
	background-color: #666;

}

																					/*             --------- TIMELINE STYLES --------- 	*/


div#TLdek{
	font-family: Georgia, Serif;
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	margin-top: 10px;
	margin-left: 5px;
	line-height: 40px;
	background-color: #FFF
	padding-right: 20px;
}

.tl_year {
	font-family: Georgia, Serif;
	font-size: 92px;
	font-style: normal;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 00px;
	list-style-type: none;
	line-height: 1.1em;
}


.tl_cover {
	font-family: Georgia, Serif;
	font-size: 45px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	float:left;
	margin-right: 20px;
	display:block;
	margin-top: 0px;
	list-style-type: none;
	border: 1px solid #CCCCCC;
}

div#tl_Box {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	line-height: 20px;
	padding: 0px 25px 25px;
	border: 1px solid #CCCCCC;
	margin-top: 10px;
	background-color: #FFFFFF;
}

div#tl_Box ul {
	margin: 0px;
	padding: 0px;
	display:block;
}
div#tl_Box li {
	margin: 0px 0px 10px;
}

div#tl_Box a:link {
	color: #9e352b;
	text-decoration: none;
}
div#tl_Box a:visited {
    	color: #9e352b;
	text-decoration: none;
}
div#tl_Box a:hover {
    	color: #9e352b;
		text-decoration: underline;
}

div#survey_Box {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	line-height: 28px;
	padding: 15px 55px 25px 55px;
	border: 1px solid #CCCCCC;
	margin-top: 10px;
	background-color: #FFFFFF;
}




																					/*             --------- ICONOGRAPHY PAGE STYLES --------- 	*/

div#icon_bodycopyBox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	line-height: 18px;
	padding: 5px 15px 25px 15px;
	border: 1px solid #CCCCCC;
	margin-top: 20px;
	background-color: #FFFFFF;
}

div#Icon_bodycopyBox a:link {
	color: #9e352b;
	text-decoration: none;
}
div#Icon_bodycopyBox a:visited {
    	color: #9e352b;
	text-decoration: none;
}
div#Icon_bodycopyBox a:hover {
    	color: #9e352b;
		text-decoration: underline;
}


div#icon_date {
	font-family: Georgia, Serif;
	font-size: 35px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	background-color: #FFFFFF;
	margin-top: 10px;
	margin-bottom: 10px;
}


div#icon_cover {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	float: left;
	color: #666666;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	width: 175px;
	height: 15px;
	margin-right: 20px;
	background-repeat: no-repeat;
	background-position: 0px 18px 0px 0px;
	padding-top: 240px;
}


div#icon_picture {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	float: left;
	color: #666666;
	width: 325px;
	height: 321px;
	margin-right: 20px;
	background:#FFFFFF url(/web/20071011031125im_/http://www.advocate.com/40/images/content/iconpicbkgnd.jpg) no-repeat scroll left top;
	padding-top: 24px;
}



div#icondek{
	font-family: Georgia, Serif;
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	margin-top: 10px;
	line-height: 36px;
	background-color: #FFF
	padding-right: 20px;
	height: 321px;
	width: 200px;
}


div#iconhed {
	font-family: Georgia, Serif;
	font-size: 32px;
	font-style: italic;
	font-weight: normal;
	color: #b14736;
	text-decoration: none;
	margin-top: 10px;
}



div#icontop {
	height:321px;
	width:575px;
}
div#icontop ul {
	margin: 0px;
	padding: 0px;
}
div#icontop li {
	list-style-type: none;
	display: block;
	float: left;
}

																					/*             --------- BACK PAGE STYLES --------- 	*/

div#bp_picture {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	float: left;
	color: #666666;
	width: 311px;
	height: 434px;
	margin-right: 20px;
	background:#FFFFFF url(/web/20071011031125im_/http://www.advocate.com/40/images/content/bppicbkgnd.jpg) no-repeat scroll left top;
	padding-top: 24px;
}



div#bpdek{
	font-family: Georgia, Serif;
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	margin-top: 10px;
	line-height: 36px;
	background-color: #FFF
	padding-right: 20px;
	height: 434px;
	width: 200px;
}


div#bphed {
	font-family: Georgia, Serif;
	font-size: 32px;
	font-style: italic;
	font-weight: normal;
	color: #b14736;
	text-decoration: none;
	margin-top: 10px;
}



div#bptop {
	height:434px;
	width:575px;
	display: block;
}
div#bptop ul {
	margin: 0px;
	padding: 0px;
}
div#bptop li {
	list-style-type: none;
	display: block;
	float: left;
}

/****************************/
/*	BUTTON			 */
/****************************/

INPUT.button 
{
	margin: 2px;
	background-color: #b14736;
	color: #FFFFFF;
	border: 1px solid #666;
	cursor: hand;
}

INPUT.button:hover 
{ 
	border: 1px solid #333;
	background-color: #666;
}

/**************************************************/
/*	Custom Ultimate Survey styles			 */
/**************************************************/

.question_text
{
	font-size: 14px;
	font-weight: bold;
	color: #b14736;
}

.message
{
	font-size: 12px;
	font-family: arial, helvetica, Sans-serif;
}

/**************************************************/
/*	Cover HUB styles			                  */
/**************************************************/

.cover_hub_mod {
	width: 575px;
	height: 215px;
	margin: 0px;
	padding: 0px;
}
.cover_hub_mod ul {
	margin: 0px;
	padding: 0px;
}
.cover_hub_mod li {
	list-style-type: none;
	display: inline;
	float: left;
	width: 136px;
}

.cover_hub_textbox {
	display: block;
	padding: 0px 2px 0px 5px;
	width: 127px;
	height: 300px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	line-height: 32px;
	border: 1px solid #999999;
}

A.cover_hub_mod_1 {
 	background: url('/web/20071011031125im_/http://www.advocate.com/40/images/covers/hubimages/comingout.jpg'); /* Way to the file with an initial image */
 	display: block;  /* Image as sectional element */
 	width: 136px; /* Image width in pixels */
 	height: 200px; /* Image height */
}
A.cover_hub_mod_2 {
 	background: url('/web/20071011031125im_/http://www.advocate.com/40/images/covers/hubimages/pride.jpg'); /* Way to the file with an initial image */
 	display: block;  /* Image as sectional element */
 	width: 136px; /* Image width in pixels */
 	height: 200px; /* Image height */
}
A.cover_hub_mod_3 {
 	background: url('/web/20071011031125im_/http://www.advocate.com/40/images/covers/hubimages/sports.jpg'); /* Way to the file with an initial image */
 	display: block;  /* Image as sectional element */
 	width: 136px; /* Image width in pixels */
 	height: 200px; /* Image height */
}
A.cover_hub_mod_4 {
 	background: url('/web/20071011031125im_/http://www.advocate.com/40/images/covers/hubimages/religion.jpg'); /* Way to the file with an initial image */
 	display: block;  /* Image as sectional element */
 	width: 136px; /* Image width in pixels */
 	height: 200px; /* Image height */
}
A.cover_hub_mod_5 {
 	background: url('/web/20071011031125im_/http://www.advocate.com/40/images/covers/hubimages/sex.jpg'); /* Way to the file with an initial image */
 	display: block;  /* Image as sectional element */
 	width: 136px; /* Image width in pixels */
 	height: 200px; /* Image height */
}
A.cover_hub_mod_6 {
 	background: url('/web/20071011031125im_/http://www.advocate.com/40/images/covers/hubimages/historic.jpg'); /* Way to the file with an initial image */
 	display: block;  /* Image as sectional element */
 	width: 136px; /* Image width in pixels */
 	height: 200px; /* Image height */
}
A.cover_hub_mod_7 {
 	background: url('/web/20071011031125im_/http://www.advocate.com/40/images/covers/hubimages/politics.jpg'); /* Way to the file with an initial image */
 	display: block;  /* Image as sectional element */
 	width: 136px; /* Image width in pixels */
 	height: 200px; /* Image height */
}
A.cover_hub_mod_8 {
 	background: url('/web/20071011031125im_/http://www.advocate.com/40/images/covers/hubimages/family.jpg'); /* Way to the file with an initial image */
 	display: block;  /* Image as sectional element */
 	width: 136px; /* Image width in pixels */
 	height: 200px; /* Image height */
}

/**************************************************/
/*	timeline HUB styles			                  */
/**************************************************/

.tl_hub_mod {
	width: 545px;
	height: 215px;
	margin: 0px;
	padding: 0px;
}
.tl_hub_mod ul {
	margin: 0px;
	padding: 0px;
}
.tl_hub_mod li {
	list-style-type: none;
	display: inline;
	float: left;
	width: 169px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #333333;
	background-repeat:no-repeat;
}

.tl_hub_textbox {
	display: block;
	padding: 0px 2px 0px 5px;
	width: 160px;
	height: 100px;
	font-family: Verdana, Arial;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	line-height: 18px;
	border: 1px solid #999999;
	background-color:#FFFFCC
}

A.tl_hub_mod_1 {
 	background: url('/web/20071011031125im_/http://www.advocate.com/40/images/content/timeline/hubimages/tl_1.jpg'); /* Way to the file with an initial image */
 	display: block;  /* Image as sectional element */
 	width: 169px; /* Image width in pixels */
 	height: 67px; /* Image height */
}
A.tl_hub_mod_2 {
 	background: url('/web/20071011031125im_/http://www.advocate.com/40/images/content/timeline/hubimages/tl_2.jpg'); /* Way to the file with an initial image */
 	display: block;  /* Image as sectional element */
 	width: 169px; /* Image width in pixels */
 	height: 67px; /* Image height */
}
A.tl_hub_mod_3 {
 	background: url('/web/20071011031125im_/http://www.advocate.com/40/images/content/timeline/hubimages/tl_3.jpg'); /* Way to the file with an initial image */
 	display: block;  /* Image as sectional element */
 	width: 169px; /* Image width in pixels */
 	height: 67px; /* Image height */
}
A.tl_hub_mod_4 {
 	background: url('/web/20071011031125im_/http://www.advocate.com/40/images/content/timeline/hubimages/tl_4.jpg'); /* Way to the file with an initial image */
 	display: block;  /* Image as sectional element */
 	width: 169px; /* Image width in pixels */
 	height: 67px; /* Image height */
}
A.tl_hub_mod_5 {
 	background: url('/web/20071011031125im_/http://www.advocate.com/40/images/content/timeline/hubimages/tl_5.jpg'); /* Way to the file with an initial image */
 	display: block;  /* Image as sectional element */
 	width: 169px; /* Image width in pixels */
 	height: 67px; /* Image height */
}
A.tl_hub_mod_6 {
 	background: url('/web/20071011031125im_/http://www.advocate.com/40/images/content/timeline/hubimages/tl_6.jpg'); /* Way to the file with an initial image */
 	display: block;  /* Image as sectional element */
 	width: 169px; /* Image width in pixels */
 	height: 67px; /* Image height */
}
A.tl_hub_mod_7 {
 	background: url('/web/20071011031125im_/http://www.advocate.com/40/images/content/timeline/hubimages/tl_7.jpg'); /* Way to the file with an initial image */
 	display: block;  /* Image as sectional element */
 	width: 169px; /* Image width in pixels */
 	height: 67px; /* Image height */
}
A.tl_hub_mod_8 {
 	background: url('/web/20071011031125im_/http://www.advocate.com/40/images/content/timeline/hubimages/tl_8.jpg'); /* Way to the file with an initial image */
 	display: block;  /* Image as sectional element */
 	width: 169px; /* Image width in pixels */
 	height: 67px; /* Image height */
}
A.tl_hub_mod_9 {
 	background: url('/web/20071011031125im_/http://www.advocate.com/40/images/content/timeline/hubimages/tl_9.jpg'); /* Way to the file with an initial image */
 	display: block;  /* Image as sectional element */
 	width: 169px; /* Image width in pixels */
 	height: 67px; /* Image height */
}



/**************************************************/
/*	Custom cover gallery styles			 */
/**************************************************/

.galleryName{
	font-family: Georgia, Serif;
	font-size: 36px;
	font-style: italic;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}

.coverName{
	font-family: Georgia, Serif;
	font-size: 24px;
	font-style: italic;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}

.coverDate{
	font-family: Georgia, Serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}

SELECT	{
	border: solid #b14736 1px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	background-color: #EFEFEF;
	font-size: 12px;
}

.galleryImage	{
	border: solid #b14736 1px;
}

A.galleryPaging	{
	font-size: 12px;
	color: #b14736;
}

.galleryPaging	{
	font-size: 12px;
	color: #666666;
}

A.galleryButton	{
	border: solid #b14736 1px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	background-color: #EFEFEF;
	font-size: 12px;
	padding: 5px;
	text-decoration: none;
}

A.galleryButton:hover	{
	border: solid #b14736 1px;
	color: #666666;
	background-color: #DDDDDD;
}
.tl_yearbox {
	display: block;
	width: 100%;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
}
.video {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
	display: block;
	height: 310px;
	width: 375px;
	text-align: center;
	margin-left: 80px;
	margin-bottom: 25px;
	font-weight: bold;
}
.tl_photo {
	float: right;
	margin-left: 7px;
}

/*
     FILE ARCHIVED ON 03:11:25 Oct 11, 2007 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 00:50:55 Jun 02, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  capture_cache.get: 0.488
  captures_list: 0.374
  exclusion.robots: 0.038
  exclusion.robots.policy: 0.03
  esindex: 0.006
  cdx.remote: 7.981
  LoadShardBlock: 121.212 (3)
  PetaboxLoader3.datanode: 349.619 (4)
  PetaboxLoader3.resolve: 99.472 (3)
  load_resource: 454.027
*/