@charset "utf-8";
/* CSS Document */

body {
	/*background-image:url(../images/interface/bg_main.jpg);*/
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#333;
	background-color:#f26522;
	background-position:top left;
	background-repeat:repeat;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}
h1 {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	color:#f26522;
	display:inline;
	line-height:20px;
	margin-top:10px;
	margin-bottom:5px;
	margin-left:0px;
	margin-right:0px;
}
h2 {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	color:#333;
	display:inline;
	line-height:20px;
	margin-top:10px;
	margin-bottom:5px;
	margin-left:0px;
	margin-right:0px;
}
#global_container {
	background-image:url(../images/interface/top_bar.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	background-color:#FFF;
	width: 974px;
	height:650px;
	position: absolute;
	left: 50%;
	top:50%;
	margin-top:-325px;
	margin-left: -485px;
	border:3px solid #FFF;
}
#logo_box {
	background-image:url(../images/interface/logo.jpg);
	background-position:center center;
	background-repeat:no-repeat;
	width:200px;
	height:85px;
	display:block;
	float:left;
	margin-top:15px;
}
#slogan_box {
	width:750px;
	height:70px;
	float:left;
	display:block;
	margin-top:15px;
	text-align:right;
	padding-right:20px;
	padding-top:15px;
}
#search_box {
	background-color:#f26522;
	width:200px;
	height:25px;
	float:left;
	display:block;
	margin-right:2px;
}
#search_box form {margin:0px;}
#search_box .fields {
	font-size:11px;
	width:120px;
	height:12px;
	background-color:#eee;
	border:1px solid #333;
	color:#333;
	margin-top:5px;
	margin-left:10px;
	margin-right:6px;
	display:block;
	float:left;
}
#search_box .buttons {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:10px;
	width:50px;
	height:16px;
	background-color:#ffd3be;
	border:1px solid #333;
	color:#333;
	margin-top:5px;
	display:block;
	float:left;
	text-align:center;
}
#dark_splitbar {
	background-color:#333;
	width:753px;
	height:21px;
	text-align:right;
	padding-right:15px;
	padding-top:4px;
	float:left;
	display:block;
}
#aux_box {
	width:200px;
	height:483px;
	float:left;
	display:block;
	margin-right:2px;
	margin-top:2px;
}
#menu {
	background-image:url(../images/interface/bg_menu.jpg);
	background-position:center center;
	background-repeat:no-repeat;
	width:200px;
	height:305px;
	float:left;
	display:block;
}
#menu #spacer {height:10px;}
#menu .menu_item {
	height:22px;
	margin-bottom:3px;
}
#menu .menu_item img {
	display:block;
	float:right;
	margin:0px;
	text-align:right;
}
#menu .menu_item .txtbox {
	height:18px;
	width:165px;
	background-color:#f2d6b1;
	padding-top:4px;
	display:block;
	float:right;
	font-weight:bold;
}
#menu #child_container {
	margin-bottom:15px;
	display:block;
	}
#menu #child_container .child {
	height:18px;
	padding-left:35px;
	padding-top:3px;
	font-size:11px;
	font-weight:bold;
	margin-top:1px;
	display:block;
}
#navigation_area {
	overflow:auto;
	width:768px;
	height:489px;
	float:left;
	display:block;
	margin-top:2px;
	scrollbar-shadow-color: #f25f01; 
	scrollbar-track-color: #EEE; 
	scrollbar-highlight-color: #ffffff; 
	scrollbar-darkshadow-color: #ffffff; 
	scrollbar-base-color: #ffffff; 
	scrollbar-3dlight-color: #f25f01; 
	scrollbar-face-color: #ffffff; 
	scrollbar-arrow-color: #f25f01;
}
#navigation_area #content {
	background-color:#FFF;
	padding:25px;
	float:left;
	display:block;
}

#content {
	background-color:#FFF;
	padding:25px;
	float:left;
	display:block;
}

#content fieldset {
	width:400px;
	text-align:left;
	padding-left:25px;
	background-color:#EEE;
	border:1px solid #F30;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#333;
	padding-bottom:15px;
	padding-top:15px;
}
#content fieldset legend {margin-bottom:15px;}

