@charset "utf-8";
/* CSS Document - non-Home pages */
html, body {
	margin: 0;
	padding: 0;
}
body {
	background-color: #555555;
}


div, h1, h2, h3, h4, h5, h6, p, ul, ol, dl, li, dt, dd, address, blockquote {
	margin: 0;
	padding: 0;
}

h2 {
	padding-left:.5em;
}

#search {
	font-size: .825em;
	margin-bottom:-.5em;
}

#header {
	margin-bottom: 1em;
	/*border-bottom: 1px solid #696969;*/
	border-bottom: 1px solid #ffffff;
	background: #829ab1;
	background-image: url(../images/headerbkg.jpg);
	background-repeat: none;
	}
	

#header h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	color: #000000;
	font-weight: normal;
	padding: .25em .25em .25em .5em;
	text-shadow: #0A2841 0.1em 0.15em 0.2em;
}
#header h2 {
	font-size: 1.4em;
	margin-bottom: 0.5em;
	color: #000000;
	padding-left: .75em;
	text-shadow: white 0.1em 0.15em 0.2em;
}
#header h3 {
	color: #000000;
	padding-left: .75em;
	font-weight: bold;
	text-shadow: white 0.1em 0.15em 0.2em;
}
h4.homesection {
	background-color: #829ab1; color:#ffffff; padding:.25em .5em .25em .35em;margin-bottom:.35em;margin-top:0;
          moz-border-top-right-radius: .8em; moz-border-top-leftt-radius: .8em; 
          border-top-right-radius: .8em; border-top-left-radius: .8em; 
          -webkit-border-top-right-radius: .8em; -webkit-border-top-left-radius: .8em;
}
h4 {
	font-size:1em;
	font-weight:bold;
	padding:.5em;
	margin-left:-.5em;
}
h5 {
	font-size:1em;
	font-weight:normal;
	padding-bottom:.5em;
}

/* MAIN content */


#main h3 {
	font:1.2em  Arial, Helvetica, sans-serif;
	color: black;
	padding: .1667em .3333em .8333em .3333em;
}
#main li {
	font: 1em Arial, Helvetica, sans-serif;
	padding: .1667em .3333em .5333em .3333em;
}

p {
	font:.9em  Arial, Helvetica, sans-serif;
	padding: .1667em .3333em .8333em .3333em;
}

h3 {
	font:1.2em  Arial, Helvetica, sans-serif;
	color: black;
	padding: .1667em .3333em .8333em .3333em;
}
img {
	border: 0px none;
}

tr {
	padding:.25em;
}
td {
	font-size: .925em;
	font: Arial, Helvetica, sans-serif;
	vertical-align:top;
	padding:.25em;
	line-height:normal;
}
th {
	font: .925em Arial, Helvetica, sans-serif;
	font-weight: bold;
	vertical-align:top;
	padding:.125em .125em .125em .25em;
	background-color:#829ab1; 
	color:#ffffff;
}
caption {
	padding: .1875em 0px .375em 0px;
	font: bold .875em Arial, Helvetica, sans-serif;
	color: #104571;
	text-align:left;
}
.hdr {background-color: #FFFFFF; color: black; text-align:left;}
.odd {background-color: #EAEAEA; color: black;}
.even {background-color: #FFFFFF; color: black;}

ul, ol {
	font: .925em Arial, Helvetica, sans-serif;
	padding: 0 0 .5em 1.375em;
}
a.li:hover {
	text-decoration:underline;
}
fieldset {
	padding-top:.3em;
	padding-bottom:.3em;
	padding-left:.5em;
	margin-right:2%;
	margin-top:.25em;
	margin-bottom:1em;
	moz-border-radius: .8em; 
	border-radius: .8em; 
	-webkit-border-radius: .8em; 
	border:medium solid; 
	border-color: #6D6D6D; 	
}
legend {
	color: #2E2E2E;
	background-color:white;
	padding: .25em .5em;
	font-size: 1.125em;
}

#footer {
	text-align: center;
	background: #829ab1 ;
	color: white;
	font-size: .8em;
	padding-top: .35em;
}
#footer a {
	text-decoration: none;
	font-weight: bold;
	color: #0A2841;
	text-transform: uppercase;
}
#footer a:hover { 
	color: #e2ad60; 
	text-decoration: underline;
}


