* {
	padding: 0;
	margin: 0;
}

/* Reset Styles */
/*-------------------------------------*/
/* i took out table, th, tr, td, tbody, thead because it was screwing up the layout of the table cells */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, 
del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, 
 caption {
	margin: 0; 
	padding: 0; 
	border: 0; 
	outline: 0; 
	font-weight: inherit; 
	font-style: inherit; 
	font-size: 100%; 
	font-family: inherit; 
	vertical-align: baseline;
} 

img { 
	margin: 0; 
	padding: 0; 
	border: 0; 
	outline: 0; 
	font-weight: inherit; 
	font-style: inherit; 
	font-size: 100%; 
	font-family: inherit; 
}

strong{
	font-weight: bold;
}

em{
	font-style: italic;
}


/* General Style Info */
html{
	/*height: 100%; /* for IE */
	height: 100%;
}

body {
	background-color: #7D6643;
	background-image: url('../img/main_bg.jpg');
	background-repeat: repeat-x;
	background-position: top;
	color: #E9D2AF;
	font-family: verdana,arial,sans-serif;
	font-size: 11px;
	height: 100%;
}

/* Layout */
#container {
	width: 100%;
	height: 100%; /* for IE */
		
}

#main{
	width: 755px;
	background-color: #000000;
	background-image: url('../img/main_border.jpg');
	background-repeat: repeat-y;
	text-align: left;
	min-height: 100%;
	margin: auto;
	padding-left: 4px;
	padding-right: 4px;

}

* html #container {
	height: 100%;
}

#content{
	clear: both;
	background-color: #1A150E;
	background-image: url('../img/body_bg.jpg');
	background-repeat: repeat-x;
	background-position: top;
	display: block;
	float: left;
	/*overflow: auto;*/
}
#footer {
	clear: both;
	width: 100%;
	background-color: #000000;
	background-image: url('../img/footer_bg.jpg');
	background-repeat: repeat-x;
	background-position: top;
	text-align: center;
}

#bot_nav{
	clear: both;
	height: 40px;
	width: 100%;
	text-align: center;
	line-height: 40px;
	vertical-align: middle;
}

.top_nav_link{
	cursor: pointer;
}

#bot_nav a:link{
	color: #FFFFFF;
	text-decoration: none;
}
#bot_nav a:active {
	color: #FFFFFF;
	text-decoration: none;
}
#bot_nav a:visited{
	color: #FFFFFF;
	text-decoration: none;
}
#bot_nav a:hover {
	color: #FFB74F;
	text-decoration:none;
}

#bot_nav a.active{
	color: #FFB74F;

}

.site_design a:link{
	color: #FFFFFF;
	text-decoration: none;
}
.site_design a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.site_design a:visited{
	color: #FFFFFF;
	text-decoration: none;
}
.site_design a:hover {
	color: #FFB74F;
	text-decoration:none;
}

#header{
	height: 135px;
	width: 755px;
	background-color: #FFFFFF;
	background-image: url('../img/single_line.jpg');
	background-repeat: repeat-x;
	background-position: bottom;
}

#banner{
	height: 172px;
	width: 755px;
}

#heading{
	height: 37px;
	width: 711px;  /* 755px - 44px of padding */
	background-image: url('../img/heading_bg.jpg');
	background-repeat: repeat-x;
	background-position: bottom;
	font-family: "Times New Roman", serif;
	color: #FFFFFF;
	font-size: 20px;
	font-weight: bold;
	line-height: 37px;
	padding-left: 22px;
	padding-right: 22px;
}

#body{	
	padding: 22px;
	width: 711px; /* 755px - 44px of padding */
	display: block;
	line-height: 1.3em;
}

#logo{
	display: block;
	float: left;
	height: 100px;
	width: 700px;
}

#top_menu{
	display: block;
	float: left;
	height: 100px;
	width: 55px;
	text-align: right;
	vertical-align: top;
}
#nav{
	display: block;
	float: left;
	height: 33px;
	width: 100%;
	background-color: #FFFFFF;
}

.nav_item{
	cursor: pointer;
	margin-left: 10px;
	width: 94px;
	height: 33px;
	float: right;
	font-size: 13px;
	color: #541C1C;
	font-family: "Times New Roman", serif;
}

.nav_home_off{
	background-image: url('../img/nav_home_off.jpg');
	background-repeat: no-repeat;
	background-position: left;
}

.nav_home_on{
	background-image: url('../img/nav_home_over.jpg');
	background-repeat: no-repeat;
	background-position: left;
}

.nav_events_off{
	background-image: url('../img/nav_events_off.jpg');
	background-repeat: no-repeat;
	background-position: left;
}

.nav_events_on{
	background-image: url('../img/nav_events_over.jpg');
	background-repeat: no-repeat;
	background-position: left;
}

.nav_scholarships_off{
	background-image: url('../img/nav_scholarships_off.jpg');
	background-repeat: no-repeat;
	background-position: left;
}

.nav_scholarships_on{
	background-image: url('../img/nav_scholarships_over.jpg');
	background-repeat: no-repeat;
	background-position: left;
}

