html, body {
	margin: 0; padding : 0;
	background-color: #676766;
}

#page_wrap { min-width: 950px; background-image: url(../img/page_shadow_black.png); background-repeat: repeat-x; }
#page_wrap.academy { background-image: url(../img/page_shadow_violet.gif); }

#page { width: 955px; margin: 0 auto; }

#top_nav { height: 42px; }

#document_wrap { background-color: #fff; padding: 5px; }

#document { }

#header { background-color: #1e1e1e; height: 85px; overflow: hidden; }

#content_top { margin: 10px 0 10px 0; padding: 0; }
#content { margin: 10px 0 10px 0; padding: 0; }

/*#footer { margin: 5px 0 15px 0; clear: both; }*/
#footer { margin: 0; }

/* ELEMENTS */

#master_nav { float: left; }

#small_nav { float: right; height: 42px; }
#small_nav ul { margin-top: 25px; list-style-type: none; }
#small_nav li { float: left; margin: 0 0.4em; }
#small_nav a { color: #ccc; text-decoration: none;}
#small_nav a:hover { text-decoration: none; }

#logo { float: left; width: 513px; height: 85px; }

#big_nav { height: 85px; font-family: arial narrow, helvetica condensed, arial, verdana; font-size: 14px; text-transform: uppercase; overflow: hidden;}
#big_nav table {height: 85px; margin: 0; padding: 0; width: 100%;}
#big_nav td { margin: 0px; padding:0px; height: 85px; border-right: 1px solid #fff; vertical-align:center;}
#big_nav td.first_item { background-image: url(../img/header_arrow.png); background-repeat: no-repeat; padding-left:10px;}
#big_nav td.active { background-color: #666; }
#big_nav a { color: #fff; font-weight: bold; text-decoration: none; margin: 0px; padding:10px; display:block;}
#big_nav a:hover { color: #ccc; }


#bread_line { background: #e1e1e1 url(../img/bread_line_bg.png) repeat-x top; }
#breadcrumb_nav { float: left; padding: 8px 0; margin: 0 10px; }
#breadcrumb_nav a { color: #000; text-decoration: underline; }
#breadcrumb_nav a:hover { color: #000; text-decoration: none; }
#breadcrumb_nav br { display: none; }
#search { float: right; line-height: 30px; margin: 0 10px 0 10px; }
#search fieldset { border: 0; margin: 0; padding: 0; width: 150px; }
#search .search_text {
	background: transparent url(../../../tools/jNice/elements/text.png) repeat-x left top;
	border:1px solid #96999d;
	color:#585858;
	font-size:10px;
	line-height:14px;
	padding:0px 2px 0px 2px;
	height:16px;
	margin:6px 0px 0px 0px;
	display:block;
	float:left;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
#search .search_submit {
	background: transparent url(../img/search.gif) repeat-x left top;
	width:18px;
	height:18px;
	display:block;
	float:left;
	cursor:pointer;
	color:transparent;
	font-size:0px;
	line-height:0px;
	margin:6px 0px 0px 2px;
	padding:0px;
	border:0px !important;
}

#footer_line { height: 40px; line-height: 40px; background-color: #1d1d1d; color: #fff; font-weight: bold; text-decoration: none; font-family: arial narrow,arial,verdana; font-size: 14px; text-transform: uppercase; }
#footer_nav { float: left; height: 40px; }
#footer_nav img { display: block; float: left; }
#footer_nav table{ float: left; margin: 0; padding: 0; }
#footer_nav td { margin: 0; }
#footer_nav a { display: block; color: #fff; font-weight: bold; text-decoration: none; margin: 0 10px; }
#footer_nav a:hover { color: #ccc; }
#footer_line_right{ float: right; display:block; margin-right: 10px; }

#footer_content { background: #333 url(../img/footer.jpg) no-repeat; padding: 15px 15px 25px 15px; text-align: center; color: #fff; }


#content #submenu { padding: 0; margin: 0; list-style-type: none; }
#content #submenu li a { text-decoration: none; display: block; font-family: arial narrow, arial; font-size: 18px; font-weight: bold; line-height: 2em; background-image: url(../img/submenu_bg.jpg); background-repeat: repeat-x; width: 100%; height: 2em; text-transform: uppercase; text-indent: 1em; margin: 5px 0; }
/* subsub */
#content #submenu .subsub { padding: 0; margin: 0; list-style-type: none; }
#content #submenu .subsub li { margin: 0 5px 0 25px; }
#content #submenu .subsub li a { text-decoration: none; display: block; font-family: arial narrow, arial; font-size: 13px; font-weight: bold; line-height: 1.5em; background-image: none; background-color: #fff; height: auto; width: 100%; text-transform: uppercase; text-indent: 0; margin: 5px 0; }
#content #submenu .subsub li a:link { text-decoration: none; background-color: #fff; }
#content #submenu .subsub li a:visited { text-decoration: none; background-color: #fff; }
#content #submenu .subsub li a:active { text-decoration: none; background-color: #fff; }


a img { border: 0; }

/* CLEAR */
.clear {
	background-color:transparent;
	clear:both;
	display:block;
	font-size:0;
	height:1px;
	line-height:0;
	margin:0;
	overflow:hidden;
	padding:0;
	width:100%;
	height: 0px;
}

