html {
	height: 100%;
	background: url(../images/background.gif) 3px 0;
	}
body {
	margin: 0;
	height: 100%;
	font: 10px/12px Tahoma, Arial, Helvetica, sans-serif;
	color: #afafaf;
	background: url(../images/bg-body.gif) repeat-x;
	}
a {
	text-decoration: underline;
	color: #afafaf;
	}
a:hover {
	text-decoration: none;
	}
form {
	margin: 0;
	padding: 0;
	}
img {
	margin: 0;
	border: none;
	display: block;
	}

/*--main--*/
#main {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
	background: url(../images/bg-main.gif) repeat-y;
	}
.container {
	width: 1000px;
	min-height: 1110px;
	overflow: hidden;
	background: url(../images/bg-main-top.jpg) no-repeat;
	}
* html .container {
	height: 1110px;
	overflow: visible;
	}

/*----------------------header----------------------*/
#header{width:1000px;}

/*--logo--*/
.logo-holder {
	float: left;
	width: 215px;
	height: 243px;
	display: inline;
	margin: 13px 0 0 26px;
	background: url(../images/bg-logo-holder.jpg) no-repeat;
	}
#header h1 {
	margin: 0;
	height: 211px;
	overflow: hidden;
	}
#header h1 a {
	width: 215px;
	height: 211px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	text-decoration: none;
	background: url(../images/bg-logo.gif) no-repeat 100% 0;
	}
#header .slogan {
	float: left;
	width: 436px;
	height: 104px;
	display: inline;
	overflow: hidden;
	text-indent: -9999px;
	margin: 42px 0 0 103px;
	background: url(../images/bg-slogan.gif) no-repeat;
	}

/*--navigation--*/
ul#navigation {
	float: left;
	width: 756px;
	margin: 39px 0 0;
	padding: 0 0 0 3px;
	}
ul#navigation li{
	float: left;
	list-style: none;
	display: inline;
	}
ul#navigation a {
	float: left;
	height: 36px;
	overflow: hidden;
	text-indent: -9999px;
	text-decoration: none;
	}
ul#navigation a.home {
	width: 74px;
	background: url(../images/bg-home.png) no-repeat;
	}
ul#navigation a.the-medal {
	width: 115px;
	background: url(../images/bg-the-medal.png) no-repeat;
	}
ul#navigation a.recipients {
	width: 115px;
	background: url(../images/bg-recipients.png) no-repeat;
	}
ul#navigation a.media {
	width: 81px;
	background: url(../images/bg-media.png) no-repeat;
	}
ul#navigation a.community {
	width: 125px;
	background: url(../images/bg-community.png) no-repeat;
	}
ul#navigation a.the-society {
	width: 126px;
	background: url(../images/bg-the-society.png) no-repeat;
	}
ul#navigation a.donations {
	width: 119px;
	background: url(../images/bg-donations.png) no-repeat;
	}

ul#navigation a:hover {
	background-position: 0 -36px;
	}
ul#navigation .active a {
	background-position: 0 -72px;
	}
ul#navigation li:hover, ul#navigation li.hover {
	position: relative;
	}
ul#navigation li:hover div, ul#navigation li.hover div {
	display: block;
	}
ul#navigation div {
	position: absolute;
	display: none;
	top: 36px;
	left: -1px;
	width: 133px;
	z-index: 888;
	border: 1px solid #333433;
	}
ul#navigation ul {
	display: block;
	float: none;
	width: 123px;
	margin: 0;
	padding: 3px 4px 5px 6px;
	overflow: hidden;
	background: url(../images/bg-sub-navigation.png);
	}
ul#navigation ul li {
	float: left;
	width: 104px;
	list-style: none;
	padding: 5px 0 6px 19px;
	background: url(../images/bg-sub-navigation-star.gif) no-repeat 0 5px;
	}
ul#navigation ul a {
	float: none;
	color: #fff;
	text-indent: 0;
	position: relative;
	font: 11px/14px Tahoma, Arial, Helvetica, sans-serif;
	}
ul#navigation ul a:hover {
	color: #ccb996;
	text-decoration: underline;
	}

/*----------------------content----------------------*/
#content {
	clear: both;
	width: 1000px;
	padding: 0 0 30px;
	overflow: hidden;
	}

/*--sidebar--*/
.sidebar {
	float: left;
	width: 217px;
	padding-left: 25px;
	}
