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


/* GLOBAL: BODY
-------------------------------------------------------------------------------------- */
body{
	font-size: 9pt; 
	margin: 0px; 
	padding: 0px; 
	background: #4e4e4e; 
  	/*
  	background-position: top left; 
	background-repeat: repeat-y;
	background-image: url(../../images/bg.jpg);	
	*/
}
table{
	font-size: 9pt; 
	font-family: arial; 
	border: 0; 
  	border-collapse: collapse;
  	color: #c9c9c9;
}


/* GLOBAL: DEFAULT LINK STYLE
-------------------------------------------------------------------------------------- */
a {text-decoration: underline; color: #363742;}
a:hover{text-decoration: none; color: #fff;}
a img {border: none;}


/* GLOBAL: THEME LAYOUT
-------------------------------------------------------------------------------------- */

.cssThemeWrapper{
	position:absolute;
	top: 100px;
	left: 100px;
	margin-top: -300px;
	z-index:1;
}
/* following rules are invisible to IE 5 \*/
.cssThemeWrapper{
	top: 50%;
	left: 0;
	width: 100%;
	text-align: center;
	min-width: 1025px;
}
/* end IE 5 hack */
.cssThemeBlock{
	/*border: 1px #F00 dotted;*/
	position: relative;
	text-align: left;
	width: 1024px; 
	height: 600px;
	margin: 0 auto;
	background:#fff url(../../images/bg.jpg) no-repeat;
}
.cssLangBar{
	top: -10px;
	color: #fff; 
	right: 430px;
	position: absolute;
	font-family: arial;
	font-size: 10px;	
	background:#444549;
	padding: 5px 10px 5px 10px;	
	text-transform: uppercase;
}

/* GLOBAL: LOGO
-------------------------------------------------------------------------------------- */

h1 {
	z-index: 99;
	text-indent: -9999px;
	width: 350px;
	height: 90px;
	background: url(../../images/logo.png) no-repeat;
	position:absolute;
	left: 325px;
	top:22px;
	margin:0;
}
h1 a {
	display: block;
	width: 300px;
	height:90px;
	background: url(../../images/logo.png) no-repeat;
}
.cssHeaderFbLike{
	position: relative;
	float: left;
	width: 60px;
	height: 70px;
	margin: -10px 0px 0px 35px;
}


/* HEADER
-------------------------------------------------------------------------------------- */
.cssHeaderMainMenu{
	/*border: 1px #F00 dotted;*/
	z-index:2;
	position: relative;
	float: left;
	width: 924px;
	height: 110px;
	font-family: arial;
	font-size: 16px;	
	font-weight: bold;
	margin-left: 0px;
	padding: 0px 50px 0px 50px;
	text-transform: uppercase;
}
.cssHeaderMainMenu #navleft {
	float: left;
}
.cssHeaderMainMenu #navright {
	float: right;
}
.cssHeaderMainMenu ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	float: left;
}
.cssHeaderMainMenu li {
	float: left;
	padding: 45px 19px 0px 19px;
}
.cssHeaderMainMenu li a{
	float: left;
	display: block;
	color: #c9c9c9;
	text-decoration: none;
	text-align: center;
	padding: 0px 0px 7px 0px;
}
.cssHeaderMainMenu li a:hover{
	color: #fff;
	text-decoration: none;
	border-bottom: 5px #fff solid;
}


