/*General Selectors*/
html, body, div#pageWrap {
	width: 100%; 
	height: 100%;
	padding: 0; 
	margin: 0; 
	font: 14px "Trebuchet MS", sans-serif;
	color: #111;
}

html {
	background-image: url(images/backgrounds/htmlBack.png);
	background-color: transparent; 
	background-position: 0 0; 
	background-repeat: repeat-x;
}

body {
	background-image: url(images/backgrounds/bodyBack.png);
	background-color: transparent; 
	background-position: center center; 
	background-repeat: no-repeat;
}

h1 {
	height: 34px;
	margin: 0 -20px 5px -20px;
	padding: 13px 0 14px 13px;
	background-image: url(images/backgrounds/h1Back.png);
	font: 31px Georgia, serif;
	color: #2B425A;
}

h2 {
	margin: 15px 0 0 0;
	font: 25px Georgia, serif;
	color: #333;
}

h3 {
	margin: 15px 0 -14px 0;
	font: bold 16px "Trebuchet MS", sans-serif;
}

td h3{
	margin-bottom: 0;
}

p {
	margin: 15px 0 0 0;
	line-height: 20px;
}

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

form {
	margin: 0;
	padding: 0;
}

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

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

li {
	margin: 4px 0 0 0;
	padding: 0;
	line-height: 20px;
	list-style-type: square;
}

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

a:hover,  a:active {
	color: #62809e;
}

img {
	border: 0;
}

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

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

.center{
	text-align: center;
}

.error{
	color: red;
}

.info{
	color: blue;
}

span.instr {
	display: block;
	font-style: italic;
	font-size: 66%;
}

div.highlight{
	float: right;
	width: 240px;
	margin: 20px 0 40px 25px;
	text-align: center;
}

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

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

/*Website Layout*/
div#pageWrap {
	background-image: url(images/backgrounds/topBack.png);
	background-color: transparent; 
	background-position: 0 0; 
	background-repeat: repeat-x;
}

div#page {
	width: 978px;
	margin: 0 auto 0 auto;
	padding: 0;
}

div#top {
	position: relative;
	height: 236px;
	margin: 0;
	padding: 0;
	background-image: url(images/backgrounds/topBack.png);
	background-color: transparent; 
	background-position: 0 0; 
	background-repeat: repeat-x;
	z-index: 2000;
}

div#top img#logo {
	position: absolute; 
	top: 10px; 
	left: -25px; 
}

div#top img#slogan {
	position: absolute; 
	top: 109px; 
	left: 305px; 
}

/*Navigation Menu*/
ul#menu, ul#topMenu {
	position: absolute; 
	clear: both;
	height: 30px;
	margin: 0;
	padding: 0;
	overflow: visible;
	font-family: 'Istok Web', "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	z-index: 3000;
}

ul#menu {
	top: 209px; 
	right: 0;
}

ul#topMenu {
	top: 15px; 
	right: 0;
	z-index: 3001;
}

ul#menu li, ul#topMenu li {
	display: block;
	float: left;
	height: 30px;
	margin: 0 35px 0 0;
	list-style-type: none;
}

ul#menu li ul, ul#topMenu li ul {
	display: none;
	font-weight: normal;
	font-size: 12px;
}

ul#menu li:hover > ul, ul#topMenu li:hover > ul {
	display: block;
	position: absolute;
	width: 190px;
	margin: 0 0 0 -10px;
	padding: 0;
	z-index: 3000;
	background: transparent;
}

ul#menu li:hover > ul li, ul#topMenu li:hover > ul li {
	float: none;
	width: 170px;
	height: 25px;
	line-height: 30px;
	padding: 4px 10px 2px 10px;
	background: #000;
}

ul#menu li ul li.last, ul#topMenu li ul li.last {
	background-color: transparent; 
	background-image: url(images/backgrounds/liLastBack.png);
	background-repeat: no-repeat; 
	background-position: 0 -8px; 
}

.menulink:link, .menulink:visited {
	display: block;
	color: #fff;
}

.dropdown:link, .dropdown:visited {
	padding: 0;
	color: #fff;
}

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

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