#sitemap_full {
	display:none;
}
#sitemap_smaller {
	display:none;
}


input, select {
	font: 1em Arial, Helvetica, sans-serif;
}

.redtext {
	color: #F00;
}
.highlight {
	background-color: yellow;
}
/* Clearfix */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}


/* Navigation http://www.hongkiat.com/blog/responsive-web-nav/  */
/* HORIZONTAL Navigation - conditional display, media query*/

/* Mobile Layout: 480px and below. */

#hdrtext {
	font-size:.725em;
	width: 45%;
}
#searchbox {
	width: 53%;
}
#horiznav, #rightnav {
	display:none;
}
#horiznav_mobile {
	display: inline;
}
.navsub a:link, a:visited {
	text-decoration:none;
	text-transform: uppercase;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.navsub a:hover {
	color: #ffffff;
	background-color:#666666;
	padding: .25em;
}
.navsub a:active {
	color: #104571;
}

.mobilenav_sub a:link, a:visited {
	background-color:rgba(0,0,0,.5);
	padding-top:.5em;
	padding-bottom:.5em;
	font-size:1em;
}
.mobilenav_sub a:hover {
	color: black;
	background-color: #CCFFFF !important;
	padding-top:.5em;
	padding-bottom:.5em;
	font-size:1em;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
#hdrtext {
	font-size:1em;
	width: 58%;
} 
#searchbox {
	width: 39%;
}
	#horiznav_mobile {
		display:none;
	}
	#horiznav {
		display:inline;
	}
	#rightnav {
		clear: none;
		float: right;
		margin-left: 1.6574%;
		width: 36.464%;
		max-width:20em;
		display: block;
	}
	fieldset.rightnavbox {
		margin-left:1em;
		margin-right:1em;
		margin-top: -.0125em;
		padding-top:1em;
		padding-bottom:1.5em;
		border-color: #999999; 
		border-style: ridge;
		moz-border-radius: 0; 
		border-radius: .0; 
		-webkit-border-radius: 0; 
		background: url(/meetings/AM15/images/mooning.png) repeat; 
	}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
#hdrtext {
	font-size: inherit;
}

	#rightnav {
		clear: none;
		float: left;
		margin-left: 1.0989%;
		width: 32.6007%;
		display: block;
		border-top:ridge thick;
	}

}

nav {
	height: 30px;
	width: 101%;
	text-align: center;
	background-image: -moz-linear-gradient(top, #999999 0%, #1E1E1E  100%);
	background-image: -o-linear-gradient(top, #6F6F6F 0%, #333333 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #6F6F6F), color-stop(1.3, #333333));
	background-image: -webkit-linear-gradient(top, #6F6F6F 0%, #333333 100%);
	background-image: linear-gradient(to bottom, #999999 0%, #1E1E1E 100%);
	font-family: 'PT Sans', Arial, sans-serif;
	font-weight: bold;
	position: relative;
	/*	border-bottom: 2px solid #283744; */
	border-bottom: 0;
	margin-left:-.5%;
	margin-right:-.5%;
	moz-border-radius: .3em; 
	border-radius: .3em; 
	-webkit-border-radius: .3em; 
}
nav ul {
	padding: .25em 0 0 0;
	margin: 0 auto;
	width: 100%;
	height: 28px;
	display:block;
	text-align:center;
}
nav li, nav li {
	display: inline;
	float: left;
}
nav a, nav a:visited {
	color: #ffffff;
	display: inline-block;
	/*	width: 8.5em; */
	text-align: center;
	text-decoration: none;
	line-height: 18px;
}
nav li a {
	border-right: 1px solid #576979;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	width: 100%;
	padding: 0 .825em;
	text-align: center;
}
nav li:last-child a {
	border-right: 0;
}
nav a:hover {
	background-color: #C1C1C1  ;
	color: #000000;
	padding-bottom:.25em;
	padding-top:.25em;
}
nav a:active {
	background-color: #C1C1C1  ;
	color: #104571;
}

nav a#pull {
	display: none;
}

#navmobile {
	display:none;
}

/*Styles for screen 600px and lower*/
@media screen and (max-width: 600px) {

	nav { 
  		height: auto;
		font-weight: bold;
		font-size: 1.125em;
  	}
  	nav ul {
  		width: 100%;
  		display: block;
  		height: auto;
  	}
  	nav li {
  		width: 50% !important;
  		float: left;
  		position: relative;
  	}
  	nav li a {
		border-bottom: 1px solid #000000;
		border-right: 1px solid #333333;
	}
  	nav a {
	  	text-align: left;
	  	width: 100%;
	  	text-indent: 25px;
		line-height: 32px;
  	}
	nav a:hover {
		padding-bottom:0;
		background-color:#EAEAEA;
	}
	
}

/*Styles for screen 480px and lower*/
@media only screen and (max-width : 480px) {
	nav {
		border-bottom: 0;
	}
	nav ul {
		display: none;
		height: auto;
	}
	nav a#pull {
		display: block;
		background-color: #104571;
		width: 100%;
		position: relative;
	}
	nav a:hover {
		color: #000000;
		background-color:#EAEAEA;
	}
	
	nav a#pull:after {
		content:"";
		background: url('/meetings/AM15a/images/nav-icon.png') no-repeat;
		width: 30px;
		height: 30px;
		display: inline-block;
		position: absolute;
		right: 15px;
		top: 10px;
	}
	nav a, nav a:visited {
	line-height: 36px;
		font-weight: bold;
		font-size: .925em;
}
}

