body {
	margin: 0;
	padding: 0;
	background-color: #2E445D;
	background-image: url(images/backgrounds/topBack.png);
	background-position: center top;
	background-repeat: repeat-x;
	font-family: "Noto Sans", sans-serif;
	font-size: 15px;
	color: #111;
}

div#pageWrap {
	background-image: url(images/backgrounds/footerBack.png);
	background-position: 0 235px;
	background-repeat: repeat-x;
}

@media screen and (min-width: 1092px) {
	div#pageWrap {
		background-image: url(images/backgrounds/htmlBack.png);
	}
}

div#page {
	width: 100%;
	padding: 0;
	background-image: url(images/backgrounds/bodyBack.png);
}

div#top {
	position: relative;
	max-width: 1092px;
	margin: 0 auto 0 auto;
	padding: 0 8px 12px 8px;
	background-color: #2B425A;
}

img#logo {
	display: block;
	max-width: 25%;
	margin: 8px auto 0 auto;
}

img#slogan {
	display: block;
	margin: 8px auto 0 auto;
	max-width: 90%;
}

@media screen and (min-width: 1092px) {
	div#top {
		height: 202px;
		padding: 0;
		background-color: transparent;
	}

	img#logo {
		max-width: auto;
		position: absolute;
		top: 3px;
		left: -25px;
		margin: 0;
	}

	img#slogan {
	position: absolute;
		max-width: auto;
		top: 90px;
		left: 220px;
		right: auto;
		margin: 0;
	}
}

/*Top Menu*/
ul#topMenu {
	margin: 0;
	padding: 0;
}

ul#topMenu li {
	display: block;
	float: left;
	margin: 9px 18px 0 0;
	list-style-type: none;
}

ul#topMenu span {
	display: none;
}

@media screen and (min-width: 1092px) {
	ul#topMenu {
	position: absolute;
		top: 13px;
		left: auto;
		right: 0;
		height: 30px;
		max-width: 100%;
	}

	ul#topMenu li {
		width: auto;
		margin: 0 30px 0 0;
	}

	ul#topMenu span {
		display: inline;
	}
}

/*Navigation Menu*/
ul#menu {
	margin: 0 auto 0 auto;
	padding: 0;
}

ul#menu li {
	display: block;
	float: left;
	margin: 9px 20px 0 0;
	list-style-type: none;
}

ul#menu li.last {
	margin-right: 0;
}

ul#menu li ul, ul#topMenu li ul {
	display: none;
}

ul#menu span {
	display: none;
}

.menulink:link, .menulink:visited {
	display: block;
	color: #fff;
	font-size: 15px;
	padding: 3px;
	text-align: center;
}

.menulink:hover {
	color: #fff;
}

 .menulink:active, .active:link, .active:visited, .active:hover, .active:active, .dropdown:active {
	color: #9bacbd;
}

#loginLink {
	width: auto;
	border-radius: 4px;
	background: #555;
}

@media screen and (min-width: 1092px) {
	ul#menu {
		position: absolute;
		top:165px;
		right: 0;
		display: block;
		float: none;
		max-width: auto;
		height: 30px;
	}

	ul#menu li {
		width: auto;
		margin: 0 27px 0 0;
	}

	ul#menu span {
		display: inline;
	}

	.menulink:link, .menulink:visited {
		font-size: 16px;
	}

	a#loginLink {
		margin: -5px 2px 0 0;
		padding: 6px;
	}

	/*Drop Downs*/
	ul#menu li:hover > ul, ul#topMenu li:hover > ul {
		display: block;
		position: absolute;
		margin: 0;
		border: 1px solid #666;
		border-radius: 4px;
		padding: 0;
		z-index: 4000;
		background: #111;
	}

	@media screen and (min-width: 1092px) {
		ul#menu li:hover > ul, ul#topMenu li:hover > ul {
			width: 220px;
		}
	}

	ul#menu li:hover > ul li, ul#topMenu li:hover > ul li {
		float: none;
		margin: 0;
		border-top: 1px solid #666;
		line-height: 16px;
	}

	.dropdown:link, .dropdown:visited {
		display: block;
		padding: 11px;
		color: #eee;
		font-size: 14px;
	}

	.dropdown:hover {
		background: #222;
		color: #fff;
	}
}