.sidebar .bottom {
	display: block;
	width: 217px;
	height: 52px;
	line-height: 0;
	font-size: 0;
	background: url(../images/bg-sidebar-bottom.png) no-repeat;
	}

/*--sidebar-info--*/
.sidebar-info {
	width: 192px;
	overflow: hidden;
	padding: 0 13px 0 12px;
	background: url(../images/bg-sidebar.png) repeat-y;
	}
.sidebar-info h3 {
	margin: 8px 0 0;
	width: 192px;
	height: 27px;
	overflow: hidden;
	background: url(../images/bg-sidebar-heading.gif) no-repeat;
	}
.sidebar-info h3 a {
	display: block;
	width: 192px;
	height: 27px;
	overflow: hidden;
	text-indent: -9999px;
	text-decoration: none;
	}

.sidebar-info h3 a.featured-recipient{background:url(../images/bg-heading-featured-recipient.gif) no-repeat 50% 0;}
.sidebar-info h3 a.featured-recipient-on{background:url(../images/bg-heading-featured-recipient-on.gif) no-repeat 50% 0;}

.sidebar-info h3 a.featured-recipients{background:url(../images/bg-heading-featured-recipients.gif) no-repeat 50% 0;}
.sidebar-info h3 a.featured-recipients-on{background:url(../images/bg-heading-featured-recipients-on.gif) no-repeat 50% 0;}

.sidebar-info h3 a.archive-statistics{background:url(../images/bg-heading-archive-statistics.gif) no-repeat 50% 0;}
.sidebar-info h3 a.archive-statistics-on{background:url(../images/bg-heading-archive-statistics-on.gif) no-repeat 50% 0;}

.sidebar-info h3 a.featured-artwork{background:url(../images/bg-heading-featured-artwork.gif) no-repeat 50% 0;}
.sidebar-info h3 a.featured-artwork-on{background:url(../images/bg-heading-archive-artwork-on.gif) no-repeat 50% 0;}

.sidebar-info h3 a.archive-search{background:url(../images/bg-heading-archive-search.gif) no-repeat 50% 0;}
.sidebar-info h3 a.archive-search-on{background:url(../images/bg-heading-archive-search-on.gif) no-repeat 50% 0;}

.sidebar-info h3 a.history{background:url(../images/bg-heading-history.gif) no-repeat 50% 0;}
.sidebar-info h3 a.history-on{background:url(../images/bg-heading-history-on.gif) no-repeat 50% 0;}

.sidebar-info h3 a.symbolism{background:url(../images/bg-heading-symbolism.gif) no-repeat 50% 0;}
.sidebar-info h3 a.symbolism-on{background:url(../images/bg-heading-symbolism-on.gif) no-repeat 50% 0;}

.sidebar-info h3 a.types{background:url(../images/bg-heading-types.gif) no-repeat 50% 0;}
.sidebar-info h3 a.types-on{background:url(../images/bg-heading-types-on.gif) no-repeat 50% 0;}

.sidebar-info h3 a.faq{background:url(../images/bg-heading-faq.gif) no-repeat 50% 0;}
.sidebar-info h3 a.faq-on{background:url(../images/bg-heading-faq-on.gif) no-repeat 50% 0;}

.sidebar-info h3 a.links{background:url(../images/bg-heading-links.gif) no-repeat 50% 0;}
.sidebar-info h3 a.links-on{background:url(../images/bg-heading-links-on.gif) no-repeat 50% 0;}

.sidebar-info h3 a.museum{background:url(../images/bg-heading-museum.gif) no-repeat 50% 0;}
.sidebar-info h3 a.museum-on{background:url(../images/bg-heading-museum-on.gif) no-repeat 50% 0;}

.sidebar-info h3 a.fullarchive{background:url(../images/bg-heading-fullarchive.gif) no-repeat 50% 0;}
.sidebar-info h3 a.fullarchive-on{background:url(../images/bg-heading-fullarchive-on.gif) no-repeat 50% 0;}

.sidebar-info h3 a.livingrecipients{background:url(../images/bg-heading-livingrecipients.gif) no-repeat 50% 0;}
.sidebar-info h3 a.livingrecipients-on{background:url(../images/bg-heading-livingrecipients-on.gif) no-repeat 50% 0;}