/*Smartphone*/
@media only screen and (max-width : 320px) {
	nav li {
		display: block;
		float: none;
		width: 100%;
	}
	nav li a {
		border-bottom: 1px solid #576979;
	}

	nav a, nav a:visited {
	line-height: 30px;
		font-weight: bold;
		font-size: 1em;
	}
}

.nav-button { display: none; } /* hide the navigation button by default */

@media only screen and (min-width: 0px) and (max-width: 481px) {

	/* Navigation Button
	-------------------------------------------------------- */

	.nav-button {
		display: block;
		position: absolute;
		top: 7px;
		left: 7px;
		width: 50px;
		height: 35px;
		background: url('/meetings/AM15/images/menu-icon-large.png'), -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background: url('/meetings/AM15/images/menu-icon-large.png'),    -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background: url('/meetings/AM15/images/menu-icon-large.png'),     -ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background: url('/meetings/AM15/images/menu-icon-large.png'),      -o-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 21px, 100%;
		cursor: pointer;
		border: 0 none;
		border-bottom: 1px solid rgba(255,255,255,.1);
		box-shadow: 0 0 4px rgba(0,0,0,.7) inset;
		border-radius: 5px;
		z-index: 999;
		text-indent: -9999px;
	}
	.nav-button:hover { 
		background-color: rgba(0,0,0,.1); 
	}
	.nav-button.open {
		background: url('/meetings/AM15/images/close-icon-large.png'), -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background: url('/meetings/AM15/images/close-icon-large.png'),    -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background: url('/meetings/AM15/images/close-icon-large.png'),     -ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background: url('/meetings/AM15/images/close-icon-large.png'),      -o-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 21px, 100%;
	}

	/* Navigation Bar
	-------------------------------------------------------- */

	body { padding-top: 50px; } 

	.primary-nav {
		width: 100%;
		float: none;
		background-color: #829ab1; /* change the menu color */
		background-image: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background-image:    -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background-image:     -ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background-image:      -o-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		display: block;
		height: 50px;
		margin: 0;
		padding: 0;
		overflow: hidden;
		box-shadow: 0 1px 2px rgba(0,0,0,.6);
		position: absolute;
		top: 0px;
		left: 0px;
		z-index: 998;
		clear: both;
	}
	.primary-nav li {
		display: none;
		width: 100%;
		font-family: Arial;
	}
	.primary-nav li a {
		display: block;
		width: 90%;
		padding: 10px 5%;
		font-size: 14px;
		font-weight: bold;
		text-shadow: -1px -1px 0 rgba(0,0,0,.15);
		color: white;
		text-decoration: none;
		border-bottom: 1px solid rgba(0,0,0,.2);
		border-top: 1px solid rgba(255,255,255,.1); 
	}
	.primary-nav li a:hover {
		background-color: rgba(0,0,0,.5);
		border-top-color: transparent;
	}
	.primary-nav > li:first-child {
		border-top: 1px solid rgba(0,0,0,.2);
	}

	/* Toggle the navigation bar open  */

	.primary-nav.open { 
		height: auto; 
		padding-top: 50px;
	}
	.primary-nav.open li { 
		display: block; 
	}

	/* Submenus – optional .parent class indicates dropdowns */

	.primary-nav > li:hover > a {
		background: rgba(0,0,0,.5);
		border-bottom-color: transparent;
	}
	.primary-nav li.parent > a:after {
		content: "▼";
		color: rgba(255,255,255,.5);
		float: right;
	}
	.primary-nav li.parent > a:hover {
		background: rgba(0,0,0,.75);
	}
	.primary-nav li ul {
		display: none;
		background: rgba(0,0,0,.5);
		border-top: 0 none;
		padding: 0;
	}
	.primary-nav li ul a {
		border: 0 none;
		font-size: 12px;
		padding: 10px 5%;
		font-weight: normal;
	}
	.primary-nav li:hover ul {
		display: block;
		border-top: 0 none;
	}

} /* End Mobile Menu */

