@charset "utf-8";
/* CSS Document */

.container_12 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#333;
}

a, a:hover, a:visited, a:link, a:active {
	color:#005689;
	text-decoration:none;
}

/*
headers
*/

/*large size with no background times font*/
.grid_4 h1, .grid_6 h1{
	font-size:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	margin:2px 0px 0px 0px;
	padding-bottom:7px;
	line-height:18px;
}

/*large heading with grey background*/
.colour h1{
	font-size:16px;
	line-height:18px;
	font-weight:bold;
	padding:6px 4px 5px 0px;
	text-align:left;
	background-color:#999;
	color:#FFF;
	margin:2px 0px 0px 0px;
}	
.smaller_colour h3{
	font-size:12px;
	line-height:18px;
	font-weight:bold;
	padding:6px 4px 2px 0px;
	text-align:left;
	color:#333;
	margin:2px 0px 0px 0px;
}	
/*large heading with no background arial font*/
.grid_2 h1, grid_4 h1 {
	
	font-size:16px;;
	line-height:18px;
	font-weight:bold;
	padding:6px 4px 5px 0px;
	text-align:left;
	margin:4px 0px 0px 0px;
}
/*original matica heading*/
.grid_2 h2, .grid_4 h2, .grid_8 h2 {
	background: #F3F3F3;
	color: #727272;
	font-size: 15px;
	margin: 0px;
	padding: 1px 0px 2px 2px;
	text-align: left;
	font-family:Georgia, "Times New Roman", Times, serif;
}
/*middle size heading with no background times font*/
.bold h2 {
	font-size:16px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	color:#005689;
	margin:2px 0px 0px 0px;
	line-height:18px;
}


/*normal size with no background times font*/
.grid_2 h3 {
	float:left;
	font-size:12px;
	line-height:16px;
	font-weight:bold;
	padding-top:3px;
	text-align:left;
	margin-bottom:5px;
	color:#333;
	
}

/*normal size with no background arial font*/
.grid_2 h4, .grid_4 h4{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#005689;
	margin-top:2px;
	margin-bottom:4px;
	padding-bottom:0px;	
	text-decoration:none;
	padding-top:0px;
}
.matica h2{
background: #F3F3F3;
color: #727272;
font-size: 15px;
margin: 0px;
padding: 1px 0px 2px 2px;
text-align: left;
font-family:Georgia, "Times New Roman", Times, serif;

}
/*
ends of headers
*/



	

/*
teasers
*/

.teaser{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#005689;
	margin-top:0px;
	margin-bottom:4px;
	padding-bottom:4px;	
	text-decoration:none;
	line-height:15px;
		
}

.teaser_2{
	font-size:16px;
	font-weight:normal;
	margin-top:0px;
	margin-bottom:4px;
	padding-bottom:4px;	
	text-decoration:none;
	line-height:18px;
		
}
.col_content{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#005689;
	margin-top:0px;
	margin-bottom:4px;
	padding-bottom:4px;	
	text-decoration:none;
	background-color:#999;
}


.content{
	float:right;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:15px;
	margin-bottom:0px;
	margin-top:2px;
	padding-bottom:0px;
	}
.content_2{
	float:none;	
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:15px;
	margin-bottom:0px;
	margin-top:2px;
	padding-bottom:0px;
	font-weight:normal;
}

.articleContent{
	float:none;	
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:18px;
	margin-bottom:0px;
	margin-top:2px;
	padding-left:3px;
	padding-right:3px;
	padding-bottom:0px;
	font-weight:normal;
}
.caption{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
	line-height:14px;
	text-align:center
		
}
.articleBorder {
	border: 1px solid #e3e2e0;
	width:100%;
	margin:0 0 3px 0;
	float:left;
	clear:both;
	color:#333333;
}
.articleBorderLarge {
	border: 1px solid #e3e2e0;
	width:100%;
	margin:0 0 3px 0;
	float:left;
	clear:both;
	color:#333333;
}
.smallBorder {
	border: 1px solid #e3e2e0;
	width:100%;
	margin:0 0 0px 0;
	padding:0px;
	float:left;
	clear:both;
	color:#333333;
}
.articleRow p {
	text-align:left;
	margin:4px 2px 10px 2px;
	line-height:18px;
}
	
	


