@CHARSET "UTF-8";

/* patron */
div#about-patron-content {
	position: relative;
	overflow: hidden;
	zoom: 1;
	margin-top: 20px;
}

	div#about-patron-image {
		float: left;
		width: 180px;
		margin-right: 25px;
	}
	
	div#about-patron-body {
		float: left;
		width: 600px;
		padding-bottom: 50px;
	}

		div#about-patron-body > p {
			margin: 0 0 20px 0;
		}


/* our team */
div#about-our-team-holder {
	padding-bottom: 20px;
	margin-bottom: 20px;
	overflow: hidden;
	zoom: 1;
}

div#member-holder-left {
	float : left;
	width : 400px;
	margin-right : 20px;
}

div#member-holder-right {
	float : left;
	width : 400px;
}


div#about-our-team-holder > p {
	margin-bottom: 75px;
	padding-right: 20px;
}

div#member-holder {
	position: relative;
	overflow: hidden;
	zoom: 1;
	margin-bottom : 50px;
}

section.member {
	width: 400px;
	margin-bottom : 50px;
}
	
div.member-top {
	position: relative;
	overflow: hidden;
	zoom: 1;
	height: 110px;
}
		
div.member-top > div {
	float: left;
	width: 110px;
	height: 110px;
	margin-right: 15px;
}
			
div.member-top > header {
	float: left;
	width: 268px;
	height: 110px;
}
			
h3.member-title {
	font-size: 20px;
	margin: 0 0 8px 0;
	padding: 0;
	line-height: 1.0;
	border: 1px solid #ff0000;
}
			
div.member-top > header > p {
	margin: 0;
	padding: 0;
}

div.member-profile-link-holder {
	width: 400px;
	height: 26px;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}

div.member-profile-link-holder > a {
	display: block;
	width: 390px;
	height: 20px;
	padding-left: 10px;
	padding-top: 6px;
	
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	
	background-image: url(../../img/about/arrow_down.png);
	background-repeat: no-repeat;
	background-position: 98% 50%;
	-webkit-background-size: 10px 6px;
	background-size: 10px 6px;
}

div.member-profile-link-holder > a:hover {
	color: #fff;
	background-color: #000;
	
	background-image: url(../../img/about/arrow_down_on.png);
	background-repeat: no-repeat;
	background-position: 98% 50%;
	-webkit-background-size: 10px 6px;
	background-size: 10px 6px;
}

div.member-profile-link-holder > a.member-profile-link-close {
	display: block;
	width: 390px;
	height: 20px;
	padding-left: 10px;
	padding-top: 6px;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	
	background-image: url(../../img/about/arrow_up.png);
	background-repeat: no-repeat;
	background-position: 98% 50%;
	-webkit-background-size: 10px 6px;
	background-size: 10px 6px;
}
div.member-profile-link-holder > a:hover.member-profile-link-close {
	color: #fff;
	background-color: #000;
	
	background-image: url(../../img/about/arrow_up_on.png);
	background-repeat: no-repeat;
	background-position: 98% 50%;
	-webkit-background-size: 10px 6px;
	background-size: 10px 6px;
}

p.member-description {
	display: none; 	
}

section#member-right > p.member-description {
	display: none;
	padding-right: 15px;
}
		
		
/* council */
div#about-council-holder {
	padding-right: 20px;
}

div#about-international-holder {
	padding-right: 20px;
	margin-bottom: 30px;
}

div#about-council-holder > p {
	margin-bottom: 50px;
}

div.council-members-holder {
	overflow: hidden;
	zoom: 1;
}

div.council-members-left {
	float: left;
	display: block;
	width: 390px;
	margin-right: 20px;
}

div.council-members-right {
	float: left;
	display: block;
	width: 390px;
}
	
section.council-member {
	/*margin-bottom: 50px;*/
}
		
div.council-member-top {
	position: relative;
	display: block;
	width: 390px;
	height: 110px;
	margin-bottom: 20px;
	overflow: hidden;
	zoom: 1;
}
			
div.council-member-image {
	float: left;
	width: 110px;
	height: 110px;
}
			
div.council-member-info {
	position: relative;
	float: left;
	width: 280px;
	height: 110px;
}
				
div.council-member-info > header {
	position: relative;
	width: 260px;
	height: 110px;
	padding-left: 20px;
}

div.council-member-info > header > h3 {
	border: none;
	font-size: 20px;
	margin: 0 0 5px 0;
	padding: 0;
}