.nav_pianobookings_off{
	background-image: url('../img/nav_pianobookings_off.jpg');
	background-repeat: no-repeat;
	background-position: left;
}

.nav_pianobookings_on{
	background-image: url('../img/nav_pianobookings_over.jpg');
	background-repeat: no-repeat;
	background-position: left;
}

.nav_membership_off{
	background-image: url('../img/nav_membership_off.jpg');
	background-repeat: no-repeat;
	background-position: left;
}

.nav_membership_on{
	background-image: url('../img/nav_membership_over.jpg');
	background-repeat: no-repeat;
	background-position: left;
}

.nav_teachers_off{
	background-image: url('../img/nav_teachers_off.jpg');
	background-repeat: no-repeat;
	background-position: left;
}

.nav_teachers_on{
	background-image: url('../img/nav_teachers_over.jpg');
	background-repeat: no-repeat;
	background-position: left;
}


.full_col{
	width: 100%;

}

.left_col{
	width: 48%;
	float: left;
}

.right_col{
	width: 48%;
	float: right;

}

#half_wrap{
	width: 100%;
	float: left;
	background-image: url('../img/v_sep.gif');
	background-repeat: repeat-y;
	background-position: top center;
}

#full_wrap{
	width: 100%;
	float: left;
}

.smaller{
	font-size: smaller;
}

.pic {
	border: 3px solid #7D6643;
}

.align_right{
	text-align: right;

}

.h_sep{
	background-image: url('../img/h_sep.gif');
	background-repeat: repeat-x;
	background-position: left center;
	width: 100%;
	height: 30px;
}

.h_sep_nil{
	width: 100%;
	height: 30px;
	display: block;
	float: left;
}

.download_bar{
	height: 20px; 
	line-height: 20px; 
	vertical-align: middle;
}

.download_bar img{
	vertical-align: middle;
}

.event_description{

}

.emphasize{
	padding-top: 10px;
	font-style: italic;

}


.event_image{
	text-align: right;
	width: 150px;

}

a:link{
	color: #E9D2AF;
	text-decoration: underline;
}
a:active {
	color: #E9D2AF;
	text-decoration: underline;
}
a:visited{
	color: #E9D2AF;
	text-decoration: underline;
}
a:hover {
	color: #FFB74F;
	text-decoration:underline;
}



a img {
	border:none;
}
h1, h2, h3, h4 {
	font-weight: bold;
	font-family: "Times New Roman", serif;
	padding-bottom: 1em;
}

h1{
	font-size: 16px;
	color: #FFFFFF;
}

h2{
	font-size: 15px;
	color: #FFB74F;
}

h2 a:link {
	color: #FFB74F;
}

h2 a:active {
	color: #FFB74F;
}

h2 a:visited {
	color: #FFB74F;
}

h2 a:hover {
	color: #FFB74F;
}


h3{
	font-size: 14px;
	color: #FFFFFF;
}

h4{
	font-size: 13px;
	color: #FFFFFF;
	padding-bottom: 0;
}

ul, li {
	margin: 0 12px;
}

.online_form td{
	padding-left: 10px;
	padding-right: 10px;
}


/* Tables */
/*
table {
	background: #fff;
	border:1px solid #ccc;
	border-right:0;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
}
th {
	background: #f2f2f2;
	border:1px solid #bbb;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	text-align: center;
}
th a {
	background:#f2f2f2;
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}
th a:hover {
	background: #ccc;
	color: #333;
	text-decoration: none;
}
table tr td {
	background: #fff;
	border-right: 1px solid #ccc;
	padding: 4px;
	text-align: center;
	vertical-align: top;
}
table tr.altrow td {
	background: #f4f4f4;
}
td.actions {
	text-align: center;
	white-space: nowrap;
}
td.actions a {
	margin: 0px 6px;
}


.cake-sql-log table {
	background: #f4f4f4;
}
.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
}
*/

/* Paging */
div.paging {
	background:#fff;
	color: #ccc;
	margin-bottom: 2em;
}
div.paging div.disabled {
	color: #ddd;
	display: inline;
}
div.paging span {
}
div.paging span.current {
	color: #000;
}
div.paging span a {
}

/* Scaffold View */
dl {
	line-height: 2em;
	margin: 0em 0em;
	width: 60%;
}
dl.altrow {
	background: #f4f4f4;
}
dt {
	font-weight: bold;
	padding-left: 4px;
	vertical-align: top;
}
dd {
	margin-left: 10em;
	margin-top: -2em;
	vertical-align: top;
}


/* Forms */

.call_out{
	background-color: #6E5A3B;
	border: 1px solid #4e401B;
	padding: 10px;

}

.price{
	font-weight: bold;

}

.title{
	color: #FFFFFF;


}
.form_container{
	border: 1px solid #4E402B;
	padding: 10px 10px;
	background-color: #6E5A3B;
}
.form_descrip{
	border: 1px solid #4E402B;
	padding: 5px 20px;
	background-color: #6E5A3B;
	margin-bottom: 0;
	font-weight: bold;
	font-size: 110%;
	color: #FFFFFF;
	width: 120px;
}

form {
	clear: both;
	padding: 0;
}