/*
various lists
*/
.grid_2_list_solid ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	text-align:left;
	padding:0 0px;
	margin:0px 0px 0px px;
	float:left;
	clear:left;
	position:relative;
}

.grid_2_list_solid li {
	border-top:1px solid #CCCCCC ;
	padding:0px 4px !important;
}


.grid_2_list_solid a {
	font-weight:bold;
	font-size:12px;
	line-height:19px;
	font-family:Arial, Helvetica, sans-serif;
}
.bullet1 ul{
	padding:0px;
	margin:0px;
	list-style-image:none;
	list-style-position:inside;
	list-style-type:none;
}

/*
end of various lists
*/

/*
various strips
*/

.dotted_strip {
	background-image:url(../images/grey-dots-horizontal.gif);
	background-repeat:repeat-x;
	background-position:50% 100%;
	height:1px;
	line-height:1px;
	margin-bottom:6px;
}
.strip_thick{
	height:10px;
	background-color:#7BBB00;
	margin-bottom:8px;
}
.strip_thin{
	height:6px;
	background-color:#7BBB00;
	margin-bottom:8px;
}
.hairline_strip {
	height:1px;
	background-color:#999;
	padding:0px;
	margin:0px 0px 5px 0px;
}

.elegant_strip {
	height:3px;
	background-color:#7BBB00;;
	margin:7px 0px 5px 0px;
}
.middle_line {
	background-image:url(../images/grey-line-down.gif);
	background-repeat:repeat-x;
	background-position:center;
	background-attachment:fixed;
	background-color:#999;
}
.spacer_strip{
	height:6px;
}
/*
end of various strips
*/

/*
icons
*/

a.comment_icon {
	background-image:url(../images/comments.gif);
	background-repeat:no-repeat;
	background-position:0% 50%;
	padding:8px 8px 8px 16px;
}
a.facebook_icon {
	background-image:url(../images/facebook.gif);
	background-repeat:no-repeat;
	background-position:0% 50%;
	padding:8px 8px 8px 16px;
}
a.stars_icon {
	background-image:url(../images/stars.png);
	background-repeat:no-repeat;
	background-position:0% 50%;
	padding:0px 0px 2px 16px;
}

.bullet1 li {
	background-image:url(../images/icon-bullet.gif);
	background-position:top left;
	background-repeat:no-repeat;
	padding:0px 0px 0px 15px;
	margin:0px;
}
.finger {
	width:310px;
	border-bottom:dotted;
	border-bottom-color:#999;
	border-bottom:2px;
	margin-right:4px;
	text-align:left;
	float:left;
}


	
/*
end of icons
*/	

/*
image placements
*/
.rightFloater
{
	clear:right;
	float:right;
	margin:5px 0px 5px 5px;
}


.leftFloater
{
	clear:left;
	float:left;
	padding:0px;
	margin:5px 5px 5px 0px;
}	

.rightWidget
{
	clear:right;
	float:right;
	background:#f3f3f3;
	border: 1px solid #e3e2e0;
	padding:3px 3px 3px 3px;
	margin:3px;
}
.leftWidget
{
	clear:left;
	float:left;
	background:#f3f3f3;
	border: 1px solid #e3e2e0;
	padding:3px 3px 3px 3px;
	margin:5px;
}

.middleRow {
	border: 1px solid #e3e2e0;
	width:100%;
	margin:0 0 3px 0;
	width:620px;
	float:left;
	clear:both;
	color:#333333;
}

.middleCell1 {
	width:120px;
	float:left;
	padding:3px 0px 2px 4px;
}

.right_box{
background-color: white;
border: 1px solid #E3E2E0;
clear: left;
float: left;
font-family: Verdana, Arial, Helvetica, sans-serif;
margin: 0px 0px 3px 2px;
padding: 0px;
position: relative;
text-align: left;
width: 300px;
}

.previewItem {
	padding:5px 0px 0px 0px;
	margin:0px;
	width:244px;
	float:left;
	text-align:center;
}
.firstletter:first-letter {
	font-size:400%; 
	float:left;
	line-height:.8em;
	color:#666666;
}

.thinBoxR {
	margin:0 0 0px 0px;
	padding:0;
	border: 1px solid #e3e2e0;
	position:relative;
	text-align:left;
	float:right;
	background-color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}


	
