/* always add vertical scrollbar */
html {
	overflow-y: scroll;
	background: url(images/redfluid.jpg) no-repeat;
	background-position:0 119px;
}
body {
	margin:0;
	padding:0;
}
/* take away dotted border over clicked links in Firefox */
a:active {
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
}
a:focus {
	outline-style:none;
}

h3 {
	font-size:24px;
/*	color:#BF000C;  */
	color:#18181A;
	font-weight:bold;
	margin-bottom:20px;
}

h5 {
	font-size:18px;
	font-weight:bold;
	margin-bottom:20px;
}

a {
	color:#710006;
	font-weight:bold;
}

a:hover {
	color:#5b5b5b;
}
.inputfield {
	width:250px;
}

.textarea {
	width:600px;
	height:100px;
}


#topshadewrapper {
	position:absolute;
	top:0;
	background-image: url(images/topshadebg.jpg);
	background-repeat:repeat-x;
	width:100%;
	height:10px;
}

#topshade {
	position:absolute;
	top:0;
	background:url(images/topshade.jpg) no-repeat;
	width:976px;
	height:10px;
}

#mainframe {
/*	position:relative; */
/*	margin-left:auto; */
/*	margin-right:auto; */
	padding-top:10px;
	width:1030px;
/*	background-color:#fff; */
}

#masthead h1 {
	background: url(images/masthead.jpg) no-repeat;
	height:109px;
	width:500px;
}

#masthead h1 a {
	height:109px;
	display:block;
	text-indent:-5000px;
}

#buttonbar {
	padding-left:395px;
	padding-top:84px;
}

#buttonbar img {
	border:0;
}

#pagecontent {
	font-family: Georgia, Arial, sans-serif;
	font-size:14px;
	color:#000;
/*	background-color:#fff; */
	line-height:135%;
}

#pagecontent p, #pagecontent strong {
	margin-bottom:15px;
}

#pagecontent em {
	font-style:italic;
}

#pagecontent b {
	font-weight:bold;
}

#contentframe {
	margin:0;
	padding:0;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:863px;
}

*html #contentframe {
	margin:0;
	margin-top:10px;
	border:1px #000 solid;
	padding:0;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:836px;
}

#topframe {
	margin:0;
	padding:0;
	background-image: url(images/topframe.png);
	background-repeat:no-repeat;
	height:22px;
}

*html #topframe {
	background-image:none;
	background-color:#fff;
	height:22px;
	filter:alpha(opacity=75);
}

#middleframe {
	margin:0;
	padding:0;
	padding-top:20px;
	padding-bottom:20px;
	padding-left:40px;
	padding-right:40px;
	background-image: url(images/middleframe.png);
	background-repeat:repeat-y;
}

*html #middleframe {
	padding-left:30px;
	padding-right:30px;
	padding-top:10px;
	padding-bottom:10px;
	background-image:none;
	background-color:#fff;
	filter:alpha(opacity=75);
	height:100%;
}

*html #middleframe img, *html #middleframe input, *html #middleframe textarea {
	position:relative; 
	filter:alpha(opacity=100);
}

#bottomframe {
	margin:0;
	padding:0;
	background-image: url(images/bottomframe.png);
	background-repeat:repeat-y;
	height:22px;
}

*html #bottomframe {
	background-image:none;
	background-color:#fff;
	height:22px;
	filter:alpha(opacity=75);
}

.small {
	font-size:11px;
}

#middleframe img {
	border:15px #efefef solid;
	margin-left:5px;
	margin-right:5px;
}

#pagecontent .image-right, #pagecontent .alignright {
	float:right;
	margin-left:10px;
}

#pagecontent .image-left, #pagecontent .alignleft {
	float:left;
	margin-right:15px;
}

#ajax_calendar img {
	border:0;
}

.waitHTML {
	text-align:center;
}


/* menus */

#menublock {
	position: absolute;
	top: 100px;
	left:420px;
	height: 18px;
	width:500px;
}
#menublock h2 {
	display: none;
}
#menublock ul {
	position: relative;
}
#menublock ul li {
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	top: 0;
}
#menublock li.nm_home {
	left: 0;
}
#menublock li.nm_biography {
	left: 65px;
}
#menublock li.nm_calendar {
	left: 151px;
}
#menublock li.nm_media {
	left: 232px;
}
#menublock li.nm_lessons {
	left: 295px;
}
#menublock li.nm_contact {
	left: 427px;
}

#menublock ul li a.topLink {
	display: block;
	height: 18px;
	text-decoration: none;
	text-indent: -5000px;
	background: url(images/navbar.png) no-repeat;
}
#menublock ul li a.topLink:hover {

}
#menublock li.nm_home a.topLink {
	width: 60px;
	background-position: 0px 0px;
}
#menublock li.nm_home a.topLink:hover, .nm_currentPage_home #menublock li.nm_home a.topLink {
	background-position: 0px -19px;
}
#menublock li.nm_biography a.topLink {
	width: 85px;
	background-position: -67px 0px;
}
#menublock li.nm_biography a.topLink:hover, .nm_currentPage_biography #menublock li.nm_biography a.topLink {
	background-position: -67px -19px;
}
#menublock li.nm_calendar a.topLink {
	width: 79px;
	background-position: -152px 0px;
}
#menublock li.nm_calendar a.topLink:hover, .nm_currentPage_calendar #menublock li.nm_calendar a.topLink {
	background-position: -152px -19px;
}
#menublock li.nm_media a.topLink {
	width: 59px;
	background-position: -232px 0px;
}
#menublock li.nm_media a.topLink:hover, .nm_currentPage_media #menublock li.nm_media a.topLink {
	background-position: -232px -19px;
}
#menublock li.nm_lessons a.topLink {
	width: 128px;
	background-position: -292px 0px;
}
#menublock li.nm_lessons a.topLink:hover, .nm_currentPage_lessons #menublock li.nm_lessons a.topLink {
	background-position: -292px -19px;
}
#menublock li.nm_contact a.topLink {
	width: 90px;
	background-position: -421px 0px;
}
#menublock li.nm_contact a.topLink:hover, .nm_currentPage_contact #menublock li.nm_contact a.topLink {
	background-position: -421px -19px;
}

/* home page */

*html #middleframe #homeimage {
	position:relative; 
	filter:alpha(opacity=100);
}

.nm_currentPage_home #homeimage {
	margin:0;
	padding:0;
	background:url(images/courtneyhome.jpg) no-repeat;
	width:781px;
	height:400px;
	display:block;
	text-indent:-5000px;
}

/* media page */

.nm_currentPage_media #mediaplayerwrapper_1 {
	position:absolute;
	top:20px;
	right:22px;
}

.nm_currentPage_media h5 {
	text-align:center;
}

.nm_currentPage_media #videoclips {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:550px;
	background-color:#000;
	border:5px #82000A solid;
	padding:2px;
	text-align:center;
} 

.nm_currentPage_media #soundclipslisting {
	margin-bottom:15px;
}

.nm_currentPage_media #soundclipslisting li .soundclip a {
	text-decoration:underline;
	color:#710006;
	font-weight:bold;
}

.nm_currentPage_media #soundclipslisting li .soundclip a:hover {
	color:#5b5b5b;
}