div.council-member-info > header > p {
	position: relative;
	padding: 0;
	margin: 0;
	font-size: 13px;
	line-height: 1.0;
}

div.council-member-info > div {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 280px;
	height: 25px;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}

a.council-read-link {
	display: block;
	width: 260px;
	height: 20px;
	padding-left: 20px;
	padding-top: 6px;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	
	background-image: url(../../img/about/arrow_down.png);
	background-repeat: no-repeat;
	background-position: 98% 50%;
	-webkit-background-size: 10px 6px;
	background-size: 10px 6px;
}

a.council-read-link:hover {
	color: #fff;
	background-color: #000;
	
	background-image: url(../../img/about/arrow_down_on.png);
	background-repeat: no-repeat;
	background-position: 98% 50%;
	-webkit-background-size: 10px 6px;
	background-size: 10px 6px;
}

a.council-read-close-link {
	display: block;
	width: 260px;
	height: 20px;
	padding-left: 20px;
	padding-top: 6px;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	
	background-image: url(../../img/about/arrow_up.png);
	background-repeat: no-repeat;
	background-position: 98% 50%;
	-webkit-background-size: 10px 6px;
	background-size: 10px 6px;
}

a.council-read-close-link:hover {
	color: #fff;
	background-color: #000;
	
	background-image: url(../../img/about/arrow_up_on.png);
	background-repeat: no-repeat;
	background-position: 98% 50%;
	-webkit-background-size: 10px 6px;
	background-size: 10px 6px;
}

p.council-profile {
	visibility: hidden;
	margin: 0;
	padding: 0;
}

/* history -------------------------------------*/
#history-wrapper ul, #history-wrapper li {
	list-style-image: none;
    list-style-type: none;	
	margin: 0;
    padding: 0;
}

#history-wrapper .history-navigations-holder {
	border-bottom: 1px solid #E5E5E5;
    padding: 40px 0 35px 0;
    position: relative;
    height: 85px;
}

#history-wrapper .history-navigations {
	float: left;
	width:700px;
	height: 85px;
}
#history-wrapper .history-navigations ul {
    width: 700px;
    height: 85px;
    list-style: none outside none;
    overflow: hidden;
    position: relative;
}
#history-wrapper .history-navigations li {
	width: 99px;
	border-right: 1px solid #E5E5E5;
    color: #000000;
    font-size: 30px;
    height: 85px;
    position: absolute;
}
#history-wrapper .history-navigations li a {
    color: #CCCCCC;
    display: block;
    height: 65px;
    padding-left: 17px;
    padding-top: 20px;
    width: 82px;
}
#history-wrapper .history-navigations li a:hover {
    color: #999;
}
#history-wrapper .history-navigations li a.selected {
    color: #000000;
    cursor: default;
}
#history-wrapper .history-arrows {
	float: left;
	width: 99px;
	height: 85px;
}
#history-wrapper .history-arrows li:first-child {
    left: 32px;
    position: absolute;
    top: 32px;
}
#history-wrapper .history-arrows li:last-child {
    left: 64px;
    position: absolute;
    top: 32px;
}

li#history-left-link-wrapper {
	left: 32px;
    position: absolute;
    top: 32px;
}

li#history-right-link-wrapper {
	left: 64px;
    position: absolute;
    top: 32px;
}

#history-wrapper .history-arrows ul {
    position: relative;
}
#history-wrapper .history-arrows li {
    height: 16px;
    margin: 0;
    padding: 0;
    width: 9px;
}
#history-wrapper .history-arrows li:first-child > a, 
#history-wrapper .history-arrows li:last-child > a {
    background-image: url(../../img/awards/past/past-arrow.gif);
    background-position: left top;
    background-repeat: no-repeat;
    display: block;
    height: 16px;
    text-indent: -9999em;
    width: 9px;
}

li#history-left-link-wrapper > a,
li#history-right-link-wrapper a {
	background-image: url(../../img/awards/past/past-arrow.gif);
    background-position: left top;
    background-repeat: no-repeat;
    display: block;
    height: 16px;
    text-indent: -9999em;
    width: 9px;
}

#history-wrapper .history-arrows li:last-child > a {
    background-position: right top;
}

li#history-right-link-wrapper a {
	background-position: right top;
}

#history-wrapper .history-arrows li:first-child > a:hover {
    background-position: left bottom;
}

li#history-left-link-wrapper a:hover {
	background-position: left bottom;
}

#history-wrapper .history-arrows li:last-child > a:hover {
    background-position: right bottom;
}

li#history-right-link-wrapper a:hover {
	background-position: right bottom;
}

