﻿@charset "UTF-8";
/* Gravity Container Set styles */
/* NoTitle */
.DNNContainer_noTitle {
}

/* Title_h2 */
.DNNContainer_Title_h2 h2 .TitleH2 {
	display: block;
	margin-bottom: 25px;
}



/* Title_h3 */
.TitleH3 {
    background-color: #131F43;
}

.DNNContainer_Title_h3 h3  {
	display: block;
	padding:10px;
    /*padding-top:5px;*/
	margin-bottom: 0px;
	border: solid 1px #B8BBC6;
    color: #fff;
    background-color: #131F43;
}

#t3-bg {
    background: url(images/t3-bg.jpg) center 0px no-repeat;
}

/* Title_h4 */
.DNNContainer_Title_h4 h4 .TitleH4 {
	display: block;
	margin-bottom: 25px;
} 
