/*********************************************************************************/
/* Global                                                                        */
/*********************************************************************************/

/* Basic */

@font-face {
	font-family: 'Open Sans Condensed';
	font-style: normal;
	font-weight: 300;
	src: url(resources/open-sans-condensed.eot);
	src: local('Open Sans Cond Light'), local('OpenSans-CondensedLight'), url(resources/open-sans-condensed-light.eot) format('embedded-opentype'), url(resources/open-sans-condensed-light.woff) format('woff');
}

*, *:before, *:after {
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-o-box-sizing: content-box;
	-ms-box-sizing: content-box;
	box-sizing: content-box
}

body {
	background: #f0f0f0 url('images/bg1.png');
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 14pt;
	line-height: 1.75em;
	color: #4c4c4c;
}

.subpage {
	background-color: #fff !important;
}

h1, h2, h3, h4 {
	font-family: 'Open Sans Condensed', sans-serif;
	color: #1d1d1d;
}

h2, h3 {
	font-size: 1.6em;
	letter-spacing: -1px;
	margin: 0 0 0.75em 0;
}

strong {
	color: #1d1d1d;
}

a {
	color: #212121;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

h1 a {
	color: #fff;
	text-decoration: none;
}

td {
	vertical-align: middle;
}


/* Reusable */

#logo .site-title {
	text-indent: -3333px;
	height: 0px;
}

.button {
	display: inline-block;
	background: #ddcc33;
	box-shadow: inset 0px 0px 0px 1px #ccbb11, 0px 2px 3px 0px rgba(0, 0, 0, 0.25);
	border: solid 1px #ccbb11;
	border-radius: 6px;
	padding: 0.45em 1.1em 0.5em 1.1em;
	color: #fff;
	font-size: 0.8em;
	text-decoration: none;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
	background-image: -moz-linear-gradient(to top, #ccbb11, #ddcc33);
	background-image: -webkit-linear-gradient(to top, #ccbb11, #ddcc33);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ccbb11), to(#ddcc33));
	background-image: -ms-linear-gradient(to top, #ccbb11, #ddcc33);
	background-image: -o-linear-gradient(to top, #ccbb11, #ddcc33);
	background-image: linear-gradient(to top, #ccbb11, #ddcc33);
	outline: 0;
	white-space: nowrap;
}

.button:hover {
	background: #eeff22;
	background-image: -moz-linear-gradient(to top, #eeff22, #ccbb11);
	background-image: -webkit-linear-gradient(to top, #eeff22, #ccbb11);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eeff22), to(#ccbb11));
	background-image: -ms-linear-gradient(to top, #eeff22, #ccbb11);
	background-image: -o-linear-gradient(to top, #eeff22, #ccbb11);
	background-image: linear-gradient(to top, #eeff22, #ccbb11);
}

.button:active {
	background: #ddcc33;
	background-image: -moz-linear-gradient(to top, #ddcc33, #ccbb11);
	background-image: -webkit-linear-gradient(to top, #ddcc33, #ccbb11);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ddcc33), to(#ccbb11));
	background-image: -ms-linear-gradient(to top, #ddcc33, #ccbb11);
	background-image: -o-linear-gradient(to top, #ddcc33, #ccbb11);
	background-image: linear-gradient(to top, #ddcc33, #ccbb11);
}

.divider {
	border-top: solid 1px #e5e5e5;
	border-bottom: solid 1px #e5e5e5;
	height: 4px;
	margin: 2em 0 2em 0;
}

.divider-top {
	margin-bottom: 0;
}

.divider-bottom {
	margin-top: 0;
}

.cta-box {
	background: url('images/bg2.png');
	text-align: center;
	padding: 1.25em 0 1.25em 0;
	text-shadow: 1px 2px 0px #fff;
	font-size: 2em;
}

.cta-box-2 {
	background: none;
	text-align: center;
	padding: 1.25em 0 1.25em 0;
	text-shadow: 1px 2px 0px #fff;
	font-size: 2em;
}

.cta-box .button, .cta-box-2 .button {
	margin-left: 0.8em;
}

.highlight-box {
	background: url('images/bg2.png');
	text-align: center;
	padding: 3.5em 0 3.5em 0;
	text-shadow: 1px 2px 0px #fff;
}

.highlight-box h2 {
	font-size: 3.2em;
	letter-spacing: -3px;
	margin: 0 0 0.6em 0;
}

.highlight-box span {
	font-size: 2em;
	color: #a1a1a1;
}

.thumbnails {}

.thumbnails .divider {
	border-bottom: 0;
	border-top: solid 1px #e5e5e5;
	margin: 1em 0 1em 0;
}

.thumbnails .thumbnail {
	overflow: hidden;
}

.thumbnails .thumbnail img {
	border: solid 5px #fff;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
	float: left;
	margin-right: 25px;
}

.thumbnails .thumbnail blockquote {
	margin: 0 0 0.75em 0;
	margin-left: 130px;
}

.thumbnails .thumbnail cite {
	color: #888;
	margin-left: 130px;
	display: block;
}

.thumbnails .thumbnail cite strong {
	padding-right: 0.25em;
}

.link-list {}

.link-list li {
	border-top: solid 1px #d0d0d0;
	line-height: 2.5em;
}

.link-list li:first-child {
	border-top: none;
}

.service-item {
	list-style-image: url('images/bullet.png');
	margin-left: 50px;
	padding-left: 10px;
}