.sidebar-info h3 a.recentrecipients{background:url(../images/bg-heading-recentrecipients.gif) no-repeat 50% 0;}
.sidebar-info h3 a.recentrecipients-on{background:url(../images/bg-heading-recentrecipients-on.gif) no-repeat 50% 0;}

.sidebar-info h3 a.recentlydeparted{background:url(../images/bg-heading-recentlydeparted.gif) no-repeat 50% 0;}
.sidebar-info h3 a.recentlydeparted-on{background:url(../images/bg-heading-recentlydeparted-on.gif) no-repeat 50% 0;}

.sidebar-info h3 a.doublerecipients{background:url(../images/bg-heading-doublerecipients.gif) no-repeat 50% 0;}
.sidebar-info h3 a.doublerecipients-on{background:url(../images/bg-heading-doublerecipients-on.gif) no-repeat 50% 0;}

.sidebar-info h3 a.audio{background:url(../images/bg-heading-audio.gif) no-repeat 50% 0;}
.sidebar-info h3 a.audio-on{background:url(../images/bg-heading-audio-on.gif) no-repeat 50% 0;}

.sidebar-info h3 a.video{background:url(../images/bg-heading-video.gif) no-repeat 50% 0;}
.sidebar-info h3 a.video-on{background:url(../images/bg-heading-video-on.gif) no-repeat 50% 0;}

.sidebar-info h3 a.artwork{background:url(../images/bg-heading-artwork.gif) no-repeat 50% 0;}
.sidebar-info h3 a.artwork-on{background:url(../images/bg-heading-artwork-on.gif) no-repeat 50% 0;}

.sidebar-info h3 a.photos{background:url(../images/bg-heading-photos.gif) no-repeat 50% 0;}
.sidebar-info h3 a.photos-on{background:url(../images/bg-heading-photos-on.gif) no-repeat 50% 0;}

.sidebar-info h3 a.contactrecipients{background:url(../images/bg-heading-contactrecipients.gif) no-repeat 50% 0;}
.sidebar-info h3 a.contactrecipients-on{background:url(../images/bg-heading-contactrecipients-on.gif) no-repeat 50% 0;}

.sidebar-info h3 a.bulletinboard{background:url(../images/bg-heading-bulletinboard.gif) no-repeat 50% 0;}
.sidebar-info h3 a.bulletinboard-on{background:url(../images/bg-heading-bulletinboard-on.gif) no-repeat 50% 0;}

.sidebar-info h3 a.communityprograms{background:url(../images/bg-heading-communityprograms.gif) no-repeat 50% 0;}
.sidebar-info h3 a.communityprograms-on{background:url(../images/bg-heading-communityprograms-on.gif) no-repeat 50% 0;}

.sidebar-info h3 a.goals{background:url(../images/bg-heading-goals.gif) no-repeat 50% 0;}
.sidebar-info h3 a.goals-on{background:url(../images/bg-heading-goals-on.gif) no-repeat 50% 0;}

.sidebar-info h3 a.donations{background:url(../images/bg-heading-donations.gif) no-repeat 50% 0;}
.sidebar-info h3 a.donations-on{background:url(../images/bg-heading-donations-on.gif) no-repeat 50% 0;}

.sidebar-info h3 a.officers{background:url(../images/bg-heading-officers.gif) no-repeat 50% 0;}
.sidebar-info h3 a.officers-on{background:url(../images/bg-heading-officers-on.gif) no-repeat 50% 0;}

.sidebar-info h3 a.contact{background:url(../images/bg-heading-contact.gif) no-repeat 50% 0;}
.sidebar-info h3 a.contact-on{background:url(../images/bg-heading-contact-on.gif) no-repeat 50% 0;}

.sidebar-info h3 a.events{background:url(../images/bg-heading-events.gif) no-repeat 50% 0;}
.sidebar-info h3 a.events-on{background:url(../images/bg-heading-events-on.gif) no-repeat 50% 0;}

.sidebar-info h3 a.foundation{background:url(../images/bg-heading-foundation.gif) no-repeat 50% 0;}
.sidebar-info h3 a.foundation-on{background:url(../images/bg-heading-foundation-on.gif) no-repeat 50% 0;}

.sidebar-info h4 {
	color:#fff;
	margin:8px 0 0;
	text-align:center;
	font:bold 12px/14px Tahoma, Arial, Helvetica, sans-serif;
	}