.history-sub-nav {
	height: 40px;
	border-bottom: 1px solid #E5E5E5;
    position: relative;
	text-transform: uppercase;
	font-size: 10px;
}

.history-sub-nav > ul {
	position: relative;
	height: 41px;
}

.history-sub-nav li#history-subnav-first {
	position: absolute;
	left: 0;
	top: 0;
	height: 40px;
	width: 385px;
}

.history-sub-nav li#history-subnav-last {
	position: absolute;
	left: 410px;
	top: 0;
	height: 40px;
	width: 385px;
}

.history-sub-nav li#history-subnav-first a {
	display: block;
	height: 24px;
	width: 385px;
	padding-top: 16px;
	color: #b2b2b2;
	text-decoration: none;
}

.history-sub-nav li#history-subnav-last a {
	display: block;
	height: 24px;
	width: 410px;
	padding-top: 16px;
	color: #b2b2b2;
	text-decoration: none;
}

.history-sub-nav li#history-subnav-first a:hover {
	color: #000;
	height: 24px;
	border-bottom: 2px solid #000;
}

.history-sub-nav li#history-subnav-last a:hover {
	color: #000;
	height: 24px;
	border-bottom: 2px solid #000;
}

li#history-subnav-first a.selected,
li#history-subnav-last a.selected {
	color: #000;
	cursor: default;
	border-bottom: 2px solid #000;
}

.history-content .default {
	padding-right: 52px;	
}
.history-content h3 {

	font-weight: normal;
	font-size: 28px;
	padding: 0;
	margin: 15px 0 10px 0;
}
.history-content .tab-one, .history-content .tab {
	display: block;	
}
.history-content .col-left, .history-content .col-right {
	float: left;
	width: 385px;
	padding-right: 25px;
}
.history-content .col-right {
	float: left;
	width: 410px;
	padding-right: 0;
}


/*===== galleries =====*/
div#about-galleries-container {
	margin-top: 40px;
}

div.galleries-row {
	margin-bottom: 45px;
	overflow: hidden;
	zoom: 1;
}

div#galleries-filter {
	float: left;
	width: 180px;
	height: 250px;
	margin-right: 25px;
}

div#galleries-filter > a {
	display: block;
	padding-left: 2px;
	padding-top: 10px;
	width: 178px;
	height: 20px;
	font-size: 11px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 1.0;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	background-image: url(../../img/awards/past/past-dropdown-arrow.gif);
	background-position: right top;
	background-repeat: no-repeat;
}

div#galleries-filter > a:hover {
	color: #fff;
	background-color: #000;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	background-color:#000;
	background-image: none;
}

div#galleries-filter > a.select, 
div#galleries-filter > a:hover.select{
	padding-top: 10px;
	padding-left: 2px;
	width: 178px;
	height: 20px;
	font-size: 11px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 1.0;
	color: #fff;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	background-color: #000;
	background-image: url(../../img/awards/past/past-dropdown-arrow.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
}

div#galleries-filter > ul {
	margin: 0;
	padding: 0;
	list-style-type: none !important;
	display: none;
}

div#galleries-filter > ul > li {
	margin: 0;
	padding: 4px 2px;
	list-style-image: none !important;
}

div#galleries-filter > ul > li > a {
	display: block;
	font-size: 12px;
	text-decoration: none;
	text-transform: uppercase;
}

div.gallery-entry {
	float: left;
	position: relative;
	width: 180px;
	height: 250px;
	margin-right: 25px;
}

div.gallery-entry-last {
	float: left;
	position: relative;
	width: 180px;
	height: 250px;
	margin-right: 0;
}

div.gallery-image {
	width: 180px;
	height: 150px;
	overflow: hidden;
}

div.gallery-image > a {
	width: 180px;
	height: 150px;
	display: block;
}

h2.gallery-title {
	margin: 0;
	padding: 0;
	height: auto !important;
	font-size: 12px !important;
	font-weight: bold !important;
	font-family: Arial;
	text-transform: none !important;
	border: none !important;
}

p.gallery-category {
	margin: 0;
	padding: 0;
}

div.gallery-link-holder {
	position: absolute;
	left: 0;
	bottom: 0;
}

div.gallery-link-holder > a {
	display: block;
	padding-top: 7px;
	width: 180px;
	height: 17px;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 1.0;
	background-image: url(../../img/search/arrow.png);
	background-repeat: no-repeat;
	background-position: 98% 50%;
	-webkit-background-size: 5px 9px;
	background-size: 5px 9px;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}

