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

@font-face {
    font-family: 'PTSansBold';
    src: url('PTS75F-webfont.eot');
    src: url('PTS75F-webfont.eot?#iefix') format('embedded-opentype'),
         url('PTS75F-webfont.woff') format('woff'),
         url('PTS75F-webfont.ttf') format('truetype'),
         url('PTS75F-webfont.svg#PTSansBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'PTSansItalic';
    src: url('PTS56F-webfont.eot');
    src: url('PTS56F-webfont.eot?#iefix') format('embedded-opentype'),
         url('PTS56F-webfont.woff') format('woff'),
         url('PTS56F-webfont.ttf') format('truetype'),
         url('PTS56F-webfont.svg#PTSansItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'PTSansRegular';
    src: url('PTS55F-webfont.eot');
    src: url('PTS55F-webfont.eot?#iefix') format('embedded-opentype'),
         url('PTS55F-webfont.woff') format('woff'),
         url('PTS55F-webfont.ttf') format('truetype'),
         url('PTS55F-webfont.svg#PTSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* Main Styles */

body {
	background-image: url('../images/wallpaper.png');
	background-repeat: repeat-x;
	background-color: #f3f3f3;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: 'PTSansRegular', Arial, sans-serif; 
}
#container{
	width:960px;
	margin:0 auto;
}

.clear{
	clear:both;
}

a{
	text-decoration:none;
	color:#2d3b83;
}
a:hover{
	text-decoration:underline;
}	

/* Header */

#header{
	width:960px;
	height:170px;
}

#header_logo{
	width:513px;
	height:131px;
	float:left;
	margin: 21px 0 0 0;
}	
#header_phone{
	width:315px;
	height:64px;
	float:right;
	margin: 67px 5px 0 0;
}	

/* Navigation Social Media */

#socialmedia{
	width:60px;
	height:40px;
	float:right;
	margin:18px 0 0 0;
}

/* Box Row */

#boxrow{
	width:950px;
	margin:0 5px;
}
.box1, .box2, .box3{
	width:260px;
	height:228px;
	padding:36px 22px 0 22px;
	border:3px solid #fff; 
	float:left;
	font-family: 'PTSansRegular', Arial, sans-serif; 
	color:#fff;
	-moz-box-shadow:    1px 1px 6px 3px #eee;
  	-webkit-box-shadow: 1px 1px 6px 3px #eee;
  	box-shadow:         1px 1px 6px 3px #eee;
}

.box1 a, .box2 a, .box3 a {
	color:#fff;
	text-decoration:none;
}
	
.box1{
	background-color:#2d3b83;
	margin-right:10px;
}
.box1:hover { background-color: #45518d; }

.box2{
	background-color:#e99922;
	margin-right:10px;
}
.box2:hover { background-color: #f1ac45; }

.box3{
	background-color:#ef6d1d;
}
.box3:hover { background-color: #f0813d; }

#boxrow h1, .box1 h1{
	margin:0px;
	text-transform:uppercase;
	font-size:35px;
	letter-spacing:-2px;
	line-height:30px;
}
#boxrow h2, .box1 h2{
	margin:0px;
	text-transform:uppercase;
	font-size:31px;
	letter-spacing:-2px;
	line-height:29px;
}
#boxrow p{
	margin:15px 0 0 0;
	font-size:15px;
	letter-spacing:0px;
	line-height:18px;
}




/* Content */

#content{
	width:800px;
	min-height:500px;
    height:auto !important;
    height:500px; 
	margin:0 5px;
	padding:50px 75px;
	background-color:#fff;
	background-image:url(../images/contentbackground.png);
	background-position:bottom;
	background-repeat:no-repeat;
}

#content h1{
	color:#ef6d1d;
	margin:0px;
	text-transform:uppercase;
	font-size:30px;
	letter-spacing:-1px;
	line-height:28px;
}
#content h2{
	margin:0px;
	text-transform:;
	font-size:27px;
	letter-spacing:-1px;
	line-height:27px;
}

/* Other styles */

#contact_leftcol{
	width:250px;
	float:left;
}
	
#contact_rightcol{
	width:550px;
	float:left;
}
		

/* Footer */

#footer{
	width:960px;
	height:50px;
	padding-top:15px;
	font-family: 'PTSansRegular', Arial, sans-serif; 
	font-size:12px;
	line-height:16px;
	text-align:center;
}

.slider-wrapper { 
	width: 950px; 
	margin: 20px 5px 0 5px;
}





	