#content fieldset label {
	width: 30%;
	float: left;
	clear: both;
	padding-right: 20px;
	font-weight: normal;
	font-size:11px;
}
#content fieldset .fields {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	width:185px;
}
#content fieldset .buttons {
	background-color:#f26522;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:10px;
	border:1px solid #ccc;
	color:#EEE;
	width:100px;
	margin-top:10px;
	margin-left:140px;
}
#content fieldset input {
	float:left;
	display:block;
}
#content #pContact {
	width:478px;
	float:left;
	display:block;
	border:1px solid #999;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	margin-right:15px;
	padding:8px;
}
#content .contact_menu {
	background-color:#EEE;
	border:1px solid #999;
	width:150px;
	height:123px;
	float:left;
	display:block;
	text-align:center;
	padding:8px;
}
#content .pic_container {
	width:486px;
	float:left;
	display:block;
	padding-top:6px;
	padding-bottom:6px;
	padding-right:0px;
	padding-left:8px;
	border:1px solid #999;
	margin-top:10px;
}
#content .pic_container .pic_item {
	float:left;
	display:block;
	border-right:1px dotted #999;
	padding:5px;
	width:145px;
	text-align:center;
}
#content .pic_container .pic_item_last {
	float:left;
	display:block;
	padding:5px;
	width:145px;
	text-align:center;
}
#content #staff img {
	margin-bottom:10px;
	border:1px solid #333;
}
#content .pic_container .pic_item_last img {
	float:left;
	display:block;
	clear:both;
	/*margin-right:23px;*/
	margin-bottom:10px;
	border:1px solid #333;
	text-align:center;
}
#content .pic_container .pic_item .info {
	float:left;
	display:block;
	width:144px;
	text-align:center;
	clear:both;
}
#content .pic_container .pic_item_last .info {
	float:left;
	display:block;
	width:144px;
	text-align:center;
	clear:both;
}
#content .pic_container .pic_item .info p {
	margin-top:1px;
	margin-bottom:1px;
}
#content .pic_container .pic_item_last .info p {
	margin-top:1px;
	margin-bottom:1px;
}
#nadorcott_access {
	background-image:url(../images/interface/bg_nadorcott.jpg);
	background-position:center center;
	background-repeat:no-repeat;
	width:170px;
	height:167px;
	float:left;
	display:block;
	margin-top:1px;
	padding-top:10px;
	padding-left:15px;
	padding-right:15px;	
}
#nadorcott_access #spacer {height:10px;}
#nadorcott_access #user_title {
	height:15px;
	padding-left:15px;
	padding-right:15px;
}
#nadorcott_access #user_field {
	height:20px;
	padding-left:15px;
	padding-right:15px;
}
#nadorcott_access #user_field .fields {
	width:100%;
	height:16px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:10px;
	color:#333;
	background-color:#eee;
	border:1px solid #333;
}
#nadorcott_access #password_title {
	height:15px;
	padding-top:10px;
	padding-left:15px;
	padding-right:15px;
}
#nadorcott_access #password_field {
	height:20px;
	padding-left:15px;
	padding-right:15px;
}
#nadorcott_access #password_field .fields {
	width:100%;
	height:16px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:10px;
	color:#333;
	background-color:#eee;
	border:1px solid #333;
}
#nadorcott_access #button {text-align:center;}
#nadorcott_access .buttons {
	width:55px;
	height:20px;
	background-color:#cfe584;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#333;
	border:1px solid #333;
	margin-top:15px;
}
#flash_container {
	width:515px;
	height:305px;
	float:left;
	display:block;
	margin-right:2px;
}
#news_box {
	width:235px;
	height:300px;
	background-image:url(../images/interface/bg_news_box.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
	float:left;
	display:block;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	padding-left:15px;
	padding-top:4px;
}
#news_box #spacer {height:10px;}
#news_box .news_container {
	height:230px;
	overflow: hidden;
	padding-right:15px;
}
#news_box .news_container .date {
	height:15px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#333;
	margin-bottom:3px;
}

#news_box .news_container .news_body {
	width: 230px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#333;
	text-align:justify;
	margin-bottom:3px;
}
#news_box .news_container .details {
	width: 230px;
	font-size:11px;
	height:12px;
	text-align:right;
	margin-bottom:8px;
	}
	
.news_history {
	font-weight:bold;
	color:#036;
	margin-bottom:5px;
}
a.news_history:link {text-decoration:none;}
a.news_history:active {text-decoration:none;}
a.news_history:visited {text-decoration:none;}
a.news_history:hover {text-decoration:none;color:#F60;}


.img_scroll_down_on{
	background-image: url(../images/icons/scroll_down_on.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 15px;
	height: 8px;
	cursor: pointer;		
}

.img_scroll_down_off{
	background-image: url(../images/icons/scroll_down_off.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 15px;
	height: 8px;
	cursor: pointer;		
}

.img_scroll_up_on{
	background-image: url(../images/icons/scroll_up_on.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 15px;
	height: 8px;
	cursor: pointer;		
}

.img_scroll_up_off{
	background-image: url(../images/icons/scroll_up_off.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 15px;
	height: 8px;
	cursor: pointer;		
}

#bottom_box {
	width:767px;
	height:175px;
	background-image:url(../images/interface/bg_small_pics.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	float:left;
	display:block;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	margin-top:2px;
}
#home_pics_1 {
	width:254px;
	height:170px;
	float:left;
	border-right:1px dotted #ccc;
	margin-top:3px;
	text-align:center;
	display:block;
}
#home_pics_1 img {
	margin-top:25px;
	border:1px solid #333;
	margin-bottom:5px;
	clear:both;
}
#home_pics_2 {
	width:254px;
	height:170px;
	float:left;
	border-right:1px dotted #ccc;
	margin-top:3px;
	text-align:center;
	display:block;
}
#home_pics_2 img {
	margin-top:25px;
	border:1px solid #333;
	margin-bottom:5px;
/*	clear:both; */
}

#home_pics_3 {
	width:254px;
	height:170px;
	float:left;
	margin-top:3px;
	text-align:center;
	display:block;
}
#home_pics_3 img {
	margin-top:25px;
	border:1px solid #333;
	margin-bottom:5px;
	clear:both;
}