/*--sidebar-box--*/
.sidebar-box{
	overflow:hidden;
	margin:7px 0 0;
	padding:6px 4px 29px 5px;
	background:url(../images/bg-sidebar-box.gif) no-repeat;
}
* html .sidebar-box{
	height:1%;
	overflow:visible;
}
.sidebar-box p{
	margin:0;
	color:#afafaf;
	font:11px/18px Tahoma, Arial, Helvetica, sans-serif;
}
.sidebar-box img{
	float:right;
	display:inline;
	margin:7px 0 0 5px;
	border:1px solid #a1b1bc;
}
#sidebarGalleryImages {
	text-align: center;
	}
#sidebarGalleryImages img {
	display: inline;
	margin: 0;
	border: 1px solid #646464;
	}
a.read-more,
a.learn-more,
a.view-gallery,
a.search-link{
	float:right;
	display:inline;
	overflow:hidden;
	text-decoration:none;
	text-indent:-9999px;
}
a.read-more{
	width:108px;
	height:21px;
	margin:7px 0 0;
	background:url(../images/bg-read-more.gif) no-repeat;
}
a.learn-more{
	width:114px;
	height:19px;
	background:url(../images/bg-learn-more.gif) no-repeat;
}
a.search-link{
	width:82px;
	height:20px;
	margin:7px 0 0;
	background:url(../images/bg-search-link.gif) no-repeat;
}
a.view-gallery{
	width:127px;
	height:19px;
	margin:7px 0 0;
	background:url(../images/bg-viewgallery-link.png) no-repeat;
}

