html, body {
	margin: 0;
	padding: 0;
/*	height: 100%;*/
}

body {
	background: url(../images/body_bg.gif) repeat;	
	color: #000;
}

body, table, input, textarea, select {
	font-family: verdana, helvetica, sans-serif;
	font-size: 11px;
}

body#popup {
	background: #fff;
	margin: 10px;
}

.input-text-a, .input-text-b, .input-text-c, .input-text-d, .input-text-login, .input-text-view, .input-text-search {
	border-top: 1px solid #888;
	border-left: 1px solid #888;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 1px;
}

.input-text-login {	
	width: 170px;
}

.input-text-view {
	width: 250px;
}

.input-but {
	background: #fff;
	margin-top: 5px;
}

form {
	padding: 0;
	margin: 0;
}


h1 {
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 10px 0;
	color: #2b363d;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 10px 0;
	color: #2b363d;
}

p {
	margin: 0;
	padding: 0 0 8px 0;
}

img {
	border: none;
}

a {
	color: #d77901;
	text-decoration: none;
}

a:hover {
	color: #000;
}

/** MENUS **/
.top_menu, .main_menu, .left_menu, .left_menu li ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.top_menu li {
	display: inline;
}

.top_menu li a, .left_menu li a {
	color: #2b363d;
	background: url(../images/triangle_black.gif) no-repeat 0 50%;
	padding: 0 0 0 15px;
}

.top_menu a:hover, .top_menu a.active, .left_menu li a:hover, .left_menu li a.active, .left_menu li a.subactive {
	color: #d77901;
	background: url(../images/triangle_orange.gif) no-repeat 0 50%;
}

.top_menu li {
	padding: 0 0 0 5px; 
	margin: 0 3px 0 0;
}

.main_menu li {
	float: left;
	padding: 5px 0 3px 0;
}

.main_menu li.active {
	padding: 0 0 0 0;
}

.main_menu li a {
	color: #2b363d;
	font-weight: bold;
	background: url(../images/main_menu_a_bg.gif) no-repeat 100% 1px;
	padding: 0 15px 0 0;
	margin: 0 0 0 15px;
}

.main_menu li a.active, .main_menu li a.subactive {
	background: none;
	padding: 0;
	margin: 0;
}

.main_menu li a.before_selected {
	background: none;
	padding: 0;
}

.main_menu li a.after_selected {
	margin: 0;
}

.main_menu li a:hover, .main_menu li a.active, .main_menu li a.subactive {
	color: #d77901;
}

.left_menu {
	padding: 0 0 10px 0;
}

.left_menu li {
	background: url(../images/left_menu_li_bg.gif) no-repeat 10px 100%;
	padding: 5px 0 5px 0;
}

.left_menu li.before_selected {
	background: none;
}

.left_menu li a {
	background: url(../images/triangle_black.gif) no-repeat 0 50%;
	font-size: 12px;
	display : block;
	margin: 0 0 0 10px;
}

.left_menu li a:hover, .left_menu li a.active, .left_menu li a.subactive {
	background: url(../images/triangle_orange.gif) no-repeat 0 50%;
	font-weight: bold;
}

.left_menu li.active {
	background: #e9eaea;
	margin: 0;
}

.left_menu li ul {
	margin: 5px 0 0 0;
	padding: 5px 0 0 10px;
	background: #e9eaea;
}

.left_menu li ul li {
	background: none;
	padding: 5px 0 5px 0;
}

.left_menu li ul li a {
	background: url(../images/triangle_normal.gif) no-repeat 0 50%;
	padding: 0 0 0 10px;
	font-size: 11px;
}

.left_menu li ul li a:hover, .left_menu li ul li a.active {
	background: url(../images/triangle_normal.gif) no-repeat 0 50%;
	font-weight: bold;
	color: #2b363d;
}

li.first {
	border: none;
}

/** PAGES **/
#container {
	width: 954px;
/*	height: 100%; */
	margin: 0 auto auto auto;
	background: #fff url(../images/content_bg.gif) repeat-y;	
}

#container td {
	vertical-align: top;
}

#top_menu {
	height: 18px;
	padding: 11px 9px 0 0;
	background: url(../images/body_bg.gif) repeat;
}

#top_bar {
	height: 119px;
}

#main_menu {
	height: 22px;
	width: 936px;
	background: url(../images/main_menu_bg.gif) repeat-x;
	margin: 0 0 0 9px;
}

#main_menu tr {
	vertical-align: middle;
}

#main_menu td {
	padding: 0 0 0 25px;
	vertical-align: middle;
}

#search {
	height: 31px;
	background: url(../images/search_bg.jpg) no-repeat 9px 0px;
	text-align: right;
	padding-right: 9px;
}

#content {
	padding: 20px 20px 0 20px;
 }

#left_container_margin {
	float: left;
	width: 235px;
}
 
#left_menu_container {
	margin: 0;
}

