@import url(./menu.css);
@import url(./layout.css);
@import url(./forms.css);
@import url(./typography.css);
@import url(./content.css);
@import url(./belfam.css);
@import url(./sr.css);

.rsRow0{
	background-color:#f5f5f5;
}
.rsRow1{
	background-color:#fff;
}
.rsRowOver{
	background-color:#efefef;
}

#myDiv{
	text-align:center;
}
.tbl_results {
	text-align:left;
}
#highlights-wrapper {
	width:840px;
	height:100%; 
	margin-top:10px;
	
}

#highlights-col1 {
	float:left;
	width: 230px;
	padding:9px 23px 0px;
	height: 100%;
	margin: 2px 0 4px 0;
}

#highlights-col2 {
	float:left;
	width: 230px;
	padding:9px 23px 0px;
	border-left:1px solid #d5d5d5;
	height: 100%;
	margin: 2px 0 4px 0;
}
#highlights-col3 {
	float:left;
	width: 230px;
	padding:9px 23px 0px;
	border-left:1px solid #d5d5d5;
	height: 100%;
	margin: 2px 0 4px 0;
}
.highlight-descrip {border:2px solid #D3EFCF;background:#F4FFF2; padding: 6px; font-style:italic; }
ul.items{
	list-style:none;
}
.items li {
	padding:0 0 13px 70px;
	margin-bottom:14px;
	background: left top no-repeat;
	border-bottom:1px solid #d5d5d5; min-height:53px;
	height:90px;
}
#itemslong {
	border-bottom:1px solid #d5d5d5; min-height:53px;
	height:215px;
}
.items li.last{
	border-bottom:0px;
}
.items li p {
	font-size:1.0em;
	line-height:1.5;
	padding-top:3px;
}
.items li h3 {
	font-size:1.25em;
	font-weight:bold;
	padding-bottom:2px;
}
.items li.item1 { background-image:url(../images/icons/imagegallery.png);}
.items li.item2 { background-image:url(../images/icons/video.png);}
.items li.item3 { background-image:url(../images/icons/pie.png);}
.items li.item4 { background-image:url(../images/icons/survey.png);}
.items li.item5 { background-image:url(../images/icons/speechbubbles.png);}
.items li.item6 { background-image:url(../images/icons/questions.png);}
.items li.item7 { background-image:url(../images/icons/histogram.png);}
.items li.item8 { background-image:url(../images/icons/info.png);}

/* top elements */
* { padding: 0; margin: 0; }

body {
	margin: 0;
	padding: 0;
	color: #000; 
	/* background: #BFBFBF url(../images/bg3.gif) repeat-x; */
	text-align: center;
}

#col-2 ul, #col-2 ol {
	margin: 10px 30px;
	padding: 0 15px;
	color: #000;
	list-style-image: url('../images/bullet.gif');
	list-style-type: circle;
}
ul span, ol span {
	color: #000; 
}

/* images */
.imageservices{
	margin:0px 3px 0px 3px;
	float: right;
}
img {
	/*border: 2px solid #CCC;*/
}
img.no-border {
	border: none;
}
img.float-right {
  margin: 5px 0px 5px 15px;  
}
img.float-left {
  margin: 5px 15px 5px 0px;
}
a img {  
  /* border: 2px solid #568EB6; */
}
a:hover img {  
  /*border: 2px solid #CCC !important;*/ /* IE fix*/
  /*border: 2px solid #568EB6;*/
}


img.picF{
	position: relative;
	top: -3px;
	background: url('../images/picFbg.gif') no-repeat;
	width: 135px;
	height: 180px;
	padding: 8px;
}



code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
  border-left: 4px solid #004101; 
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 15px;
 	padding: 0 0 0 20px;  	
  	background: #FAFAFA;
	border: 1px solid #f2f2f2; 
	border-left: 4px solid #004101;   
	color: #004101;
	font: bold 1.2em/1.5em Georgia, 'Bookman Old Style', Serif; 
}

/* alignment classes */
.float-left  { float: left; }
.float-right {	margin:3px; float: right; }
.floatright { margin:3px; float: right; }
.align-left  {	text-align: left; }
.align-right {	text-align: right; }

/* additional classes */
.clear { clear: both; }

/* start - table */
table {
	border-collapse: collapse;
	margin: 10px 15px;	
}
th strong {
	color: #fff;
}
th {
	background: #9EC068;
	height: 29px;
	padding-left: 11px;
	padding-right: 11px;
	color: #fff;
	text-align: left;
	border-left: 1px solid #B6D59A;
	border-bottom: solid 2px #FFF;
}
tr {
	height: 30px;
}
td {
	padding-left: 11px;
	padding-right: 11px;
	border-left: 1px solid #FFF;
	border-bottom: solid 1px #ffffff;
}
td.first,th.first {
	border-left: 0px;
}
tr.row-a {
	background: #ecf6fb;
}
tr.row-b {
	background: #f7fafb;
}
/* end - table */


img.picA
{
position: relative;
top: -2px;
background: url('../images/a47.gif') no-repeat;
width: 76px;
height: 74px;
padding: 8px;
}