/* SLIDESHOW
-------------------------------------------------------------------------------------- */
.cssSlideShow{
	position: relative;
	float: left;		
	width: 924px;
	height: 360px;
	margin-left:50px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.cssSlideShow .cssSlideBlock1{
	background: #e1e5dc; 
	position: relative;
	float: left;		
	width:298px;
	height:290px;
}
.cssSlideShow .cssSlideBlock2{
	background: #e1e5dc; 
	position: relative;
	float: left;		
	width:298px;
	height:290px;
	margin:0 15px 0 15px;
}
.cssSlideShow .cssSlideBlock3{
	background: #e1e5dc; 
	position: relative;
	float: left;		
	width:298px;
	height:290px;
}


/* SECTION
-------------------------------------------------------------------------------------- */
.cssWelcomeIntro{
	/*border: 1px #F00 dotted;*/
	position: relative;
	float: left;
	width: 924px;
	height: 80px;
	font-family: arial;
	font-size: 14px;	
	color: #c9c9c9;
	padding: 10px 50px 0px 50px;
	text-align: center;
}


/* CONTENT LAYOUT AND SPACING MANAGEMENT
-------------------------------------------------------------------------------------- */
.cssContentWrapper{
	/*border: 1px #F00 dotted;*/
	float: left;
	position: relative;
	width: 924px;
	height: 390px;
	padding: 0px 50px 0px 50px;
}
.cssContentHorzLine{
	float: left;
	position: relative;
	width: 100%;
	height: 25px;
	border-bottom: #ccc 1px solid;
}
.cssContentSpacer{
	float: left;
	position: relative;
	width: 100%;
	height: 10px;
}


/* CONTENT
-------------------------------------------------------------------------------------- */
.cssContentTitle{
	font-family: times new roman; 
	color: #c9c9c9; 
	width: auto;
	float: right;
	position: relative;
	font-size: 28px; 
	padding: 0px 0px 10px 30px;
}
.cssContentDesp{
	/*border: 1px #F00 dotted;*/
	float: left;
	position: relative;
	font-family: arial;
	font-size: 12px;	
	color: #c9c9c9;
}
.cssContentTitleSub{
	font-family: arial; 
	color: #c9c9c9; 
	width: 200px;
	float: left;
	font-weight: bold;
	position: relative;
	font-size: 16px; 
	padding: 0px 0px 3px 0px;
}
.cssContentTitleSubLoc{
	font-family: arial; 
	color: #c9c9c9; 
	width: 200px;
	float: left;
	position: relative;
	font-size: 12px; 
	padding: 0px 0px 5px 0px;
}


/* PAGE NAVIGATION
-------------------------------------------------------------------------------------- */
.cssPageNav{
	float: left;
	position: relative;
	color: #5c674d; 
	width:924px;
	text-align: center;
	margin-top: 20px;
	padding: 5px 0px 5px 0px;
	border-bottom: 2px #bdc9a9 dotted;
	border-top: 2px #bdc9a9 dotted;
}
.cssPageNav a{
	font-family: times new roman; 
	color: #8b8b8b; 
	font-size: 20px;
	text-decoration: none;
	padding: 0px 30px 0px 30px; 
}
.cssPageNav a:hover{
	color: #c9c9c9;
	text-decoration: none;
}


/* GALLERY 
-------------------------------------------------------------------------------------- */
.cssGalleryPhoto{
	border: 7px #cfcdcd solid;
}
.cssGalleryPhoto:hover{
	border: 7px #616161 solid;
}
.cssGalleryNav{
	float: left;
	position: relative;
	font-family: times new roman; 
	font-size: 20px;
	color: #5c674d; 
	width:924px;
	text-align: center;
	margin-top: 20px;
	padding: 5px 0px 5px 0px;
	border-bottom: 2px #bdc9a9 dotted;
	border-top: 2px #bdc9a9 dotted;
}
.cssGalleryNav a{
	font-family: times new roman; 
	color: #8b8b8b; 
	font-size: 20px;
	text-decoration: none;
	padding: 0px 5px 0px 5px; 
}
.cssGalleryNav a:hover{
	color: #c9c9c9;
	text-decoration: none;
}


/* FOOTER
-------------------------------------------------------------------------------------- */
.cssFooterWrapper{
	/*border: 1px #F00 dotted;*/
	font-family: arial;
	font-size: 12px;
	color: #696a74;
	float: left;
	position: relative;
	width: 924px; 
	padding: 25px 50px 0px 50px;
}
.cssCopyright{
	float: left;
	position: relative;
}
.cssFacebookIco{
	margin-left:20px;
	margin-top:-10px;
	float: left;
	position: relative;
}
.cssTwitterIco{
	margin-left:5px;
	margin-top:-10px;
	float: left;
	position: relative;
}
.cssPowered{
	float: right;
	position: relative;
	margin-top: 15px;
}
.cssFooterSearch{
	position: absolute;
	right: 300px;
	top: 25px;	
	width: 230px;	
	text-align: right;
}
.cssFooterSearch .cssSearchBox{
	height: 16px; 
	width: 150px;
	font-family: arial; 
	font-size: 10pt; 
	border-style: solid; 
	border-width: 1px; 
	border-color: #a2a39f; 
	background-color: #ffffff; 
	padding: 2px;
	margin-top: 5px;
	color: #4f4f4f;
}
.cssFooterSearch .cssSearchBtn{
	height: 22px; 
	font-family: arial; 
	font-size: 9pt; 
	background-color: #525252; 
	color: #fff; 
	padding: 2px 5px 3px 5px;
	border-style: none; 
	border-width: 0px; 
}

































/* CONTENT TABLE
---------------------------------------------------------- */
.cssTblCareer{
	border: 1px dashed #bcbcbc;
	width: 100%;
} 
.cssTblCareer td{
	padding: 4px 2px 4px 6px; 
	font-size: 9pt; 
	font-family: arial; 
	border: 1px #bcbcbc dashed;
} 


/* FORM OBJECT
-------------------------------------------------------------------------------------- */
.frm_general{
	height: 20px; 
	font-family: arial; 
	font-size: 12pt; 
	border-style: solid; 
	border-width: 1px; 
	border-color: #a2a39f; 
	background-color: #ffffff; 
	color: #000000; 
	padding: 2px;
	margin-top: 5px;
	color: #4f4f4f;
}

.frm_browse{
	width: 280px; 
	font-family: tahoma; 
	font-size: 10pt; 
	border-style: solid; 
	border-width: 1px; 
	border-color: #a2a39f; 
	background-color: #ffffff; 
	color: #000000; 
	margin-left: 1px; 
	margin-right: 1px; 
	padding: 2px;
}

.frm_textarea{
	font-family: arial; 
	font-size: 12pt; 
	border-style: solid; 
	border-width: 1px; 
	border-color: #a2a39f; 
	background-color: #ffffff; 
	color: #000000; 
	margin-top: 5px;
	padding: 2px;
	color: #4f4f4f;
}

/* OTHER STYLE
---------------------------------------------------------- */
.cssSecurityCode{
	margin-top: 5px; 
	width: 37px; 
	height: 20px; 
	padding: 3px 8px 3px 8px; 
	background: #255294; 
	font-size: 12pt; 
	color: #fff; 
	font-weight: bold;
}