/*--statistics--*/
ul.statistics{
	margin:0;
	padding:3px 0 0;
	width:100%;
	overflow:hidden;
}
ul.statistics li{
	color:#ccb996;
	list-style:none;
	padding:5px 15px 6px;
	border-top:1px solid #323232;
	font:11px/14px Tahoma, Arial, Helvetica, sans-serif;
}
ul.statistics li:first-child{border:none;}
ul.statistics strong{color:#fff;}

/*--information-column--*/

.information-column{

	float:right;

	width:710px;

	padding:24px 26px 0 0;

}

.information-column h2{

	margin:-8px 0 -2px;

	width:100%;

	height:49px;

	overflow:hidden;

	text-indent:-9999px;

}

.information-column h2.news{background:url(../images/news-heading.png) no-repeat;}

.information-column h2.recipients{background:url(../images/recipients-heading.png) no-repeat;}

.information-column h2.history{background:url(../images/history-heading.png) no-repeat;}

.information-column h2.symbolism{background:url(../images/symbolism-heading.png) no-repeat;}

.information-column h2.goals{background:url(../images/goals-heading.png) no-repeat;}

.information-column h2.contact{background:url(../images/contact-heading.png) no-repeat;}

.information-column h2.contactrecipients{background:url(../images/contactrecipients-heading.png) no-repeat;}

.information-column h2.bulletinboard{background:url(../images/bulletinboard-heading.png) no-repeat;}

.information-column h2.communityprograms{background:url(../images/communityprograms-heading.png) no-repeat;}

.information-column h2.officers{background:url(../images/officers-heading.png) no-repeat;}

.information-column h2.donations{background:url(../images/donations-heading.png) no-repeat;}

.information-column h2.museum{background:url(../images/museum-heading.png) no-repeat;}

.information-column h2.types{background:url(../images/types-heading.png) no-repeat;}

.information-column h2.faq{background:url(../images/faq-heading.png) no-repeat;}

.information-column h2.events{background:url(../images/events-heading.png) no-repeat;}

.information-column h2.links{background:url(../images/links-heading.png) no-repeat;}

.information-column h2.media{background:url(../images/media-heading.png) no-repeat;}

.information-column h2.audio{background:url(../images/audio-heading.png) no-repeat;}

.information-column h2.video{background:url(../images/video-heading.png) no-repeat;}

.information-column h2.artwork{background:url(../images/artwork-heading.png) no-repeat;}

.information-column h2.photos{background:url(../images/photos-heading.png) no-repeat;}

.information-column h2.archivestatistics{background:url(../images/archivestatistics-heading.png) no-repeat;}

.information-column h2.fullarchive{background:url(../images/fullarchive-heading.png) no-repeat;}

.information-column h2.livingrecipients{background:url(../images/livingrecipients-heading.png) no-repeat;}

.information-column h2.recentrecipients{background:url(../images/recentrecipients-heading.png) no-repeat;}

.information-column h2.recentlydeparted{background:url(../images/recentlydeparted-heading.png) no-repeat;}

.information-column h2.doublerecipients{background:url(../images/doublerecipients-heading.png) no-repeat;}

.information-column h2.featuredrecipient{background:url(../images/featuredrecipient-heading.png) no-repeat;}

.information-column h2.featuredrecipients{background:url(../images/featuredrecipients-heading.png) no-repeat;}

.information-column h2.foundation{background:url(../images/foundation-heading.png) no-repeat;}

/*--info-section--*/

.info-section{

	width:710px;

	overflow:hidden;

}

.info-section-top,

.info-section-bottom{

	width:710px;

	clear:both;

	overflow:hidden;

	line-height:0;

	font-size:0;

}

.info-section-top{

	height:2px;

	background:url(../images/bg-information-box-top.png) no-repeat;

}

.info-section-bottom{

	height:39px;

	background:url(../images/bg-information-box-bottom.png) no-repeat;

}

.info-bar{

	float:left;

	width:710px;

	background:url(../images/bg-information-box.png) repeat-y;

}

/*--img-list--*/

ul.img-list{

	margin:1px 0 -9px;

	padding:0;

	float:left;

	overflow:hidden;

}

ul.img-list li{

	float:left;

	list-style:none;

	display:inline;

	margin:0 0 0 2px;

}

/*--promo-box--*/

.promo-box{

	overflow:hidden;

	padding:0 28px 0 12px;

}

* html .promo-box{

	height:1%;

	overflow:visible;

}

.promo-box h3{

	margin:11px 0 0;

	height:31px;

	overflow:hidden;

	text-indent:-9999px;

	background:url(../images/bg-the-medal-of-honor.png) no-repeat;

}

.promo-box h3.heading{background:url(../images/bg-the-medal-of-honor.png) no-repeat;}

.promo-box p{

	color:#afafaf;

	margin:3px 0 0 6px;

	overflow:hidden;

	font:11px/18px Tahoma, Arial, Helvetica, sans-serif;

}

.promo-box p strong{color:#fff;}

/*--quote-box--*/

.quote-box{

	overflow:hidden;
	
	margin:0 100px 0 100px;

	padding:10px 10px 0 10px;
	
	border:1px solid;
	
	border-color:#ccb996;

}

.quote-box p{

	color:#afafaf;

	margin:0;

	overflow:hidden;

	font:11px/18px Tahoma, Arial, Helvetica, sans-serif;

}

/*--info-box--*/

.info-box{

	width:710px;

	overflow:hidden;

}

.info-box-top,

.info-box-bottom{

	width:710px;

	clear:both;

	overflow:hidden;

	line-height:0;

	font-size:0;

}

.info-box-top{

	height:2px;

	background:url(../images/bg-info-box-top.png) no-repeat;

}

.info-box-bottom{

	height:41px;

	background:url(../images/bg-info-box-bottom.png) no-repeat;

}

.info-area{

	float:left;

	width:710px;

	background:url(../images/bg-info-box.png) repeat-y;

}

/*--post-section--*/

.post-section{

	width:687px;

	overflow:hidden;

	padding:0 11px 0 12px;

}

.post-holder{

	overflow:hidden;

	margin:8px 0 0;

	padding:6px 7px 27px 9px;

	background:url(../images/bg-post-holder.gif) no-repeat;

}

* html .post-holder{

	height:1%;

	overflow:visible;

}

.post-holder .heading{

	width:100%;

	overflow:hidden;

}

.post-holder .heading h5 {
	float: left;
	color: #fff;
	margin: 0;
	font: bold 12px/15px Tahoma, Arial, Helvetica, sans-serif;
	}
.post-holder .heading h4 {
	float: left;
	color: #fff;
	margin: 0;
	font: bold 16px/18px Tahoma, Arial, Helvetica, sans-serif;
	}
.post-holder .heading span {
	float: right;
	color: #ccb996;
	font: 11px/15px Tahoma, Arial, Helvetica, sans-serif;
	}
.post-bar{
	padding:12px 5px 0;
	overflow:hidden;
	}
.post-bar img{
	display:inline;
	margin:0 5px 5px 5px;
	border:1px solid #b9a888;
	}
.post-bar p{
	margin:0;
	color:#afafaf;
	padding:0 0 18px 5px;
	font:11px/18px Tahoma, Arial, Helvetica, sans-serif;
	}
.post-bar .read-more{margin:-16px 5px 0 0;}

/*--post-bar--*/

.form-bar{

	overflow:hidden;

	margin:2px 0 0;

	padding:0 0 7px 5px;

}

* html .form-bar{

	height:1%;

	overflow:visible;

}

.form-bar label{

	float:left;

	display:inline;

	padding:0 30px 0 0;

}

.form-bar span{

	float:left;

	color:#ccb996;

	padding:0 5px 0 0;

	font:11px/20px Tahoma, Arial, Helvetica, sans-serif;

}

.form-bar .text{

	float:left;

	padding:2px 5px 3px;

	color:#ccb996;

	background:#15191c;

	border:1px solid #3a4955;

	font:11px Tahoma, Arial, Helvetica, sans-serif;

}

.form-bar #keyword{width:187px;}

.form-bar #name{width:132px;}

.form-bar #year{width:62px;}

.form-bar .inp-text{

	float:left;

	color:#ccb996;

	position:relative;

	font:11px Tahoma, Arial, Helvetica, sans-serif;

}

/*---table-holder--*/

.table-holder{

	padding:5px 1px;

	overflow:hidden;

	background:url(../images/bg-table-holder.gif) no-repeat;

}

* html .table-holder{

	height:1%;

	overflow:visible;

}

.table-holder table{

	width:100%;

	margin:0;

	padding:0;

	border-collapse:collapse;

}

.table-holder thead,

.table-holder tbody{

	width:100%;

	margin:0;

	padding:0;

}

.table-holder tr.line td{

	border:solid #3a4955;

	border-width:1px 0;

}

.table-holder tr.line td.first{border-width:1px 0 1px 1px;}

.table-holder tr.line td.last{border-width:1px 1px 1px 0;}

.table-holder td{

	margin:0;

	padding:3px 7px;

	color:#afafaf;

	text-align:center;

	font:11px/18px Tahoma, Arial, Helvetica, sans-serif;

}

.table-holder tr td:first-child{text-align:left;}

.table-holder td a{

	color:#6baae5;

	font-weight:bold;

	text-decoration:none;

}

.table-holder td a:hover{text-decoration:underline;}

.table-holder thead td{

	color:#fff;

	font:bold 12px/18px Tahoma, Arial, Helvetica, sans-serif;

}

/*--location--*/

.location{

	clear:both;

	padding:10px 10px 0;

	overflow:hidden;

	text-align:right;

}

* html .location{

	height:1%;

	overflow:visible;

}

.location strong{

	color:#ccb996;

	font:12px/15px Tahoma, Arial, Helvetica, sans-serif;

}

.location ul{

	margin:0;

	padding:0 5px;

	display:inline;

}

.location ul li{

	list-style:none;

	display:inline;

	color:#fff;

	margin:0 1px 0 0;

	font:bold 12px/15px Tahoma, Arial, Helvetica, sans-serif;

}

.location a{

	color:#ccb996;

	font:12px/15px Tahoma, Arial, Helvetica, sans-serif;

}

.location a:hover{text-decoration:none;}

.white {color:#fff;}

.beige {color:#ccb996;}

.blue {color:#6baae5;}

/*----------------------footer----------------------*/

#footer{

	clear:both;

	width:1000px;

	padding:2px 0 10px;

	overflow:hidden;

	background:url(../images/bg-footer.gif) no-repeat 55% 0;

}

.footer-holder{

	overflow:hidden;

	padding:0 2px 2px;

	background:url(../images/bg-footer.gif) no-repeat 55% 100%;

}

* html .footer-holder{

	height:1%;

	overflow:visible;

}

.footer-holder div{

	padding:5px 20px;

	overflow:hidden;

	background:url(../images/bg-footer-box.gif) no-repeat 50% 0;

}

* html .footer-holder div{

	height:1%;

	overflow:visible;

}

/*--footer-nav--*/

ul.footer-nav{

	margin:0;

	padding:0;

	float:left;

}

ul.footer-nav li{

	float:left;

	list-style:none;

	display:inline;

	padding: 0 8px 0 9px;

	background:url(../images/bg-footer-separator.gif) no-repeat 0 4px;

}

ul.footer-nav li:first-child{

	padding-left:0;

	background:none;

}

ul.footer-nav a{

	color:#fff;

	text-decoration:none;

	font:11px/18px Tahoma, Arial, Helvetica, sans-serif;

}

ul.footer-nav a:hover{text-decoration:underline;}

#footer p{

	float:right;

	color:#6b87a2;

	margin:0;

	font:11px/18px Tahoma, Arial, Helvetica, sans-serif;

}

.divClear {
	clear: both;
	height: 1px;
	overflow: hidden;
	}

/* FAQ Section */
.faqQuestion {
	color: #CCB996;
	font-size: 12px;
	font-weight: bold;
	}
.faqAnswer {
	font-size: 11px;
	line-height: 18px;
	margin-bottom: 15px;
	}
/* End FAQ Section */

/* Links Section */
.linkTitle {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	}
.linkText {
	font-size: 11px;
	line-height: 18px;
	margin-bottom: 15px;
	}
/* End Links Section */

/* News Section */
.newsHeader {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	}
.newsHeader a {
	text-decoration: none;
	}
.newsHeader a:hover {
	text-decoration: underline;
	}
.rssNewsFeed {
	float: left;
	}
.rssNewsFeed a {
	color: #afafaf;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
	}
.rssNewsFeed a:hover {
	text-decoration: none;
	}
.newsArchive {
	float: right;
}
.newsArchive a {
	color: #6B87A2;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
	}
.newsArchive a:hover {
	text-decoration: none;
	}
/* End News Section */

/* Gallery */
.galleryListImage {
	float: left;
	display: inline;
	width: 33%;
	text-align: center;
	}
.galleryImage {
	float: left;
	display: inline;
	width: 33%;
	height: 160px;
	margin-bottom: 10px;
	text-align: center;
	}
/* End Gallery */

/* Recipient Listings */
.dataBar {
	clear: both;
	height: 20px;
	line-height: 20px;
	}
.dataLine1 {
	padding: 0px 5px;
	border: 1px solid #394956;
	}
.dataLine2 {
	padding: 0px 6px;
	}
.floatElement {
	float: left;
	display: inline;
	border-right: 0px solid #fff;
	}
.recipientName {
	width: 170px;
	text-align: left;
	}
.recipientMonth {
	width: 50px;
	text-align: center;
	}
.recipientRankSm {
	width: 95px;
	text-align: center;
	}
.recipientRank {
	width: 145px;
	text-align: center;
	}
.recipientOrg {
	width: 130px;
	text-align: center;
	}
.recipientConflict {
	width: 170px;
	text-align: center;
	}
.recipientYear {
	width: 40px;
	text-align: center;
	}
.recipientView {
	width: 30px;
	text-align: right;
	}
.recipientView a {
	color: #6FADE0;
	font-weight: bold;
	text-decoration: none;
	}
.pagination {
	height: 20px;
	line-height: 20px;
	margin-top: 10px;
	color: #CDB996;
	font-size: 12px;
	text-align: right;
	}
.pagination strong {
	color: #fff;
	}
.pagination a {
	color: #CDB996;
	font-size: 12px;
	text-decoration: none;
	}
.pagination a:hover {
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	}
.pagination .numBox {
	padding: 0px 10px;
	border: 1px solid #CDB996;
	}
.pagination .numBox:hover {
	border: 1px solid #969696;
	}
.pagination .currentPage {
	color: #fff;
	border: 0px;
	font-weight: bold;
	}
/* End Recipient Listings */

/* Recipient Detail */
.detailData {
	float: left;
	clear: left;
	display: inline;
	width: 425px;
	/* height: 150px; */
	}
.detailDataCol1 {
	float: left;
	display: inline;
	width: 225px;
	/* height: 20px; */
	line-height: 20px;
	}
.detailDataCol2 {
	float: left;
	display: inline;
	width: 188px;
	/* height: 20px; */
	line-height: 20px;
	}
.detailLabel {
	color: #CABC97;
	font-weight: bold;
	}
.dividerBar {
	width: 423px;
	height: 3px;
	border-top: 1px solid #a6a6a6;
	border-left: 1px solid #a6a6a6;
	border-right: 1px solid #a6a6a6;
	}
.citationHeader {
	width: 425px;
	color: #CABC97;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 15px;
	}
.citationText {
	padding: 0 10px;
	font-size: 12px;
	line-height: 16px;
	}
.detailPhoto {
	float: right;
	clear: right;
	display: inline;
	width: 250px;
	margin: 0 0 10px 10px;
	border: 1px solid #969696;
	}
/* End Recipient Detail */