/*--------------------------------------------------------------

 <Department Name> Styles
 Administrative Template, University of the West Indies

 @created 	02.2009

---------------------------------------------------------------*/


/* =Layout
----------------------------------------------------------------*/ 
#sidebar {
	width: 170px;
	padding: 0 0 0 5px;
}

#main p {
	padding-right: 5px;
}
 
/* =Background Images/Colours
----------------------------------------------------------------*/

/* Background colour */
#fullcontainer {
	background: #F0EEE9;
}

#stripe { /* Ribbon in background */
	background: #112441;
}

/* Background image/colour for content area */
#content {
	/*background: url(../images/content-bg.jpg) no-repeat top left;*/
	background: none;
}

#content-inner {
	background: url(../images/vertical-bar-bg.png) repeat-y top left;
}

#sidebar {
	background: url(../../../2009/IRC/images/sidebar_bg.jpg) no-repeat top left;
}

#main {
	background: url(../../../2009/IRC/images/main_bg.jpg) no-repeat top left;
}

/* Primary Banner background */
#header {
	/*background: url(../images/primary_banner_bg.jpg) repeat-y top left;*/
}

/* Crest that matches Primary background */
#headercol1 {
	background: url(../images/crest.jpg) no-repeat transparent;
}

/* Image/Colour used for the breadcrumb area */
#breadcrumbs {
	/*background: url(../images/breadcrumb_bg2.jpg) no-repeat top left;*/
	background-color: #000000;
	color: #FFFFFF;
}

/* =Headings
----------------------------------------------------------------*/
h2, #section-header {
	font-weight: normal;
	text-transform: uppercase;
	color: #990000;
	margin-top: 0;
	padding-right: 5px;
}

h3, .section-subheader {
	padding-right: 5px;
	font-weight: normal;
	color: #000;
}



/* =Links
----------------------------------------------------------------*/
#main a,
#main a:active,
#main a:visited,
#main a:hover {
	color: #1B4FAC;
}
		
#breadcrumbs a {
	color: #FFF;
}		
	
#breadcrumbs a:hover {
	/*color: #87C484;*/
}	
		
.menu a, .menu a:visited{
	color: #000;
	padding: 5px 5px 5px 0px;
}

.menu a:hover{
	color: #900;
	padding: 5px 5px 5px 0px;
}

.menu a.active {
	color: #900;
}

#genlinks a {
	color: #900;
}

#genlinks a:hover{
	/*color: #aaa;*/
}

/* =Forms
----------------------------------------------------------------*/

#headersearchgotext button#search-button {
	background: transparent url(../images/search_button.jpg) no-repeat center top;
}

/* =Misc
----------------------------------------------------------------*/

