* {
	margin: 0px;
	padding: 0px;
	}
html {
	height: 100%;
	}
body {
	font: normal 12px/1.2 Georgia, Serif;
	color: #333333;
	background: #666666;
	height: 100%;
	}
img {
	border: 0px;
	}
p {
	padding-bottom: 12px;
	}
ul, ol {
	margin-left: 40px;
	margin-bottom: 15px;
	}
a {
	color: #333333;
	outline: none;
	text-decoration: none;
	}
	a:hover {
		text-decoration: underline;
		}
a.sub:link {
	color: #F00;
	text-decoration: none;
}	
a.sub:visited {
	color: #F00;
	text-decoration: none;

}
a.sub:hover {
	color: #900;
	text-decoration: none;

}
a.sub:active {
	color: #F00;
	text-decoration: none;

}	
		
		
h1 {
	font-size: 59px;
	font-weight: normal;
	margin-bottom: 25px;
	}
h2 {
	font-size: 40px;
	font-weight: normal;
	color: #fff;
	}
h3 {
	font-size: 28px;
	color: #cc0000;
	font-weight: normal;
	margin-bottom: 10px;
	}
h4 {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 10px;
	}
.container {
	width: 875px;
	margin-right: auto;
	margin-left: auto;
	}
.whitetext {
	color: #ffffff;
	padding: 10px;
	}
/** Menu **/
.menu {
	z-index: 100;
	height: 48px;
	float: left;
	width: 866px;
	padding-left: 5px;
	background: url(../images/farley/nav_bg.jpg) no-repeat;
	margin-bottom: 2px;
	}
.menu ul {
	padding:0;
	margin:0;
	list-style: none;
	}
	.menu ul li {
		float: left;
		position: relative;
		}
	.menu ul li a {
		display: block!important;
		display: inline-block;
		height: 37px;
		color: #034b69;
		line-height: 37px;
		font-size: 18px;
		padding-left: 10px;
		width: 155px;
		}
	.menu ul li:hover a {
		background: url(../images/farley/nav_hover.jpg) left no-repeat;
		text-decoration: none;
		}
		.menu ul li#home a {
			width: 41px;
			height: 37px;
			padding-left: 0;
			background: url(../images/farley/nav_home.jpg) no-repeat;
			}
			.menu ul li#home:hover a {
				background: url(../images/farley/nav_home_over.jpg) no-repeat;
				}
		.menu ul li#bio a {
			margin-left: -1px;
			}
		.menu ul li#awards a {
			margin-left: -1px;
			}
		.menu ul li#press a {
			margin-left: -1px;
			}
		.menu ul li#gallery a{
			margin-left: -1px;
			}
		.menu ul li#library a {
			margin-left: -1px;
			cursor: default;
			}
			.menu ul li#library li a {
				cursor: pointer;
				}
/* Sub Nav */
.menu ul li ul {
	display: none;
	}
	.menu ul li:hover ul {
		display: block;
		position: absolute;
		top: 37px;
		width: 166px;
		}
.menu ul li:hover ul li {
	width: 150px;
	}	
.menu ul li:hover ul li a {
	display: block;
	background: #252525;
	color: #fff;
	text-align: left;
	padding-left: 10px;
	height: 24px;
	padding-top: 8px;
	width: 156px;
	font: 14px/1.2 Trebuchet MS, Helvetica, sans-serif;
	border-bottom: 1px solid #666;
	}
	.menu ul li:hover ul li:hover a {
		background: url(../images/farley/nav_sub_hover.jpg) repeat-x #fff;
		color: #034b69;
		text-decoration: none;
		}
/** Home **/
body.home {
	background: #6f6f6f;
	}
.home_main {
	float: left;
	background: url(/library/media/home_main.jpg ) no-repeat;
	width: 321px;
	height: 337px;
	margin: 30px 0 10px 65px;
	padding: 90px 40px 0 385px;
	color: #fff;
	}
	.home_main h1 {
		color: #fff;
		}
.home_buttons {
	width: 935px;
	margin-left: -32px;
	float: left;
	}
