body {
	background-image: url('../../images/site_bg.png');
	background-repeat: repeat-x;
	background-color: #0078bc;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #6e6e6e;
	font-size: 12px;
	line-height: 1; 
}

html, body {
	height: 100%;
}

a {
	text-decoration: none;
	color: #1cbdd6;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0 none;
}

a img {
	border: 0 none;
}

textarea {
    resize: none; /*chrome,safari*/
}

input[type=text],input[type=password] {
	padding: 1px;
}

h1, h2, h3, h4, h5 {
	padding: 0px;
	margin: 0;
	margin-bottom: 3px;
}

h1 {
	font-size: 24px;
}

h1 {
	font-size: 18px;
}

h3 {
	font-size: 12px;
}

h4 {
	font-size: 12px;
}

a:active, a:focus{ outline:none; } /*firefox*/

a.plink {
	font-size: 0;
	display: inline-block;
	text-decoration: none;
	line-height: 0;
	cursor: pointer;
}

a.plink span {
	visibility: hidden;
	cursor: pointer;
}

a.plink:hover {
	text-decoration: none;
}

.btn1, .btn2, .btn3, .btn4, .btn5 {
    display: inline-block;
	text-align: center;
	padding-left: 7px;
	text-decoration: none;
	cursor: pointer;
	overflow: hidden;
	background-position: left top;
}

.btn1 span, .btn2 span, .btn3 span, .btn4 span, .btn5 span {
	background-repeat: no-repeat;
	background-position: right top;
	display: inline-block;
	padding-right: 10px;
	padding-left: 3px;
	font-weight: bold;
   	/*text-shadow: black 0.1em 0.1em 0.2em;*/
	cursor: pointer;
}

.btn1 {
	background-image: url(../../images/btn1.jpg);
	height: 20px;
	line-height: 20px;
	color: #1e1d1d;
}

.btn1 span {
	background-image: url(../../images/btn1.jpg);
	height: 20px;
	color:#1e1d1d;
	font-size: 12px;
}

a.btn1:hover {
	text-decoration: none;
 	background-position: left -20px;
}

a.btn1:hover span {
 	background-position: right -20px;
}

.center {
	text-align: center;
}

.text_right {
	text-align: right;
}

.text_left{
	text-align: right;
}

p {
	padding: 0;
	margin: 0 0 10px 0;
}

.noborder {
	border: 0;
}

.nopadding {
	padding: 0;
}

form {
	padding: 0;
	margin: 0;
}

.bold, .strong {
	font-weight: bold;
}

.regular, .normal {
	font-weight: normal;
}

.underline {
	text-decoration: underline;
}

.italic {
	font-style: italic;
}

.shadow {
	text-shadow: black 0.1em 0.1em 0.2em;
}

.font10 {
	font-size: 10px;
}

.font11{
	font-size: 11px;
}

.font12 {
	font-size: 12px;
}

.font13 {
	font-size: 13px;
}

.font14 {
	font-size: 14px;
}

.font15 {
	font-size: 15px;
}

.font16 {
	font-size: 16px;
}

.font17 {
	font-size: 17px;
}

.font18 {
	font-size: 18px;
}

.font19 {
	font-size: 19px;
}

.font20 {
	font-size: 20px;
}

map {
	cursor: pointer;
}

.link {
	cursor: pointer;
}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}

.clear2 {
	clear: both;
	height: 5px;
	overflow: hidden;
}

.clear3 {
	clear: both;
	height: 10px;
	overflow: hidden;
}

.clear4 {
	clear: both;
	height: 15px;
	overflow: hidden;
}

.clear5 {
	clear: both;
	height: 20px;
	overflow: hidden;
}

.clear6 {
	clear: both;
	height: 25px;
	overflow: hidden;
}

.clear7 {
	clear: both;
	height: 30px;
	overflow: hidden;
}

.clear8 {
	clear: both;
	height: 35px;
	overflow: hidden;
}

.clear9 {
	clear: both;
	height: 40px;
	overflow: hidden;
}

.clear10 {
	clear: both;
	height: 45px;
	overflow: hidden;
}

.line {
	width: 100%;
	float: left;
}

.left, .float_left {
	float: left;
}

.left5 {
	margin-left: 5px;
}

.left10 {
	margin-left: 10px;
}

.left15 {
	margin-left: 15px;
}

.left20 {
	margin-left: 20px;
}

.right, .float_right {
	float: right;
}

.right5 {
	margin-right: 5px;
}

.right10 {
	margin-right: 10px;
}

.right15 {
	margin-right: 15px;
}

.right20 {
	margin-right: 20px;
}

.top5 {
	margin-top: 5px;
}

.top10 {
	margin-top: 10px;
}

.top15 {
	margin-top: 15px;
}

.top20 {
	margin-top: 20px;
}

.bottom5 {
	margin-bottom: 5px;
}

.bottom10 {
	margin-bottom: 10px;
}

.bottom15 {
	margin-bottom: 15px;
}

.bottom20 {
	margin-bottom: 20px;
}

.padding5 {
	padding: 5px;
}

.padding10 {
	padding: 10px;
}

.image_left {
	float: left;
	margin: 0 10px 10px 0;
	padding: 0;
}

.image_right {
	float: right;
	margin: 0 0 10px 10px;
	padding: 0;
}

