﻿/* HTML TAG DEFINITIONS */

html {
	height: 100%; 
	margin-bottom: 1px;}

body {
	font: normal 80% Verdana, Verdana, Geneva, sans-serif;
	background: #fff;
	color: #505050;
	text-align: center;
	margin: 10px 0 0 0;}

hr {
	background-color: #f38202;
	color: #f38202;
	height: 1px;
	width: 100%;}

img {
	border: none;}

ul {
	padding: 0;
	margin: 0 0 0 17px;
	list-style: square;}	

h1 {
	color: #8f9402;
	font: bold 22px Georgia, Georgia, serif;
	text-align: left;
	padding: 0 0 5px 0;
	margin: 0 0 10px 0;}

h2 {
	color: #e46511;
	font: normal 20px Georgia, Georgia, serif;
	text-align: left;
	padding: 0 0 5px 0;
	margin: 0 0 10px 0;}

h3 {
	color: #8f9402;
	font: normal 20px Georgia, Georgia, serif;
	text-align: left;
	padding: 0;
	margin: 100x 0 10px 0;}

h4 {
	color: #8f9402;
	font: bold 16px Arial, Helvetica, sans-serif;
	margin: 15px 0;}

h5 {
	color: #8f9402;
	font: bold 14px Arial, Helvetica, sans-serif;
	margin: 10px 0;
	padding: 10px 0;
	border-bottom: 1px solid #c0c0c0;}

h6 {
	color: #e46511;
	font: bold 14px Arial, Helvetica, sans-serif;
	margin: 10px 0;}

a {
	color: #f38202;
	text-decoration: none;
	font-weight: bold;}

a:hover {
	color: #aeb000;
	text-decoration: underline;
	font-weight: bold;}
	
p.center {
	text-align: center;}	

/* PAGE LAYOUT IDs */

#wrapper {
	text-align: left;
	width: 750px;
	border: 3px double #c2c2c2;
	margin: 0 auto;}

#wrapperchamberchoir {
	text-align: left;
	width: 750px;
	margin: 0 auto;}


#wrapperwide {
	text-align: left;
	width: 950px;
	border: 3px double #c2c2c2;
	margin: 0 auto;}
		
#global {
	background: #fff url('images/globalbg.jpg');
	text-align: right;
	font-size: 90%;
	padding: 20px 20px 0 0;
	height: 20px;}
	
#header {
	background: #fff url('images/header.png');
	text-align: right;
	color: #fff;
	padding: 0 20px 0 0;
	height: 100px;}
	
#header h1 {
	font-size: 28px;
	text-align: right;
	color: #fff;
	margin: 0;
	padding: 20px 0 5px 0;}

#header p {
	text-align: right;
	margin: 0; padding: 0;}
	
#navigation {
	background: #fff url('images/navbar.jpg'); 
	text-align: center;
	font-size: 90%;
	padding: 8px 0 0 0;
	height: 32px;}
	
#sidebar {
	width: 230px;
	float: left;
	text-align: left;
	font-size: 85%;
	padding: 10px;}
	
#content {
	width: 480px;
	float: right;
	text-align: left;
	line-height: 1.6em;
	padding: 10px;}

#footer {
	clear: both;
	color: #606060;
	height: 40px;
	text-align: left;
	line-height: 2em;
	font-size: 85%;
	padding: 10px 0 0 15px;
	height: 50px;
	border-top: 3px solid #e46511;}
	
#footer a {
	font-weight: normal;}
	
#footer a:hover {
	font-weight: normal;}
	
#footer p {
	padding: 0;
	margin: 0;}

/* FORMATTING CLASSES */

.box {
	background: #f7f7f7;
	border: 1px dashed #c0c0c0;
	padding: 10px;}
	
.box h2 {
	color: #e46511;
	font: normal 20px Georgia, Georgia, serif;
	text-align: left;
	padding: 0 0 5px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #c0c0c0;}

.hottopic {
	color: #8e4c3b;
	font-weight: bold;}

.contact {
	padding: 5px;
	text-align: left;
	margin: 20px 0;}

.contact label {
	width: 150px; 
	float: left; 
	text-align: right; 
	margin: 3px 5px 5px 5px; 
	clear: both;}

.contactbox {
	margin: 3px 5px 5px 5px; 
	background-color: #fff; 
	color: #000; 
	border: 1px solid #c0c0c0;}

.contactbutton {
	text-align: center; 
	margin: 5px 0 0 170px; 
	border: none;}

.catalogleft {
	width: 220px;
	padding: 0 20px 10px 0;
	float: left;
	line-height: 1.2em;
	text-align: left;}
	
.catalogright {
	width: 220px;
	padding: 0 0 10px 20px;
	float: right;
	line-height: 1.2em;
	text-align: left;}
	
.imagemiddle {
	margin: 0; 
	border: 3px double #c2c2c2;}
	
.imageleft-noborder {
	margin: 0 10px 0 0; 
	float: left;}

.imageright-noborder {
	margin: 0 0 0 10px; 
	float: right;}
	
.imageleft-border {
	margin: 0 10px 0 0; 
	float: left;
	border: 3px double #c2c2c2;}

.imageright-border {
	margin: 0 0 0 10px; 
	float: right;
	border: 3px double #c2c2c2;}

	/* =Hoverbox Code
----------------------------------------------------------------------*/

.hoverbox
{
	cursor: default;
	list-style: none;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}

.hoverbox img
{
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 100px;
	height: 75px;
}

.hoverbox li
{
	background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	padding: 5px;
	position: relative;
}

.hoverbox .preview
{
	border-color: #000;
	width: 200px;
	height: 150px;
}

/* =Internet Explorer Fixes
----------------------------------------------------------------------*/

.hoverbox a
{
	position: relative;
}

.hoverbox a:hover
{
	display: block;
	font-size: 100%;
	z-index: 1;
}

.hoverbox a:hover .preview
{
	top: -38px;
	left: -50px;
}

.hoverbox li
{
	position: static;
}