/************ GLOBALS ************/

body {
background: #fff url(/images/institute/bg_fade.jpg) repeat-x;
}

a {
color: #a13806;
}

a:hover {
color: #000;
}	

/************* CANVAS ***************/

#canvas {
background: url(/images/institute/bg_main.jpg) no-repeat top center;
}

/************ TOOLBAR ************/

#toolbar li {
background: url(/images/institute/prim_btn_left.jpg) no-repeat bottom left;
}

#toolbar li a {
background: url(/images/institute/prim_btn_right.jpg) no-repeat bottom right;
color: #82a584;    	
}

#toolbar li a:hover {
color: #0d3f6f;
}

#toolbar li a.active {
background: url(/images/institute/prim_btn_left_active.jpg) no-repeat bottom left;
color: #fff;
}

#toolbar li a.active span {
background: url(/images/institute/prim_btn_right_active.jpg) no-repeat bottom right;
}

/************ BOXES ************/

#boxes .boxFrame {
background: url(/images/institute/box.png) no-repeat center;
}

#boxes h3 {
color: #813227;
}    

#boxes p {
color: #585858;
}

#boxes .boxButton a {
background: url(/images/institute/box_button.jpg) no-repeat top;
}

#boxes .boxButton a:hover {
background: url(/images/institute/box_button.jpg) no-repeat bottom;
}

/************ FRAMES ************/

#frameCol h2 {     
background: url(/images/institute/tab_header.jpg) no-repeat;
color: #fff;
font-size: 19px;
}     

#frameCol ul {
background: #efefef;
}

#frameCol li {
border-bottom-color: #ccc;
}

#frameCol li a {
color: #999;
}

#frameCol li a:hover {
color: #000;
border-left-color: #a13e12;
background: #ccc;
}

/************ FOOTER ************/       

#footer {
color: #c2a29d;
}

#footer ul {
color: #81413a;
}

#footer a {
color: #81413a;
}

#footer a:hover {
color: #000;
}


/************ other *************/

.caption {
	font-size: 11px;
	font-weight: bold;
	line-height: 16px;
	background: #EFEFEF;
	padding: 15px;
	margin-bottom: 25px;
	letter-spacing: normal;
}

.caption a {
	font-size: 14px;
	display: block;
	text-align: right;
}