html, body {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	padding: 20px 0;
	background: #fff;
/*	color: #6a747c; */
	color: #000;
}

body, input, textarea, select, option {
	font-family: Verdana, sans-serif;
	font-size: 10px;
}

#inet_document {
	width: 970px;
	margin: 0 auto;
	text-align: left;
}

#inet_header {
	height: 114px;
	overflow: hidden;
	padding: 0 20px;
/*	background: transparent url(/site/images/bg_document.png) 0 0 repeat-y; */
	background: transparent url(/site/images/bg_document_black.png) 0 0 repeat-y;
}

#inet_headerContent {
	padding: 17px 0 9px 0;
	position: relative;
/*	background: transparent url(/site/images/bg_header.png) bottom left repeat-x; */
	background: transparent url(/site/images/bg_header_black.png) bottom left repeat-x;
}


#inet_logo {
	background: #ccc;
	width: 220px;
	height: 87px;
	overflow: hidden;
}


/**************/
/**** MENU ****/
#inet_menu {
	position: absolute;
	top: 17px;
	left: 240px;
	min-width: 87px;
	font-family: Georgia, serif;
	font-size: 12px;
	text-transform: lowercase;
}

#inet_menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#inet_menu li {
	margin: 0 0 3px 0;
	padding: 0;
	background: #6a747c;
}

#inet_menu a {
	line-height: 20px;
	display: block; 
	padding: 0 7px;
/*	background: #6a747c; */	
	background: #000;
	color: #fff; 
	text-decoration: none;
	cursor: pointer;
}

#inet_menu .current a,
#inet_menu a:hover {
	background: #ffa73f;
}

#inet_menu li.hl {
	background: #ffa73f;
}

/**** MENU ****/
/**************/


/*******************/
/**** HOME LINK ****/
#inet_home {
	position: absolute;
	top: 17px;
	right: 0;
	width: 86px;
	height: 18px;
	text-align: center;
	line-height: 18px;
	text-transform: lowercase;
	font-family: Georgia, serif;
	font-size: 12px;
}

#inet_home a {
	display: block;
	width: 86px;
	height: 18px;
	line-height: 18px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background: #ffa73f;
}

#inet_home a:hover {
	background: #6a747c;
}

/**** HOME LINK ****/
/*******************/



/*****************/
/**** SUBMENU ****/

#inet_submenu {
	font-family: Georgia, serif;
	font-size: 12px;
}

#inet_submenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#inet_submenu li {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #fff;
}

#inet_submenu a {
	display: block;
	text-decoration: none;
	padding: 0 10px;
	color: #fff;
/*	background: #6a747c; */
	background: #000;
	line-height: 26px;
}

#inet_submenu a:hover {
	text-decoration: underline;
}


#inet_submenu li.currentfolder a {
	/*background: #eb6811;*/
	background: #FFA73F;
	font-weight: bold;
}

#inet_submenu li li {
	border-bottom: none !important;
}

#inet_submenu li li a {
/*	padding-bottom: 5px; */
}

#inet_submenu li.currentfolder li a {
	background: #f78f1e;
	padding-left: 20px;
	font-weight: normal;
}

#inet_submenu li.current a {
	font-weight: bold !important;
	color: #000;
}

/**** SUBMENU ****/
/*****************/



#inet_frontflash {
/*	background: transparent url(/site/images/bg_document.png) 0 0 repeat-y; */
	background: transparent url(/site/images/bg_document_black.png) 0 0 repeat-y;
	padding: 20px 20px 7px 20px;
}

#inet_frontflashContent {
	height: 275px;
	overflow: hidden;
	background: #ccc;
	color: #000;
	font-weight: bold;
}

#inet_frontflashContent p {
	padding: 50px 20px 0 20px;
}


#inet_content {
/*	background: transparent url(/site/images/bg_document.png) 0 0 repeat-y; */
	background: transparent url(/site/images/bg_document_black.png) 0 0 repeat-y;
	padding: 20px 20px 0 20px;
}



#inet_submenu,
#inet_paragraphs {
	width: 231px;
	overflow: hidden;
	margin: 0 7px 0 0;
	min-height: 50px;
	float: left;
}

#inet_paragraphsContent {
	padding: 0 10px;
}


#inet_text {
	width: 687px;
	float: left;
	overflow: hidden;
/*	background: transparent url(/site/images/bg_text.png) 0 0 no-repeat; */
	background: transparent url(/site/images/bg_text_black.png) 0 0 no-repeat;
	min-height: 49px;

	line-height: 2em;
}

#inet_textContent {
	padding: 0 0 0 20px;
}


#inet_img,
#inet_slideshow {
	padding: 0 0 17px 0;
}



#inet_footer {
	padding: 40px 0 0 0;
	text-align: center;
}

#inet_footerContent {
	line-height: 20px;
}

#inet_footerContent img {
	vertical-align: middle;
	margin: 0 5px;
}



h1 {
	color: #f78f1e;
	font-size: 30px;
	margin: 0 0 15px 0;
	font-family: Georgia, serif;
	font-weight: normal;
	line-height: 49px;
}

h2 {
/*	color: #6a747c; */
	color: #000;
	font-size: 18px;
	font-family: Georgia, serif;
	font-weight: normal;
	line-height: 22px;
	margin: 0 0 15px 0;
}

p {
	margin: 0 0 15px 0;
}



#inet_paragraphs h1 {
	margin: 0;
	color: #6a747c;
	line-height: 30px;
}

#inet_paragraphs h2 {
	color: #6a747c;
}



a {
	color: #f78f1e;
	text-decoration: underline;
}

a:hover {
	color: #eb6811;
}



a img {
	border: none;
}

form {
	padding: 0;
	margin: 0;
}

hr {
	border: 0;
	/*
	color: #bbbec0;
	background-color: #bbbec0;
	*/
	color: #000;
	background-color: #000;
	height: 1px;
}

.reset {
	clear: both;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	margin: 0 0 -1px 0;
}


.clearfix:after {

    content: ".";

    display: block;

    clear: both;

    visibility: hidden;

    line-height: 0;

    height: 0;

}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