/*Content Styling*/
div#contentWrap {
	float: left; 
	width: 978px;
	margin: 0 auto 0 auto; 
	padding: 0;
	background-image: url(images/backgrounds/contentBack.png);
	background-color: transparent; 
	background-position: 0 0; 
	background-repeat: repeat-y;
	z-index: 1;
}

div#content {
	float: left;
	margin: 0;
	padding: 0 0 15px 0;
}

div#leftCol {
	float: left; 
	width: 204px; 
	margin: 35px 0 0 0;
	padding: 0;
}

div#leftCol h2 {
	margin: 15px 0 7px 18px;
	color: #2B425A;
}

div#leftCol h3 {
	margin: 15px 0 5px 18px;
	color: #2B425A;
}

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

div#leftCol ul {
	margin: 0; 
	padding: 0; 
	font-size: 12px;
}

div#leftCol li {
	list-style-type: none;
	padding: 0;
	background: transparent;
	border: 1px solid #eee;
	border-width: 0 0 1px 0;
	text-align: left;
}

div#leftCol li.bottom {
	border-width: 0 0 0 0;
}

div#leftCol li a {
	display: block;
	padding: 2px 0 2px 20px;
	width: 180px;
	height: 25px;
	line-height: 25px;
}

div#leftCol li:hover, div#leftCol li:active {
	background-image: url(images/backgrounds/leftColH2Back.png); 
	background-repeat: no-repeat; 
	background-position: 0 0; 
	cursor: pointer;
}

div#pageContent {
	float: right; 
	width: 734px;
	margin: 0;
	padding: 0 20px 0 20px;
}

/*Home Page*/
div#slideshow {
	height: 326px; 
	margin: 25px 0 0 51px;
	padding: 0; 
	z-index: 1;
}

div#slideshow img {
	border: 1px solid #555;
}

p.home{
	width: 632px;
	margin: 15px auto 0 auto;
	text-align: justify;
}

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

/*Conference*/
table#options{
	border: 1px solid #ccc;
}

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

tr.gray td{
	background: #ddd;
}

fieldset#paypal{
	border: 1px solid #ccc;
	padding: 0 5px 5px 5px;
	background: #eee;
}

/*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{
	float: left;
	width: 330px;
	height: 110px;
	margin: 12px 15px 0 0;
}

div.executive h3{
	margin-top: 6px;
}

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

div.pastpresident{
	float: left;
	width: 148px;
	height: 150px;
	padding: 15px 28px 0 15px;
}

div.pastpresident img{
	border: 1px solid #555;
}

/*50-Year Members*/
img.fiftyYear {
	float: left;
	margin: 15px 20px 20px 0;
	border: 1px solid #555;
}

/*Student Activities*/
p#earTraining {
	float: left;
	width: 290px;
}

p#theoryTests{
	float: left;
}

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

/*Local Associations*/
table#localAssociations td{
	border-bottom: 1px solid #ddd;
	padding: 3px 0 3px 0;
}

/*Collegiate Chapters*/
p.indent{
	margin-left: 20px;
}

/*Donations and Advertising*/
div.paypal{
	float: right;
	width: 220px;
	margin: 15px 0 20px 30px;
	border: 1px solid #aaa;
	padding: 0 10px 10px 10px;
	background: #d7dce0;
}

/*Find A Teacher*/
table#findTeacher{
	width: 730px;
	border: 1px solid #ddd;
	padding: 0 5px 5px 5px;
	background: #d7dce0;
}

/*Footers Styling*/
div#footerWrap {
	clear: both;
	width: 100%;
	min-height: 210px; !important;
	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: 986px;
	margin: 0 auto 0 auto; 
	padding: 0; 
	clear: both;
	font: 12px "trebuchet ms", sans-serif;
	color: #fff;
}

div#footerMenu {
	position: absolute; 
	top: 50px; 
	left: 15px; 
}

.footer:link, .footer:visited, .footer:active {
	color: #fff;
}

div#copyright {
	position: absolute;
	top: 67px; 
	left: 15px;
	font: 11px "trebuchet ms", sans-serif;
}

div#facebook {
	position: absolute;
	top: 30px; 
	right: 140px;
}

div#contactInfo {
	position: absolute;
	top: 25px; 
	right: 15px;
}

div#hmd {
	position: absolute;
	top: 102px; 
	left: 15px;
	font-size: 11px;
}
