/**
 * Common - Styles Sheet
 *
 * Version: 1.0
 * Updated: 2010-02-06
 * Author: 78e1cbcf185f1931855574403132a177
 *
 * Copyright (c) 2010 CheersBye.com
 *
 **/

@charset "utf-8";
/* Common Styles */

/* Reset */
* {
	margin:0;
	padding:0;
	text-align:left;
}
html, body {
  height: 100%; /* Required */
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
td {
	vertical-align:top;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}
ol, ul {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
}
a:active {
	outline: none;
}
/* General */
body {
	font-family:"Helvetica Neue", Arial, sans-serif;
	color: #3d2d07;
	background-color:#FFFFFF;	/*  #4f75a2 */
	font-size:75%;
	line-height:1.5;
}
html>body {
	font-size:10px;
}
input, textarea {
	font-family:"Helvetica Neue", Arial, sans-serif;
}
a {
	color: #38587E;
	text-decoration:underline;
	padding:1px 5px 1px 5px;
	outline:none;
}
a:hover {
	color: #fff;
	background-color:#37618A;
	text-decoration: none;
	border-bottom:1px solid #FFFFFF;
}
.noBorder {
	border:none!important;
}
.hide {
	display:none;
}
/* Clearing Class */
.clear { clear: both; }
select {
	border:none!important;
	padding:0px!important;
	margin:0;
}

/* --------------------------------------------------------------------------------------------------------------------- */
/* Container */
.container-content {
	margin-top: 0px;
	margin-left: 0%;
	margin-right: 0%;
	padding: 0px;
	position: relative;
	min-height: 100%; /* For Modern Browsers */
	height: auto !important; /* For Modern Browsers */
	height: 100%; /* For IE */
}

/* --------------------------------------------------------------------------------------------------------------------- */
/* Header */
.header {
	position:relative;
	height:110px;
	margin-left: 0%;
	margin-right: 0%;
	min-width:1000px;
	width:100%;
	padding: 0px;
	background:url(../img/head-top.jpg) repeat-x;
	z-index:50;
}
.header .header-content {
	position:relative;
	height:110px;
	min-width:1000px;
	width:1000px;
	margin:0 auto;
}
/* Layout */
.header-content .hLeft {
	width:165px;
	height:110px;
	float:left;
}
/*.header-content .hMiddle {
	width: 670px;
	height:110px;
	float:left;
}
.header-content .hRight {
	width: 165px;
	height:110px;
	float:left;
}*/
.header-content .hMiddle {
	width: 835px;
	height:110px;
	float:left;
}

.header-content .hLeft .headTitle {
	position:relative;
	margin-left:5px;
	margin-top:5px;
	padding:0px;
	background:url(../img/head-top-logo.jpg) no-repeat;
	width:148px;
	height:81px;
}
.header-content .hLeft .headTitleMsg {
	position:absolute;
	margin-left:5px;
	font:bold 8pt Arial, Helvetica, sans-serif;
	color:#696969;
	white-space:nowrap;
	margin-top:1px;
	cursor:default;
	height:20px;
	z-index:1;
}
.headTitleMsg UL {
	position:relative;
	list-style:disc;
	color:#990000;
}
.headTitleMsg UL LI {
	position:relative;
	margin-left:10px;
	margin-right:10px;
	float:left;
}
.headTitleMsg UL LI.first {
	margin-left:0px;
	list-style:none;
}
.headTitleMsg UL LI span {
	color:#365C8B;
}
.headTitleMsg UL LI span em {
	color:#990000;
	font-weight:bold;
}
.header-content .hLeft  .headTitle a{ display:block; width: 148px; height: 81px; text-decoration: none; }
.header-content .hLeft  .headTitle a:hover{ background:none; border:none; }

/* ------------------------------------------------------------------------------------------------------------------------------------------------- */
/* Page Content */
.pageContent {
	position:relative;
	margin-left: 0%;
	margin-right: 0%;
	min-width:1000px;
	width:100%;
	min-height: 500px; /* For Modern Browsers */
	height: auto !important; /* For Modern Browsers */
	height: 500px; /* For IE */
	top:0px;
	z-index:0;
	background:url(../img/content-body.jpg) repeat-x #4f75a2;
	margin-bottom:0;
}
.pageContent:after {
	clear: both;
	display: block;
	font: 1px/0px serif;
	content: ".";
	height: 0;
	visibility: hidden;
}
.pageContent .contents {
	position:relative;
	height:100%;
	min-width:1000px;
	width:1000px;
	margin:0 auto;
	z-index:0;
}


/* ------------------------------------------------------------------------------------------------------------------------------------------------- */
/* Footer Big */
.footer {
	position: relative;
	padding:0;
	margin:0 0 auto 0;
	height:150px;
	/*bottom: 0 !important;
	bottom: -1px;*/
	margin-left: 0%;
	margin-right: 0%;
	min-width:1000px;
	width: 100%;
	background:url(../img/footer-bottom.jpg) repeat-x #FFFFFF;
}
.footer .content-footer {
	position:relative;
	width:1000px;
	height:150px;
	margin:0 auto;
	margin-top: 0px;
	text-align: center;
}
.content-footer:after {
	clear: both;
	display: block;
	font: 1px/0px serif;
	content: ".";
	height: 0;
	visibility: hidden;
}

/* Footer Links */
.content-footer .footlinks {
	position:absolute;
	padding:0;
	margin:0;
	left:15px;
	top:15px;
	font:8pt Arial, Helvetica, sans-serif;
	color:#333333;
	width:270px;
	height:110px;
}
.footlinks .corpinfo {
	position:relative;
	float:left;
	height:125px;
	width:120px;
}
.footlinks .serv {
	position:relative;
	float:left;
	height:125px;
	width:120px;
	margin-left:25px;
}
.footlinks .corpinfo span, .footlinks .serv span {
	position:relative;
	font:bold 10pt Arial, Helvetica, sans-serif;
	color:#365C8B;
}
.footlinks .corpinfo ul, .footlinks .serv ul {
	position:relative;
	position:relative;
	margin-top:10px;
}
.footlinks .corpinfo ul li, .footlinks .serv ul li {
	position:relative;
	margin-left:-5px;
	margin-bottom:5px;
}
.footlinks .corpinfo ul li a, .footlinks .serv ul li a {
	text-decoration:none;
	color:#666666;
}
.footlinks .corpinfo ul li a:hover, .footlinks .serv ul li a:hover {
	color:#ffffff;
	background-color:#4f75a2;
}

/* Social Networks */
.content-footer  .socialnet {
	position:absolute;
	padding:0;
	margin:0;
	right:15px;
	top:15px;
	font:8pt Arial, Helvetica, sans-serif;
	color:#333333;
	height:120px;
	width:715px;
}
.socialnet ul {
	position:absolute;
	width:532px;
	right:0px;
	bottom:0px;
	height:120px;
}
.socialnet ul li {
	position:relative;
	float:left;
	height:120px;
	vertical-align:bottom;
}
.socialnet ul li span {
	position:relative;
	display:block;
	top:-16px;
}
.socialnet ul li span.ut {
	background:url(../img/social/large/icon_set_ut.jpg) no-repeat;
	width:53px;		height:102px;	margin-top:8px;
}
.socialnet ul li span.fb {
	background:url(../img/social/large/icon_set_fb.jpg) no-repeat;
	width:52px;		height:77px;	margin-top:33px;
}
.socialnet ul li span.ms {
	background:url(../img/social/large/icon_set_ms.jpg) no-repeat;
	width:64px;		height:109px;	margin-top:1px;
}
.socialnet ul li span.ok {
	background:url(../img/social/large/icon_set_ok.jpg) no-repeat;
	width:64px;		height:99px;	margin-top:11px;
}
.socialnet ul li span.bg {
	background:url(../img/social/large/icon_set_bg.jpg) no-repeat;
	width:70px;		height:87px;	margin-top:23px;
}
.socialnet ul li span.tq {
	background:url(../img/social/large/icon_set_tq.jpg) no-repeat;
	width:64px;		height:86px;	margin-top:24px;
}
.socialnet ul li span.yh {
	background:url(../img/social/large/icon_set_yh.jpg) no-repeat;
	width:64px;		height:87px;	margin-top:23px;
}
.socialnet ul li span.in {
	background:url(../img/social/large/icon_set_in.jpg) no-repeat;
	width:64px;		height:55px;	margin-top:55px;
}
.socialnet ul li span.tw {
	background:url(../img/social/large/icon_set_tw.jpg) no-repeat;
	width:100px;	height:100px;	margin-top:10px;
}
.socialnet ul li a, .socialnet ul li a:hover {
	text-decoration:none;
	background:none;
	border:none;
	cursor:pointer;
}


/* Footer Small */
.footersml {
	position: relative;
	padding:0;
	margin:0 0 0 0;
	height:15px;
	/*bottom: 0 !important;
	bottom: -1px;*/
	margin-left: 0%;
	margin-right: 0%;
	min-width:1000px;
	width: 100%;
	background:url(../img/footer-bottom-small.jpg) repeat-x #FFFFFF;
}
.footersml .content-footer {
	position:relative;
	width:1000px;
	height:25px;
	margin:0 auto;
	margin-top: 0px;
	text-align: center;
}
/* Footer Links */
.footersml .content-footer .footlinks {
	position:absolute;
	padding:0;
	margin:0;
	left:15px;
	top:10px;
	font:8pt Arial, Helvetica, sans-serif;
	color:#333333;
	width:270px;
	height:10px;
}
.footersml .footlinks .corpinfo, .footersml .footlinks .serv {
	position:relative;
	float:left;
	height:15px;
	width:auto;
	padding:5px;
	margin-top:-10px;
}
.footersml .footlinks .serv {
	margin-left:45px;
}
.footersml .footlinks span {
	position:relative;
	font:bold 9pt Arial, Helvetica, sans-serif;
	color:#365C8B;
	cursor:pointer;
	z-index:99999;
}
.footersml .footlinks span:hover {
	text-decoration:underline;
}

.footersml .footlinks ul {
	position:absolute;
	margin-top:-100px;
	display:none;
	background-color:#FFFFFF;
	width:100px;
	padding:10px;
	padding-bottom:20px;
	margin-left:-10px;
}
.dispNow {
	display:block;
	border:1px solid #999999;
}
.footersml .footlinks ul li {
	position:relative;
	margin-left:-5px;
	margin-bottom:5px;
}
.footersml .footlinks ul li a {
	text-decoration:none;
	color:#666666;
}
.footersml .footlinks ul li a:hover {
	color:#ffffff;
	background-color:#4f75a2;
}
/* Small Social Networks */
.footersml .content-footer .socialnet {
	position:absolute;
	padding:0;
	margin:0;
	right:0px;
	font:8pt Arial, Helvetica, sans-serif;
	color:#333333;
	height:22px;
	width:175px;
	z-index:99999;
	top:5px;
}
.footersml .socialnet ul {
	position:absolute;
	width:175px;
	right:0px;
	height:22px;
	margin:0;
	padding:0;
}
.footersml .socialnet ul li {
	position:relative;
	float:left;
	margin:0 0 0 5px;
	padding:0;
	height:10px;
}
.footersml .socialnet ul li a {
	position:relative;
	margin:0;
	padding:0;
}
.footersml .socialnet ul li span {
	position:relative;
	display:block;
	top:1px;
}
.footersml .socialnet ul li span:hover {
	border-bottom:2px solid #336699;
}
.footersml .socialnet ul li span.ut {
	background:url(../img/social/small/icon_set_ut.jpg) no-repeat;
	width:16px;		height:16px;	margin-top:0px;
}
.footersml .socialnet ul li span.fb {
	background:url(../img/social/small/icon_set_fb.jpg) no-repeat;
	width:16px;		height:16px;	margin-top:0px;
}
.footersml .socialnet ul li span.ms {
	background:url(../img/social/small/icon_set_ms.jpg) no-repeat;
	width:16px;		height:16px;	margin-top:0px;
}
.footersml .socialnet ul li span.ok {
	background:url(../img/social/small/icon_set_ok.jpg) no-repeat;
	width:16px;		height:16px;	margin-top:0px;
}
.footersml .socialnet ul li span.bg {
	background:url(../img/social/small/icon_set_bg.jpg) no-repeat;
	width:16px;		height:16px;	margin-top:0px;
}
.footersml .socialnet ul li span.tq {
	background:url(../img/social/small/icon_set_tq.jpg) no-repeat;
	width:16px;		height:16px;	margin-top:0px;
}
.footersml .socialnet ul li span.yh {
	background:url(../img/social/small/icon_set_yh.jpg) no-repeat;
	width:16px;		height:16px;	margin-top:0px;
}
.footersml .socialnet ul li span.in {
	background:url(../img/social/small/icon_set_in.jpg) no-repeat;
	width:16px;		height:16px;	margin-top:0px;
}
.footersml .socialnet ul li span.tw {
	background:url(../img/social/small/icon_set_tw.jpg) no-repeat;
	width:16px;		height:16px;	margin-top:0px;
}
.footersml .socialnet ul li a, .footersml .socialnet ul li a:hover {
	text-decoration:none;
	background:none;
	border:none;
	cursor:pointer;
}

/* Copyright Information */
.footer #copyright {
	padding:0px;
	font:8pt Arial, Helvetica, sans-serif;
	color:#666666;
	width:auto;
	text-align:center;
	white-space:nowrap;
	position:relative;
	margin:0 auto;
	height:15px;
	bottom:10px;
}
#copyright a, #copyright a:hover {
	padding:0px;
	text-decoration:none;
	background:none;
	border:none;
}
.footer #userOnline {
	position:absolute;
	margin-left:5px;
	bottom:5px;
	font:8pt Arial, Helvetica, sans-serif;
	color:#E9E9E9;
	cursor:default;
}
.footer #userOnline:hover {
	color:#94AFD8;
}


.footersml #copyright {
	padding:0px;
	font:8pt Arial, Helvetica, sans-serif;
	color:#666666;
	width:auto;
	text-align:center;
	white-space:nowrap;
	position:relative;
	margin:0 auto;
	height:5px;
	top:-20px;
}
.footersml #copyright a, #copyright a:hover {
	padding:0px;
	text-decoration:none;
	background:none;
	border:none;
}
/*.footersml #userOnline {
	display:none;
}*/


/* ------------------------------------------------------------------------------------------------------------------------------------------------- */
/* Others */

/* Tooltip */
DIV.tooltip, DIV.tooltipB, DIV.tooltipC {
	position:absolute;
	left:10px;
	background-color:#dedede;
	padding:3px;
	border:1px solid #fff;
	width:auto;
	z-index:50000;
}
DIV.tooltip p, DIV.tooltipB p, DIV.tooltipC p{
	margin:0;
	padding:0;
	color:#fff;
	background-color:#222;
	padding:2px 7px;
	white-space:nowrap;
}
DIV.tooltipB p{
	background-color:#304E7A;
}
DIV.tooltipC p{
	background-color:#003366;
}