div.gallery-link-holder > a:hover {
	color: #fff;
	background-color: #000;
	background-image: url(../../img/search/arrow_on.png);
	background-repeat: no-repeat;
	background-position: 98% 50%;
	-webkit-background-size: 5px 9px;
	background-size: 5px 9px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}


/*===== gallery =====*/
div#about-gallery-container {
	margin-top: 40px;
	margin-bottom: 30px;
}

div#gallery-left {
	float: left;
	position: relative;
	padding-top: 10px;
	padding-right: 20px;
	margin-bottom: 40px;
	width: 187px;
	height: 335px;
}

h2#gallery-title {
	margin: 0 0 10px 0;
	padding: 0;
	border: none !important;
	font-size: 22px !important;
	font-weight: bold !important;
	font-family: Arial !important;
	line-height: 1.1 !important;
	text-transform: none !important;
	height: auto !important;
}

p#gallery-description {
	margin: 0;
	padding: 0;
	font-size: 13px !important;
}

div#gallery-link-holder {
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	width: 187px;
	height: 30px;
	border-top: 1px solid  #e5e5e5;
	border-bottom: 1px solid  #e5e5e5;
}

div#gallery-right {
	float: right;
	position: relative;
	width: 613px;
	/*
	min-height: 470px;
	height: auto !important;
	height: 470px;
	height: 500px;
	height: 345px;
	background-color: #000;
	overflow: hidden;
	zoom: 1;
	*/
}

div#gallery-link-holder > a {
	display: block;
	width: 162px;
	height: 23px;
	padding-top: 7px;
	padding-left: 25px;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	
	background-color: #fff;
	background-image: url(../../img/awards/past/past-back-arrow.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

div#gallery-link-holder > a:hover {
	color: #fff;
	background-color: #000;
	background-image: url(../../img/awards/past/past-back-arrow.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

div#gallery-thumbnails-wrapper {
	position: relative;
}

div#gallery-thumbnails {
	position: relative;
}

div.gallery-thumnails-row {
	margin-bottom: 10px;
	overflow: hidden;
	zoom: 1;
}

div.gallery-thumbnail {
	float: left;
	margin-right: 20px;
	width: 180px;
	height: 150px;
	overflow: hidden;
	zoom: 1;
}

div#gallery-large {
	position: absolute;
	width: 613px;
	height: 470px;
	top: 0;
	left: 0;
	display: none;
}

div#gallery-large-background {
	position: absolute;
	width: 613px;
	background-color: #fff;
}

div#gallery-large-inner {
	position: absolute;
}

div#gallery-large-images {
	position: relative;
	width: 613px;
	height: 426px;
	overflow: hidden;
	zoom: 1;
}

div.about-gallery-image-holder {
	position: absolute;
	width: 613px;
	height: 426px;
	background-image: url(../../img/awards/past/loading__medium.gif);
	background-position: center center;
	background-repeat: no-repeat;
	/*background-color: #fff;*/
}

aside#gallery-magnify-navigations {
	position: relative;
	width: 613px;
	height: 45px;
}

aside#gallery-magnify-navigations > p {
	padding: 0;
	margin: 0;
}

p#gallery-navs-one {
	position: absolute;
	top: 0;
	right: 84px;
	width: 42px;
	height: 42px;
}

p#gallery-navs-two {
	position: absolute;
	top: 0;
	right: 42px;
	width: 42px;
	height: 42px;
}

p#gallery-navs-three {
	position: absolute;
	top: 0;
	right: 0;
	width: 42px;
	height: 42px;
}

a#gallery-magnify-close {
	display: block;
	width: 42px;
	height: 42px;
	text-indent: -9999em;
	background-image: url(../../img/awards/past/past-close-arrow.gif);
	background-position: right top;
	background-repeat: no-repeat;
}

a:hover#gallery-magnify-close {
	background-position: right bottom;
}

a#gallery-magnify-left {
	display: block;
	width: 42px;
	height: 42px;
	text-indent: -9999em;
	background-image: url(../../img/awards/past/past-left-arrow.gif);
	background-position: right top;
	background-repeat: no-repeat;
}

a:hover#gallery-magnify-left {
	background-position: right bottom;
}

a#gallery-magnify-right {
	display: block;
	width: 42px;
	height: 42px;
	text-indent: -9999em;
	background-image: url(../../img/awards/past/past-right-arrow.gif);
	background-position: right top;
	background-repeat: no-repeat;
}

a:hover#gallery-magnify-right {
	background-position: right bottom;
}