/* instruments.php */

a {
	color : #6D3F3F;
	text-decoration : none;
}

a:hover {
	color : #412626;
	text-decoration : underline;
}

#instrightc {
	float: right;
	padding: 0px;
	vertical-align: top;
	font-size: 12px;
	height: auto;
	text-align: left;
	width: 50%;
}

#institemsleftc {
	float: left;
	width: 40%;
}

.inst {
	background : #DECFCB url('/images/backgrounds/bg_inst.jpg') top left repeat-x;
	color : #232924;
}

.instLine {
	border-top : 1px solid #9E9294;
}

.instHeader a {
	color : #773838;
	text-decoration : none;
}

.instHeader a:hover {
	color : #5E2C2C;
	text-decoration: none;
}

.instSection a {
	color : #B7625B;
	text-decoration : none;
}

.instSection a:hover {
	color : #AA524A;
	text-decoration: none;
}

.instRight {
	background-image : url('/images/backgrounds/right_inst.jpg');
	background-position: top right;
	background-repeat: no-repeat;
	width : 200px;
}

.instSubItem {
	color : #B2574F;
}

.instNavigation {
	color : #B2C6D5;
	text-decoration : none;
}

.instNavigation:hover {
	color : #DDE8F0;
}

ul.navigation li a span.instItem {
	z-index: 999;
}

ul.navigation li a span.instItem:hover {
	padding : 7px;
	background-color : #A4918E;
	text-decoration : none;
}

.instSubItem a {
	color : #B35750;
	text-decoration : none;
}

.instSubItem a:hover {
	color : #A04D46;
	text-decoration : underline;
}

.instBack {
	color : #8C2A22;
	font-size: 12px;
	letter-spacing: 0px;
}

.instBack:hover {
	color : #B7382D;
}

.instMaker a {
	color : #8C2A22;
	font-size: 11px;
	letter-spacing: 0px;
}

.instMaker a:hover {
	color : #B7382D;
}

.instMaker {
	margin-top: 13px;
}