/* BVPA css
-----------------------------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Droid+Serif:400,700');
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');


body {
	background: #ddf0e3 url(../images/backstripe.png) repeat-x;
	font-family: 'Montserrat', Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	line-height:22px;
	color: #FFF;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}



/* UNIVERSAL
-----------------------------------------------------------------------------------------*/
a {
	text-decoration: none;
	color: #273674;
}

p {
	margin-bottom: 20px;
}

h1,h2,h3,h4,h5,h6 {
  font-family: 'Droid Serif', Georgia, "Times New Roman", Times, serif;
}

h1 {
	font-size: 48px;
	line-height: 110%;
	margin-bottom: 30px;
	width: 480px;
}

h2 {
	font-size: 26px;
	line-height:110%;
	color: #fff;
	margin: 50px 0 8px;
	width: 500px;
	border-bottom: 1px solid #DDF0E3;
}

h3 {
	font-weight: 400;
	font-size: 22px;
	line-height: 120%;
	margin: 35px 0 28px;
}

h4 {
	font-size: 16px;
	text-transform: uppercase;
	display: block;
	padding-bottom: 2px;
	margin-bottom: 6px;
	border-bottom: 1px solid #DDF0E3;
}

h5 {
	text-transform: uppercase;
	font-size: 14px;
}

h6 {
	font-size: 18px;
	margin-bottom: 12px;
	letter-spacing: -1px;
	font-weight: 400;
}

ol {
	list-style: decimal outside;
}

.rule {
	height: 0;
	border-bottom: #FFF thin dotted;
	line-height: 0;
	font-size: 0;
	padding: 0;
	margin-bottom: 20px;
}

.upper {
	text-transform: uppercase;
}

.right {
	float: right;
}

.left {
	float: left;
}

.botmarg {
	margin-bottom: 6px;
}

.topmarg {
	margin-top: 20px;
}

.notopmarg {margin-top: 0;}

.small {
	font-size: 70%;
}

.tiny {
	font-size: 11px;
	line-height: 13px;
	margin-bottom: 10px;
	border-top: 1px dotted #FFF;
	border-bottom: 1px dotted #FFF;
	padding: 10px 0;
}

.red {
	font-weight: 700;
	color: red;
}

.orange {
	color: #273674;
}

table {
	border-color: #ccc;
	margin-bottom: 50px;
}

.underline {
  border-bottom: 1px dotted #ffffff;
}

th,
td {
	padding: 8px 6px;
	text-align: left;
	border-top: 1px dotted #18bfe1;
	border-bottom: 1px dotted #18bfe1;
	border-left: 1px dotted #18bfe1;
}

.center {
	text-align: center;
	vertical-align: middle;
}

.odd {
	background: #209AB3;
}

.firstcol {
	border-left: none;
}

.dotted {
	border-top: 1px dotted #FFF;
}

.boxed {
  padding: 20px;
  background: #209ab3;
  border-radius: 10px;
  font-weight: 700;
}

.boxed h3{
  margin-top: 0;
  margin-bottom: 6px;
  color: gold
}

.foothead {
	font-size: 16px;
	font-weight:700;
	text-transform: uppercase;
	display: block;
	padding-bottom: 2px;
	margin-bottom: 6px;
	border-bottom: 1px solid #DDF0E3;
	color: #018AA6;
}



/* PAGE WRAP
-----------------------------------------------------------------------------------------*/

#page-wrap {
	width: 900px;
	margin: 0 auto 30px;
	top: 9px;
	position: relative;
}



/* NAVIGATION
-----------------------------------------------------------------------------------------*/

.mininav {
	width: 900px;
	text-align: right;
	position: absolute;
	top: -50px;
}

.mininav a {
	text-transform: uppercase;
	color: #FFF;
	margin: 0 5px;
}

.mainmenu {
	margin-top: 78px;
}

.menu {
	position: relative;
	overflow: hidden;
}

.menu li {
	float: right;
	text-align: center;
	border-left: 1px solid #999;
	border-right: 1px solid #CCC;
}

.menu a {
	color: #666;
	display: block;
	width: 118px;
	height: 90px;
	padding: 15px 0;
	position: relative;
	z-index: 2;
	font-weight: 700;
}

.menu li a:hover {
	background: #b3b3b3;
}

.menu a:before {
	content: "";
	display: block;
	height: 60px;
	background: transparent url(../images/menu-sprite.png) no-repeat scroll center top;
}

.menu .officers a:before { background-position: center -60px; }
.menu .branches a:before { background-position: center -120px; }
.menu .membership a:before { background-position: center -180px; }
.menu .congress a:before { background-position: center -240px; }
.menu .publications a:before { background-position: center -300px; }
.menu .awards a:before { background-position: center -360px; }
.menu .hall a:before { background-position: center -420px; }



/* LOGO
-----------------------------------------------------------------------------------------*/

.bvpalogo {
	height: 272px;
	width: 224px;
	float: left;
	margin: -75px 0 0 -40px;
	position: absolute;
	z-index: 50;
}



/* BUTTONS
-----------------------------------------------------------------------------------------*/

.button {
	border: 1px dotted #DDF0E3;
	font-size: 14px;
	font-weight:700;
	padding:6px 10px;
	white-space: nowrap;
	vertical-align: middle;
	color: #FFFFFF;
	background: #209ab3;
	cursor: pointer;
	text-align: center;
	text-transform: uppercase;
}

.button:hover, .button:focus {
	border-color: #999;
	background: #C1DDF0;
}

.button:active {
	border: 1px solid #AAA;
	border-bottom-color: #CCC;
	border-top-color: #999;
}





/* STAGE
-----------------------------------------------------------------------------------------*/

