﻿
/*Group-Box*/

#group-box{
	float:left;
	width:275px;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	margin-right:3px;
	margin-left:5px;
	margin-bottom:0px;
	margin-top:5px;
}
#group-box .group-box-top{
	height:6px;
	background-image:url(../images/group_border.gif);
	background-repeat:repeat-x;
}
#group-box .group-left-top-corner{
	height:6px;
	width:6px;
	background-image:url(../images/group_left_top_corner.gif);
	float:left;
}
#group-box .group-right-top-corner{
	height:6px;
	width:6px;
	background-image:url(../images/group_right_top_corner.gif);
	float:right;
}
#group-box .group-box-bottom{
	height:6px;
	background-image:url(../images/group_border.gif);
	background-repeat:repeat-x;
	background-position:left bottom;
}
#group-box .group-left-bottom-corner{
	height:6px;
	width:6px;
	background-image:url(../images/group_left_bottom_corner.gif);
	float:left;
}
#group-box .group-right-bottom-corner{
	height:6px;
	width:6px;
	background-image:url(../images/group_right_bottom_corner.gif);
	float:right;
}
#group-box #group-box-body{
	border-left:solid 1px #a1a1a1;
	border-right:solid 1px #a1a1a1;
	height:210px;	
}
#group-box #group-box-body .group-box-content{	
	height:180px;
	overflow:hidden;
	margin: 10px 2px 6px 2px;
}

h3.group_title { /* color set later in css color file */
	margin: 0em 0em 6px;
	padding: 0em;
	font-size: 120%;
	font-weight: bolder;
	text-transform: none;
}

/*colors.css*
/*colors.css*/
h3.group_title, h3.group_title a, h3.group_title a:link, h3.group_title a:visited, h3.group_title a:active 
{
	color: #06a3de; 
}

h2.group_title { /* color set later in css color file */
	margin: 0em 0em 5px;
	padding: 0em;
	font-size: 200%;
	text-align: center;
	text-transform: none;
}

/*colors.css*
/*colors.css*/
h2.group_title, h2.group_title a, h2.group_title a:link, h2.group_title a:visited, h3.group_title a:active {
	color: #333333; /* color of featured article title */
}

/*colors.css*
/*colors.css*/
h2.group_title a:hover, h2.group_title a:focus {
	color: #06a3de;
}

div.group_page_content_panel{	
	margin-bottom: 1em;		
}

div.group_content_title_wrapper {
	height: 24px;		
	background-position: top left; /* background image defined in later css color file */
	background-repeat: repeat-x;
}

/*colors.css*
/*colors.css*/
div.group_content_title_wrapper{
    background-color: #ffffff;
	background-image: url(../images/layout/group_section_title_bg.jpg); /* section title bar image - tiled horizontally */
}

div.group_content_title_left{
	float: left;				  
	width: 6px;
	height: 24px;
	background-position: top left; /* background image defined in later css color file */
	background-repeat: no-repeat;
}

div.group_content_title_right{
	float: right;				  
	width: 6px;
	height: 24px;
	background-position: top right; /* background image defined in later css color file */
	background-repeat: no-repeat;
}

/*colors.css*
/*colors.css*/
div.group_content_title_left{
	background-image: url(../images/layout/group_section_title_left.jpg); /* section title bar left corner */
}

/*colors.css*
/*colors.css*/
div.group_content_title_right{
	background-image: url(../images/layout/group_section_title_right.jpg); /* section title bar right corner */
}

div.group_content_title_wrapper h1.group_page_description{	
	margin: 0em 6px 0em;
	padding-top: 5px;
	font-size: 110%;
	font-weight: bolder;
	text-transform: none;	  
}

/*colors.css*
/*colors.css*/
div.group_content_title_wrapper h1.group_page_description{
	color: #CA2020; /* default color section header text */
}

div#group_content_body {	
	border-width: 0px 1px 0px 1px; /* color set later in css color file */
	border-style: solid;
	padding: 1em 0.5em 0em 0.5em;
}

/*colors.css*
/*colors.css*/
div#group_content_body {
	border-color: #c7c7c7; /* border color for section content box - should match title-bar image border color */
	background-color: #fafbfc;
}

div.group_content_footer_wrapper {
	height: 5px;
	background-position: top left; /* background image defined in later css color file */
	background-repeat: repeat-x;
	margin-bottom:2px;
}

/*colors.css*
/*colors.css*/
div.group_content_footer_wrapper {
	background-image: url(../images/layout/group_section_footer_bg.jpg); /* section footer bottom image - tiled horizontally */
}

div#group_content_footer_left {
	float: left;				  
	width: 6px;
	height: 5px;
	background-position: top left; /* background image defined in later css color file */
	background-repeat: no-repeat;
}

div#group_content_footer_right {
	float: right;				  
	width: 6px;
	height: 5px;
	background-position: top right; /* background image defined in later css color file */
	background-repeat: no-repeat;
}

/*colors.css*
/*colors.css*/
div#group_content_footer_left {
	background-image: url(../images/layout/group_section_footer_left.gif); /* section box footer left corner */
}

/*colors.css*
/*colors.css*/
div#group_content_footer_right {
	background-image: url(../images/layout/group_section_footer_right.jpg); /* section box footer right corner */
}

div.group_press_release {
   margin-bottom: 12px; 
}

p.group_pagination {
	text-align: center;
	margin-bottom: 0px;
}
