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

.slideshowWrapper {
	background-color: #F4EFDE;
	width: 100%;
	margin-bottom: 12px;
}

.slideshow {
	width: 958px;
	margin: 0 auto;
	background-color: #dbd5c0;
	border: 1px solid #dbd5c0;
	height: 296px;
}

.row1 {
	width: 960px;
	margin: 0 auto 13px auto;
	height:227px;
	position: relative;
}

.boxBlueHome {
	width: 199px;
	height:189px;
	padding: 16px 22px 22px 22px;
	font-size: 16px;
	line-height: 28px;
	color: #213e50;
	background: url(images/bgBoxBlueHome.jpg) no-repeat 0 0;
}

.row1 .box {
	width: 198px;
	height: 210px;
	border: 1px solid #d1cfcf;
	font-size: 15px;
	line-height: 20px;
	padding: 15px 16px 0 11px;
	position: absolute;
	top: 0;
	left: 254px;
}

.row1 .box2 {
	left: 495px;
}

.row1 .box3 {
	width: 197px;
	left: 735px;
}


.row1 .box a {
	position: absolute;
	bottom: 12px;
}

.row1 h1 {
	height: 60px;
}
.row1 .box2 h1 {
	color: #213e50;
}

.row1 .box3 h1 {
	color: #9b090f;
}

.homeWrapper {
margin-bottom: 45px;
}

.row2 {
	width: 960px;
	margin: 0 auto;
	height: 176px;
	line-height: 17px;
	position: relative;
}

.boxWrapper {
	width: 702px;
	height: 176px;
	padding-left: 20px;
	background-color: #f4efde;
	position: absolute;
	/*float: left;*/
}

.boxWrapper .box {
	float: left;
	width: 196px;
	height: 136px;
	border-right: 4px solid #dbd5c0;
	margin: 20px 20px 0 0;
	padding-right: 20px;
	position: relative;	
}

.boxWrapper .box h2 {
	text-transform: uppercase;
}

.boxWrapper .box a {
	position: absolute;
	bottom: 0;
}

.boxWrapper .boxNews {
	border: none;
	margin-right: 0;
}

.socialBox {
	width: 208px;
	height: 162px;
	border: 1px solid #dbd5c0;
	background: url(images/bgSocialBox.jpg) repeat-x 0 0;
	/*float: left;*/
	/*margin-left: 12px;*/
	padding: 12px 8px 0 8px;
	left: 735px;
	position: absolute;
}

.socialButtons {
	margin-left: 54px;
	/* margin-left: 70px; */
	margin-bottom: 10px;
}

.socialButtons a {
	text-decoration: none;
	text-indent: -9999px;
	display: block;
	width: 32px;
	height: 32px;
	float: left;
}

.socialButtons a.email {
	background: url(images/btnSocial.png) no-repeat 0 0;
}

.socialButtons a.email:hover {
	background: url(images/btnSocial.png) no-repeat 0 -32px;
}

.socialButtons a.facebook {
	background: url(images/btnSocial.png) no-repeat -35px 0;
	margin-right: 1px;
}

.socialButtons a.facebook:hover {
	background: url(images/btnSocial.png) no-repeat -35px -32px;
}

.socialButtons a.twitter {
	background: url(images/btnSocial.png) no-repeat -72px 0;
}

.socialButtons a.twitter:hover {
	background: url(images/btnSocial.png) no-repeat -72px -32px;
}

.socialBox input#mce-EMAIL {
	width: 127px;
	height:22px;
	border: 1px solid #cfcfcf;
	font-size: 12px;
	color: #929292;
	margin: 0;
	padding-left: 8px;
	line-height: 18px;
	position: absolute;
	bottom: 15px;
	left: 8px;
}

.socialBox input.btn  {
	vertical-align: top;
    border: none;
    background: url(images/btnSubmit.jpg) no-repeat 0 0;
	height: 24px;
	width: 55px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #8b8989;
	text-transform: uppercase;
	cursor:pointer;
	cursor:hand;
	position: absolute;
	bottom: 15px;
	left: 152px;
}

.socialBox input.btn:hover {
    border: none;
    background: url(images/btnSubmit.jpg) no-repeat 0 -24px;
	cursor:pointer;cursor:hand
}

/* slide show */
div#tmpSlideshow {
	margin: 0 auto;
	background-color: #dbd5c0;
	border: 1px solid #dbd5c0;
    padding: 0;
    position: relative;
    height: 296px;
    width: 958px;
}
div.tmpSlide {
    position: absolute;
    top: 0;
    left: 0;
    width: 958px;
    height: 296px;
    display: none;
}
div.tmpSlide img {
    float: left;
    width: 747px;
}
div#tmpSlideshowControls {
    position: absolute;
    bottom: 30px;
    right: 11px;
    width: 175px;
}
div.tmpSlideshowControl {
    border: 1px solid #fff;
    background-color: #c5bea5;
    float: left;
    margin: 0 5px 0 0;
    width: 15px;
    height: 15px;
    cursor: pointer;
}
div.tmpSlideshowControl span {
    line-height: 36px;
    vertical-align: middle;
}

div.tmpSlideshowControlActive {
    border: 1px solid #fff;
    background-color: #fff;
}
div.tmpSlideCopy {
    position: absolute;
    left: 771px;
    top: 24px;
    width: 170px;
}

div.tmpSlideCopy p {
    font: 13px Arial, sans-serif;
    line-height: 17px;
}

