@charset "UTF-8";
/* CSS Document */




a {
	text-decoration: underline;
	color: #7a8a26;
}

a:hover {
	text-decoration: none;
}

p {
	
	margin: 1em 0 0 0;
}

form {
	margin: 0;
	padding: 0;
}

input, select, textarea {
	font-family: "Trebuchet MS", Arial, Helvertica, sans-serif;
	font-size: 1em;
}

.msg {
	color: #F90;
	font-weight: bold;
}



.header {
	clear: both;
	width: 900px;
	height: 190px;
	margin: 0 0 0px 0px;
	margin-bottom:20px;
	padding: 0 0 0 20px;
	background: transparent url('/images/header-bg.jpg') repeat-x top left;
	overflow: hidden;
}

.header .logo {
	float: left;
	width: 170px;
	height: 190px;
	margin: 20px 60px 0 0;
	background: transparent url('/images/logo.png') no-repeat top left;
	text-indent: -9000px;
}
* html .header .logo {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/images/header/logo.png', sizingMethod='crop');
}

.header #header-flash {
	float: left;
	width: 630px;
	height: 190px;
}

.header .slogan {
	float: left;
	width: 300px;
	height: 150px;
	margin: 10px 0 20px 80px;
	background: transparent url('/assets/images/header/slogan.png') no-repeat top left;
	text-indent: -9000px;
}

* html .header .slogan {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/images/header/slogan.png', sizingMethod='crop');
}

.header .header-image {
	float: right;
	width: 270px;
	height: 180px;
	margin: 0 0 0 20px;
	background: transparent url('/assets/images/header/header-image.png') no-repeat top left;
	text-indent: -9000px;
}

* html .header .header-image {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/images/header/header-image.png', sizingMethod='crop');
}



.main-content {
	
	width: 610px;
	margin: 0 0 20px 20px;
	overflow: hidden;
	font-size: 0.8em;
}

h1 {
	margin: 0;
	padding: 0;
	font-size: 1.4em;
	font-weight: normal;
	color: #7a8a26;
}

h2 {
	margin: 1em 0 0 0;
	padding: 0;
	font-size: 1.4em;
	font-weight: normal;
	color: #7a8a26;
}

.body-content {
	clear: both;
	width: 610px;
}

.body-content p.full {
	width: 610px;
}




.creative {
	background: transparent url('/assets/images/backgrounds/creative-bg.jpg') no-repeat bottom right;
}

.contact-button {
	clear: both;
	width: 610px;
	margin: 20px 0 0 0;
	background: #819325;
	color: #ffffff;
	font-weight: bold;
}

.contact-button a {
	display: block;
	padding: 20px;
	color: #ffffff;
}

.about-content {
	width: 380px;
	float: left;
	padding-right: 20px;
}

.about-image-box {
	float: right;
	clear: both;
	width: 200px;
}