.home_callouts {
	margin-top: 10px;
	float: left;
	border-top: 1px solid #a3a3a3;
	border-bottom: 1px solid #a3a3a3;
	width: 746px;
	margin-left: 65px;
	padding: 7px 0;
	color: #d4d4d4;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	}
	.home_callouts a {
			color: #d4d4d4;
			}
	.home_5 {
		float: left;
		width: 280px;
		padding: 0 10px;
		border-right: 1px solid #a3a3a3;
		}
		.home_5 img {
			float: left;
			padding: 0 10px 0 20px;
			}
		.home_5 p {
			padding: 7px 0 0 0;
			}
	.home_reading {
		float: left;
		padding: 0 10px;
		width: 425px;
		}
		.home_reading img {
			float: left;
			padding: 0 20px;
			}
		.home_reading p {
			padding: 15px 0 0 0;
			}
.home_footer {
	float: left;
	width: 746px;
	margin-left: 65px;
	text-align: right;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #d4d4d4;
	margin-top: 10px;
	height: 18px;
	}
	.home_footer img {
		float: right;
		margin-left: 15px;
		}
	.home_footer p {
		padding-top: 3px;
		}
/** Tier 2s **/
.header {
	float: left;
	width: 875px;
	height: 106px;
	}
.t2_content_container {
	float: left;
	width: 871px;
	background: url(../images/farley/t2_content_mid.jpg) repeat-y;
	}
.t2_content {
	float: left;
	width: 825px;
	min-height: 200px;
	padding: 23px 23px 3px 23px;
	background: url(../images/farley/t2_content_top.jpg) no-repeat;
	}
.t2_content_bottom {
	float: left;
	width: 871px;
	height: 20px;
	background: url(../images/farley/t2_content_bottom.jpg) no-repeat;
	}
.footer {
	float: left;
	width: 871px;
	text-align: right;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #d4d4d4;
	margin-top: 10px;
	height: 18px;
	}
	.footer img {
		float: right;
		margin-left: 15px;
		}
	.footer p {
		padding-top: 3px;
		}
.left {
	float: left;
	width: 300px;
	padding-right: 35px;
	}
.right {
	float: left;
	width: 490px;
	}
/** Bio **/

/** Awards **/
.awards {
	float: left;
	width: 866px;
	margin: 25px 0 0 5px;
	}
	.awards h1 {
		margin-left: 335px;
		}
	.awards_container {
		width: 866px;
		float: left;
		margin-bottom: 10px;
		}
		.awards_container .left img {
			float: right;
			}
		.awards_container .right {
			color: #fff;
			}
/** Press **/
.press_left {
	float: left;
	width: 400px;
	}
	.press_left h1 {
		border-bottom: 1px solid #b2b2b2;
		}
.press_right {
	float: left;
	width: 425px;
	}
	.press_right img {
		float: right;
		}
.press_box_container {
	width: 875px;
	float: left;
	}
.press_box {
	float: left;
	width: 217px;
	}
	.press_box h4 {
		color: #fff;
		font-size: 22px;
		}
	td.press_box_title {
		height: 70px;
		vertical-align: bottom;
		padding-left: 8px;
		}
	td.press_box_content {
		width: 191px;
		height: 174px;
		background: url(../images/farley/press_box.jpg) no-repeat;
		vertical-align: top;
		padding: 13px;
		font-size: 11px;
		}
	.press_box_desc {
		width: 192px;
		height: 25px;
		margin: 3px 0 10px 0;
		}
	.press_box_date {
		float: left;
		width: 100px;
		}
	.download_pdf {
		text-align: right;
		float: left;
		width: 92px;
		}
/** Gallery **/
h1.photos_title {
	width: 430px;
	float: left;
	margin-top: 25px;
	}
h1.videos_title {
	width: 430px;
	float: left;
	margin-top: 25px;
	}
.photos {
	float: left;
	width: 430px;
	border-right: 1px solid white;
	}
.videos {
	float: left;
	width: 430px;
	padding-left: 10px;
	}
.gallery_container {
	width: 213px;
	float: left;
	padding-bottom: 20px;
	}
	.gallery_container h4 {
		font-size: 22x;
		color: #fff;
		}
	.gallery_box {
		width: 191px;
		height: 152px;
		background: url(../images/farley/gallery_box.jpg) no-repeat;
		padding: 11px;
		font-size: 11px;
		}
		.gallery_box p {
			padding-bottom: none;
			padding-top: 4px;
			}
.gallery1 {
	float: left;
	width: 825px;
	border-bottom: 1px solid #b2b2b2;
	}
	.gallery1 h2 {
		color: #232323;
		}
	.more_photos {
		font-size: 11px;
		padding-bottom: 10px;
		}
	.photo_set {
		font-size: 25px;
		color: #666666;
		padding-left: 15px;
		}
.gallery_pics {
	float: left;
	width: 825px;
	padding-top: 25px;
	}
	.gallery_pics img {
		float: left;
		border: 2px solid #cccccc;
		margin: 6px;
		}
/** Library **/
.library {
	float: left;
	width: 875px;
	margin-top: 25px;
	}
	.library h2 {
		font-size: 28px;
		border-bottom: 1px solid #fff;
		padding-bottom: 5px;
		margin-bottom: 25px;
		}
	.book {
		float: left;
		width: 270px;
		color: #fff;
		height: 350px;
		padding-right: 20px;
		}
		.book_pic {
			width: 270px;
			height: 215px;
			}
div.float-art {
	float: left;
	padding-right: 15px;
	padding-left: 15px;
	margin-top: 40px;
	margin-bottom: 20px;
	width:200px;
	text-align: center;
  }	
  
  div.float-art p {
	font-size: 12px;
	line-height: 15px;
	text-align: center;
	margin-top: 8px;
   }
			
div.float {
	float: left;
	padding-right: 15px;
	padding-left: 15px;
	margin-top: 40px;
	width: 118px;
	margin-bottom: 20px;
  }
  
div.float p {
	font-size: 12px;
	line-height: 15px;
	text-align: center;
	margin-top: 8px;
   }

div.float img {
	border: 0px solid #666;
  }   

div.spacer {
  clear: both;
  }			
  
  #sub-text {
	margin-top: 200px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#movies-container {
}