/*Content Styling*/
div#contentWrap {
	width: 100%;
	max-width: 1092px;
	margin: 0 auto 0 auto;
	padding: 0;
	z-index: 1;
	background-color: #fff;
}

@media screen and (min-width: 1108px) {
	div#contentWrap {
		background-image: url(images/backgrounds/contentBack.png);
		background-position: 0 0;
		background-repeat: repeat-y;
	}
}

div#leftCol {
	padding: 0 0 5px 0;
	background: #ddd;
	text-align: center;
}

div#leftCol h2 {
	clear: both;
	margin: 0;
	padding: 5px 0 7px 15px;
	background: #ddd;
	color: #2B425A;
	font-size: 21px;
}

div#leftCol img.ad {
	display: block;
	width: 185px;
	margin: 48px auto 48px auto;
	padding: 0 0 0 4px;
	text-align: center;
}
	
div#leftCol ul {
	margin: 0 0 30px 15px;
	padding: 0;
}

div#leftCol li {
	float: left;
	width: 50%;
	padding: 0;
	line-height: 16px;
	list-style-type: none;
	text-align: center;
}

div#leftCol li img {
	height: 15px;
}

div#leftCol a {
	display: block;
	color: #355373;
}

div#leftCol li a {
	padding: 2px 0 2px 0;
}

div#leftCol p {
	margin: 10px 10px 5px 15px;
}

@media screen and (min-width: 660px) {
	div#leftCol li {
		width: 33%;
	}
}

@media screen and (min-width: 800px) {
	div#leftCol li {
		width: 19%;
	}
}

@media screen and (min-width: 1108px) {
	div#leftCol {
		float: left;
		width: 185px;
		padding: 32px 0 20px 0;
		background: transparent;
		text-align: left;
	}

	div#leftCol h2 {
		background: transparent;
	}

	div#leftCol li {
		float: none;
		width: auto;
		min-height: 24px;
		text-align: left;
	}

	div#leftCol li a {
		padding: 4px 0 4px 0;
	}
}

/*Content*/
div#pageContent {
	margin: 0;
	padding: 0 8px 15px 8px;
	background-color: #fff;
}

h1 {
	clear: both;
	margin: 0;
	padding: 10px 0 10px 0;
	font-family: Cinzel, Georgia, serif;
	font-size: 34px;
	font-weight: normal;
	color: #2B425A;
}

h1:first-letter {
	font-family: "Cinzel Decorative", Georgia, serif;
	font-size: 39px;
}

@media screen and (min-width: 1108px) {
	div#pageContent {
		float: right;
		width: 857px;
		padding: 0 25px 25px 25px;
		background-color: transparent;
	}

	h1 {
		margin: 0 -25px 5px -17px;
		padding: 7px 0 2px 15px;
		background-image: url(images/backgrounds/h1Back.png);
	}
}

h2 {
	margin: 29px 0 0 0;
	font-family: Cinzel, Georgia, serif;
	font-size: 23px;
	font-weight: normal;
	color: #333;
}

h2:first-letter {
	font-family: "Cinzel Decorative", Georgia, serif;
	font-size: 29px;
}

h2.background {
	padding: 8px 10px 8px 10px;
	background: #ddd;
	border-bottom: 1px solid #ccc;
}

h3 {
	margin: 22px 0 0 0;
	font-size: 18px;
}

td h3, label h3 {
	margin-top: 0;
}

p {
	margin: 18px 0 0 0;
	line-height: 24px;
}

table {
	margin: 15px 0 0 0;
	line-height: 24px;
}

th {
	background-color: #ddd;
	font-weight: bold;
	white-space: pre;
	padding: 5px;
	text-align: left;
}

iframe {
	width: 100%;
	height: 450px;
	margin: 60px auto 0 auto;
	border: 0;
}

