/**
* RESET
*/
a img { border: 0; }
form, p, div, span, body, html, h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; }
table { border-spacing: 0; }
:focus {-moz-outline-style: none;}
ul { list-style-type: disc; margin: 2px 0 2px 15px; padding: 0; }
ul li { list-style-type: disc; padding: 0; }
ol { list-style-type: decimal; margin: 2px 0 2px 25px; #margin: 2px 0 2px 27px; padding: 0; }
ol li { list-style-type: decimal; padding: 0; }

/**
* COMMON
*/
html
{
	height: 100%;
}
body
{
	background: #FFF;
	color: #404040;
	line-height: 20px;
	font-family: Arial, Helvetica;
	font-size: 12px;
}
a 
{
	color: #f78e1e;
	text-decoration: none;
}
a.active,
a:hover
{
	color: #427234;
}
h1,
h2,
h6
{
	text-transform: uppercase;
	line-height: 20px;
	font-size: 18px;
}
h3
{
	margin: 0px 0px 20px 0px;
	line-height: 20px;
	font-size: 14px;
}
h4
{
	line-height: 20px;
	font-size: 12px;
}
h5
{
	margin: -2px 0px -1px 0px;
	color: #FFF;
	text-transform: uppercase;
	line-height: 20px;
	font-size: 18px;
}
input,
textarea
{
	margin: 0;
	padding: 0;
	color: #404040;
	line-height: 20px;
	font-family: Arial, Helvetica;
	font-size: 11px;
}

/**
* BASIC STRUCTURE
*/
#wrapper
{
	background: #6ac03c url(../image/layout/bg.body.jpg) no-repeat top center;
	padding: 0px 0px 55px 0px;
}
#canvas
{
	position: relative;
	margin: auto;
	width: 900px;
	overflow: hidden;
}
.clear
{
	clear: both;
	height: 0;
	overflow: hidden;
}
.id
{
	display: none;
}

/**
* HEADER
*/
#header
{
	position: relative;
	width: 100%;
	height: 156px;
}
#header .logo
{
	position: absolute;
	top: 36px;
	left: 0px;
}
#header .search
{
	position: absolute;
	top: 41px;
	right: 0px;
	background: transparent url(../image/search/background.png) no-repeat;
	width: 154px;
	height: 19px;
	overflow: hidden;
}
#header .search .input
{
	float: left;
	width: 133px;
	height: 19px;
	overflow: hidden;
}
#header .search .input input
{
	background: none;
	border: none;
	padding: 0px 5px 0px 5px;
	width: 123px;
	height: 19px;
}
#header .search .button
{
	float: left;
	width: 19px;
	height: 19px;
	overflow: hidden;
}

/**
* PAGE STYLES
*/
#page
{
	position: relative;
	margin: 26px 0px 0px 0px;
	width: 100%;
	overflow: hidden;
}
#page #left
{
	position: relative;
	float: left;
	width: 593px;
	overflow: hidden;
}
#page #right
{
	position: relative;
	float: right;
	width: 288px;
	overflow: hidden;
}

/**
* BOXES
*/
#page .box .header
{
	background-repeat: no-repeat;
	width: 100%;
	height: 5px;
	overflow: hidden;
}
#page .box .body
{
	position: relative;
	background: #FFF;
	padding: 26px 29px 20px 29px;
}
#page .box .footer
{
	background-repeat: no-repeat;
	width: 100%;
	height: 5px;
	overflow: hidden;
}
#page #left .box .header	{ background-image: url(../image/boxes/header.large.png);	}
#page #left .box .footer	{ background-image: url(../image/boxes/footer.large.png);	}
#page #right .box .header	{ background-image: url(../image/boxes/header.small.png);	}
#page #right .box .body		{ padding: 26px 19px 20px 19px; }
#page #right .box .footer	{ background-image: url(../image/boxes/footer.small.png);	}

/**
* MISC. CONTENT STYLES
*/
#page .heading
{
	background: #FFF url(../image/layout/border.heading.png) repeat-x bottom left;
	margin: 0px 0px 9px 0px;
	padding: 0px 0px 12px 0px;
}
#page .preface,
#page .bodytext,
#page .image-with-text,
#page .youtube-with-text,
#page .file
{
	margin: 0px 0px 20px 0px;
}
#page .image-with-text .image,
#page .youtube-with-text .image
{
	width: 220px;
	cursor: pointer;
	overflow: hidden;
}
#page .image-with-text .image img
{
	width: 220px;
	cursor: default;
}

/**
* CORNERS
*/
#page .image
{
	position: relative;
}
.corner
{
	position: absolute;
	background-color: transparent;
	background-repeat: no-repeat;
	width: 3px;
	height: 3px;
	overflow: hidden;
	z-index: 1000;
}
.tl	{ top: 0px; left: 0px; background-image: url(../image/layout/corner.tl.png); }
.tr	{ top: 0px; right: 0px; background-image: url(../image/layout/corner.tr.png); }
.bl	{ bottom: 5px; left: 0px; background-image: url(../image/layout/corner.bl.png); }
.br	{ bottom: 5px; right: 0px; background-image: url(../image/layout/corner.br.png); }
.mac .bl,
.mac .br
{
	bottom: 6px;
}

/**
* BUTTON STYLES
*/
#page .btn
{
	float: left;
	height: 27px;
	cursor: pointer;
	overflow: hidden;
}
#page .share-facebook
{
	margin: 20px 0px 0px 0px;
}
#page .btn .btn-left
{
	float: left;
	background: transparent url(../image/buttons/left.png) no-repeat;
	width: 5px;
	height: 27px;
	overflow: hidden;
}
#page .btn .btn-body
{
	float: left;
	background: #FFF url(../image/buttons/body.png) repeat-x;
	padding: 3px 10px 0px 10px;
	height: 24px;
	#padding-top: 4px;
	#height: 23px;
}
#page .btn .btn-body span
{
	color: #FFF;
	text-transform: uppercase;
	font-size: 14px;
}
#page .btn .btn-body span a,
#page .btn .btn-body span a:hover
{
	color: #FFF;
}
#page .btn .btn-right
{
	float: left;
	background: transparent url(../image/buttons/right.png) no-repeat;
	width: 5px;
	height: 27px;
	overflow: hidden;
}
#page .share-facebook .btn-right
{
	background: transparent url(../image/buttons/right.facebook.png) no-repeat;
	width: 27px;
}

/**
* DISPLAY LIST
*/
#page .display-list
{
	margin: 29px 0px 29px 0px;
}
#page .display-list .item
{
	margin: 0px 0px 20px 0px;
}
#page .display-list .item .left
{
	float: left;
	width: 375px;
	overflow: hidden;
}
#page .display-list .item .left h4 a
{
	color: #404040;
}
#page .display-list .item .left .link
{
	font-weight: bold;
}
#page .display-list .item .right
{
	float: right;
	width: 139px;
	overflow: hidden;
}
#page .display-list .item .right .image
{
	margin: 25px 0px 0px 0px;
	width: 100%;
	max-height: 120px;
}

/**
* PAGING
*/
#page .paging
{
	font-size: 11px;
}
#page .paging .prev,
#page .paging .next
{
	color: #CCC;
}

/**
* FOOTER STYLES
*/
#footer
{
	background: #FFF url(../image/layout/bg.footer.png) repeat-x;
	padding: 37px 0px 30px 0px;
	width: 100%;
}
#footer #sitemap-container
{
	position: relative;
	margin: 0 auto;
	width: 900px;
}
#footer #sitemap-container #sitemap
{
	position: relative;
	float: left;
}
#footer #sitemap dl
{
	float: left;
	margin: 0;
	padding: 0;
	_padding: 0px 40px 0px 0px;
	line-height: 16px;
}
#footer #sitemap-container dl.service-nav
{
	position: absolute;
	top: 0px;
	right: 0px;
	float: none;
	margin: 0;
	padding: 0;
	line-height: 16px;
}
#footer #sitemap-container dl a
{
	color: #427234;
}
#footer #sitemap-container dl .active a,
#footer #sitemap-container dl a:hover
{
	color: #f78e1e;
}
#footer #sitemap-container dl dt
{
	margin: 0;
	padding: 0;
	font-size: 14px;
}
#footer #sitemap-container dl dd
{
	margin: 0;
	padding: 0;
	font-size: 11px;
}

/**
* CUFON STYLES (Cufon.now() sometimes removes the replaced text in IE7 => This is an alternate way to hide it for IE browsers :/)
*/
.cufon-loading h1,
.cufon-loading h2,
.cufon-loading .h3,
.cufon-loading .h4,
.cufon-loading #header .service-menu li a,
.cufon-loading #header .main-menu li a,
.cufon-loading #header .sub-menu li a,
.cufon-loading #page .btn .btn-body span
{
	#visibility: hidden !important;
}
