@charset "utf-8";
/* CSS Document */
::-webkit-input-placeholder {color: #222;}
:-moz-placeholder {color: #222;}
.placeholder { color: #222; }
img { border:none; }
#wrapper {
	width:1000px;
	height:865px;
	margin:auto;
	margin-top:-20px;
	border:1px solid #DDD;
	background:#f4f4f4;
	font-family:Arial, Helvetica, sans-serif;
}
#header {
	height:115px;
	padding:10px;
	width:980px;
	border-bottom:15px solid #c22c2c;
	color:#4d4d4d;
}
#header-right {
	width:250px;
	height:115px;
	float:right;
	text-align:right;
	font-weight:bold;
	padding-top:25px;
	padding-right:15px;
}
#header-left {
	width:730px;
	height:115px;
}
#sub-header-left {
	width:134px;
	height:115px;
}
#sub-header-right {
	width:575px;
	height:115px;
	text-align:left;
	float:right;
}
#sub-header-right h1 {
	font-size:22px;
	line-height:75px;
	padding-left:15px;
}
#featured {
	height:260px;
	width:960px;
	padding:20px;
	background:#4b568e;
	color:#FFF;
}
.info {
	width:500px;
	height:210px;
	float:right;
	margin-top:0px;
}
.info h1 {
	font-size:20px;
	text-align:center;
}
.info p {
	font-size:16px;
	text-align:center;
}
.slideshow {
	width:410px;
	height:250px !important;
}
.slideshow img {
	border:1px solid #FFF;
	width:410px;
	height:250px;
}
#divider {
	height:30px;
	width:980px;
	padding:10px;
	background:#2d3355;
	color:#FFF;
}
#divider h3 {
	line-height:10px;
	text-align:center;
	font-size:12px;
}
#footer {
	height:600px;
	width:960px;
	padding:20px;
	color:#4d4d4d;
	margin-top:-15px;
}
.content {
	width:55%;
	height:4200px;
	padding-top:50px;
	float:right;
}
.block-container {
	padding-left:65px;
}
.block-container p {
	font-size:10px;
	padding:10px;
	padding-right:25px;
	margin-top:0px;
	text-align:center;
	margin-left:-20px;
}
.block-container p:last-child {
	text-align:right !important;
	font-size:10px;
	margin-top:-15px;
	margin-left:-20px;
}
.block {
	width:90px;
	height:75px;
	margin-bottom:6px;
	margin-right:6px;
	background:#666;
	border:1px solid #DDD;
	display:inline-block;
}
.block img {
	height:75px;
	width:90px;
}
.contact {
	width:45%;	
	height:420px;
}
.contact h3 {
	text-align:center;
	font-size:16px;
}
.contact input[type='text'], .contact input[type='tel'], .contact input[type='email'], .contact textarea {
	padding:10px;
	width:90%;
	margin-bottom:-5px;
	border:1px solid #DDD;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
.contact input[type='submit'] {
	padding:10px;
	width:95%;
	border:1px solid #DDD;
	margin-top:10px;
	color:#FFF;
	background:#616161;
}