#site_map {
	width:235px;
	height:170px;
	float:left;
	display:block;
	padding-left:15px;
	margin-top:3px;
}
#site_map #spacer {height:3px;}
#site_map .parent {
	font-size:12px;
	height:14px;
	background-image:url(../images/interface/bullet_1.jpg);
	background-position:5px;
	background-repeat:no-repeat;
	padding-left:15px;
	padding-top:2px;
}
#site_map .child {
	font-size:12px;
	height:14px;
	background-image:url(../images/interface/bullet_2.jpg);
	background-position:25px;
	background-repeat:no-repeat;
	padding-left:35px;
	padding-top:2px;
}
#global_container #address {
	width:550px;
	height:25px;
	padding-top:15px;
	padding-left:10px;
	display:block;
	float:left;
}
#global_container #alt_nav {
	width:380px;
	height:25px;
	padding-top:15px;
	padding-right:10px;
	text-align:right;
	display:block;
	float:left;
}
.txtDark {color:#333;}

a.txtDark:link {text-decoration:none;}
a.txtDark:active {text-decoration:none;}
a.txtDark:visited {text-decoration:none;}
a.txtDark:hover {text-decoration:none;color:#f26522}

.txtDark2 {color:#333;}

a.txtDark2:link {text-decoration:none;}
a.txtDark2:active {text-decoration:none;}
a.txtDark2:visited {text-decoration:none;}
a.txtDark2:hover {text-decoration:none;color:#fff}

.txtOrange {color:#f26522;}

a.txtOrange:link {text-decoration:none;}
a.txtOrange:active {text-decoration:none;}
a.txtOrange:visited {text-decoration:none;}
a.txtOrange:hover {text-decoration:none;color:#999}

.cargo {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:10px;
	color:#F60;
}
.img_noborder {border:1px solid #FFF;}

/******* Add by Alventosaster :) ***************/
.zebra th {
	background: #f26522;
	color: #fff;
	font-weight: bold;
	padding: 5px 5px;
	text-align: left;
}

.zebra td {
	padding: 5px 5px;
	border-bottom: 1px solid #f26522;
	vertical-align: middle;
}

.zebra tr.alt td {
	background: #ffcbb2;
}


.zebra tr.over td {
	background: #f5a077;
}
/***********************************************/

#intranet_body {background-color:#FFF;}

#menu_intranet li {
	margin-top:2px;
	margin-bottom:5px;
	padding-bottom:5px;
	border-bottom:1px dotted #999;
}
#notice_image img {
	margin-top:10px;
	margin-right:15px;
	margin-bottom:15px;
}
#content #notice {
	float:left;
	display:block;
	margin-bottom:10px;
	clear:both;
}
#date {margin-bottom:10px;}
#notice_content {text-align:justify;}
#notice_file {margin-top:15px;}
#news_icons {
	float:left;
	display:block;
}
#notice_header {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#666;
}

#send_friend fieldset {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-bottom: 20px;
	text-align:left;
}
#send_friend fieldset legend {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	margin-left: 36px;
	line-height: 18px;
	padding-right: 6px;
	padding-left: 4px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#send_friend fieldset label {
	width: 30%;
	float: left;
	clear: both;
	padding-right: 20px;
	font-weight: normal;
}

.split_line {
	height:10px;
	border-top:1px solid #999;
	margin-top:5px;
	clear:both;
}

.horizontal_split_orange {
	background-image: url(../images/interface/dotted_line_orange.gif);
	background-repeat: repeat-x;
	background-position: left center;
	height: 17px;
}

.horizontal_split_orange_notice{
	float:left;
	clear:both;	
	background-image: url(../images/interface/dotted_line_orange.gif);
	background-repeat: repeat-x;
	background-position: left center;
	width:100%;	
}

#paginator {
	float:right;
	clear:both;	
}

/*#send_friend fieldset {
	text-align:left;
	padding-left:25px;
	background-color:#EEE;
	border:1px solid #F30;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#333;
	padding-bottom:15px;
	padding-top:15px;
}
#send_friend fieldset legend {
	text-align: left;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 14px;
	margin-bottom: 10px;
}
#send_friend fieldset label {
	width: 40%;
	float: left;
	clear: both;
	padding-right: 20px;
	font-weight: normal;
	font-size:11px;
}
#send_friend fieldset .buttons {
	background-color:#f26522;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:10px;
	border:1px solid #ccc;
	color:#EEE;
	width:100px;
	margin-top:10px;
	margin-left:140px;
}
#send_friend fieldset input {
	float:left;
	display:block;
	width:60%;
}*/