#left_menu {
	width: 213px;
	background: #cecfd0;
}

#content_inner {
	float: left;
	width: 668px;
}

#content_inner_right {
	float: left;
	width: 458px;
}



td#footer {
	padding: 10px 20px 10px 20px;
	text-align: center;
	vertical-align: bottom;
	height: 30px;
}

/** FRONTPAGE **/
#frontpage_left_container, #frontpage_content {
	float: left;
}

#frontpage_content {
	margin: 0 0 0 20px;
}

#frontpage_content p {
	margin: 0;
	padding: 0 0 4px 0;
}

#frontpage_left {
	background: #cecfd0;
	width: 213px;
}

#loginbox {
	margin: 0 14px 7px 15px;
	padding-top: 10px;
}

#loginbox .login {
	background: #343c40 url(../images/loginbox_top.gif) no-repeat;
	height: 28px;
}

#loginbox h2 {
	padding: 5px 5px 3px 5px;
	font-size: 11px;
	color: #fff;
	margin: 0;
}

#loginbox #content_nologin, #loginbox #content_login {
	background: #fff url(../images/loginbox_tile.gif) repeat-y;
	color: #000;
	margin: 0;
	padding: 3px 5px 3px 5px;
}

#latest-pub {
	margin: 0 14px 0 14px;
}

#latest-pub .line {
	background: url(../images/dot_line_h.gif) repeat-x 50% 50%;
	margin: 0 0 10px 0;
}

#latest-pub h2 {
	font-size: 11px;
	background: #cecfd0;
	display: inline;
	padding: 0 2px 0 2px;
	margin: 0 0 0 13px;
}

#latest-pub .item {
	margin: 0 0 6px 0;
	background: url(../images/triangle_orange.gif) no-repeat 0 50%;
	padding: 0 0 0 15px;
}

#latest-pub .item a {
	color: #000;
}

#latest-pub .item a:hover {
	color: #d77901;
}

.frontpage_box {
	float: left;
	width: 200px;
	background: url(../images/orange_line.jpg) no-repeat;
	padding: 10px 0 10px 0;
	margin: 0 0 0 25px;
}

.frontpage_box h2 {
	font-size: 12px;
	border-top: 1px solid #898989;
	padding-top: 2px;
}

.frontpage img {
	border-bottom: 1px solid #d3d3d3;
}

/** BASIC **/
.basic_box {
	background: #e9eaea;
	width: 100%;
}

/** SEARCH **/
#search input {
	text-align: right;
}

a.search_submit_label {
	color: #fff;
}

#search_submit {
	float: right;
	margin: 0 5px 0 5px;
}

/** EMPLOYEES **/
.employee_sections {
	margin: 0 0 7px 0;
	padding: 17px 0 0 0;
	clear: both;
	background: url(../images/dot_line_h_grey.gif) repeat-x 0 0;
	width: 100%;
}

h1.employee-title {
	background: url(../images/dot_line_h_grey.gif) repeat-x left bottom;
	padding-bottom: 10px;
}

.employee-footer {
	background: url(../images/dot_line_h_grey.gif) repeat-x left top;
	padding-top: 8px;
	text-align: right;
	margin-top: 10px;
}

/** FOOTER **/
.footer_item {
	background: url(../images/line_black_v.gif) no-repeat 0 50%;
	padding: 0 0 0 10px;
	margin: 0 0 0 9px;
}

.footer-line {
	background: url(../images/dot_line_h_grey.gif) repeat-x 0 0;
	padding-top: 8px
}


.resume_sections {
	padding: 17px 0 0 0;
	background: url(../images/dot_line_h_grey.gif) repeat-x 0 0;
	margin: 10px 0 0 0;
}


/** GENERAL CLASSES **/
.normal_sections {
	margin: 20px 0 0 0;
}

.header_employees {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 10px 0;
	color: #2b363d;
}

.header_employees {
	font-size: 12px;
	margin: 0;
}

a.link, a.download {
	background: url(../images/triangle_orange.gif) no-repeat 0 50%;
	padding: 0 0 0 15px;
}

a.link:hover, a.download:hover {
	background: url(../images/triangle_black.gif) no-repeat 0 50%;
}

.bold {
	font-weight: bold;
}

.t_a_r {
	text-align: right;
}

.t_a_c {
	text-align: center;
}

.no_bg {
	background: none;
}

.no_margin {
	margin: 0;
}

.no_padding {
	padding: 0;
}

.img_f_r {
	float: right;
	margin: 0 0 10px 10px;
}

.img_f_l {
	float: left;
	margin: 0 10px 10px 0;
}

.f_r {
	float: right;
}

.c_b {
	clear: both;
}

.c_l {
	clear: left;
}

.light_grey {
	color: #898989;
}

.orange {
	color: #d77901;
}

.dot_line_h {
	height: 1px;
	background: url(../images/dot_line_h_grey.gif) repeat-x;
}

