/* CSS Document */
/*Style 1*/
.headline1{

	background:url(img/headline1_bg.gif) repeat-x top left;
	padding-bottom:2px;
}

.headline1 h1{
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#14287E;
	font-size:19px;
	border-right:1px solid #D7D7D7;
	border-left:1px solid #D7D7D7;
	background:url(img/headline1_h1_bg.gif) no-repeat 2px center;
	padding-bottom:8px;
	padding-top:13px;
	padding-left:21px;
	letter-spacing: -0.7px;
}


.content1{
	margin:0px;
	padding:2px 0px 10px 0px;
	color: #5B5B5B;
}

.content1 p{
	margin:4px 10px 4px 10px;
}
.content1 h1{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size: 20px; 
}

.content1 h2{
	font-size: 14px;
	font-weight: bold;
}

.content1 h3{
	font-size:13px;
	font-weight:bold;
}

/*Style 2*/

.headline2{

	background:url(img/headline1_bg.gif) repeat-x top left;
	padding-bottom:2px;
}

.headline2 h1{
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#487D13;
	font-size:19px;
	border-right:1px solid #D7D7D7;
	border-left:1px solid #D7D7D7;
	background:url(img/headline2_h1_bg.gif) no-repeat 2px center;
	padding-bottom:8px;
	padding-top:13px;
	padding-left:21px;
	letter-spacing: -0.7px;
}


.content2{
	margin:0px;
	padding:2px 0px 10px 0px;
	color: #5B5B5B;
}

.content2 p{
	margin:4px 10px 4px 10px;
}
.content2 h1{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size: 20px; 
}

.content2 h2{
	font-size: 14px;
	font-weight: bold;
}

.content2 h3{
	font-size:13px;
	font-weight:bold;
}
/*Style 3*/
.headline3{

	background:url(img/headline1_bg.gif) repeat-x top left;
	padding-bottom:2px;
}

.headline3 h1{
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#A2A2A2;
	font-size:19px;
	border-right:1px solid #D7D7D7;
	border-left:1px solid #D7D7D7;
	background:url(img/headline3_h1_bg.gif) no-repeat 2px center;
	padding-bottom:8px;
	padding-top:13px;
	padding-left:21px;
	letter-spacing: -0.7px;
}


.content3{
	margin:0px;
	padding:2px 0px 10px 0px;
	color: #5B5B5B;
}

.content3 p{
	margin:4px 10px 4px 10px;
}
.content3 h1{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size: 20px; 
}

.content3 h2{
	font-size: 14px;
	font-weight: bold;
}

.content3 h3{
	font-size:13px;
	font-weight:bold;
}


.headline5{

	background:url(img/headline5_bg.gif) repeat-x top left;
	padding-bottom:2px;
}

.headline5 h1, .headline5 h2 {
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#14287E;
	font-size:12px;
	border-right:1px solid #D7D7D7;
	border-left:1px solid #D7D7D7;
	background:url(img/headline5_h1_bg.gif) no-repeat 2px center;
	padding-bottom:6px;
	padding-top:7px;
	padding-left:21px;
	letter-spacing: 0px;
}
.headline5 h2{
	letter-spacing:0px;
}
.headline5 h1 a{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#14287E;
	font-size:12px;
	text-decoration:none;
}

.headline5 h1 a:hover{
	text-decoration:underline;
}

.clearfix:after{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */