/* generic style declarations */
h1,h2,.purple
{
color: #2C5E5E;
background-color: transparent;
}

hr.divider
{
color:#428b8c; 
background-color:#428b8c;

}

/* header with logo, grey navigation and searchbox */
div#head
{
border-top:none;
background:#BDBDBD url(images/bg_head_focus.gif) repeat-x;

}

/* title bar */
div#main-body div.title-bar
{
background-color:#428b8c;
padding: 2px 2px;
border:2px solid #FFF;

}

div#focustopic
{
	border: 1px solid #428b8c;
}

/* top of content area */
div#main-body div.content-area-container
{
border-color: #428b8c; 

}

div#main-body div.content-area
{
background:#FFF url(images/bg_gradient_focus.gif) repeat-x top left;
}

/* 3 columns at the top */
div#main-body div.column
{
float:left;
border-right:2px solid #428b8c;
margin-right:10px;
margin-bottom:10px;
padding-right:10px;

}

div#main-body div.column-content
{
width:320px
}

div#main-body div.right
{
width:220px;
border:none;
margin-right:0;
padding-right:0;

}

/* bottom content area */
div#main-body div.content-bottom
{
border-top:3px solid #428b8c;
width:100%;
padding-top:20px;

}

div.bottom-left p
{
	font-size: 90%;
}


/* focus floating panel */
div#floating-panel
{
float:right;
background-color:#428b8c;
width:180px;
padding:1px;
margin:10px 0 0 30px;

}

div#floating-panel div.title
{
background-color:#428b8c;
border:2px solid #FFF;
font-weight:bold;
font-size:100%;
color:#FFF;
padding:10px;

}

div#floating-panel div.content
{
background-color:#a6e0d6;
border:2px solid #FFF;
font-size:80%;
padding:0 10px;
margin-top:1px;

}

div#floating-panel p
{
	font-size: 95%;
}



