/* Global Layout */

html,body,img,ul,dl,dd,dt,li,p,h1,h2,h3,#topnav,#wrapper,#header,#cosmetic_bg1,#cosmetic_bg2, top,#leftColumn {margin:0;padding:0;border:0;}

body {
	background-color: #B0A293;
}

#wrapper {
	width : 770px;
	margin : 10px auto 10px auto;
	padding : 0;
}


/* Top stuff */
#top {
	background: #AEC751 url(images/portalLogo.gif) top left no-repeat;
}

#breadcrumbs {
	color : white;
}

#breadcrumbs a:link {
	color : white;
}

#breadcrumbs a:hover {
	color : black;
}

#breadcrumbs a:visited {
	color : white;
}

/* Search box */

#searchbox {
	color : white;
}

#searchbox button, .button {
	background-color: #fff;
	border : 1px solid #fff;
	color : #000;
}

#searchbox button:hover, .button:hover {
	background-color: #C62A2E;
	color : #fff;
}

/* Navigation */

/*
#tab_container ul#tabs {
	background: transparent url(images/navtab.gif) top left no-repeat;
}
*/



#tab_container #tb1 a:visited {background: #C92A2F;}


#tab_container #tb1 a:hover {background-color : #C92A2F; text-decoration : none;}
#tab_container #tb2 a:hover {background-color : #C92A2F; text-decoration : none;}
#tab_container #tb3 a:hover {background-color : #C92A2F; text-decoration : none;}
#tab_container #tb4 a:hover {background-color : #C92A2F; text-decoration : none;}
#tab_container #tb5 a:hover {background-color : #C92A2F; text-decoration : none;}
#tab_container #tb6 a:hover {background-color : #C92A2F; text-decoration : none;}
#tab_container #tb7 a:hover {background-color : #C92A2F; text-decoration : none;}
#tab_container #tb8 a:hover {background-color : #C92A2F; text-decoration : none;}
#tab_container #tb9 a:hover {background-color : #C92A2F; background-image : url(images/back_tb8.gif); text-decoration : none;}



/* Main content */

#contentWrapper {
	background-color: #FFFFFF;
}

#mainContent {
	margin: 0;
	padding: 0;
	height : 260px;
	border-bottom : 1px solid #999999;
}

#mainContent-frontpage {
	border-bottom : 1px solid #999999;
}

#leftColumn {
	float:left;
	display:inline;
	width:170px;
	margin-left: 10px;
/* Hides from IE-mac \*/
	height: auto !important;
   	height: 1%;
/* End hide from IE-mac */
}

#mainContent img, #mainContent-frontpage img {
	margin : 0;
	padding :0;
}
/*News item */

.mainContent img{
	padding : 0;
	margin : 0;
	border : 0;
}

.bodyColour p a,
.bodyColour p a:hover {
	text-decoration : underline;
}

/* Latest news */
.latestNews {
	padding-top:10px;
	font-size : 85%;
}

.latestNews h3 {
	font-weight : bold;
	font-size : 95%;
}

.latestNews ul,
#mainContent-frontpage ul {
	margin:10px 10px 10px 15px;
}
	
.latestNews li {
	color : #990000;
	list-style-image: url(images/dot.gif);
}

#mainContent-frontpage li {
	list-style-image: url(images/dot.gif);
}

.latestNews a:link, 
.latestNews a:visited {
	color : #336600;
	text-decoration : underline;
}

.latestNews a:hover {
	text-decoration : underline;
	color : #000;
}

/*Extra bar*/
#extraBar {
	display : block;
	float : right;
	width: 180px;
	margin : 0 0 0 10px;
}

#extraBar h2 {
	font-size : 100%;
	color : #660000;
}

#extraBar li {
	list-style-position: outside;
	color : black;
}

#extraBar a:link,
#extraBar a:visited {
	color : #990000;
}

#extraBar a:hover{
	color : #000;
}

/* Footer */

#footer {
	border-top : 1px solid #D6D6D6;
	color : #330000;
}

#footer a:link,
#footer a:visited {
	color : #390;
}

#footer a:hover{
	color : black;
}

.red {
	color: #600;
}

.highlight {
	color : #390;
}

/* Front page new*/

h1 {
	color : #390;
}

#mainContent-frontpage h2 {
	color : #43322c;
}