fieldset {
	border: 1px solid #4E402B;
	margin-top: 10px;
	padding: 10px 10px;
	background-color: #7D6643;
}
fieldset legend {
	background-color: #7D6643;
	color: #FFFFFF;
	font-size: 110%;
	padding: 8px;
	font-weight: bold;
	border-top: 1px solid #4E402B;
	border-right: 1px solid #4E402B;
	border-left: 1px solid #4E402B;
}
/*
fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 16px 10px;
}
fieldset fieldset legend {
	font-size: 120%;
	font-weight: normal;
}
fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}
*/

form div {
	clear: both;
	/*margin-bottom: 1em; */
	vertical-align: text-top;
}

form div.input {
	color: #FFFFFF;
}
form div.required {
	font-weight: bold;
}
form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
}

label {
	display: block;
	color: #FFFFFF;
	padding-right: 20px;
	padding-bottom: 4px;
	padding-top: 8px;
}

input, textarea {
	clear: both;
	font-family: inherit;
	padding: 2px;
	width: 100%;
}
select {
	clear: both;
	vertical-align: text-bottom;
}
select[multiple=multiple] {
	width: 100%;
}
option {
	padding: 0 3px;
}
input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}
input[type=radio] {
	float:left;
	width:auto;
	margin: 0 3px 7px 0;
}
div.radio label {
	margin: 0 0 6px 20px;
}

div.checkbox label{

	padding-top: 0px;
	padding-bottom: 0px;
}

input[type=submit] {
	display: inline;
	padding: 2px 8px;
	width: auto;
	vertical-align: bottom;
	background-color: #7D6643;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 100%;
	cursor: pointer;
	
}


/* Notices and Errors */
div.message {
	clear: both;
	color: #FFB74F;
	font-size: 140%;
	font-weight: bold;
	margin: 1em 0;
}

.note {
	color: #FFB74F;
	font-weight: bold;
}

div.error-message {
	clear: both;
	color: #FFB74F;
	font-weight: bold;
}
p.error {
	background-color: #e32;
	color: #fff;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	color: #000;
	font-weight: normal;
	line-height: 140%;
}
.notice {
	background: #ffcc00;
	color: #000;
	display: block;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
.success {
	background: green;
	color: #fff;
}

/*  Actions  */
div.actions ul {
	margin: 0px 0;
	padding: 0;
}
div.actions li {
	display: inline;
	list-style-type: none;
	line-height: 2em;
	margin: 0 2em 0 0;
	white-space: nowrap;
}
div.actions ul li a {
	background:#fff;
	color: #003d4c;
	text-decoration: none;
}
div.actions ul li a:hover {
	color: #333;
	text-decoration: underline;
}

/* Related */
div.related {
	clear: both;
	display: block;
}

/* Debugging */
pre {
	color: #000;
	background: #f0f0f0;
	padding: 1em;
}
pre.cake-debug {
	background: #ffcc00;
	font-size: 120%;
	line-height: 140%;
	margin-top: 1em;
	overflow: auto;
	position: relative;
}
div.cake-stack-trace {
	background: #fff;
	border: 4px dotted #ffcc00;
	color: #333;
	margin: 0px;
	padding: 6px;
	font-size: 120%;
	line-height: 140%;
	overflow: auto;
	position: relative;
}
div.cake-code-dump pre {
	position: relative;
	overflow: auto;
}
div.cake-stack-trace pre, div.cake-code-dump pre {
	color: #000;
	background-color: #F0F0F0;
	margin: 0px;
	padding: 1em;
	overflow: auto;
}
div.cake-code-dump pre, div.cake-code-dump pre code {
	clear: both;
	font-size: 12px;
	line-height: 15px;
	margin: 4px 2px;
	padding: 4px;
	overflow: auto;
}
div.cake-code-dump span.code-highlight {
	background-color: #ff0;
	padding: 4px;
}
div.code-coverage-results div.code-line {
	padding-left:5px;
	display:block;
	margin-left:10px;
}
div.code-coverage-results div.uncovered span.content {
	background:#ecc;
}
div.code-coverage-results div.covered span.content {
	background:#cec;
}
div.code-coverage-results div.ignored span.content {
	color:#aaa;
}
div.code-coverage-results span.line-num {
	color:#666;
	display:block;
	float:left;
	width:20px;
	text-align:right;
	margin-right:5px;
}
div.code-coverage-results span.line-num strong {
	color:#666;
}
div.code-coverage-results div.start {
	border:1px solid #aaa;
	border-width:1px 1px 0px 1px;
	margin-top:30px;
	padding-top:5px;
}
div.code-coverage-results div.end {
	border:1px solid #aaa;
	border-width:0px 1px 1px 1px;
	margin-bottom:30px;
	padding-bottom:5px;
}
div.code-coverage-results div.realstart {
	margin-top:0px;
}
div.code-coverage-results p.note {
	color:#bbb;
	padding:5px;
	margin:5px 0 10px;
	font-size:10px;
}
div.code-coverage-results span.result-bad {
	color: #a00;
}
div.code-coverage-results span.result-ok {
	color: #fa0;
}
div.code-coverage-results span.result-good {
	color: #0a0;
}