/* FONT SIZING!
Light		:	300
Regular		:	400
Semi-bold	:	600
*/

.group:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

body {
	font-family: "proxima-nova-1","proxima-nova-2",sans-serif;
	color: #39383b;
	background-color: #fff;
	letter-spacing: 0;
	behavior: url(js/pie/PIE.htc);
}

#container {
	width: 980px;
	position: relative;
	visibility: visible;
	z-index: 100;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#masthead {
	width: 980px;
	margin: 0 auto;
	position: relative;
	margin-bottom: 25px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 60px;
}

#masthead h1 {
	float: left;
	font-size: 30px;
	font-weight: 600;
	line-height: 30px;
	color: #000;
}

.leadin {
	margin-left: -40px;
	padding-left: 40px;
	padding-right: 00;
	/*text-transform: uppercase;*/
	margin-bottom: 40px;
	color: #1c4966;
	border-top: 1px solid #bdbfbf;
	border-bottom: 1px solid #bdbfbf;
	padding-top: 10px;
	padding-bottom: 10px;
	font: italic 38px/65px "ltc-bodoni-175-1","ltc-bodoni-175-2",serif;
}

.ampersand {
	color: #c63946;
	font-weight: 400;
	font-size: 24px;
	vertical-align: 1px;
}

a.circle {
	-webkit-border-radius: 180px;
	-moz-border-radius: 180px;
	border-radius: 180px;
}

.black {
	color: #000;
}


.red {
	color: #c63946;
	font-weight: 600;
}

p { 
	color: #363636;
	line-height: 20px;
	font-size: 14px;
}



h2 {
	font-size: 26px;
	line-height: 28px;
	font-weight: 400;
}

h3 {
	font-size: 20px;
	line-height: 22px;
	font-weight: 400;
}

.column {
	float: left;
	width: 280px;
	padding-right: 50px;
}

.columnlast {
	padding-right: 0;
	margin-bottom: 50px;
}

.slideshow {
	width: 300px;
	height: 300px;
	overflow: hidden;
}

#whyhireus {
	width: 940px;
	margin: 0 auto;
	position: relative;
	padding-top: 30px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	/*border-top: 1px solid #bdbfbf;*/
	margin-top: 30px;
}

#tagline {
	width: 980px;
	margin: 0 auto;
	position: relative;
	padding-left: 20px;
	padding-right: 20px;
}

#galleriaholder {
	width: 960px;
	margin: 0 auto;
	position: relative;
	padding-left: 20px;
	/*margin-left: -20px;*/
	/*padding-left: 20px;
	padding-right: 20px;*/
}





#galleria {
	height: 350px;
	width: 980px;
}



p+h3 {
	padding-top: 20px;
}

h3+p {
	padding-top: 3px;
}


a {
	text-decoration: none;
	color: #1c4966;
}

p.bluebuttoncontainer {
	margin-bottom: 30px;
	float: right;
	padding-right: 40px;

}

.bluebutton {
	margin: 15px 0 0;
	padding: 8px;
	padding-left: 13px;
	padding-right: 15px;
	font-style: normal;
	background-color: #1c4966;
	outline: none;
	/* hover off */
	-webkit-transition-property:color, background; 
	-webkit-transition-duration: .1s, .1s; 
	-webkit-transition-timing-function: linear, ease-in; 
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	behavior: url(PIE.htc);
}


a.bluebutton {
	color: #fff;
	text-decoration: none;
	font: 14px "proxima-nova-1","proxima-nova-2",sans-serif;
	font-weight: 600;
}

a:hover.bluebutton {
	background-color: #c63946;
}

#footercontainer {
	width: 100%;
	margin: 0 auto;
	position: relative;
	padding-top: 20px;
	background-color: #1c4966;
	-webkit-box-shadow: inset 0px 14px 20px #0e2f44;
	-moz-box-shadow: inset 0px 14px 20px #0e2f44;
	box-shadow: inset 0px 14px 20px #0e2f44;
	behavior: url(PIE.htc);
}
test {
	color: #0e2f44;
}
#footer {
	width: 940px;
	margin: 0 auto;
	position: relative;
	padding-bottom: 50px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
}

#footer h1, #footer h2, #footer h3, #footer p, #footer a {
	color: #d7dbdb;
}

#footer h1 {
	font: italic 42px/65px "ltc-bodoni-175-1","ltc-bodoni-175-2",serif;
	color: #fff;
	padding-bottom: 15px;
}

#footer h2 {
	font-size: 32px;
	color: #fff;
	line-height: 36px;
	padding-bottom: 10px;
}

#footer h3 {
	font-size: 20px;
	color: #fff;
	line-height: 22px;
	/*padding-bottom: 10px;*/
}

#footerleft {
	float: left;
	width: 600px;
}

#footerright {
	padding-top: 80px;
	float: left;
	padding-left: 65px;
	width: 240px;
}
#footer p {
	font-size: 15px;
	line-height: 22px;
}

.footnote a {
	vertical-align: 7px;
	font-size: 12px;
	color: #fff;
}

#footerleft p+p {
	text-indent: 16px;
}


.blogpost {
	padding-bottom:75px;
}

#footerright h3+h3 {
	padding-top:20px
}






