html, body {
	margin: 0;
	padding: 0;
  background-color: #FFFFFF;
  font: 12px Arial, Verdana, Helvetica, sans-serif;
  color: #494949;
}

h2 {
  font-width: bold;
  font-size: 16px;
}

.main {
  clear: both;
	margin: 0 auto;
  width: 980px;
}

header {
  width: 100%;
}
header .container {
  position: relative;
  margin: 0 auto;
  width: 980px;
  height: 85px;
}

img.logo {
	position: absolute;
	top: 20px;
	left: 0px;
}

img.aboutus {
	position: absolute;
	top: 10px;
	left: 50px;
}

img.notice_close {
	position: absolute;
	top: -10px;
	right: 18px;
	height: 14px;
	width: 14px;
	cursor: pointer;
}

.none {
  clear: both;
  background: none;
  height: 1px; 
}

.clr {
  clear: both;
  width: 100%;
  height: 20px; 
}

a {
	color: #0066CC;
	text-decoration: none;
}

a:hover {
	color : #CC6600;
	text-decoration : underline;
}

a:active {
	color : #333333;
	text-decoration : underline;
}

img { border-style: none; }

.button {
	border: solid 1px #039909;
  background: url(../img/butoff_bg.gif) top center repeat-x;
	color : #FFF;
	font-size : 12px;
	padding: 2px 15px 0px 15px;
	height: 24px;
  cursor: pointer;
}
.button:hover {
	border: solid 1px #027F07;
  background: url(../img/buton_bg.gif) top center repeat-x;
	color : #FFF;
	font-size : 12px;
	padding: 2px 15px 0px 15px;
	height: 24px;
  cursor: pointer;
}
.button[disabled] {
	border : solid 1px #DCDCDC;
  background: #F9F9F9;
	color : #959595;
	font-size : 12px;
	padding: 2px 15px 0px 15px;
	height: 24px;
  cursor: not-allowed;
}

.text_area {
        border : 1px solid #7F9DB9;
        z-index: -3;
        font-size: 12px;
}

input, input.datepicker, input.timepicker, input.datetimepicker, textarea, select {
	z-index : -3;
  text-align: left;
  padding: 3px 2px;
	font-size: 12px;
	border: 1px solid #cccccc;
}

select {
  padding: 2px 0;
	font-size : 12px;
}

input.text {
  height: 18px;
}

.radio {
  border: none;
  height: 12px;
}

.tblnum {
	float: left;
	margin-left: 5px;
  text-align: left;
  color: #666;
}

.tblbtm {
  clear: both;
	float: right;
	width: 200px;
	margin: 0px 5px 5px 5px;
  text-align: right;
}

.tblfunc {
	float: right;
	margin-left: 10px;
	margin-right: 5px;
}

.divleft {
  text-align: left;
	float: left;
}
.divright {
	float: right;
}
.divcenter {
  width:100%;
  text-align: center;
}
.div21 {
  position: relative;
  width: 50%;
  text-align: left;
	float: left;
}
.div31 {
  text-align: left;
	float: left;
}
.div32 {
  width: 655px;
  text-align: left;
	float: left;
	margin-left: 20px;
}

.block {
  background: #FFF;
  margin-bottom: 10px;
  /*border-right: 1px solid #E1E1E1;
  border-bottom: 1px solid #E1E1E1;
  border-left: 1px solid #E1E1E1;*/
  border: 1px solid #FFF;*/
	-moz-box-shadow:0 0 3px #AAAAAA;
	-webkit-box-shadow:0 0 3px #AAAAAA;
	box-shadow:0 0 3px #AAAAAA;
}

.bhead {
  clear: both;
  background: url(../img/hd_bg.gif) repeat-x;
  width: 100%;
  height: 26px;
}
.bhead_txt {
  padding: 5px 10px;
  font: bold 12px arial;
  color: #FFF;
}
.bbody {
  padding: 10px;
}

.block_txt {
  padding: 5px 10px;
  font: bold 12px arial;
  color: #FFFFFF;
}
.bfoot {
  clear: both;
  background: url(../img/bfoot_bg.gif) top repeat-x;
  width: 100%;
  border-top: 1px solid #E1E1E1;
  height: 45px;
}
.bfoot_right {
  float: right;
  padding: 10px 10px 0px 0px;
}

.bhalf {
  padding: 10px 10px 0px 10px;
  float: left;
}

