/* ---------------------------------------------------- 
  
   layout and visual
   ---------------------------------------------------- */

#company {
	background: #FFFFFF url("../graphics/home.jpg") no-repeat; 
}


div#infocolumn {
	width:368px;
	margin-right:10px;
	border-bottom:5px solid rgb(73.3%,23.9%,53.1%);
}

div#newsflash {
	width:345px;
}
div#imgbg {
	width:345px;
	height:460px;
}

div#homeright {
	float:right;
	width:345px;
}
   
/* ---------------------------------------------------- 
  
   colour
   
   ---------------------------------------------------- */

h1, h2, h3, h4, h5, #info a:link, #info a:visited {
	color: rgb(73.3%,23.9%,53.1%);
}

#info a:hover, #info a:active {
	 color:#5F0C3E; 
}

#info a:link,#info a:visited, #info a:hover, #info a:active {
	text-decoration:underline;
}

#info p.first {
	color: rgb(73.3%,23.9%,53.1%);
}

#info {
	border-left: 1px dotted rgb(73.3%,23.9%,53.1%);
}

#info a:link,#info a:visited, #info a:hover, #info a:active {
	text-decoration:underline;
}


/* text size stuff */

p.first {
	font-size:90%;
}


/* ---------------------------------------------------- 
  
   sidebar
   
   ---------------------------------------------------- */


#contentsub div {
	margin-right:10px;
}

div#buttons {
	margin-top:160px;
}

#lorraine p {
	text-align:right;
	color:  #4C4C4C; 
/*	color:  rgba(0,0,0,0.7);  70% black */
	margin-bottom:2px;
	font-size:75%;

}

#lorraine p.caption {
	font-style:italic;
	font-size:70%;
	line-height:120%;	
}

#lorraine a:link, #lorraine a:visited   {
	color:#525252;
/*	color: rgba(0,0,0,0.68);  68% black */
}

#lorraine a:hover, lorraine a:active {
	color:#1F1515;
}

#lorraine a {
	text-decoration:underline;
}




ul#buttonlinks li {
	padding:15px;
	text-align:center;
	margin-bottom:8px;
	font-size:90%;
	color:#FFF;
}

li#chbutton {
	background-color: #C5B4A8;
/*	background-color: rgba(72.3%,63.8%,58.3%,0.82);  css3 */
}

li#brbutton {
	background-color: #C7609D;
/*	background-color: rgba(73.3%,23.9%,53.1%,0.82);  css3 */
}

li#libutton {
	background-color: #9999B3;
/*	background-color: rgba(51.5%,51.1%,63.4%,0.82);  css3 */
}