div#captcha iframe {
	margin: 0 0 0 0;
	height: auto;
}

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 15px 0 0 0;
	border: 0;
	padding: 0;
}

label {
	width: 120px;
	padding: 2px 5px 5px 5px;
	display: inline-block;
	vertical-align: top;
	text-align: right;
}

label.wide {
	width: 220px;
}

input[type="checkbox"] {
	display: inline;
}

option {
	padding: 3px;
	font-size: 17px;
}

button, input[type="submit"] {
	border: 0;
	border-radius: 3px;
	padding: 12px 24px 12px 24px;
	background: #2c489c;
	font-size: 17px;
	color: #fff;
}

button[disabled], button:disabled, button:disabled:hover {
	background: #bbb;
	cursor:default;
}

button:hover {
	background: #3A58B4;
	cursor: pointer;
}

ol, ul {
	margin: 15px 0 0 25px;
	padding: 0;
}

li {
	margin: 4px 0 0 0;
	padding: 0;
	line-height: 24px;
}

ul li {
	list-style-type: square;
}

a:link, a:visited {
	text-decoration: none;
	color: #62809e;
}

a:hover,  a:active {
	color: #355373;
}

img {
	max-width: 100%;
	border: 0;
}

hr {
	clear: both;
	margin: 15px 0 0 0;
	border: 1px solid #bbb;
}

/*General Formatting*/
.clear {
	clear: both;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.error {
	padding: 3px;
	background: #cc3333;
	text-align: center;
	color: white;
	font-weight: bold;
}

.info, .confirmation {
	padding: 3px;
	background: green;
	text-align: center;
	font-weight: bold;
	color: white;
}

.instr {
	font-style: italic;
	font-size: 85%;
}

div.highlight {
	margin: 25px 0 20px 0;
	text-align: center;
}

@media screen and (min-width: 1092px) {
	div.highlight {
		float: right;
		width: 240px;
		margin: 23px 0 40px 35px;
	}
}

div.highlight.gray {
	border: 1px solid #ccc;
	padding: 1px 5px 5px 15px;
	background: #eee;
}

img.feature {
	display: block;
	float: right;
	margin: 15px 0 20px 20px;
}

img.pdf {
	margin:  0 0 -28px 0;
	padding: 15px 0 15px 0;
}

/*Home Page*/
div#slideshow {
	width: 100%;
	min-height: 170px;
	margin: 0;
	padding: 0;
	z-index: 1;
	overflow: hidden;
}

@media screen and (min-width: 1092px) {
	div#slideshow {
		width: 857px;
		height: 540px;
		margin: 20px auto 20px auto;
	}

	div#slideshow img {
		width: 100%;
	}
}

/*Calendar*/
h3.calendar {
	margin-bottom: 0;
	padding: 3px 3px 3px 3px;
	background: #d7dce0;
}

/*Conference*/
a.button {
	display: block;
	float: left;
	max-width: 300px;
	height: 50px;
	margin: 28px 9px 10px 11px;
	border-radius: 3px;
	padding: 9px 20px 9px 20px;
	background: #62809e;
	font-size: 16px;
	text-align: center;
	color: #fff;
}

div#confSummary {
	margin: 30px 0 40px 0;
	border: 1px solid #ccc;
	padding: 1px 15px 15px 15px;
	background: #eee;
}

div#confSummary h3 {
	clear: both;
	margin: 15px 0 10px 0;
	text-align: center;
}

div#confSummary a {
	display: block;
	float: left;
	height: 18px;
	width: 69px;
	margin: 5px 5px 0 0;
	padding: 3px;
}

div#confSummary img {
	height: 16px;
}

p#submitConf button {
	font-size: 18px;
}

table.options {
	width: 855px;
	border: 1px solid #ccc;
}

table.options td {
	padding: 3px 10px 3px 3px;
}

tr.gray td {
	background: #ddd;
}

.payment {
	border: 1px solid #ccc;
	margin: 10px 0 0 0;
	padding: 5px;
	background: #eee;
}