/* From https://classic.regonline.com/styles/ClientButton.css */
table .pbrROL{border-collapse:collapse;border-spacing:0;}
/*Text Link*/
.ROLtxt a
{
	font:bold 16px Arial;
	text-align:center;
	margin-bottom:7px;
	text-decoration:underline;
	color:#3300FF;
}
.ROLtxt a:hover
{
	text-decoration:underline;
	color:#3300FF;
}
.tt
{
    margin-top:18px;
}
.ROLtxt {text-align:center;}
/*Generic PBR link*/
.pbrROL-basic .tt{font:10px Arial, Helvetica, sans-serif; background:none; color:#000; text-align:center;}
.pbrROL-basic .tt a{ background:none; color:#3300FF; text-decoration:underline; }
/* Button 1 */
.pbrROL-01{display:block;} 
.pbrROL-01 .ROLbtn {display:block; clear:both;}
.pbrROL-01 .ROLbtn ul{margin:0; padding:0;}
.pbrROL-01 .ROLbtn ul li{list-style:none; margin: 0; padding:0; clear:both; text-align:left;} 
.pbrROL-01 .ROLbtn li a{
 background:url(/meetings/AM15/images/btn-g01-right.jpg) no-repeat top right;
 display: inline-block;  text-decoration:none; 
 color:#FFFFFF; font:bold 14px Arial, Helvetica, sans-serif; white-space:nowrap;}  
.pbrROL-01 .ROLbtn li span{
 background:url(/meetings/AM15/images/btn-g01-left.jpg) no-repeat top left; 
 display: block; line-height:52px; padding:0 1em 0 1em; }
.pbrROL-01 .ROLbtn li a:hover {background:url(/meetings/AM15/images/btn-g01-right.jpg) no-repeat bottom right;
 display: inline-block;  text-decoration:none; margin-left:auto; margin-right:auto;
 color:#FFFFFF; font:bold 14px Arial, Helvetica, sans-serif; }  
.pbrROL-01 .ROLbtn li a:hover span{ background:url(/meetings/AM15/images/btn-g01-left.jpg) no-repeat bottom left; 
 display: block; line-height:52px; padding:0 1em 0 1em; }
.pbrROL-01 .tt{display:block; clear:both; font:10px Arial, Helvetica, sans-serif; background:none; color:#000; text-align:center;}
.pbrROL-01 .tt a{ background:none; color:#3300FF; text-decoration:underline; }
 
 a.buttonRollover {
	display: block;
	width: auto;
	height: 50px;
	background: no-repeat 0 0;
	overflow: hidden;
	text-indent: -10000px;
	font-size: 0px;
	line-height: 0px;
}

a:hover.buttonRollover {
	background-position: 0 -50px;
}
a:active.buttonRollover {
	background-position: 0 -50px;
}