@charset "UTF-8";
/* CSS Document */

body
	{
	background-image:url(http://internet.is/hip/img/topBanner4.png);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;	
	}

	
/*Logo*/
#logo
	{margin-left: 40px;
	margin-top:45px;
	}	

#logo img
	{
	border-style:none;
	}	
	

/*left banner on index page*/		
#left_banner img
	{	
	position:absolute;
	left:20px;
	top: 300px;
	/*margin-left:10px;
	margin-top: 10px;*/
	padding: 5px;
	border:thin;
	border-style:solid;
	border-color:#CCCCCC;
	}
	
/*Header for main text wrapper*/
body #main_text h2
	{
	font-family:Georgia, "Times New Roman", Times, serif;
	text-decoration:underline;
	color:#7895A3;
	}	
	
	
/*Main text wrapper*/	
#main_text
	{width: 600px;
	height:inherit;
	position:absolute;
	top: 270px;
	left: 0px;
	line-height: 1.4em;
	text-align:justify;
	padding:10px;
	padding-left:20px;
	border-left:thin;
	border-left-color:#666666;
	border-left-style:ridge;
	margin-left:300px;
	}

/*general style specifications for anchors*/			
a
	{font-family:Georgia, "Times New Roman", Times, serif;
	font-variant:small-caps;
	}
	

/*specifications for global navigation go here*/
body #global_nav
	{background-image:url(http://internet.is/hip/img/gradient_fill.png);
	background-repeat:repeat-x;
	left:57%;
	}
	
#global_nav
	{
	width:500px;
	position:absolute;
	height: 100px;
	top: 160px;
	word-spacing:30px;
	padding-left:40px;
	padding-top:15px;
	}
	
#global_nav a
{
text-decoration:none;
color:#1c0801;


}

#global_nav a:hover
	{
	color:#FFFFFF;
	}

/*specifications for local navigation go here*/
	
.local_nav
	{
	position:absolute;
	top: 340px;
	left: 80px;
	}	
	
.local_nav a
	{
	display:block;
	text-decoration:none;
	text-align:right;
	width:100px;
	padding: 5px;
	padding-left:100px;
	color:#999999;
	}
		
		
.local_nav a:hover
	{
	color:#999999;
	background-image:url(http://internet.is/hip/img/gradient_fill.png);	
	}

#inline_links a, a:active
	{
	text-decoration:none;
	color:#666666;
	}

#inline_links a:hover
	{
	text-decoration:none;
	color:#999999;
	}
	
#inline_links_b a, a:active
{
text-decoration:underline;
color:#FF6600;
font-size:1.1em
}

#inline_links_b a:hover
{
color:#CC6600;
}
	

/*specifications for contact information at the bottom go here*/
 .contact_info
	{
	position:absolute;
	top: 120%;
	left: 20%;
	text-align:center;
	font-size:0.7em;
	font-variant:small-caps;
	padding-bottom:20px;	
	}
	
/*specifications for work.html and chamber.html only*/

#contact_info
	{
	position:absolute;
	top: 180%;
	left: 20%;
	text-align:center;
	font-size:0.7em;
	font-variant:small-caps;
	padding-bottom:20px;
	}	
	
/*specifications for choral.html only*/	
.contact_info_choral
	{
	position:absolute;
	top: 280%;
	left: 20%;
	text-align:center;
	font-size:0.7em;
	font-variant:small-caps;
	padding-bottom:20px;
	}


/*specifications for vocal.html only*/	
.contact_info_vocal
{position:absolute;
	top: 220%;
	left: 20%;
	text-align:center;
	font-size:0.7em;
	font-variant:small-caps;
	padding-bottom:20px;}
	
	
/*table style specifications*/

#main_text table
{
width: 700px;
}

#main_text th
{
font-variant:small-caps;
font-size: 0.8em;
}

/*ordered list style specifications*/

#main_text li b
{
font-variant:small-caps;
}
	