.payment fieldset, .payment h3 {
	margin: 0;
	padding: 0;
}

fieldset#conference-proposal h2 {
	padding: 3px 3px 3px 3px;
	background: #d7dce0;
}

fieldset#conference-proposal div {
	padding: 6px 0 6px 1px;
}

/*Piano Judges*/
fieldset#pianoJudges {
	border: 1px solid #ddd;
	padding: 5px 5px 5px 5px;
	background: #d7dce0;
}

fieldset#pianoJudges h2{
	margin: 5px 0 10px 0;
}

/*Leadership*/
div.executive {
	width: 100%;
	height: 140px;
	margin: 12px 0 0 0;
}

div.executive h3 {
	margin: 6px 5px -18px 0;
}

img.leadership{
	display: block;
	float: left;
	width: 75px;
	/*height: 95px;*/
	margin: 10px 10px 15px 0;
	border: 1px solid #555;
}

div.pastpresident {
	float: left;
	width: 25%;
	height: 170px;
	padding: 15px 0 0 0;
	text-align: center;
}

div.pastpresident img {
	display: block;
	margin: 0 auto 0 auto;
	border: 1px solid #555;
	max-height: 77px;
}

@media screen and (min-width: 1092px) {
	div.executive {
		float: left;
		height: 130px;
		width: 50%;
	}

	div.pastpresident {
		width: 20%;
	}
}

/*50-Year Members*/
img.fiftyYear {
	float: left;
	margin: 35px 20px 20px 0;
}

/*Student Activities*/
h3#earTraining {
	width: 290px;
}

div#theoryTests {
	float: right;
}

div.results {
	float: left;
	width: 250px;
	padding: 0 0 20px 0;
}

div.theoryLink {
	border: 1px solid #355373;
	border-radius: 4px;
	padding: 10px 30px 10px 30px;
	background: #eee;
	text-align: center;
	font-size: 20px;
}

@media screen and (min-width: 1092px) {
	div.theoryLink {
		float: left;
		height: 30px;
		margin: 45px 15px 15px 15px;
	}
}

div.notice {
	clear: both;
	margin: 20px 0 0 0;
	border-top: 1px solid #ccc;
	padding: 10px;
	text-align: center;
}

/*Judges*/
table#judges {
	display: block;
	width: 282px;
	overflow: hidden;
	border-left: 1px solid #ddd;
}

@media screen and (min-width: 480px) {
	table#judges {
		width: 100%;
	}
}

th.subcategory {
	width: 90px;
	font-size: 75%;
	text-align: center;
}
	
table#judges td {
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

table#judges a {
	font-size: 13px;
}

fieldset.judges_apply {
	margin-top: 25px;
	border: 1px solid #ddd;
	border-radius: 3px;
	padding: 0 20px 20px 20px;
	background: #eee;
}

fieldset.judges_apply label {
	width: 150px;
}

fieldset.judges_apply h2 {
	padding: 9px;
	background: #ddd;
	border-bottom: 1px solid #ccc;
}
/*Local Associations*/
table#localAssociations td {
	border-bottom: 1px solid #ddd;
	padding: 7px 0 7px 0;
}

a.presEmail {
	font-size: 13px;
}
/*Collegiate Chapters*/
p.indent {
	margin-left: 20px;
}

/*Donations and Advertising*/
div.advertise {
	float: left;
	width: 230px;
	height: 230px;
	margin: 15px 15px 20px 0;
	border: 1px solid #aaa;
	padding: 0 10px 10px 10px;
	background: #d7dce0;
}

div.paypal {
	margin: 15px 0 20px 0;
	border: 1px solid #aaa;
	padding: 0 10px 10px 10px;
	background: #d7dce0;
}

@media screen and (min-width: 1092px) {
	div.paypal {
		float: right;
		width: 250px;
		margin: 15px 0 20px 30px;
	}
}

/*Find A Teacher*/
table#findTeacher {
	border: 1px solid #ddd;
	padding: 15px;
	background: #ddd;
}

