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

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

html, body {
	height: 100%;
}

body {
	background-image: url('../images/bg_bottom.jpg');
	background-position: 0px 445px;
	background-color: #e6e6de;	
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
}

@font-face {
	font-family: MuseoSans;
	src: url('../fonts/MuseoSans.otf');
} 

@font-face {
	font-family: Nilland;
	src: url('../fonts/Nilland.ttf');
}

h1 {
	font-family: Nilland, Georgia, "Times New Roman", Times, serif;
	font-size: 40px;
	color: #FFFFFF;
	line-height: 40px;
	font-weight: bold;
	padding: 0px 0px 20px 0px;
}

h2 {
	font-family: MuseoSans, 'Trebuchet MS', Tahoma, Arial, sans-serif;
	font-size: 20px;
	color: #766c6a;
	font-weight: normal;
	padding: 0px 0px 10px 0px;
}

h3 {
	font-family: MuseoSans, 'Trebuchet MS', Tahoma, Arial, sans-serif;
	font-size: 26px;
	color: #555555;
	font-weight: normal;
	padding: 10px 0px 10px 0px;
}

h4 {
	font-family: MuseoSans, 'Trebuchet MS', Tahoma, Arial, sans-serif;
	font-size: 14px;
	color: #766c6a;
	font-weight: bold;
	margin-top: -10px;
	line-height: 22px;
}

p {
	margin: 0px 0px 15px 0px;
}

#top {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	position: relative;
	background-image: url('../images/bg_top.jpg');
	background-position: left top;
	background-repeat: repeat-x;
}

#top2 {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	position: relative;
	background-image: url('../images/bg_top2.jpg');
	background-position: left top;
	background-repeat: repeat-x;
}

#wrapper {
	width: 960px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0px auto -100px auto;
	position: static;
}

#logo {
	width: 960px;
	height: 165px;
	display: block;
}

#navigation {
	width: 960px;
	height: 35px;
	display: block;
	background-image: url('../images/navigation.png');
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

#navigation_over {list-style: none; margin: 0px; padding: 0px;}
#navigation_over li {float: left; margin: 0px;}
#navigation_over a * {display: none;}
#navigation_over a, #navigation_over a .hover {height: 35px; position: relative; display: block;}
#navigation_over a * {display: none;}
#navigation_over a, #navigation_over a .hover {height: 35px; position: relative; display: block; background: url('../images/navigation_over.gif') 0px 0px no-repeat; cursor: hand;}

#navigation_over a.Home {background-position: 0px 0px; width: 125px;}
#navigation_over .Highlight a.Home:hover, #navigation_over a.Home .hover {background-position: 0px -35px; width: 125px;}
#navigation_over .HomeSelected {width: 125px; height: 35px; position: relative; display: block; background-image: url('../images/navigation_over.gif');background-position: 0px -70px;}

#navigation_over a.About {background-position: -125px 0px; width: 125px;}
#navigation_over .Highlight a.About:hover, #navigation_over a.About .hover {background-position: -125px -35px; width: 125px;}
#navigation_over .AboutSelected {width: 125px; height: 35px; position: relative; display: block; background-image: url('../images/navigation_over.gif');background-position: -190px -70px;}

#navigation_over a.Portfolio {background-position: -250px 0px; width: 125px;}
#navigation_over .Highlight a.Portfolio:hover, #navigation_over a.Portfolio .hover {background-position: -250px -35px; width: 125px;}
#navigation_over .PortfolioSelected {width: 125px; height: 35px; position: relative; display: block; background-image: url('../images/navigation_over.gif');background-position: -294px -70px;}

#navigation_over a.Contact {background-position: -375px 0px; width: 125px;}
#navigation_over .Highlight a.Contact:hover, #navigation_over a.Contact .hover {background-position: -375px -35px; width: 125px;}
#navigation_over .ContactSelected {width: 125px; height: 35px; position: relative; display: block; background-image: url('../images/navigation_over.gif');background-position: -379px -70px;}

.hero {
	width: 850px;
	height: 270px;
	padding: 40px 55px 35px 55px;
	display: block;
}

.hero_text {
	width: 300px;
	height: 270px;
	display: block;
	float: left;
	font-size: 12px;
	color: #d6d6ce;
	line-height: 20px;
}

.hero_text a {
	color: #d6d6ce;
	text-decoration: underline;
}

.hero_text a:hover {
	color: #be5353;
	text-decoration: none;
	position: relative;
	top: 1px;
}