.button_left_1, .button_center_1, .button_right_1, .button_left_2, .button_center_2, .button_right_2 {
	float: left;
	padding: 3px 0 0 0;
}

.button_left_1, .button_center_1, .button_right_1 {
	position: relative;
}

.button_left_1, .button_right_1 {
	display: block;
}

.button_link {
	background: #fff;
	text-align: center;
	height: 19px;
	float: left;
}

.button_link2 {
	text-align: center;
	padding-top: 2px;
	float: left;
}

.button_left_2, .button_center_2, .button_right_2 {
	padding: 0 0 0 0;
}

.button_center_2 {
	background: url(../images/button_center_2.gif) repeat-x;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	padding: 2px 3px 0 3px;
	text-align: center;
} 

.button2_link {
	text-align: center;
	float: left;
	height: 22px;
	background: url(../images/triangle_white.gif) no-repeat 0 3px;
	padding-left: 10px;	
}

#letterlist {
	background: url(../images/dot_line_h.gif) repeat-x left top;
	padding-top: 2px;
}

#letterlist .inner {
	background: url(../images/dot_line_h.gif) repeat-x left bottom;
	padding-bottom: 2px;
}

#letterlist a {
	background: url(../images/dot_line_v.gif) repeat-y left top;
	padding-left: 3px;
}

#letterlist a.first {
	background: none;
}

#writers .item a {
	background: url(../images/triangle_normal.gif) no-repeat left center;
	padding-left: 10px;
	color: #2b363d;
	font-weight: bold;
}

#writers .item a:hover {
	color: #d77901;
}

#writers .item .title {
	margin-left: 10px;
}


.import img {
	float: left;
	margin: 0 10px 10px 0;	
}

.import .AuthorTitle {
	padding-bottom: 0px;
	font-weight: bold;
}

.import h3 {
	font-size: 11px;
	font-weight: bold;
	margin-top: 0px;
	padding-top: 0px;
}

.import .Heading3-1 {
	font-weight: bold;
}

.import .Normal-1 {
	clear: left;
}


#sitemap {
	padding: 0;
	margin: 0;
	font-weight: bold;
}
	
#sitemap ul.level1 {
	list-style: none;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
	border-left: 1px solid #21333b;
}

#sitemap ul.level1 li {
	margin: 0 0 20px 0;
	padding: 0;
}

#sitemap ul.level1 li a {
	background: url(../images/line1.gif) no-repeat left center;
	padding-left: 25px;
}

#sitemap ul.level2 {
	list-style: none;
	font-weight: normal;
	text-transform: none;
	padding: 10px 0 0 25px;
	margin: 0;
}
#sitemap ul.level1 li ul.level2 li {
	margin: 0;
	padding: 0;
}
#sitemap ul.level1 li ul.level2 li a {
	background: none;
	padding: 0;
}
#sitemap ul.level2 li ul.level2 {
	padding: 10px 0 0 20px;
	margin: 0;
}
#sitemap ul.level2 li ul.level2 li a {
	background: url(../images/triangle_normal.gif) no-repeat left center;
	padding-left: 10px;
}
#sitemap li, #sitemap ul.level1 li ul.level2 li {
	margin: 0 0 5px 0;
	padding: 0;
}
#sitemap li.main {
	margin: 5px 0 5px 0;
	padding: 0;
}

	
#image_topbar {
	margin-bottom: 10px;
}


#rightbox {
	float: right;
	width: 212px;
	margin-top: 20px;
}

#rightbox .textbox {
	margin: 0 15px 20px 0;
}

#rightbox h2 {
	font-size: 11px;
	background: #fff;
	display: inline;
	padding: 0 2px 0 2px;
	margin: 0 0 0 13px;
}

#rightbox .textbox p {
	margin: 0;
	padding: 0 0 5px 0;
}

#rightbox .line {
	background: url(../images/dot_line_h.gif) repeat-x 50% 50%;
	margin-bottom: 10px;
}


#rightbox .linebox {
	margin: 0 15px 20px 0;
	background: url(../images/rightbox_tile.gif) repeat-y;
}

#rightbox .linebox .head {
	background: #343c40 url(../images/rightbox_top.jpg) no-repeat;
	height: 26px;
}

#rightbox .linebox h2 {
	color: #fff;
	background: transparent;
	padding: 6px 4px 0 6px;
	margin: 0;
	display: block;
}

#rightbox .linebox .image {
	padding: 0 1px 0 1px;
}

#rightbox .linebox p {
	padding: 5px 5px 5px 5px;
	margin: 0;
}


.mce_medium {
	font-size: 14px;
}

.mce_large {
	font-size: 16px;
}

.mce_xlarge {
	font-size: 18px;
}

.mce_xxlarge {
	font-size: 20px;
}

.search_item {
	padding: 0 0 10px 0;
}
