/* 
  -------------------------------------
  Curvitude by Project Seven Development
  www.projectseven.com
  Layout 04: 2 column Hz
  -------------------------------------
*/

body {
	font-family: "Tahoma MS", Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
}
#masthead {
	background-color: #FFFFFF;
	color: #999999;
	margin: 12px auto 0 auto;
	width: 982px;
}
#logo {
	padding: 0 12px;
	position: relative;
}
#musiccatalogue {
	position:absolute;
	top:55px;
	right:20px;
	width:300px;
	text-align: right;
}
#musiccatalogue table tr td {
	font-size: .8em;
	text-align:center;
	letter-spacing:.08em;
}
form#frm_Artist, form#frm_Song {
	background-color: #fff; 
 	color: #000000; 
 	border: 0; 
 	font-family: Verdana, Arial, Helvetica, sans-serif; 
 	font-size: 10px; 
 	text-align: right; 
}
#phonenumber {
	position:absolute;
/*	width:400px; */
	top:75px;
	left:108px;
	font:Verdana, Arial, Helvetica, sans-serif;
	color:#666;
	font-size:.8em;
	letter-spacing:.1em;
}
input {
	margin:0;
	padding:0;
}
input.buttona {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
 	background-color: #0188a4; 
	color: #FFFFFF; 
	margin-right: 6px; 

}
#secondary_nav_bar {
	position:absolute;
	width:500px;
	top:20px;
	right:23px;
	font:Verdana, Arial, Helvetica, sans-serif;
	color:#666;
	font-size:12px;
	letter-spacing:.08em;
	text-align:right;
}
#secondary_nav_bar a:link, #secondary_nav_bar a:visited, #phonenumber a:link, #phonenumber a:visited {
	color: #0188a4;
	text-decoration:underline;		
}
#secondary_nav_bar a:hover, #secondary_nav_bar a:active, #phonenumber a:hover, #phonenumber a:active {
	color: #0188a4;
	text-decoration:none;		
}
#navbar {
	margin-bottom: 12px;
	background-image: url(img/p7CRV980HzMen_mid.jpg);
	background-repeat: repeat-y;
	font-size: 0.8em;
	zoom: 1;
}
#navbar_inner {
	background-image: url(img/p7CRV980HzMen_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 4px;
}
#navbar_inner2 {
	background-image: url(img/p7CRV980HzMen_bot.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 0 0 11px 22px;
}
#columntop {
	clear: both;
	background-image: url(img/p7CRVCol2_top.jpg);
	background-repeat: no-repeat;
	height: 20px;
}
#columnwrapper {
	margin: 0 auto;
	width: 982px;
	background-image: url(img/p7CRVCol2_middle.jpg);
	background-repeat: repeat-y;
}
#c1, #c2 {
	float: left;
}
#c1 {
	width: 234px;
}
#c2 {
	width: 736px;
	background-repeat: no-repeat;
	padding-top: 0px;
	background-position: 22px -78px;
}
#c1 .content {
	font-size: 0.75em;
	padding: 16px 28px 16px 34px;
}
#c2 .content {
	color: #333;
	font-size: .9em;
	padding: 16px 42px 16px 42px;
	line-height: 1.6em;
/*	text-align: center; */
}
span.pulled-right {
	display: block;
	float: right;
	padding: 0 0 0 10px;
	margin: 0 0 10px 10px;
	width: 140px;
	font-size: 1.2em;
	line-height: 1.4em;
	text-align: right;
	color: #666;
	border-left: 3px solid #ccc;
}
span.pulled-left {
	display: block;
	float: left;
	padding: 0 10px 0 0;
	margin: 0 10px 10px 0;
	width: 140px;
	font-size: 1.2em;
	line-height: 1.4em;
	text-align: left;
	color: #666;
	border-right: 3px solid #ccc;
}
h1 {
	font-size: 1em;
	letter-spacing: 0.2em;
}
h2 {
	font-size: 1.1em;
	letter-spacing: .2em;
	color: #df6c00;
}
h3 {
	font-size: 1em;
}
.topZero {
	margin-top: 0;
}
#columnbottom {
	clear: both;
	background-image: url(img/p7CRVCol2_bottom.jpg);
	background-repeat: no-repeat;
	height: 20px;
}
#footer {
	margin: 0px auto;
	font-size: 0.7em;
	width: 982px;
}
#footercontent {
	padding: 14px;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
/*Default Links - Applies to the Main Content Column*/
.content a:link {
	color: #0188a4;
}
.content a:visited {
	color: #0188a4;
}
.content a:hover, .content a:focus, .content a:active {
	color: #FFFFFF;
}
/* change links on Singing Tips page due to white background */
.tips a:visited {
	color: #999999;
}
.tips a:hover, .tips a:focus, .tips a:active {
	color:#0188a4;
	text-decoration: none;
}
/*
Left Sidebar Links - We add .content to the selector name to 
make it more specific and to eliminate conflicts with the main navigation bar
*/
#c1 .content a:link {
	color: #003399;
}
#c1 .content a:visited {
	color: #663366;
}
#c1 .content a:hover, #c1 .content a:focus, #c1 .content a:active {
	color: #3366FF;
}
/*Footer Links*/
#footer a:link {
	color: #003399;
}
#footer a:visited {
	color: #663366;
}
#footer a:hover, #footer a:focus, #footer a:active {
	color: #3366FF;
}
#c1 .content table tr td a:link, #c1 .content table tr td a:visited {
	font-weight:bold;
	color: #333;
	font-size: 1.2em;
	text-decoration: underline;
	letter-spacing:0.1em;
}
#c1 .content table tr td a:hover, #c1 .content table tr td a:active {
	font-weight:bold;
	color: #333;
	font-size: 1.2em;
	text-decoration: none;
	letter-spacing:0.1em;
}
#footercontent {
	color:#0188a4;
}

/* styles for Fees table */
#columnwrapper #c2 .content #p7GP_1 .p7GPinnerwrapper .p7GPcwrapper #p7GPw_1 #p7GPc1_1 .p7GPcontent #fees2 table#lessontype {
	width:300px;
	background-color: #0188a4;
	padding:2px;
}
#columnwrapper #c2 .content #p7GP_1 .p7GPinnerwrapper .p7GPcwrapper #p7GPw_1 #p7GPc1_1 .p7GPcontent #fees2 table#lessonfee {
	width:100px;
	background-color:#df6c00;
	padding:2px;
}
#columnwrapper #c2 .content #p7GP_1 .p7GPinnerwrapper .p7GPcwrapper #p7GPw_1 #p7GPc1_1 .p7GPcontent #fees2 table#lessontype tr td {
	color: #fff;
	font-size:1.2em;
	padding-left: .5em;
}
#columnwrapper #c2 .content #p7GP_1 .p7GPinnerwrapper .p7GPcwrapper #p7GPw_1 #p7GPc1_1 .p7GPcontent #fees2 table#lessonfee tr td {
	color: #fff;
	font-size:1.2em;
	text-align: center;
}
#columnwrapper #c2 .content #p7GP_1 .p7GPinnerwrapper .p7GPcwrapper #p7GPw_1 #p7GPc1_1 .p7GPcontent #fees2 table#lessonfee tr td {
	color: #fff;
	font-size:1.2em;
	text-align: center;
}
iframe {
	border: 2px #df6c00 solid;
}
a[href $='.pdf'] { 
   padding-right: 18px;
   background: transparent url(/images/icon_pdf.gif) no-repeat center right;
}
