/* @override http://inspired.lovedesigngroup.com/css/core.css */

* {
	font-size: inherit;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-variant: inherit;
	text-align: inherit;
	text-decoration: inherit;
	text-transform: inherit;
	color: inherit;
	list-style-type: none;
}

body {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #14325c;
}

h1 {
	font-size: 32pt;
	width: 460px;
	height: 145px;
	display: inline-block;
	background: url(../images/inspired-logo.png) no-repeat left top;
	text-align: left;
	text-indent: -1000px;
	overflow: hidden;
	margin-bottom: 15px;
}

h2 {
	font-size: 23pt;
	text-transform: uppercase;
	margin-bottom: 21px;
}

dt, dd {
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
	font-size: 9pt;
}

.card {
	text-align: center;
	margin-bottom: 20px;
}

.services {
	text-transform: uppercase;
	font-size: 9pt;
	margin-bottom: 42px;
}

footer {
	text-align: right;
}

@media screen {

* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #414141;
}

.positioner {
	width: 742px;
	margin: 60px auto auto;
}

.card {
	background: white url(../images/background-graphic.gif) no-repeat right top;
	padding: 20px 70px 44px;
}

}

@media print {

}

/* @group Trinket */

@media screen {

#trinket {
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 9pt;
	text-decoration: none;
	height: 14px;
}

}

a#trinket {
	overflow: hidden;
	color: rgba(255,255,255,0.25);
	*color: white;
	text-decoration: none;
}

a#trinket:hover {
	color: white;
}

a#trinket:hover span {
	background-position: bottom left;
}

#trinket span {
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
	text-align: left;
	height: 42px;
	width: 42px;
	overflow: hidden;
	text-indent: -1000px;
	vertical-align: middle;
	background: url(../images/trinket-sprite.png) no-repeat left top;
}

/* @end */