/* Table Kit */
table.adminlist .sortcol {
	cursor: pointer;
	padding-right: 20px;
	background-repeat: no-repeat;
	background-position: right center;
}
table.adminlist .sortasc {
	background-color: #DDFFAC;
	background-image: url(../img/up.gif);
}
table.adminlist .sortdesc {
	background-color: #B9DDFF;
	background-image: url(../img/down.gif);
}
table.adminlist .nosort {
	cursor: default;
}
th.resize-handle-active {
	cursor: e-resize;
}
div.resize-handle {
	cursor: e-resize;
	width: 2px;
	border-right: 1px dashed #1E90FF;
	position:absolute;
	top:0;
	left:0;
}

table.adminlist {
	width: 100%;
	border-spacing: 1px;
	background-color: #e7e7e7;
	color: #000;
}

table.adminlist td,
table.adminlist th { padding: 4px; }

table.adminlist thead th {
	text-align: center;
	background: #f0f0f0;
	color: #666;
	border-bottom: 1px solid #999;
	border-left: 1px solid #fff;
}
table.adminlist thead a:hover { text-decoration: none; }
table.adminlist thead th img { vertical-align: middle; }
table.adminlist tbody th { font-weight: bold; }

table.adminlist tbody tr,
table.adminlist tbody tr.roweven  { background-color: #fff;  text-align: left; }
table.adminlist tbody tr.row1,
table.adminlist tbody tr.rowodd  { background: #f9f9f9; border-top: 1px solid #fff; }
table.adminlist tbody tr.row:hover td,
table.adminlist tbody tr.row1:hover td,
table.adminlist tbody tr.roweven:hover td,
table.adminlist tbody tr.rowodd:hover td  { background-color: #FFFFBB; }
table.adminlist tbody tr.row td,
table.adminlist tbody tr.roweven td  { height: 25px; background: #fff; border: 1px solid #fff; }
table.adminlist tbody tr.row1 td,
table.adminlist tbody tr.rowodd td  { background: #f9f9f9; border-top: 1px solid #FFF; }

table.adminlist tfoot tr { text-align: center;  color: #333; height: 95px}
table.adminlist tfoot td,
table.adminlist tfoot th { background-color: #f3f3f3; border-top: 1px solid #999; text-align: center; color: #000}

table.adminlist td.order 		{ text-align: center; white-space: nowrap; }
table.adminlist td.order span { float: left; display: block; width: 20px; text-align: center; }
table.adminlist .pagination { display:table; padding:0;  margin:0 auto;	 }

/* Header */
header {
  height: 85px;
  width: 100%;
  border-bottom: 1px solid #EEEEEE;
}

#slider {
  height: 420px;
  width: 100%;
  border-bottom: 1px solid #E9E9E9;
  background-color: #F5F5F5;
}

/* Footer */
footer { 
  clear: both;
  background-image: url(../img/footer_bg.gif);
  height: 405px;
  width: 100%;
  color: #969696;
}
footer h5 {
  color: #E8E8E8;  
}
footer .container {
  position: relative;
  margin: 0 auto;
  width: 980px;
  height: 405px;
}
footer .box {
  width: 235px;
  height: 310px;
  padding: 5px;
}
footer .sitemap {
	position: absolute;
	left: 0px;
	top: 0px;
}
footer .hot {
	position: absolute;
	left: 245px;
	top: 0px;
}
footer .links {
	position: absolute;
	left: 490px;
	top: 0px;
}
footer .aboutus {
	position: absolute;
	left: 735px;
	top: 0px;
  color: #FFF;
}

footer .copyright {
	position: absolute;
	left: 0px;
	top: 355px;
  color: #767676;
}
footer .term {
	position: absolute;
	right: 0px;
	top: 355px;
  color: #767676;
}

footer a{
	color: #969696;
	text-decoration: none;
}
footer a:hover {
	color : #969696;
	text-decoration : underline;
}
footer a:active {
	color : #969696;
	text-decoration : underline;
}

footer ul {
  margin-left: -28px;
	list-style: none;
  list-style-image: url(../img/li_white.png);
}

footer li {
  height: 27px;
}

footer span {
  margin-left: 10px;
	color: #969696;
}

/* Menubar CSS */
.megamenu_wrapper {
	margin: 0 auto;
	display: block;
	position: relative;
	z-index: 9999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
}
.megamenu_wrapper {
  float: right;
	width: 800px;
}
.megamenu_container {
	width:100%;
	margin:0 auto;
	height:85px;
}
.megamenu_container .megamenu {
	list-style: none;
	width: 800px;
	margin: 0 auto;
	padding: 0;
}
.megamenu > li {
	float: right;
	position: relative;
  border-top: 5px solid #FFF;
	margin: 0 auto;
  height: 80px;
	-webkit-transition: background .3s;
	-moz-transition: background .3s;
	-o-transition: background .3s;
	-ms-transition: background .3s;
	transition: background .3s;
}
.megamenu > li.active {
  border-top: 5px solid #94C045;
  background-color: #F8F8F8;
}
.megamenu > li.active > a {
  color: #94C045;
}

.megamenu > li:hover {

}

.megamenu li.menuitem_fullwidth {
	position: static !important;
}

.megamenu > li > a {
	outline:0;
  font-size: 12px;
  font-weight: bold;
	padding: 25px 15px 11px 15px;
  color: #919191;
	text-decoration:none;
	display: block;
}
.megamenu > li > a:hover {
  color: #000;
}
.megamenu > li .menuitem_drop {
	padding-right:27px;
}
.megamenu > li.menuitem_nodrop > a {
	padding-bottom:10px;
}

/* Drop Downs Containers */

.megamenu .dropdown_1column, 
.megamenu .dropdown_2columns, 
.megamenu .dropdown_3columns, 
.megamenu .dropdown_4columns,
.megamenu .dropdown_5columns,
.megamenu .dropdown_fullwidth {
	margin:0;
	left:-999em;
	position:absolute;
	opacity:0;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	-webkit-transition: opacity .3s .2s;
	-moz-transition: opacity .3s .2s;
	-o-transition: opacity .3s .2s;
	-ms-transition: opacity .3s .2s;
	transition: opacity .3s .2s;
}

/* Drop Downs Sizes */

.megamenu .dropdown_1column {width: 135px;padding:15px 14px 15px 15px;}
.megamenu .dropdown_2columns {width: 290px;padding:15px 11px 15px 15px;}
.megamenu .dropdown_3columns {width: 445px;padding:15px 8px 15px 15px;}
.megamenu .dropdown_4columns {width: 600px;padding:15px 5px 15px 15px;}
.megamenu .dropdown_5columns {width: 755px;padding:15px 2px 15px 15px;}
.megamenu .dropdown_fullwidth {
	width: 945px;
	padding: 15px 0 15px 15px;
  -webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius:0 0 5px 5px;
  border-radius:0 0 5px 5px;
}

/* Showing Drop Down on Mouse Hover - Left aligned */

.megamenu li:hover .dropdown_1column, 
.megamenu li:hover .dropdown_2columns, 
.megamenu li:hover .dropdown_3columns,
.megamenu li:hover .dropdown_4columns,
.megamenu li:hover .dropdown_5columns {
	opacity: 1;
	left: -1px;
	top: 80px;
}
.megamenu li:hover .dropdown_fullwidth {
	opacity: 1;
	left: 10px;
	top: 80px;
}
.megamenu_wrapper_full .megamenu li:hover .dropdown_fullwidth {
	left: 50%;
	margin-left: -481px;
}

/* Showing Drop Down on Mouse Hover - Right aligned */

.megamenu_wrapper .megamenu li:hover .dropdown_right {
	left:auto;
	right:-1px;
}
.megamenu_wrapper .megamenu li.menuitem_right:hover .dropdown_fullwidth {
	left:auto;
	right:8px;
}

/* Columns Sizes */

.megamenu .col_one_sixth,
.megamenu .col_one_fifth,
.megamenu .col_one_quarter,
.megamenu .col_one_third,
.megamenu .col_two_fifths,
.megamenu .col_half,
.megamenu .col_three_fifths,
.megamenu .col_two_thirds,
.megamenu .col_three_quarters,
.megamenu .col_four_fifths,
.megamenu .col_five_sixths,
.megamenu .col_full {
	float: left;
	margin-left: 2%;
}
.megamenu .col_one_sixth {width:14.66667%;}
.megamenu .col_one_fifth {width:18%;}
.megamenu .col_one_quarter {width:23%;}
.megamenu .col_one_third {width:31.33333%;}
.megamenu .col_two_fifths {width:38%;}
.megamenu .col_half {width:48%;}
.megamenu .col_three_fifths {width:58%;}
.megamenu .col_two_thirds {width:64.66667%;}
.megamenu .col_three_quarters {width:73%;}
.megamenu .col_four_fifths {width:78%;}
.megamenu .col_five_sixths {width:81.33333%;}
.megamenu .col_full {width:98%;}

.megamenu .firstcolumn {
	margin-left: 0;
	clear: left;
}

/* CONTENT STYLING */
.megamenu p,
.megamenu ul,
.megamenu li,
.megamenu h2,
.megamenu h3 {
	font-size:12px; 
	font-family:Arial, Helvetica, sans-serif;
	line-height:21px;
	text-align:left;
}
.megamenu p {
	margin:0;
	margin-bottom:18px;
}
.megamenu .strong {
	font-weight:bold;
}
.megamenu .italic {
	font-style:italic;
}
.megamenu h2, 
.megamenu h3 {
	margin-top:7px;
}
.megamenu h2 {
	font-size: 12px;
  font-weight: bold;
}
.megamenu li a {
	text-decoration:none;
}
.megamenu .pusher { /* Use this pucher if you want to give more vertical spacing between your rows of content */
	margin-top: 10px;
}


/* Images styles */
.megamenu .imgshadow_dark,
.megamenu .imgshadow_light {
	padding:4px;
	margin-top:5px;
}
.megamenu .img_left { /* Image sticks to the left */
	float:left;
	margin:5px 15px 5px 0;
}
.megamenu .img_right { /* Image sticks to the right */
	float:right;
	margin:5px 0 5px 15px;
}

/* Box styles */

.megamenu li .black_box,
.megamenu li .dark_grey_box {
	margin: -8px 0 18px 0;
	color: #eeeeee;
	padding:8px 12px;
  -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
    border-radius: 5px;
}

/* Standard lists styles */

.megamenu li ul {
	list-style:none;
	padding:0;
	margin:0 0 12px 0;
}
.megamenu li ul li {
	font-size:12px;
	line-height:24px;
	position:relative;
	padding:0;
	margin:0;
	float:left;
	text-align:left;
	width:100%;
}
.megamenu li ul li a {
	padding:0;
}

/* Greybox lists styles */
.megamenu li .greybox li {
	margin: 0 0 4px 0;
	padding: 4px 6% 4px 6%;
	width: 88%;
  -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
  border-radius: 3px;
}

/* Other lists styles */

.megamenu li .plus li {
	margin:0 0 4px 0;
	padding:0 0 0 20px;
	float: left;
}

/*  Theme Color */
.megamenu_light_theme .megamenu_container > ul > li:hover > a {
	color:#161616;
}
.megamenu_light_theme ul li .menuitem_drop,
.megamenu_light_theme .megamenu li.noactive .menuitem_drop {
	background-image: url("../img/arrow_down1.png");
	background-repeat: no-repeat;
	background-position: right 33px;
}
.megamenu_light_theme .megamenu > li > div,
.megamenu_light_theme ul .levels li ul {
	background: #FFFFFF;
	border: 1px solid #E9E9E9;
	border-top: none;
}
.megamenu_wrapper_vertical .megamenu_light_theme .megamenu > li > div,
.megamenu_light_theme ul .levels li ul {
	border:1px solid #444444;
}
.megamenu_light_theme ul p,
.megamenu_light_theme ul h2, 
.megamenu_light_theme ul h3,
.megamenu_light_theme ul li ul li {
	text-shadow: 1px 1px 1px #FFFFFF;
}
.megamenu_light_theme ul h2, 
.megamenu_light_theme ul h3 {
	border-bottom:1px solid #888888;
}
.megamenu_light_theme ul .imgshadow_dark { /* Better style on dark background */
	background:#FFFFFF;
	border:1px solid #333333;
	-moz-box-shadow:0 0 5px #000000;
	-webkit-box-shadow:0 0 5px #000000;
	box-shadow:0 0 5px #000000;
}
.megamenu_light_theme ul .imgshadow_light { /* Better style on light background */
	background: #FFFFFF;
	border: 1px solid #777777;
	-webkit-box-shadow: 0 0 5px #666666;
	-moz-box-shadow: 0 0 5px #666666;
	box-shadow: 0 0 5px #666666;
}
.megamenu_light_theme ul li .black_box {
	color:#ffffff;
	background-color:#333333;
	-webkit-box-shadow:inset 0 0 3px #000000;
	-moz-box-shadow:inset 0 0 3px #000000;
	box-shadow:inset 0 0 3px #000000;
}
.megamenu_light_theme ul li .dark_grey_box {
	color:#ffffff;
	background-color:#555555;
	-webkit-box-shadow:inset 0 0 3px #111111;
	-moz-box-shadow:inset 0 0 3px #111111;
	box-shadow:inset 0 0 3px #111111;
}
.megamenu_light_theme ul li .greybox li {
	background:#F4F4F4;
	border:1px solid #bbbbbb;
}
.megamenu_light_theme ul li .greybox li:hover {
	background:#ffffff;
	border:1px solid #aaaaaa;
}
.megamenu_light_theme ul li .plus li {
	background: url("../img/plus.png") left 6px no-repeat;
}
.megamenu_light_theme ul .levels a.parent, 
.megamenu_light_theme ul .levels a.parent:hover {
	background: url("../img/arrow_right1.png") right center no-repeat;
}
.megamenu_vertical_right .megamenu_light_theme ul .levels a.parent, 
.megamenu_vertical_right .megamenu_light_theme ul .levels a.parent:hover {
	background: url("../img/arrow_left1.png") left center no-repeat;
}

/* Rolling Banner */
.number_slideshow{
    line-height: 20px;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    padding: 0px;
    margin: 0px;
    position: relative;
    display: none;
}
.number_slideshow .number_slideshow_nav{
    filter: alpha(opacity=60);
    opacity: 0.6;
    padding: 0px;
    margin: 0px;
    position: absolute;
    bottom: 10px;
    right: 10px;
}
.number_slideshow .number_slideshow_nav li{
    margin-left: 6px;
    position: relative;
    float: left;
}
.number_slideshow .number_slideshow_nav li a{
    padding-left: 8px;
    padding-right: 8px;
}
.number_slideshow ul{
    margin: 0px;
    background-position:center center;
    background-repeat: no-repeat;
}
.number_slideshow ul li{
     border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -khtml-border-radius: 5px;
    padding: 0px;
    margin: 0px;
    list-style: none;
    position: absolute;
}
.number_slideshow ul li p{
    margin: 0px;
    position: absolute;
    top: 0px;
    left: 0px;
    padding-left: 5px;
    padding-right: 5px;
    filter: alpha(opacity=60);
    opacity: 0.6;
    font-size: 13px;
    line-height: 23px;
}
.number_slideshow ul li a{
    text-decoration: none;
}
.number_slideshow ul li a img{
    border: none;
}

/* Breadcrumbs */
.breadcrumbs {
  width: 100%;
  height: 85px;
  background-color: #94C045;
  color: #FFF;
  font-weight: bold;
  margin-bottom: 20px;
}

.breadcrumbs .container {
  position: relative;
  margin: 0 auto;
  width: 980px;
  height: 85px;
}

.breadcrumbs .txt {
	position: absolute;
	left: 0px;
	top: 35px;
}

.breadcrumbs span {
  margin: 0 10px;
}

/* Left Column */
.submenu {
  width: 300px;
  border: 1px solid #CCC;
  background-color: #FCFCFC; 
}

.widget {
  margin: 0px 15px 0 15px;
  width: 270px;
}
.widget ul {
  margin-left: -35px;
	list-style: none;
}
.widget li {
  margin-top: 20px;
  height: 60px;
  color: #666666;
  border-bottom: 1px dotted #EFEFEF;
}

.rheading {
  position: relative;
  width: 100%;
  height: 30px;
  border-bottom: 2px solid #E3E3E3; 
}

.rheading span {
	position: absolute;
	z-index: 10;
	left: 0px;
	top: 30px;
	width: 50px; 
  height: 2px;
  background-color: #94C045; 
}

.smenu {
  margin: 0px 15px 0 15px;
  width: 270px;
}
.smenu ul {
  margin-left: -25px;
	list-style: none;
  list-style-image: url(../img/li_black.png);
}
.smenu li {
  border-bottom: 1px dotted #EFEFEF;
	margin: 10px 0 0 0;
	padding-bottom: 10px;
}

.jobref {
  clear: both;
  width: 100%;
  height: 165px;
  margin-top: 20px;  
}

.jobref .box{
  float: left;
  width: 220px;
  height: 170px;
  border: 1px solid #000;
  margin-left: 20px;  
}

.mask{
  width: 220px;
  height: 170px;
  background-color: #000;
  opacity: 0.4;
  filter: alpha(opacity=40); /* For IE8 and earlier */
}

.ref  {
  float: left;
  width: 200px;
  height: 150px;
  border: 1px solid #CCC;
  margin-bottom: 20px;  
}
.ex {
  margin-left: 20px;  
}

span.roll {
  background:url(../img/view.png) center center no-repeat #000;
  width: 200px;
  height: 150px;
  position: absolute;
  z-index: 10;	
  -webkit-box-shadow: 0px 0px 4px #000;
  -moz-box-shadow: 0px 0px 4px  #000;
  box-shadow: 0px 0px 4px  #000; 
} 