.image_center {
	margin: 0 auto;
	padding: 0;
}

.container {
	position: relative;
}

.sub_container {
	position: relative;
}

.sub_page {
	width: 480px;
	background-color: #fff;
	border: 1px solid #009bb3;
	position: absolute;
	top: 30px;
	left: 50%;
	margin-left: -240px;
}

.header {
	float: left;
	border-bottom: 1px solid #b4b4b4;
	height: 342px;
}

a.header_lnk {
	color: #BCBCBC;
    float: right;
    font-weight: bold;
    margin-right: 50px;
    margin-top: 13px;
}

a.header_logo {
	background-image: url(../../images/header_logo.png);
    float: right;
    height: 40px;
    margin-top: 13px;
    width: 400px;
}

.nav {
	float: left;
    font-size: 12px;
    height: 28px;
    list-style-type: none;
    margin: 0;
    padding: 14px 0 0 0;
    text-align: center;
    width: 480px;
}
.nav a {
	color: #1cbdd6;
	padding: 0 10px;
}

.nav a:hover {
	color: #a1a1a1;
	text-decoration: none;
}

.nav a.active {
	color: #0A5967;
	text-decoration: none;
}

.footer {
	border-top: 1px solid #b4b4b4;
	height: 32px;
	line-height: 32px;
	padding: 2 30px;
	font-size: 11px; 
}

.footer_left {
	float: left;
	width: 100px;
	padding: 5px;
}

.footer_right {
	float: right;
	padding: 5px;
}
.footer_soc {
	float: inherit;
	padding: 5px;
	width: auto;
}
.footer_right a {
	/*font-weight: bold;*/
}

.footer_right a.active {
	color: #0A5967;
	text-decoration: none;
}

.content {
	padding: 10px 30px 0;
	min-height: 295px;
	_height: 290px; /*ie6*/
	float: left;
}

.page_content {
	padding-bottom: 5px;
}


.content p {
	line-height: 16px; 
}

.page_content h2 {
   	font-size: 22px;	
	margin: 0;
	padding: 0;
	padding-bottom: 8px;
	margin-left: -1px;
	font-weight: normal;
}

.sub_scroll {
	width: 420px;
	overflow: hidden;
}

.sub_sub_scroll {
	width: 900px;
}

.sub_scroll_menu, .sub_scroll_content {
	width: 420px;
	float: left;
}

.sub_scroll_item {
	display: none;
}

.sub_scroll_item ul li {
	line-height: 16px;
}

.sub_scroll_item ul.lnk_btn li {
	line-height: 30px;
}

.sub_scroll_content {
	display: none;
}

ul.lnk_btn {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul.lnk_btn li a {
  	height: 30px;
	line-height: 30px;
	background-color: #e5e5e5;
	display: block;
	color: #6e6e6e;
	font-size: 14px;
	/*font-weight: bold;*/
	padding: 0 15px;	
	border-bottom: 1px solid #b1b1b1;
	border-top: 1px solid #fff;
	background-repeat: no-repeat;
	width: 390px; 
}

ul.lnk_btn li.arrow_right a { 
 	background-image: url(../../images/arrow_right.png);
	background-position: 386px 10px;
}

ul.lnk_btn li.arrow_left a { 
 	background-image: url(../../images/arrow_left.png);
	background-position: 20px 10px;
	text-align: right;
}

ul.lnk_btn li a:hover, ul.lnk_btn li a.active {
 	color: #fefefe;	
	background-color: #50cbde;
	text-decoration: none; 
}

.gallery a {
	margin-right: 14px;
	float: left;
}


.gallery img {
	border: 2px solid #0078bc;
	float: left;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border-top-right-radius:3px;
}

.nomargin, .gallery a.nomargin {
	margin: 0;
}

.noclick {
	background-image: url(../../images/spacer.gif);
	cursor: pointer;
}

.image_popup {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 50;
	overflow: hidden;
	display: none;
	background-image: url(../../images/spacer.gif);
}

.image_popup img {
	border: 3px solid #0078bc;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	background-color: #fff;
}

a.popup_close {
	position: fixed;
	background-image: url(../../images/popup_close.png);
	width: 38px;
	height: 38px;
	z-index: 51;
	display: none;
}

.loading {
	color:#FFFFFF;
    font-size:21px;
    font-weight:bold;
    height:200px;
    left:50%;
    line-height:200px;
    margin-left:-100px;
    margin-top:-100px;
    position:absolute;
    text-align:center;
    top:50%;
    width:200px;
}

a.popup_left {
    background-image: url(../../images/popuparrow_left.png);
    background-repeat: no-repeat;
    background-position: center top;
    width: 40px;
    height: 13px;
    display: block;
    position: absolute;
    left: 200px;
    top: 100px;
    z-index: 51;
    padding-top: 45px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    display: none;
}

a.popup_right {
    background-image: url(../../images/popuparrow_right.png);
    background-repeat: no-repeat;
    background-position: center top;
    width: 40px;
    height: 13px;
    display: block;
    position: absolute;
    left: 100px;
    top: 100px;
    z-index: 51;
    padding-top: 45px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    display: none;
}

.popup_title {
    position: absolute;
    text-align: center;
    color: #fff;
    font-weight: bold;
    display: none;
    height:20px;
    display: none;

}