h3.teacherResult {
	margin-bottom: -17px;
	padding: 3px;
	background: #eee;
}

div.teachingFields {
	float: right;
	padding: 60px 0 0 30px;
	width: 400px;
}

/*Member Login*/
table#directory {
	display: block;
	clear: both;
	width: 290px;
	overflow: hidden;
}

table#directory td {
	border-bottom: 1px solid #ccc;
}

@media screen and (min-width: 480px) {
	table#directory {
		width: 100%;
	}
}

/* Online Auditions System */
div#teacherLogin, div#judgeLogin {
	margin: 20px 0 20px 0;
	border: 1px solid #355373;
	border-radius: 5px;
	padding: 15px;
	background: #eee;
}

div#teacherLogin h2, div#judgeLogin h2 {
	margin: 0;
}

div#teacherLogin fieldset label, div#judgeLogin fieldset label {
	width: 140px;
}

table.grid {
	width: 100%;
}

table.grid td {
	border-bottom: 1px solid #ddd;
	padding: 4px 5px 4px 5px;
}

table.vertical {
	border-right: 1px solid #ddd;
}

table.vertical th {
	border: 1px solid #bbb;
}

table.vertical td {
	border-left: 1px solid #ddd;
}

#comp1 div, #comp2 div, #comp3 div, #comp4 div {
	display: flex;
}

#comp1 input, #comp2 input, #comp3 input, #comp4 input {
	margin-left: 3px;
	flex: 1;
}

label.agree {
	width: inherit;
	margin-bottom: 10px;
	text-align: left;
}

table.grid tr.master-report td {
/*	border-bottom: 0;*/
	width: 25%;
	overflow: hidden;
}

#GATE_opt {
	/*max-width: 580px;*/
}

div#payVolFee {
	margin: 30px 0 40px 0;
	border: 1px solid #ccc;
	padding: 1px 15px 15px 15px;
	background: #eee;
}

div#payVolFee fieldset {
	float: left;
	width: 50%;
}

fieldset#payForm {
	margin-top: 25px;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 9px;
	background: #ddd;
	font-weight: bold;
}

/* GATE and Theory Registration*/
fieldset.theory-registration div {
	padding: 10px 0 10px 0;
}

fieldset.theory-registration label {
	font-weight: bold;
}

/*Footers Styling*/
div#footerWrap {
	clear: both;
	width: 100%;
	margin: 0;
	padding: 0;
	background-image: url(images/backgrounds/footerBack.png);
	background-color: transparent;
	background-position: 0 0;
	background-repeat: repeat-x;
}

div#footer {
	position: relative;
	width: 100%;
	max-width: 1092px;
	margin: 0 auto 0 auto;
	padding: 5px 0 15px 0;
	clear: both;
	color: #fff;
}

div.footerMenu {
	float: left;
	max-width: 44%;
	padding: 0 20px 0 8px;
}

div.footerMenu h2 {
	color: #eee;
	border-bottom: 1px solid #999;
}

.footer:link, .footer:visited, .footer:active {
	display: block;
	margin: 4px 0 0 0;
	padding: 3px;
	color: #ddd;
	font-size: 14px;
}

.footer:hover {
	color: #fff;
}

div#facebook {
	clear: both;
	padding: 30px 20px 0 8px;
	font-size: 14px;
	line-height: 22px;
	text-align: right;
}

div#facebook img {
	display: block;
	float: left;
	margin: 3px 20px 0 0;
}

span#copyright {
	display: block;
	padding: 20px 0 0 0;
	font-size: 11px;
	line-height: 19px;
	color: #ccc;
}

span#copyright a {
	color: #ccc;
}

@media screen and (min-width: 660px) {
	div#footerWrap {
		min-height: 130px; !important;
	}

	div.footerMenu {
		padding: 0 70px 0 15px;
	}

	.footer:link, .footer:visited, .footer:active {
		width: auto;
		margin: 0 0 3px 0;
		padding: 2px;
	}

	div#facebook {
		clear: none;
		float: right;
	}
}

