BODY, HTML {
	margin: 0px;
	height: 100%;
	-moz-background-size: 100%;
	-webkit-background-size: 100%;
	background-size: 100%;
	background: url(bgsite.png) no-repeat;
}
#main {
	margin: auto;
	width: 1024px;
	height: 100%;
	min-height: 728px;
	font-family: "Trebuchet MS", sans-serif;
	position: relative;
	background-color: #ECECEC;
	background-image: url(bg.png);
}

header {
	height: 146px;
	position: relative;
}

#logo {
	position: absolute;
	top: 20px;
	left: 25px;
	height: 98px;
	width: 372px;
	background-image: url(logo.png);
}

#social {
	top: 0;
	right: 0;
	margin-top: 22px;
	margin-right: 23px;
	position: absolute;
}

#social div.header {
	float: left;
	color: #B7B7B7;
	/* font-size: 10px; */
	line-height: 35px;
}

#social div#facebook {
	width: 33px;
	height: 35px;
	float: left;
	margin-left: 16px;
	position: relative;
	background: url(social.png) 0 0;
}

#social div#youtube {
	width: 34px;
	height: 35px;
	float: left;
	margin-left: 8px;
	position: relative;
	background: url(social.png) -33px 0;
}

#social div#twitter {
	width: 33px;
	height: 35px;
	float: left;
	margin-left: 8px;
	position: relative;
	background: url(social.png) -67px 0;
}

#social div#skype {
	width: 33px;
	height: 35px;
	float: left;
	margin-left: 8px;
	position: relative;
	background: url(social.png) -100px 0;
}

#social div#sharethis {
	width: 34px;
	height: 35px;
	float: left;
	margin-left: 8px;
	position: relative;
	background: url(social.png) -133px 0;
}

#social div#sharethis2 {
	width: 34px;
	height: 35px;
	float: left;
	margin-left: 8px;
	position: relative;
}

.st_sharethis_custom {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	background: url("social.png") -133px 0;
}

.clickable {
	top:0;
	left: 0;
	z-index: 1;
	width:100%;
	height:100%;
	position:absolute;
	background-image: url('img_trans.png');
}

#nav {
	height: 51px;
	text-align: center;
	background-color: #FFFFFF;
	border-top: solid #E5E5E5 1px;
	border-bottom: solid #E5E5E5 1px;
	background-image: url(navbackground.png);
}

#nav #navmenu {
	width: 690px;
	margin: auto;
}

#navmenu ul {
	margin: 0 auto;
	list-style: none;
}

#navmenu ul li {
	/* color: #008373; */
	list-style: none;
	float: left;
	font-height: 12px;
	line-height: 51px;
	padding: 0px 15px;
}

#navmenu ul li a:link, #nav ul li a:active, #nav ul li a:visited {
	color: #008373;
	text-decoration: none;
}

#navmenu ul li a:hover {
	color: #60AF34;
	text-decoration: none;
}

#navmenu ul li.inactive {
	color: #93BCB8;
}

#content {
}

footer {
	bottom: 0px;
	width: 1024px;
	height: 69px;
	color: #FFFFFF;
	font-size: 10pt;
	line-height: 69px;
	position: absolute;
	text-align: center;
	background-color: #9D7C13;
	background-image: url('footer_gradient.png');
	background-repeat: repeat-x;

}
