

.minicalloutheader h4 {
    font-weight: normal;
    font-size: 20px;
    color: #d4281b;
}

.minicalloutheader a {
    font-weight: normal;
    font-size: 20px;
    color: #d4281b;
    
    }
    
    .minicalloutheader2 h4 {
    font-weight: normal;
    font-size: 20px;
    color: #d4281b;
    
}

.minicalloutheader2 a {
    font-weight: normal;
    font-size: 20px;
     color: #d4281b;
    
    }
    
    .minicalloutheader3 h4 {
    font-weight: normal;
    font-size: 20px;
    color: #d4281b;
}

.minicalloutheader3 a {
    font-weight: normal;
    font-size: 20px;
        color: #d4281b;
    
    }

.minicalloutheader {
    width: 300px;
    margin: 0px;
    padding: 0px;
    float: left;
    position: relative;
    text-align: center;
}


.minicalloutheader2 {
    width: 300px;
    margin: 0px;
    padding: 0px;
    float: left;
    position: relative;
    text-align: center;
    margin-left: 20px;
}

.minicalloutheader3 {
    width: 300px;
    margin: 0px;
    padding: 0px;
    float: right;
    position: relative;
    text-align: center; 
}

.minicallout {
	float: left;
	width: 300px;
	height: 204px;
    margin-bottom: 18px;
	padding: 0px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	background: #666666;
	background: -moz-linear-gradient(90deg,#333333,#666666);
	background: -webkit-gradient(linear, left bottom, left top, from(#333333), to(#666666));
	position: relative;
}
.minicallout img{
	height: 184px;
	width: 280px;
	position: absolute;
	top: 10px;
	left: 10px;
}

.blogtext {
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding: 10px 0px;
}

#lastminicallout {
	margin_right: 0px;
}

.maincalloutbtn {
width: 363px;
height: 50px;
position: absolute;
left: 0px;
bottom: 0px;
z-index: 999;
}

.maincalloutbtn a {
display: block;
width: 363px;
height: 50px;
background: url(images/maincalloutbtn.png) top center no-repeat;
}

.maincalloutbtn a:hover {
display: block;
width: 363px;
height: 50px;
background: url(images/maincalloutbtn.png) bottom center no-repeat;
}

.pagecalloutcontainer {
	margin: 10px 0px;
	padding: 10px 0px;
}

#SlideShowContainer {
	height: 370px;
	width: 940px;
	position: relative;
	margin: 0px auto;
	margin-bottom: 25px;
}
	
#SlideShowText {
	float: left;
	width: 340px;
	height: 384px;
	padding: 0px 10px 0px 0px;
	margin-top: -9px;
	position: relative;
}

#SlideShowText h2 {
	font-family: futuraheavy;
	color: #111;
	text-transform: uppercase;
	font-size: 32px;
}

#SlideShowText h4 {
	font-family: futuraheavy;
	color: #999;
	text-transform: uppercase;
	font-size: 32px;
	line-height: 34px;
}

#SlideShow {
	height: 370px;
	width: 552px;
	position: relative;
	float: right;
	border: 3px solid #ffffff;
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, .30);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .30);
	box-shadow: 0 0 10px rgba(0, 0, 0, .30);

}

#SlideShow img {
	border: 0;
	position: absolute;
	width: 552px;
	height: 370px;
	right: 0;
}
.SlideOverlay {
	width: 552px;
	height: 45px;
	bottom: 0px;
	left: 0px;
	background: url(images/SlideBg.png);
	position: absolute;
	text-align: center;
}
.SlideOverlay p {
	font-size: 17px;
	line-height: 20px;
	font-family: futura;
	margin: 0 10px;
	padding: 11px 0px;
	color: #ed9c01;
	position: relative;
	text-align: center;
	width: 552px;
	
}