.hero_image {
	width: 510px;
	height: 250px;
	padding: 10px;
	display: block;
	float: right;
	background-image: url('../images/bg_hero_image.gif');
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

.one_column {
	width: 950px;
	display: block;
	float: left;
	padding: 15px 0px 50px 0px;
	margin: 0px 5px 0px 5px;
	background-image: url('../images/bg_three_column.gif');
	background-position: 0px 0px;
	background-repeat: repeat-x;
	font-size: 12px;
	color: #7d7977;
	line-height: 20px;
}

.two_column {
	width: 620px;
	display: block;
	float: left;
	padding: 15px 0px 30px 0px;
	margin: 0px 5px 0px 5px;
	background-image: url('../images/bg_three_column.gif');
	background-position: 0px 0px;
	background-repeat: repeat-x;
	font-size: 12px;
	color: #7d7977;
	line-height: 20px;
}

.three_column {
	width: 300px;
	height: 235px;
	padding: 15px 0px 0px 0px;
	background-image: url('../images/bg_three_column.gif');
	background-position: 0px 0px;
	background-repeat: no-repeat;
	display: block;
	float: left;
	font-size: 12px;
	color: #7d7977;
	line-height: 20px;
}

.one_column strong, .two_column strong, .three_column strong {
color: #685d52;
}

.three_column a, .two_column a, .one_column a {
	color: #7d7977;
	text-decoration: underline;
}

.three_column a:hover, .two_column a:hover {
	color: #86b14b;
	text-decoration: none;
	position: relative;
	top: 1px;
}

.textfield {
	width: 276px;
	padding: 5px 10px 5px 10px;
	font-family: MuseoSans, 'Trebuchet MS', Tahoma, Arial, sans-serif;
	font-size: 18px;
	color: #6f9a34;
	font-weight: normal;
	background-color: #FFF;
	border: solid 2px #b4b4ae;
}

.textarea {
	width: 596px;
	height: 100px;
	padding: 5px 10px 5px 10px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7d7977;
	line-height: 20px;
	background-color: #FFF;
	border: solid 2px #b4b4ae;
}

#footer {
	height: 100px;
	clear: both;
	background-image: url('../images/bg_footer.gif');
	background-color: #d6d6ce;
	position: relative;
	z-index: 2;
}

.push {
height: 100px;
clear: both;
}

#footer_wrapper {
	width: 950px;
	height: 95px;
	margin: auto;
}

#footer_text {
	width: 555px;
	height: 60px;
	padding: 15px 0px 0px 0px;
	display: block;
	float: left;
	line-height: 25px;
	color: #949490;
	font-size: 12px;
}

#footer_text a {
	color: #949490;
	text-decoration: underline;
}

#footer_text a:hover {
	color: #86b14b;
	text-decoration: none;
	position: relative;
	top: 1px;
}

#footer_links {
	width: 370px;
	height: 75px;
	display: block;
	float: right;
}

#footer_links_img {list-style: none; margin: 0px; padding: 0px;}
#footer_links_img li {float: left; margin: 0px;}
#footer_links_img a * {display: none;}
#footer_links_img a, #footer_links_img a .hover {height: 75px; position: relative; display: block;}
#footer_links_img a * {display: none;}
#footer_links_img a, #footer_links_img a .hover {height: 75px; position: relative; display: block; background: url('../images/footer_links.gif') 0px 0px no-repeat; cursor: hand;}

#footer_links_img a.w3c {background-position: 0px 0px; width: 65px;}
#footer_links_img .Highlight a.w3c:hover, #footer_links_img a.w3c .hover {background-position: 0px -75px; width: 65px;}

#footer_links_img a.fb {background-position: -65px 0px; width: 100px;}
#footer_links_img .Highlight a.fb:hover, #footer_links_img a.fb .hover {background-position: -65px -75px; width: 100px;}

#footer_links_img a.li {background-position: -165px 0px; width: 103px;}
#footer_links_img .Highlight a.li:hover, #footer_links_img a.li .hover {background-position: -165px -75px; width: 103px;}

#footer_links_img a.bn {background-position: -268px 0px; width: 97px;}
#footer_links_img .Highlight a.bn:hover, #footer_links_img a.bn .hover {background-position: -268px -75px; width: 97px;}

img {
	border: none;
}	

.graphic, #prevBtn, #nextBtn {
	margin: 0px;
	padding: 0px;
	display: block;
	overflow: hidden;
	text-indent: -8000px;
}

#container {	
	margin: 0px auto;
	position: relative;
	text-align: left;
	width: 950px;
	padding: 0px 5px 5px 5px;
	margin: 0px 0px 0px 0px;
	background-image: url('../images/bg_hero.png');
	background-position: 0px 0px;
	background-repeat: no-repeat;
}	

#container2 {	
	margin: 0px auto;
	position: relative;
	text-align: left;
	width: 850px;
	height: 160px;
	padding: 40px 55px 5px 55px;
	margin: 0px 0px 0px 0px;
	background-image: url('../images/bg_hero-header.png');
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

#shadow {
	width: 960px;
	height: 30px;
	margin: 0px 0px 20px 0px;
	background-image: url('../images/hero_shadow.png');
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

#content {
	position: relative;
}			

#slider {
}	

#slider ul, #slider li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#slider li {
	width: 950px;
	height: 345px;
	overflow: hidden; 
}	

#prevBtn, #nextBtn { 
	display: block;
	width: 30px;
	height: 77px;
	position: absolute;
	left: -30px;
	top: 135px;
}	

#nextBtn { 
	left: 950px;
}	

#prevBtn a, #nextBtn a {  
	display: block;
	width: 30px;
	height: 77px;
	background :url('../images/btn_prev.gif') no-repeat 0px 0px;	
}	

#nextBtn a { 
	background: url('../images/btn_next.gif') no-repeat 0px 0px;	
}
