/* CSS Document */

/* style */

body {
	background-image: url(../../images/blue/bk-body.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #8389c3;
}

#page-container {
}

	#global-header {
		background-image: url(../../images/blue/bk-global-header.jpg);
		background-repeat: no-repeat;
	}
	
		#global-header #nav-bar {
			background-color: #000000;
		}
		
		#sidebar-left #side-menu {
			border-color: #272d67;
		}
					
				#sidebar-left #side-menu a:link,
				#sidebar-left #side-menu a:active,
				#sidebar-left #side-menu a:visited {
					border-bottom: 1px solid #272d67;
					background-color: #8389C3;
					color: #ffffff;
				}
				
					#sidebar-left #side-menu a:hover {
						background-color: #ffffff;
						color: #272D67;
					}
	
	#main-content {
		background-image: url(../../images/blue/bk-main-content.gif);
		background-repeat: no-repeat;
		background-color: #ffffff;
	}
	
		#main-content a:link,
		#main-content a:active,
		#main-content a:visited {
			color: #272D67;
			text-decoration: underline;
		}
		
			#main-content a:hover {
				color: #ff0000;
			}
	
#main-content .copy .reserve {
	background-image: url(../../images/bk-reserve.gif);
	background-repeat: no-repeat;
	background-color: #b9bddd;
}

	#main-content .copy .form-reserve {
		background-image: url(../../images/bk-form-reserve.gif);
		background-repeat: repeat-y;
	}

	#main-content .copy .form-reserve label,
	#main-content .copy .form-reserve input {		
	}
	
	#main-content .copy .form-reserve label {
		text-align: right;	
	}
	
	#main-content .copy .form-reserve input {
		border: 1px solid #272d67;
	}
	
		#main-content .copy .form-reserve input.submit {
		}
		
	#main-content .copy .reserve .bottom {
		background-image: url(../../images/bk-reserve-bottom.gif);
		background-repeat: no-repeat;
	}
	
#global-footer {
	text-align: center;
	color: #666666;
}
	
.bold {
	color: #ffffff;
}
	
/* css accessible content hider used for SEO */
	
.hide {display: none;}