body {
	font-family: 'Muli', Arial, sans-serif;
	letter-spacing: 0;
	font-size: 16px;
	line-height: 1.3em;
	color: #222222;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0.15em 0px;
	font-family: 'HammersmithOne', Arial, sans-serif;
	letter-spacing: 0;
	font-weight: normal;
	line-height: 1.15em;
}
h1 {
	font-size: 48px;
}
h2 {
	font-size: 36px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 18px;
	text-decoration: underline;
}
h5, h6 {
	font-size: 16px;
}
a {
	color: #936;
	
	/*Transition effect*/
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
a:hover {
	color: #69F;
}
p {
	margin: 0.5em 0px;
}
ul {
	padding-left: 20px;
	list-style-type: disc;
}
article {
	float: left;
	width: 598px;
	margin: 20px 0px;
	padding: 10px;
	border: 1px solid #DDD;
	border-radius: 10px;
	background: url("../images/head_white_grad.png") repeat-x #FFFFFF;
}
article h3 {
	min-height: 25px;
	margin-top: 0px;
	margin-bottom: 10px;
	border-bottom: 1px solid #936;
}
article details {
	float: right;
	width: 123px;
	margin-left: 10px;
	padding: 2px;
	border: 1px solid #C0C0C0;
	border-radius: 2px;
	font-size: 11px;
	
	background: url("../images/head_white_grad.png") repeat-x #FFFFFF;
}
article details p {
	margin: 0px;
}
article img {
	width: 40% !important;
	height: auto !important;
	float: right;
	clear: both;
	margin: 10px 0px 10px 10px;
	border-radius: 5px;
	box-shadow: -2px 2px 5px silver;
	
	/*Transition effect*/
    -moz-transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
}
article img:hover {
	width: 100% !important;
	margin: 10px 0px;
}
article img.fullSize {
	width: 100% !important;
}
article.imageFeature img {
	width: 100% !important;
	margin: 10px 0px;
}
div.contact, div.contact * {
	/*Transition effect*/
    -moz-transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
}
div.contact {
	position: relative;
	z-index: 1;
	padding: 0px;
	margin-bottom: 10px;
	background-color: none;
	font-size: 12px;
	border-bottom: 1px solid silver;
}
div.contact * {
	z-index: 1;
}
div.contact a.logo {
	display: block;
	float: right;
	height: 1px;
	width: 100%;
	margin-right: 10px;
}
div.contact a.logo img {
	float: right;
	height: 1px;
	opacity: 0;
}
div.contact:hover a.logo {
	height: 30px;
	max-width: 300px;
}
div.contact:hover a.logo img {
	height: 30px;
	opacity: 1;
}
div.contact h4 {
	color: #222;
	font-size: 18px;
}
div.contact h5 {
	display: inline-block;
	color: #222;
	font-size: 14px;
}
div.contact div.contact_name {
	clear: both;
	margin: 0 0px 0px;
	border-left: 0px solid #FEE21D;
	padding: 0px;
}
div.contact div.contact_details {
	margin-top: 5px;
	padding: 0px;
	padding-bottom: 10px;
	background-color: none;
	color: #222222;
}
div.contact div.contact_details a {
	text-decoration: none;
	color: #936;
}
div.contact div.contact_details a:hover {
	color: #69F;
}

div.contact:hover {
	z-index: 20;
	padding: 10px 0 0;
	rem margin-bottom: -53px;
	border-bottom: 0px solid silver;
	border: 0.5px solid #333333;
	background-color: #ffffff;
	
	box-shadow: -3px 3px 10px #656;
	
	transform:         scale(1.5, 1.5);
	-ms-transform:     scale(1.5, 1.5); /* IE 9 */
	-webkit-transform: scale(1.5, 1.5); /* Safari and Chrome */
	-o-transform:      scale(1.5, 1.5); /* Opera */
	-moz-transform:    scale(1.5, 1.5); /* Firefox */
}
div.contact:hover * {
	z-index: 20;
	text-shadow: none;
}

div.contact:hover div.contact_name {
	clear: both;
	margin: 0 10px 10px;
	border-left: 4px solid #FEE21D;
	padding: 5px 5px 5px 10px;
}
div.contact:hover div.contact_details {
	margin-top: 10px;
	padding: 10px;
	background-color: #555;
	color: #ffffff;
}
div.contact:hover div.contact_details a {
	color: #ffffff;
}
div.contact:hover div.contact_details a:hover {
	color: #69F;
}
div.contact:hover h4 {
	color: #936;
	text-decoration: none;
}
div.contact:hover h5 {
	color: #FEE21D;
}
div.footerlink {
	padding: 0px 0 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid silver;
}
div.footerlink a img, div.footerlink a {
	/*Transition effect*/
    -moz-transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
}
div.footerlink h4 {
}
div.footerlink a {
	position: relative;
	display: block;
	color: #222222;
}
div.footerlink a:hover {
	color: #69F;
}
div.footerlink a h4 {
	float: right;
	width: 60%;
}
div.footerlink a:hover h4 {
	
}
div.footerlink a img {
	width: 30%;
	opacity: 1;
}
div.footerlink a img+img {
	position: absolute;
	top: 0px;
	left: 0px;
	opacity: 0;
}
div.footerlink a:hover img {
	opacity: 1;
}
div.footerlink a:hover img+img {
	opacity: 1;
}