#stage {
	width: 900px;
	margin: 0 0 20px;
	float: left;
	clear: both;
	background: #018aa6 url(../images/stage_shadow.png) repeat-x top;
}

#stage a {
	text-decoration: none;
	border-bottom: 1px dotted #DDF0E3;
}

#stage .banner{
	margin: -80px 0 50px 170px;
	font-size: 20px;
	color: #043577;
	width: 600px;
	padding: 10px;
	position: relative;
	background-color: #209AB3;
	border: 1px dotted #018AA6;
}

#stage .banner a{
	color: #FFFFFF;
}

.exec {
	border-bottom: 1px solid #CCC;
	padding-bottom: 10px;
	overflow: hidden;
}

.thumbnail {
	float: left;
	margin-right: 30px;
	margin-left: 6px;
	width: 130px;
}

.picture {
	float: left;
	margin-right: 30px;
	width: 260px;
}

.webpage {
	float: left;
	margin-right: 30px;
	width: 200px;
}

.thumbnail img,
.webpage img,
.picture img {
	border: 5px solid #FFF;
	margin-bottom: 14px;
}

.exectext {
	float: left;
	width: 420px;
}

.othertext {
	float: left;
	width: 370px;
}

.news {
	display: block;
	padding: 20px 0; 
}

.news:hover {
	color:#FFF
}

.newsitem {
	padding:0 0 30px 0;
	border-bottom:dotted 1px #FFF;
}

.published {
	color: #213171
}



/* CONTENT
-----------------------------------------------------------------------------------------*/

#content {
	float: left;
	width: 590px;
	padding: 120px 10px 30px 30px;
	position: relative;
}

#content.first {
	width: 490px;
}

#content ul {
	list-style: lower-alpha outside;
	margin-bottom: 20px;
}

#content .dot {
	list-style: square outside;
	margin-bottom: 20px;
}

#content .num {
	list-style:decimal;
	margin-bottom: 20px;
}

#content li {
	margin-bottom: 10px;
	margin-left: 50px;
}

#content .details ul {
	list-style: none;
	font-size:14pt;
	color:#999;
	margin-bottom: 20px;
}

#content .details li {
	margin-left: 1px;
	padding-bottom: 12px;
}

#content .justlist li{
	list-style: square outside;
	margin: 0 0 0 40px;
	width: 300px;
}

#content .justlist li a {
	text-decoration: none;
	border: none;
	color: #000;
	display: block;
	padding: 3px 3px 3px 10px;
}

#content .justlist li a:hover {
	color: #666;
	background-color: #E3F3FF;
}



/* SIDEBAR
-----------------------------------------------------------------------------------------*/

#sidebar {
	width: 208px;
	float: right;
	padding: 170px 30px 20px;
	font-size: 13px;
	line-height: 140%;
	margin-top: 120px;
}

#sidebar img {
	margin: 0 auto 20px;
	display: block;
}

.sidebarNews {
	margin-bottom: 50px;
}

.last {
	margin-bottom: 0;
}

#sidebar a {
	color:#273674;
}



/*CONTACT FORM
-----------------------------------------------------------------------------------------*/

.success{
	display: none;
}

.error{
	color: #FFF759;
	display: none;
}

#contact_form ul li{
	margin:10px 0;
	list-style:none;
	position:relative;
	background: url(../styles/none);
}

#contact_form label {
	line-height: 35px;
	float: left;
	margin-left: 12px;
}

#coname,
#email,
#subject,
textarea {
	font-size:15px;
	line-height:22px;
	float: left;
	padding: 8px;
	border: 1px solid #CCC;
	width: 300px;
}

#contact_form textarea {
	width: 500px;
	height: 300px;
}



/* SUBNAV MENU
-----------------------------------------------------------------------------------------*/

#submenu {
	clear: both;
	width: 900px;
	position: relative;
	margin-left: -1px;
	text-align: center;
}

#subnav {
	background: #e0e0e0;
}

#subnav li {
	width: 134px;
	padding: 8px;
	float: left;
}

#subnav li a {
	color: #666;
	display: block;
	padding: 6px;
}

#subnav li a:hover {
	background: #b4b4b4;
}



/* FOOTER
-----------------------------------------------------------------------------------------*/

#footer {
	color: #092C5D;
	min-height: 120px;
	position: relative;
	border-bottom: 9px solid #00b4da;
	padding: 30px 0;
}

.footer-content {
	width: 900px;
	margin: 0 auto;
}

.footerbumf {
	width: 370px;
	float: left;
	margin: 0 20px 40px 0;
}

.footer-links {
	float: left;
	margin: 0 0 30px 42px;
	padding-left: 20px;
	width: 190px;
}


.footer-links li a {
	background: url(../images/pagepoint.png) no-repeat left top;
	display: block;
	padding: 6px 0 6px 20px;
	color: #018AA6;
}

.footer-links a:hover {
	background-position: left -34px; 
	text-decoration: underline;
}



/* FOOTER STRAP
-----------------------------------------------------------------------------------------*/

.footerlast {
	clear: both;
	border-top: 1px solid #FFF;
	padding: 20px 0;
	width: 900px;
	font-size: 11px;
}

#infolist li {
	margin-left: 40px;
	float: right;
}

#infolist li a {
	color: #000;
	text-decoration: none;
	margin-top: 20px;
}

#infolist a:hover {
	text-decoration: underline;
}

.chicken {
	position: absolute;
	margin-top: -310px;
	z-index: 10;
	left: 630px;
}

.big {
	left: 530px;
}


/* CLEARING CLASSES
-----------------------------------------------------------------------------------------*/

.clear {
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0; 	
}

.clearfix:after {
	clear:both;
	content:' ';
	display:block;
	font-size:0;
	line-height:0;
	visibility:hidden;
	width:0;
	height:0
}
